Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)ZA
Posts
0
Comments
1,219
Joined
2 yr. ago

  • It was a feature that they added a long time ago, and it doesn't interfere with or worsen the experience of buying, organizing, or playing my video games... Plenty of other products and services out there have features that some don't like or don't use, but that isn't the same thing as enshittification.

    I have explained it though

  • Yeah one of the most memorable story moments in the campaign I'm in right now came from our party hitting some incredibly lucky rolls and basically one shotting a sentinel enemy that was supposed to make us turn back from the dungeon we were in and gone back later when we were stronger. We then found the boss encounter of that dungeon way underleveled, and had to do some serious strategizing and outside the box thinking to come out on top. It was super fun for us as players, and we felt super proud of ourselves when the DM told us what we had done after the session. It was also super fun for the DM since he had to kind of throw together the rest of the encounter on the fly.

  • Eh, maybe I'm being pedantic, but I still don't really see how the addition of the steam marketplace is an example of the steam platform declining in quality. It was a feature that they added a long time ago, and it doesn't interfere with or worsen the experience of buying, organizing, or playing my video games. Sure it's a needless addition (in our opinions), but one that I can easily ignore because it's so isolated from the main product. Plenty of other products and services out there have features that some don't like or don't use, but that isn't the same thing as enshittification. And I feel like the spam would happen regardless of if the marketplace was there or not. That feels more like a moderation problem, not an enshittification problem.

  • Some of these are minor inconveniences, but that's how enshittification happens. It's little, creeping annoyances that get worse and worse until it starts to make people look for alternatives.

    Ok, maybe my definition of enshittification is off then. I thought it was when some company offers some product/service for a certain price (or free), then gradually removes features from that product/service while increasing the price. Am I off?

    If that definition is right, I don't understand how the steam marketplace, a completely optional (borderline tangential) part of the steam platform, qualifies as enshittification.

    And I'm not trying to defend the steam marketplace, I think it's stupid and terrible and at minimum needs age restrictions. But like, you can absolutely just not use it and your experience using the steam platform is totally unaffected.

  • Eh, Vance being invisible so far is just usually how it is for VPs. I think people forget that the role of the VP is basically just two things:

    1. Break ties in the Senate
    2. Remain alive so they can take over if the president dies
  • Does victorinox offer sharpening services? Some knife manufacturers have programs where you can either send your knife in or take it in to a store and have it professionally sharpened.

    If your blade is losing its edge quickly, it probably needs to have a new edge put on it with an actual sharpening, v rather than just the touch up it gets from a honing rod.

  • I just replaced my windshield wipers last night and it was a nightmare. The wipers I got are supposed to be universal, which means the little plastic bit that connects to the wiper arms has a bunch of little sub parts that you're supposed to remove based on what wiper arm connection your car uses. Well, considering I'm not well versed in modern wiper arm connection standards, and I'm also stubborn and don't think you should need to dig out your car manual just to change your fucking wipers, coupled with the fact that the instructions that came with the wipers are just 6 wordless diagrams vaguely showing you what bits to remove based on which esoteric wiper style your car uses, I struggled with those sons of bitches for like 20 minutes in below freezing weather.

  • Doing something distro-specific in an install script for a single binary seems a bit overcomplicated to me, and definitely not something I want to blindly pipe into my shell.

    The bun install script in this post determines what platform you're on, defines a bunch of logging convenience functions, downloads the latest bun release zip file from GitHub, extracts and manually places the binary in the right spot, then determines what shell you're using and installs autocompletion scripts.

    Like, c'mon. That's a shitload of unnecessary stuff to ask the user to blindly pipe into their shell, all of which could be avoided by putting a couple sentences into a readme. Bare minimum, that script should just be checked into their git repo and documented in their Readme/user docs, but they shouldn't encourage anyone to pipe it into their shell.