sgtlion [any]

  • 0 Posts
  • 22 Comments
Joined 4 years ago
cake
Cake day: October 29th, 2021

help-circle

  • Installing dual boot over a default windows installation would be tricky, bordering on infeasible. Because you would need to shrink the windows partition live (which is not supported (and even if you could, requires free space and comes with meaningful risk of data loss)) and alter the UEFI boot entries, which is also very risky and engineered to be protected from unauthorised writes.

    Even if you got around all those limitations, Windows can constantly erase your Linux boot entries (thanks Microsoft), making a dual boot-on-one disk setup basically unusable every month which needs to be fixed. So thanks to this Windows behavior, this setup won’t work on many systems.

    So you’ll pretty much only ever be able to install to another disk. And the portion of non-tech savvy users with a spare, unused disk is going to be effectively nonexistent.

    Don’t get me wrong, an install-from-windows feature would be nice, but I don’t think it could feasibly overcome any meaningful barriers.



  • Linux definitively does dominate the end user market. You just mean the end user desktop/laptop market.

    I agree though that preinstallation is the biggest deal. The fact that people have to install Linux at all is the problem. The installer itself is already 100x better than the Windows one, but that’s not enough.

    Not to mention it means manufacturers ensure all the hardware is compatible, drivers etc are installed and working, which is why windows users feel it works better.








  • Programming quick scripts and replacement for Google/Wikipedia more than anything. I chat to it on an app to ask about various facts or info I wanted to know. And it usually gets in depth pretty quickly.

    Also cooking. I’ve basically given up on recipe sites, except for niche, specific things. AI gets stuff relatively right and quickly adjusts if I need substitutions. (And again, hands free for my sticky flour fingers).

    And ideation. Whether I’m coming up with names, or a specific word, or clothes, or a joke, I can ask AI for 50 examples and I can usually piece together a result I like from a couple of those.

    Finally, I’ll admit I use it as a sounding board to think through topics, when a real human who can empathise would absolutely be better. Sadly, the way modern life is, one isn’t always available. It’s a small step up from ELIZA.

    The key is that AI is part of the process. Just as I would never say “trust the first Google result with your life”, because its some internet rando who might say anything, so too should you not let AI have the final word. I frequently question or correct it, but it still helps the journey.




  • This is normal. This is a topic with a lot of complexities if you drill down into the details and history, but the tl;dr is certain system processes and other programs will preferably write data to swap because it’s so infrequently needed, and avoids massive slowdown if swap is needed, eg RAM filling, hibernation.

    If you’re absolutely sure you’ll never exceed 32gb of RAM usage, you can turn the swap off. But you’re unlikely to notice a performance boost, Linux does (largely) know what it’s doing, moreso than you or I.

    The TankieTanuki link is a good place to start to learn more if you really want to tweak it.