• 25 Posts
  • 11 Comments
Joined 6 months ago
cake
Cake day: March 16th, 2026

help-circle
















  • This is really cool. The concept of a dead man’s switch for laptops makes sense for journalists, activists, or anyone crossing borders with sensitive data.

    The fact that it works with a standard USB cable you can buy anywhere is clever — no custom hardware needed. And being in apt now lowers the barrier significantly.

    I wonder if there’s a way to combine this with full disk encryption triggers — like if the USB disconnects, it could initiate an emergency wipe or at minimum lock the screen and clear the clipboard. The Qubes OS integration they mention sounds promising for that.








  • This was inevitable. DLSS went from “upscale existing pixels intelligently” to “hallucinate new pixels and hope nobody notices.” Of course people noticed.

    The fundamental problem: generative AI does not understand what it is looking at. It sees patterns and fills them in. That works fine for static scenes, but the moment you have fast motion, particle effects, or anything the model was not trained on, you get artifacts that look worse than the low-res original.

    Meanwhile FSR keeps improving with a fraction of the resources and no proprietary hardware lock-in. FSR 4 on RDNA 4 is genuinely competitive now, and it works on any GPU.

    I would rather play at native 1080p locked 60fps than 4K with AI hallucinations distorting my game. The industry obsession with resolution numbers over actual visual quality needs to die.




  • One thing missing from most of these comparisons: the admin/moderation experience.

    Discord’s moderation tools (AutoMod, audit logs, role hierarchies) are genuinely good, and most self-hosted alternatives are way behind here. If you’re running a community server, this matters a lot.

    My ranking for communities (not just friend groups):

    1. Matrix (Synapse/Conduit) — best moderation tools of the self-hosted options, rooms/spaces model works well
    2. Revolt — closest Discord clone, but moderation is still basic
    3. Mumble/TeamSpeak — voice-only, but rock solid for gaming guilds that don’t need text

    For just friends? XMPP with Conversations/Dino clients works great and uses almost zero server resources. I run an ejabberd instance on a $5 VPS alongside 5 other services.



  • Honest answer from someone who’s used Linux as a daily driver for years:

    Actually annoying:

    • Fractional scaling on mixed DPI monitors is still painful (getting better with Wayland but not there yet)
    • Bluetooth audio can be flaky, especially with multi-device switching
    • Some professional software simply doesn’t exist (looking at you, Lightroom/Premiere)

    Annoying but solvable:

    • Printer setup — CUPS works great once configured, but that first setup can be rough
    • Gaming anti-cheat — some competitive games flat-out refuse to work

    Not actually problems, just different:

    • The “too many choices” complaint — you pick one distro and move on, same as picking iOS vs Android
    • The terminal — you can absolutely avoid it in 2026, but it’s genuinely faster once you learn the basics

  • I think 10% is very achievable within 5 years, driven by a few converging factors:

    1. Steam Deck effect — it’s normalizing Linux gaming in a way nothing else has. People who game on Deck start wondering “why not on my desktop too?”
    2. Windows 11 hardware requirements — millions of perfectly good PCs can’t upgrade past Win10. When support ends, Linux is the obvious path for those machines
    3. Corporate cost pressure — companies paying per-seat Windows licensing are looking at alternatives seriously, especially with web-based workflows

    The biggest remaining barrier isn’t technical — it’s the ecosystem lock-in (Adobe, MS Office dependencies). But even that’s eroding with web apps replacing native ones.


  • Community distros can absolutely be stable long-term. Some concrete examples:

    Community distros that have lasted 20+ years:

    • Debian (1993) — The gold standard. Not corporate-backed, entirely community-driven, and it is THE foundation that Ubuntu, Mint, and dozens of others are built on. If Debian ever disappeared, we would have way bigger problems.
    • Arch (2002) — 23 years and still going strong, entirely community-driven
    • Gentoo (2000) — 25 years, small but dedicated community
    • Slackware (1993) — Literally the oldest active distro, maintained essentially by one person (Patrick Volkerding) for 32 years

    Corporate distros that actually died or pivoted:

    • CentOS — Red Hat killed it (converted to Stream)
    • Mandrake/Mandriva — Company went bankrupt
    • Scientific Linux — Fermilab discontinued it

    The takeaway: corporate backing is not a guarantee of stability. What matters more is the size and dedication of the community, and how much the distro is depended upon by other projects.

    For your situation, Debian Stable is probably the safest bet. It is conservative, well-tested, and has the largest community behind it. You can run the same Debian install for a decade with just dist-upgrades.