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

  • 13 Posts
  • 815 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} 
    }
    







  • 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.