

I also have the prompt set to the host name. I’ve never understood why people included their usernames; I don’t log in to more than one account on each machine.
🅸 🅰🅼 🆃🅷🅴 🅻🅰🆆.
𝕽𝖚𝖆𝖎𝖉𝖍𝖗𝖎𝖌𝖍 𝖋𝖊𝖆𝖙𝖍𝖊𝖗𝖘𝖙𝖔𝖓𝖊𝖍𝖆𝖚𝖌𝖍
I also have the prompt set to the host name. I’ve never understood why people included their usernames; I don’t log in to more than one account on each machine.
It is not modular. This is a lie Poettering keeps pushing to defend building a huge edifice of interdependent systems.
Look at the effort required to factor out logind. It can’t just be used in it’s own; it has a hard dependency on systemd and needs code changes to decouple.
I will repeat that journald is really bad at what it does, and further assert that you can not run systemd without journald, or vice versa. That you can not run systemd without getting timed job control. Even if you chose not to use it, it’s in there. And you can not get time job control without the init part. In most unix systems, init and cron are utterly decoupled and can be individually swapped with other systems.
Systemd is not modular if you can’t swap parts out for other software. Systemd’s modularity is a bald-faced lie.
The one exceptions are homed and resolvd, which are relatively new and were addedlong after systemd came under fire for being monolithic. And, ironically, they’re the components most distributions don’t use by default.
It absolutely is. The typesetting is beautiful, and it’s far easier to work with than (LA)TeX. It also doesn’t take up 2GB of disk space.
According to election theory, a dictatorship is the only perfectly fair voting system: the only voter wins the vote, every time.
I’ve been using systemd on most of my systems since it was released; I was an early jumper to upstart as well.
The thing I don’t like about systemd is how pervasive in the OS it is. It violates the “do one thing, do it well” Unix philosophy, and when systemd went from an init system to starting to take everything over, I started liking it less.
My issues with systemd is that it isn’t an unmitigated success, for me. journald is horrible: it’s slow and doesn’t seem to catch everything (the latter is extremely rare, but that it happens occasionally makes me nervous). There are several gotchas in running user services, such as getting in-session services working correctly (so that user services can access the user session kernel keyring).
Recently I’ve been using dinit on a system, and I’m pretty happy with it. I may switch all of my systems over to it; I’m running Arch everywhere, and while migrating Arch to Artix was scary the first time, in the end it went fairly smoothly.
Fundamentally, systemd is a monolithic OS system. It make Linux into more of a Windows or MacOS, where a bunch of different systems are consolidated under a single piece of software. While it violates the Unix philosophy, it has been successful because monolithic systems tend to be easier to use: users really only have to learn two command-line tools, vs a dozen. Is it categorically better, just because the user interface is easier for new Linux users?
dinit also has the ability to run user services, FWIW.
As long as it isn’t github.
Publish that puppy. It can’t hurt.
Don’t do it in github, though. Sourcehut is better; or if you crave that cluttered, JS-heavy feel, Gitlab.
Maybe! How is it better than keeping a README?
If it’s just a command, I put it in a readme. If it’s a series of commands, I put it in a shell script. What would your tool bring to the party, and if I’m going to turn to a third party solution, why shouldn’t I use Salt or Puppet instead?
Alligator. Venison. Duck. Butterfish. Trout. Mussels.
Except that one is automatically versioned and would have saved you this pain, and the other relies on you actively remembering to reflexively commit, and then do extra work to clean up your history before sharing, and once you push, it’s harder to change history and make a clean version to share.
These days, there’s little excuse to not use COW with automated snapshots in addition to your normal, manual, VCS activities.
// Increment i
i++;
Very info. Much useful.
Become homeless, I suppose.
Can’t get into my bank? Work won’t let me in because they don’t recognize me? Nobody’s going to hire me without ID or a background check. So I guess I’m a bum now.
Folks here hoping to reclaim their identity: how, exactly? No birth certificate, no drivers license, no passport… how, exactly, are you going to prove you’re you?
The most popular Linux distros are binary based. Gentoo upgrades build all new software from source. If you don’t want long install times, don’t usr one of these compile-everything-from-source distros.
There’s no option to install Windows from source, and it doesn’t really come with anything more than the OS, anyway, so it’s apples yto oranges. Windows might not even be compilable on consumer hardware.
Yeah, I wasn’t saying it was bad; I meant only that Linux didn’t have to worry about device drivers for it, because the fob handles reading the fingerprint chip.
I dunno. I have a fair number of packages installed from AUR, and the Rust ones take forever to compile. CPUs may have gotten faster, but some popular languages have gotten much slower to compile.
I had a roommate who had a python of some sort. It was 6’ long-ish.
I wouldn’t say it was affectionate, but it was fine with being handled. It’d just get comfortable, hang out, and watch whatever was going on. Sometimes it might slither around, but it always seemed to me it was just finding a place to get comfortable. It seemed to spend most of its time sleeping. It didn’t seem to care who it was hanging out with; I never saw it demonstrate a preference between people, even its owner.
It was a really easy pet to keep, all things considered. The worst thing about it was feeding it. It refused to eat dead things, so my friend had to go get live mice from the pet store, put the snake and the mouse in the bath tub, and then leave them alone for an hour or so. It was such a fussy eater - sometimes, it just wouldn’t, so we’d sometimes also have a pet mouse for a couple of weeks. I wasn’t interested in watching it kill the mouse, but my friend said it just wouldn’t eat if anyone was in the room watching it. Thankfully, it only needed to eat once every few weeks.
Honestly, I never saw the attraction. It didn’t do much, you couldn’t do much with it, it didn’t seem to seek out contact with people, didn’t seem to care one way or the other about being pet. I think it mostly liked being held because it like the warmth - but it’d be just as happy on its rock under the heat lamp.
Oh, shedding was cool. Once. After the first time you watch it, it’s kind of like watching paint dry.
But, some people really like snakes, and that’s cool.
Yup! It’s very much like mpd, except streaming without an additional component.
They use the SoundCloud API. You only need either gonic or Navidrome, plus a client (like ostui).
If you do, use the -k
option - it locks access to the rook service to only the user session. Rook works without it, but is more secure with it.
I know logind can’t easily be, because I ran Artix for a while and they were using a decoupled version of it, and there was a big discussion about swapping it for something else because it was so hard to maintain.