• 0 Posts
  • 23 Comments
Joined 1 year ago
cake
Cake day: July 10th, 2023

help-circle

  • cmhe@lemmy.worldtoLemmy Shitpost@lemmy.worldBread
    link
    fedilink
    arrow-up
    0
    arrow-down
    1
    ·
    edit-2
    2 months ago

    Were I buy bread it is on a rack, and you use tongs to put it into a paper bag. You can also put it into a slicer first and then in the bag, but I rather slice it myself at home.

    Or I buy it a a bakery, where some employee packs it for me, you can ask them to put it into your cotton bag, if they only have plastic bags.

    I don’t buy prepackaged bread.


  • cmhe@lemmy.worldtoLemmy Shitpost@lemmy.worldBread
    link
    fedilink
    arrow-up
    0
    arrow-down
    4
    ·
    edit-2
    2 months ago

    I don’t throw away the plastic bag, because I don’t have the plastic bag. Because the bread I bought was in a paper bag.

    I you live in a country where you don’t get bread in paper bags and you want to avoid plastic waste, you can put the bread in a cotton bag in the store, which you can wash and reuse.




  • I started using Fedora Silverblue on a tablet, seems to work fine so far, but requiring a reboot in order to install new system packages is a bit cumbersome and the process itself takes a while, but ordinary Fedora also doesn’t win any races when asked to install a new package

    I think switching to FCOS or Flatcar on servers that just use containers makes sense. Since it lessens the burden of administrating the base system itself. Using butan/ignition might be unusual at first, but it also allows to put the base system configuration into a git repo, and makes initial provisioning using ansible or similar unnecessary. The rest of the system and services can be managed via portainer or similar software.

    I also do not have long term experience with FCOS, but the advertised features of auto-update, rolling-release, focus on security and stability makes it a good fit for container servers, IMO.

    An alternative to Debian on servers might also be Apline Linux. Which also has more a focus on network devices, but some people use it on a desktop as well.

    If you have many different systems, and just want to learn to operate them all, maybe NixOS might be interesting. Using flakes, you can configure multiple machines from just one repo, and share configurations between them. But getting up to speed on NixOS might not be so easy, it has a steep learning curve.






  • I only play single player games, but couldn’t care less about achievements. It is all about exploration, story, game mechanics and modding for me.

    People treat achievements as if they are a status symbol. I mean sure, if you don’t know what else to do in a game, they can give you some goal, but IMO the game itself should encourage you to reach the goal, not some external badge. The experience doing the task should be the reward in of itself.





  • I like RPG games, however I don’t like it when the company has the ability and incentive to bate and switch my game into a worse version after I bought it.

    Denuvo forces me to be connected to the internet, which makes playing the game on the move difficult or even impossible. It also allows them to make sure that the most current version is played. MTX means they don’t have incentives to fix the game and instead sell you the fixes, or even enshittyfy it, to squeeze out more money.

    This gives me the incentive to wait a couple of years, until the game doesn’t receive any updates anymore, and then decide if the final product is worth it. And hope that I will get a good experience out of it, before the Denuvo activation servers are shut down.

    So you have to wait for a few years, in order to know if the gameplay is (and stays) any good.


  • Here is the problem: Even paying will not get you out of ads any longer. You bought a TV, well the manufacturer will show additional ads on it. You paid for Windows or a Mac, well Apple or Microsoft will advertise additional services on it, same with Android (Google services) or IPhone.

    Just spending money to be ad free is no longer enough, because companies try to find ways to extract even more money (or information to sell others) from you, now that you have proven to have some. Either be it additional subscriptions or vendor lock in. They never have enough money, they just want all of it.

    So to live ad free, you have to avoid using any product with profit interest or research every company you deal with on what its incentives are, which is very hard or impossible for many people.

    Here is a tip though, try to find hardware that comes without bundled software, and find open source software to use it with.


  • Nvidia has created a bit of a sore spot for many Linux Developers and thus users. Through their actions and non actions made it impossible to create FOSS drivers for their hardware that work well and are integrated and tested with the rest of the system.

    Many fresh users don’t seem to recognize the reason why they are having a sub par experience using their hardware is Nvidia and not the open source community. They often blame and complain to the developers of the open source drivers or applications, who either have to hack around hurdles placed by Nvidia or cannot inspect closed source drivers written by that company.

    It is IMO understandable that at some point the community stops providing free and unpaid customer support for hardware and software, they have no control over or don’t even own.

    If you would start paying them, then I suspect you might get better answers. Otherwise you just get information about stuff people are excited about.


  • cmhe@lemmy.worldtoLemmy Shitpost@lemmy.worldPlease Stop
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    8 months ago

    Optionally is the key word. Blockchain transactions must be signed, and they must be accepted as following the blockchain rules by validators.

    But this is just a policy decision, not a property of the technology. You can easily implement a script that checks if every commit from remotes are signed, accepts them if they are and drops them if they aren’t or the signature is invalid.

    If you contribute to a project where the majority require signed commits, then you need to sign commits in order for your change to be integrated into the consensus.

    That has nothing to do with the technology itself, just with the application.

    So if you state that signatures are required to be a blockchain, then you can use git to create a blockchain, by just having that policy.

    (IMO I wouldn’t say that signatures are required, just that blockchains usually have them.)