• 1 Post
  • 96 Comments
Joined 8 months ago
cake
Cake day: March 19th, 2024

help-circle

  • Sure, but tracking period data can be very helpful for people. For a threat model of abortion criminalisation (or maybe trans healthcare criminalisation with treatments stopping periods, or really any kind of restrictions on medical autonomy), encryption at rest of locally stored period data is perfectly sufficient. They are not going to send military intelligence agencies after a random person having an abortion. It is actually a relatively low threat model, like equivalent to buying drugs online or something like that.








  • 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




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