• 0 Posts
  • 59 Comments
Joined 11 months ago
cake
Cake day: July 26th, 2023

help-circle









  • Yes yes, i oversimplfied it for the sake of explaining to someone who doesnt know linux. I’m talking about having to figure out specific parameters that may or may not work on some hardware but not on others. I had this issue with 2 of 4 games i tried in 2021. Eventually i did get both games to work but with weird glitches.

    I dont think debian is the issue, but nvidia and it’s wonky ass linux drivers. my 12 button mouse is also useless in linux. maybe it’s better by now. last time i tried i had issues with wayland. though i heard big update for fedora was coming for wayland in may (?) 2024, so i might try again then.

    The biggest thing that always gets in my way is no Visual Studio IDE support. yes, theres other IDEs, i’ve tried them all with various levels of wonk to the point i end up jus not being able productive with c# or be even less productive in other languages.

    Same with photoshop or video editing sofware. Sure, you got gimp and kedit, but theyre just not as good and have weird issues.



  • Hmm, well i can’t really speak to any of that. But for the greater good, unions are a good thing. I understand that it makes difficult for you though.

    I’d throw the obvious stuff at you like, but it’s kinda hard to get an idea of what could possibly help without knowing you.

    I do know that i’ve had to change my attitude a few times in life to get by though, i don’t think autism should be used as an excuse to not have to do the hard thing everyone has to do (but is harder for us).

    Right now, the only advice i can give is to try to channel that resentment into motivation to improve yourself. Trying and failing is so much more valuable than just giving up and being angry about it.

    But yeah, i do have it easier than most so maybe it’s not my place to say things like that. I do wish you the best though.

    I do feel the same way about things being easier alone though. i would be much happier and productive doing my own thing, I have a ton of software projects i work on, somd even make a bit of money, but running business seems scary since my administration skills are shit and customers are acary.




  • ChatGPT is overly safe in terms of personality and the worldview it presents when asked. it’s a great tool to learn, more so than a teacher because you can freely ask it very specific questions in your own words and it will give an understandable answer. I think it’s actually a perfect tool for someone that age. Once the topics get too advanced, the results become less reliable though.

    It doesnt make things up anymore as much as it used to. It still does sometimes with topics that are less commonly discussed in the dataset it’s trained on (this is similar with websearch). It will however confidently claim that it’s answer is correct sometimes. As long as you understand that it’s not always correct and have the sense to verify things that seem off, you’ll be fine.

    You’ll get the best results from the paid GPT4 subscription (20 dollars a month), which i would recommend.

    The only real risk i see is overreliance on it. I notice this in myself too, it’s almost like i forgot googling things is an option, so when i’m stuck rather than trying another approaxh, i just keep throwing prompts at GPT-4 until i give up and find the solution elsewhere, often within minutes. The way things are going, classic web search is becoming obsolete (unreliable result because of AI written content and fake news) while AI actively tries to be unbiased.

    tldr: Yes, it’s extremely useful, make sure they don’t forget how to do things without chatgpt too.


  • wathek@discuss.onlinetoLinux@lemmy.mlthinking of trying linux,
    link
    fedilink
    arrow-up
    9
    arrow-down
    1
    ·
    3 months ago

    It depends what you want it to do. For basic stuff, linux desktop works fine. If you need specific software i’d look into if it’s doable and how hard it is first.

    Linux by default runs fine and without issues, if you pick a distro with stable releases. If you go with something like Arch, you likely will run into issues. If you want to do heavy modifications or run fancy software, you tend to run into issues. Thing about the fancy software is, it tenda to only work properly on linux, hence the issues being linux related.

    If you’re a gamer, just don’t. A lot of people here will say you can run almost any game easily, but you usually need to do some fancy commands per specific game to get it to run properly. Which is fine if you just play one game occasionally, but if you hop between games or like buying the latest games, don’t.

    If you have a specific preference for desktop environment, make sure it comes with the distro and is well supported by it. You can install whatever you want on any distro, but you have more chance to break shit.

    I’d go with Mint or Ubuntu for your first try.



  • There’s a certain amount of fundamentals you need, after that point it’s quite easy to hop languages by just looking over the documentation of that language. If you skip those fundamentals, you end up with a bunch of knowledge but don’t realize you could do things way more effectively.

    My recommendation: check out free resources for beginners and skip the atuff you already know thoroughly, focusing only on the stuff you don’t know.

    source: I’m self-taught and had to go through this process myself.