• 0 Posts
  • 33 Comments
Joined 3 years ago
cake
Cake day: July 7th, 2023

help-circle


  • Webp and avif are nice, but I think their inherent base in a video codec makes them a bit funny, e.g. lack of progressive decoding. I await our jxl future. Jpeg is dated and we can do a lot better than a format defined in the early 90s, as venerable as that format may be.

    It’s like holding onto mp3 when aac and opus exist, or mpeg2 when hevc exists. The only benefits of the old stuff is less computation required, which only matters if you are using some seriously primitive hardware in 2025.


  • Depending on the image in question, lossless webp can have enormous savings. I have in mind screenshots from OpenRCT2 where you can save the whole park in one image. Because that image will have a limited, sharp color palette webp lossless can work magic on it compared to the source .png. In fact in that case it also massively out-performs webp lossy.


  • GnuLinuxDude@lemmy.mltoMemes@lemmy.mlGuns good
    link
    fedilink
    arrow-up
    30
    arrow-down
    1
    ·
    1 year ago

    He just lived in the society he advocated for. He literally believed a shooting now and then was worth the right for everyone to have guns.

    You will never live in a society when you have an armed citizenry and you won’t have a single gun death. That is nonsense. It’s drivel. But I am, I, I — I think it’s worth it. I think it’s worth to have a cost of, unfortunately, some gun deaths every single year so that we can have the Second Amendment to protect our other God-given rights. That is a prudent deal. It is rational.

    Those are his own words from 2023.

    Just because it happened to him doesn’t mean it wasn’t what he wanted. For all we know, he died blissfully knowing he received a God-given bullet.



  • GnuLinuxDude@lemmy.mltoMemes@lemmy.mlRAM
    link
    fedilink
    arrow-up
    20
    ·
    1 year ago

    I’ve never seen a distro take more than 2gb RAM ootb (ubuntu gnome and kde are probably the “heavy” contenders), excluding precached files. In either case, Windows or Linux, you lose big time the moment you launch a web browser.



  • They do love to get together. Sometimes publicly like at Davos to meet at the WEF. Sometimes they like to meet more secretively like at Bohemian Grove. Sometimes they all just know and pay a guy named Jeffrey Epstein.

    So it kind of is a cabal. It’s the cabal of people that pay and blackmail each other for favors. And if you’re not quite in the club then you do the legal version of it called lobbying.






  • Does this analysis hold for luxury goods? A Switch 2 is not a necessary purchase, and alternatives to it (games and game consoles) can be found for extremely cheap.

    I also think Nintendo has even more strong competition today than it used to with the rise of cellphones and app stores. I’d argue those mobile games tend to be crap, but that’s a separate concern from how accessible they are…





  • If in the future you think you might bring family/relations onboard to the password manager, it may be worthwhile to pay for a BitWarden family plan. BitWarden is really low-cost and they publish their stuff as FOSS (and therefore are worth supporting), but crucially you don’t want to be the point of technical support for when something doesn’t work for someone else. Self-hosting a password manager is an easier thing to do if you’re only doing it for yourself.

    That said, I use a self-hosted Vaultwarden server as backup (i.e. I manually bring the server online and sync to my phone now and again), and my primary password manager is through Keepassxc, which is a completely separate and offline password manager program.

    Edit: Forgot to mention, you can always start with free BitWarden and then export your data and delete your account if you decide to self-host.


  • You might notice that your Windows installation is like 30 gigabytes and there is a huge folder somewhere in the system path called WinSXS. Microsoft bends over backwards to provide you with basically all the versions of all the shared libs ever, resulting in a system that can run programs compiled from decades ago just fine.

    In Linux-land usually we just recompile all of the software from source. Sometimes it breaks because Glibc changed something. Or sometimes it breaks because (extremely rare) the kernel broke something. Linus considers breaking the userspace API one of the biggest no-nos in kernel development.

    Even so, depending on what you’re doing you can have a really old binary run on your Linux computer if the conditions are right. Windows just makes that surface area of “conditions being right” much larger.

    As for your phone, all the apps that get built and run for it must target some kind of specific API version (the amount of stuff you’re allowed to do is much more constrained). Android and iOS both basically provide compatibility for that stuff in a similar way that Windows does, but the story is much less chaotic than on Linux and Windows (and even macOS) where your phone app is not allowed to do that much, by comparison.