I’d appreciate it if everyone could just stop burning fossil fuels, please. Thank you for your cooperation.

  • 40 Posts
  • 2.03K Comments
Joined 2 years ago
cake
Cake day: November 3rd, 2023

help-circle






  • Most of the “microblog” posts I’m seeing are pretty short. I seem to remember the images being way too big, though. I made a custom ublock rule or something to make both the lemmy ones and them equally small thumbnails just big enough to decide if I want to load a full-sized one. It’s kept working for a year or something, I had forgotten it was there, but I guess it helps even more now.

    Edit: Ah, found it. It’s a firefox/librewolf userContent.css thing. Maybe something similar could be an mbin user configurable option some day.

    @-moz-document domain("fedia.io") {
        .figure-thumb { max-height:90px !important; max-width:160px !important; overflow: hidden; }
        .view-compact .entry figure { height:90px !important; width: 160px !important} 
    }
    





  • Regular, non-expert internet users find it fun, or even amusing, to play gacha games. And yet the sentiment about a potential new gacha game panel built into Firefox has been overwhelmingly negative. While sophisticated gamer aesthetes find those creations gauche or even offensive, other cultures find them perfectly addictive.

    Most of the people that see gacha games as a valuable use of their time on this earth belong to demographics that are dismissed by all you internet weirdos. It’s an incredibly mainstream experience now. Regular people have no problem collecting trading cards, making the numbers go up, and spending money on in-game purchases. If Firefox wants to keep up with the times it needs a built-in gacha game so that it can protect the privacy of all the billions of people who will see it and understand that Firefox is the web browser and gacha game platform made for them.


  • The campaign seems almost comically inept. There are valid criticisms of wikipedia to be made, but the idea that it’s full of left-wing propaganda is just so ridiculous that it’s hard to imagine anyone taking it seriously. But then I felt the same way about a certain politician’s recent election campaign. I guess it’s the good old “big lie” tactic in action.






  • People say “kernel level” anticheat as if that would be necessary for some reason, but I don’t really see it catching on in the linux world. Steam doesn’t even have root normally. Even if it did, not everyone runs exactly the same linux kernel and the only practical way to distribute a module that’s going to work for most people is through dkms, which means you build it from source, which means proprietary super-obfuscated shit is not going have its intended effect (assuming it ever does.)

    There’s nothing stopping them from doing all the same bullshit in userspace instead.