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

help-circle
rss

  • 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.



  • 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.


  • 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.