• 1 Post
  • 64 Comments
Joined 3 years ago
cake
Cake day: June 14th, 2023

help-circle
  • My three all flop out in front of you and demand belly rubs - they will pull your hand back in if you try and stop. The tortie is quite vocal about it, too. Fine if it’s one of them, but if two of them get you then that’s what you’re doing for the rest of the day, and good luck trying to drink anything.





  • Yep, that’s ugly. I wonder if it’s because electric cars don’t need as many functional components, like eg. air intakes? Don’t need so much detail work to harmonise the stuff on the outside, therefore, it ends up looking like a child’s toy?

    Proportions are still kind of graceless and unweildy, and that colour is nasty. I’d probably have gone the same yellow as the brake shoe, or just classic Ferrari red…


  • As an “EFL” speaker, yours is clearer, more grammatical. If I’d written this, I’d probably have changed the “opting instead” to “when they opted”, but yours uses two shorter sentences, which is better style in English.

    Having seen native French speakers producing “one sentence covers an entire page” text when studying ESL, I’ve tried to keep my bad habits under control myself. Can be a bit too easy to produce a runaway sentence sometimes, when you’ve a lot of thoughts to get on the page.


  • The squinting cat has quite a pointy face. Testosterone makes cats have ‘rounder’ faces; can be hard to tell on cats that were speyed quite young, but males capable of having children tend to have quite chubby cheeks. Plus, the black cat looks to be going for a nipple underneath; and of course, it’s actually present in the picture, whereas dad cats are all ‘wham bam thank you ma’am’ and will usually be miles away once children appear.

    Far be it from me to assume pronouns, but that doesn’t really look like a dad cat to me…



  • Well, you’ve had a lucky few months off. Our three just did not stop this year.

    If your cat could explain to ours how to either eat all of the mouse or none of the mouse, that would be amazing. I don’t mind them feeding on low-carbon organic meals hand-prepared by local artisans, the hipsters. But I do mind stepping in all the bits and pieces that they didn’t care to finish.


  • I’ve installed both Arch (systemd) and Void (runit) on the same laptop as an experiment to see whether you could have them both coexisting on the same filesystem. (Which you can - main difficulty is keeping their kernel names separate in /boot.) There was very little difference between them in time-to-desktop. Arch was faster, if anything. And I run more services on a desktop than I would on a server.

    Choosing init scripts over systemd is fine for philosophical reasons or if you prefer it for maintenance, but speed isn’t an issue. Init scripts are simpler, but systemd goes to great efforts to start things in parallel. Critical servers should be load-balanced and redundant anyway so that you can restart them for updates; whether they take a second longer to start-up doesn’t matter.