Hello thanks for visiting my profile.

For any picture posts I make with the [OC] tag, I provide a license for you to use my photo under the terms of CC-BY-SA-4.0. You may DM me for questions.

  • 11 Posts
  • 356 Comments
Joined 3 years ago
cake
Cake day: March 14th, 2023

help-circle


  • In one sense yes they are a monopoly. But there are alternative game stores. However Valve has earned their cut of money by actually trying to make a platform that works for game developers, game players and themselves.

    Don’t get me wrong, they have a high risk of turning bad and extorting the market they have captured. But the truth is that every equally or greater sized competitor (Microsoft, Ubisoft, EA, Epic) has already skipped to the extortion part of the cycle and Valve simply hasn’t, and hasn’t really expressed any intention to do that. Being a privately owned company, Valve is allowed to sit back, enjoy the money they do make and not have to constantly ask for more, and develop what the staff feel like making without strict deadlines.

    The smaller competitors are still great even if not as feature filled (GOG, itch) and you should support them too. So while I reject that Valve is the big bad, I also reject that Valve could never enshittify. My position is that Valve has earned a trust no one else has (even itch had to cave to Credit Card companies), and that trust is Valve’s to break.


  • Idk, it sounds better to just pay out of pocket to visit the doctor regularly, save the health insurance money in a separate account. Then if you need surgery, book a vacation to Spain. If you get cancer, a debilitating disease or an emergency hospital visit, just move to Spain with the funds you saved up, and never look back.

    A universal healthcare option would be a far better alternative, of course.










  • Thanks for this writeup. CAD is one of the several professional workflows that I really wish could work better on Linux, but it is hard to compete against software that costs thousands per year per license.

    Although, is antivirus a thing on Linux?

    So generally Linux has relied on having open and auditable code to avoid exploitation of bugs and ones found can be easily discovered, reported and mitigated. The variety of configurations makes it much less appealing for hackers as an attack surface. So for the average user the biggest danger to breaking your device is yourself (but very occasionally the package manager messes something up too). ClamAV is one antivirus application Linux has…

    But depending on what threats you want to mitigate here is what else you can look into:

    • Protection against random unwanted internet connections to your computer: UFW (firewall)
    • Protection against anyone besides you remotely SSH-ing to your machine (SSH is often disabled by default): fail2ban, strongly encrypted keys
    • Protection against physical access of your disk, and data and OS: LUKS (disk encryption)
    • Protection against other computer users (or yourself by accident) messing with important parts of the system: SELinux (trusted environment). Most users don’t need this for their personal PC.
    • Protection against code you got off github from nuking your computer: flatpak (containerized app), docker (containerized environment), firejail (sandbox environment).