

blorp
The Fediverse. Poob has it for you.
I write English / Escribo en Español.
Vidya / videojuegos. Internet. Cats / Gatos. Pizza. Nap / Siesta.
This user’s posts under CC-BY-NC-SA license. Ask me if you need a different permission.
blorp
The Fediverse. Poob has it for you.
, but with a little attitude solving
pot name kettle.
When was the last time you used a Linux distro? 2005? Some desktops have had one-click updates since about that year, there are pretty good GUIs (that you don’t like them because they are in a terminal is a terminalWindowsism) and the “terminal matrix speak” is just knowing what you are talking about. You do know at least something about the parts of the car you drive, do you not?
The one big thing I grant is the double-click idioms, because at least in my experience it’s where lots of systems tend to clash against each other. A given app registers double click actions for certain files, then the browser does the same for those files, then Wine / Flatpak steals that association too… in the end you almost never know who is going to open your files in modern Linux unless you context-click specifically. It’s the one aspect on the list I’d say Linux has regressed since 2015.
It’s quite a bit old and maybe superseded by something more modern in 2025 already, but have you tried setting up your boot with the acpi_osi=linux
parameter? It should enable some corrections and capabilities from the BIOS that are not available if the system “lies” to the BIOS by telling it it’s Windows (“for compatibility, they said”). Dunno, maybe it juuuust happens to include the fix you need.
The purchaser of that domain will be able to send and receive email from your addresses.
Wait wait wait, DKIM doesn’t solve this???
Considering the security implications of suspend and how much enabling zram has improved my workflow for hibernate, I can’t really say I miss suspend any much. It was fast (near-instant in good days) but it’s always been a bet whether you can restore state or have to clean boot.
Also at least in my experience there were always a number of things that just borked suspend if you left them unattended. Back when I was still maining Debian Stable on 2022, having a remote mounted via SSHFS or having Redshift active always would lead to a near-eternal freeze before suspending, or worst case scenario a suspend-into-crash (ie.: suspends right, but panics during resume).
Absolutely unfair, I tell ya!
What do you mean, how?
Cute anime catgirl, a staple of the internet, without having to be showy or anything. And there are hooks to change it.
(Was actually half-surprised they didn’t go with “anime!stereotypical egyptian priestess” given the context of the software, but I feel that would have ended up too thematically overloaded in the end)
It does mean a form of provider lock-in, which is or can be its own issue. Also, while PostgreSQL is one of the best database engines out there among the FOSS stuff, it is verifiably and vastly overblown for stuff like “store a name and a email”, and I at least am not aware of any sort of “Postgres Lite” engines else I’d be using them at work.
Positives: nice uwu art.
Negatives: requires javascript, intrinsically ableist.
Firefox forks are real. They are also on mobile.
Cold take: we need to stop chasing web Standards that are purposefully set up by big corpo to be exlusionary.
What we need, what Firefox could hope to be, is a browser developed for a new old internet paradigm. Maybe Gopher, or Gemini (the good one). Alternatively a purposefully reduced HTML+CSS, no JS.
Trim down the fat so that it is actually possible to finance the development of a web engine an browser without leeching on a dick corpo (and sabotagong open internet in the process).
Question. Does it have uBO or an equivalent yet?
Without it, it’ll simply not be internet-ready.
The forks are Firefox with their own leadership. I have had pretty good experience with Librewolf.
Rooted/Custom ROM users are so tiny,
That’s what I told her to tell you.
So, help break the circle. You can target any of the nodes you mentioned.
None of the technologies that are abusing the network effect today started with a full charter of users.
That’s true of anything in technology (that is not designed to last; see: typewritrs and radio still work), so not really a variable. By that poiont you’ll either have a dedicated “updated” phone for current-gen slop, or have shifted over to a more private stack, or even have gone fully off-grid.
So, what I’m reading is, if your “users” are bad (or bots), just get better users.
Sounds like a net win.
People could just submit issues by e-mail, tbh.
I have most of my projects on either notabug or chiselapp (Fosil, not Git) and to this day I get e-mails asking for stuff or notifying about issues, so it’s not like the “social” / “Hub” aspect of “GitHub” is needed.
Hey, you got a free e-mail account!
It locks you to postgres. You don’t necessarily have full control over postgres unless you are using your own instance / service, but oftentimes you might need to connect to an external one. SQLite gives you a local option.
Also what do you even mean with “does it store passwords?” A password is just a
TEXT
or aBLOB
if you are feeling charitable and SQLite does support those since forever. If you can store “hello world” you can store a password (just… don’t do it in plaintext, but storage is different from encryption).