• 0 Posts
  • 59 Comments
Joined 2 years ago
cake
Cake day: July 10th, 2023

help-circle

  • Valve is private and already takes a 30% cut.

    Yes. That is rather high, but AFAIK the same on Xbox, PlayStation and GOG. Itch.io is on 10%.

    It’s not possible for valve OR epic to enshit according to the definition of the word.

    What do you mean by that? Enshittyfication is when companies try to offer a good platform first to reach many content producers and consumers and then, once the consumers and producers depend on the platform, it goes bad for them in order to favor profits of the company owners or stakeholders.

    Just because a company is private, it can still change to favor short term money extractions from all their customers.


  • GOG doesn’t need a launcher, because the games don’t have DRM. It is just nice to have, in order to keep games up to date.

    Steam, Epic, Origin and the Microsoft thing needs a launcher, because DRM. The non-optional part is what is annoying, it is not a choice, if you buy something there, you have to use their launcher software, that needs to run in the background all the time (Sure it doesn’t need to run all the time, but just having to start it in addition to the game, is annoying).

    With Steam being the first one to require a launcher, it was annoying at first, but became useful and people started considering it the standard game delivery solution. Now we need another one for Epic and all other stores that peddle DRMified games.

    If Epic would be just another store, where you buy and download games, nobody would complain, but Epic created (reinvented) an additional incompatible game delivery solution that required their launcher, that is what people are mostly annoyed about.

    If the industry would come together and create a vendor neutral and compatible software and game delivery mechanism, where people are free to choose where to buy their software and games, and with which launcher they want to keep it up to date, that would be awesome, but sadly capitalism favors short sighted, wasteful and monopoly building competition instead of cooperation.






  • Well, that could have been fixed by booting from an usb stick, chrooting into you real system and either downloading and (re)installing the python package this way, or, if your package manager depends on python, download the package in the Live Linux and extracting the python package into your system, and then reinstalling it, so the package management overwrites your “manual installation”.

    Could be tedious, but less so that having to reinstall everything IMO.





  • I would argue that it is about incentives. A market economy is about maximizing profit, so that (the class of) shareholders get more money out of it, than they put into it. Incentivising making money means you incentives a race to the bottom, producing lots of expensive and addicting crap that easily breaks for as little cost as possible. And you incentivise massive consumption of it.

    A socialist economy should instead incentivise improving the world for all the people that live in it. Produce stuff that is robust, adaptable, sustainable and so on. Incentivise the mindfulness of the social and ecological impact of each product. And if someone needs something special, incentivise local makerspaces etc. that allows people to produce custom stuff in low quantities.




  • I found the main issue with many non-rolling release distributions are the upgrade instructions from one stable release to the next, and not the difficulty of installing them.

    I’m myself a Archlinux guy, but that does sometimes require some carefulness and regularly (at least weekly) applying updates and does not have stable automatic updates, so I started installing Fedora atomic desktop distributions (Fedora Silverblue/Kinolite/etc.) for people that just want to use their device for basic stuff.

    The reason for that is long term maintainability without an expert at hand.

    I had so many bad experiences updating distributions from one stable version to the next, be it Debian and Ubuntu-based, or Fedora-based distributions.

    And with those atomic desktop distributions the amount of moving parts is much lower, so hopefully upgrading them to newer releases is much more stable.

    So I would suggest giving Fedora Silverblue (Gnome desktop), Kinolite (KDE) or Budgie Edition a try.



  • cmhe@lemmy.worldtodatahoarder@lemmy.mlArchival in a fascist regime
    link
    fedilink
    arrow-up
    9
    arrow-down
    1
    ·
    8 months ago

    I get the sentiment, but in this time and age and with the internet, I think the information most likely to be at risk of being destroyed or censored is the one that is not commonly available, or in the hands of law enforcement.

    A fascist government will more likely effectively prevent creation of new dissenting works, than suppressing existing ones.


  • The best “server-side” anti cheat mechanisms online is streaming the game, and I am sure that eventually some talented developers are able to even write some aim bot (or more) for that.

    Competitive games need a fully controlled environment. Doing it online with random unknown people should not be taken as serious as they currently do.

    Alot about video games is not standardized. To be competitive all players should have the same hardware, internet connection, etc. So that it is actually individual skill that is measured, not just the size of players wallet.

    But even then, developing skill takes alot of practice and time, which also, in our current system, can be converted into money. There just is no fair competition here anyway. Still many people believe in meritocracies…


  • cmhe@lemmy.worldtoPrivacy@lemmy.mlDo you use TPM ?
    link
    fedilink
    arrow-up
    2
    ·
    8 months ago

    Together with secure boot and your own signing keys, it could be a good way to en/decrypt the a dm-verity secured read-only rootfs. But for the home partition I would probably still want to enter my own decryption key, maybe via systemd-homed. From there you can update the kernel/initramfs and read-only rootfs image and sign them for the next boot.

    This is complicated to set up. Otherwise maybe use TPM as a 2FA, so you still have to enter a pin?