• 7 Posts
  • 201 Comments
Joined 8 months ago
cake
Cake day: March 19th, 2024

help-circle







  • Out of curiosity what’s your use case for dual booting? I know it’s a common choice for new Linux users and I did it too out of fear that I’d be missing something I need Windows for, but I’ve been completely Windows-free for a while and much happier for it. When I did have a Windows partition I never booted into it.

    For games, Steam’s Proton works pretty well for most games these days. You can check https://www.protondb.com/ to see if your game works well with Proton.

    I’ve also had good experiences with Wine for productivity software. Similarly, you can check https://appdb.winehq.org/ to see how well your program runs on Wine.

    Worst case scenario, if you have a decent enough PC, you can always run a Windows VM and that should run more or less anything.

    And all of these avoid any trouble with Windows eating your grub install etc



  • I read it as a jokey community and maybe you took it too seriously. Regardless that’s a kinda silly comment to leave. That’s a community for, ironically or seriously, hating Linux, so obviously it’s not in the spirit of the community to leave a serious comment defending Linux.

    I see a lot of Windows hate on Lemmy. If someone made a post here complaining about how much they hate Windows, and a Windows fan replied explaining why Windows is so great, I would say it’s kinda heavy-handed but not totally ridiculous for a mod to ban them, since a Linux community is probably not for this person.




  • Well “AI” is a broad category. Usually used to refer to GenAI, so:

    • Creating quick stand-in art for a game before I’ve got proper sprites for it (not because “muh art theft”, just because the AI art I’ve generated does not look very good to me)

    • Summarising articles, like you said so I can decide if I want to read them in full

    • Formatting text I’ve copied from pdfs

    • More complex searches that require comprehension of grammar and natural language syntax. Any answer I get to these I then fact check using search terms a classical search engine can understand.

    I read a paper a while back that found that people who used AI assistants for coding, who only used the assistants to generate small functions where the prompt already included the function declaration and the programmer already knew how the function should be written but just wanted to save time, in these cases the use of an AI assistant did not negatively impact the “correctness” of the produced code. So I guess I might one day use an AI coding assistant like that, but thus far I’ve never felt the need to use AI-generated code.