

…How come so few people are using SQLite?
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.
…How come so few people are using SQLite?
You intendeth to mean Beowulf? I would mayhaps have seen one ere the break of my college time. Wouldst you tell me more about it?
The only part that is wrong TMK is the “indivisible” one; and perhaps the last item because I recall that PulseAudio and Wayland were pushed this way worse than systemd was.
Because it was not always the case that sysvinit was supported - things were sorta “accidentally hazy” for a while. There was a time (I think during Debian 9 and 10) that systemd not only was the default, but was also enforcedly linked against a large part of the stack (you couldn’t have a desktop environment, PulseAudio or NetworkManager without systemd, for example).
This led to the rise of projects like Devuan, that provide a working system that installs without systemd by default; Antix’s nosystemd
repo, which allows to install components of the Debian stack without the enforced systemd dependency; and later libam-elogind-compat
which aided shimming some of systemd’s requirements under elogind.
Nowadays at least, the only hard part of not using systemd in Debian is 1.- switching (from or to) seems to require rescue mode and 2.- you lose some of the container management goodies (for eg.: Podman services).
None. On Alpine you can only use OpenRC and on Debian you can only use systemd. Most distros don’t let you change out the init system. If you want systemdless Debian look into Devuan.
Fake news. On Debian you can use both sysvinit and openrc (I have six servers on sysvinit, tho I do actually intend to shift them to systemd later mostly because of the container management goodies).
Judging from this post, I would say you should not be looking to change out your init system
Mostly agreeing here. For selfhosting the init system matters barely any, since past the default distro setup one would be doing most of everything with Docker, Podman, etc. At that point, none of the usual Linux religious wars matter much (you can perfectl edit a compose file with nano).
mAkE FaMiLY nUcLeaR aGaIN
Just tell them the truth.
Children, I voted for your mother to be treated as a subhuman and we all got what I voted for. Don’t you dare throw me into an asylum!
Wouldn’t a zero-knowledge hosting solution (you provide hosting, but you can’t see what’s into it past a stream of binary) help with that?
If you mean citizenship as being associated to the city whose hosting services you are using, yhe power or water bill pointed at your name and residence should be able to do that. Now, if you want that plus anonimity, the only practical option I can think of for a city-wide physical campaign is some sort of GPG Signature Meetup (“signature party”).
Zero-knowledge hosting solutions should help with that, but I’m unsure how the tech and UX has been going for that on FOSS as of yet.
It was inevitable. What did you all expect from the country that hoarded all that nazi gold?
Maybe, really.
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 a BLOB
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).
blorp
The Fediverse. Poob has it for you.
The purchaser of that domain will be able to send and receive email from your addresses.
Wait wait wait, DKIM doesn’t solve this???
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.
almost 400 upvotes
Thank you for your attention on this issue! </tweet>
That’s quite senseful yes. In the cases where I want to host somewhere that already has a Postgres service going, I just up and use that.