
Could be that the companies they supplied to filed for damages, due to them not meeting supply targets…

Could be that the companies they supplied to filed for damages, due to them not meeting supply targets…
“Oven is going to be a grind, especially the first nine months or so. If work-life balance means a lot of time spent not working, it’s probably not a good fit.”
Oh man, someone here recently shared a blog post on startup culture in software companies, which likened software to an oven, where you’d add a specific button for a customer and that fucks up your whole architecture for years to come etc…
For just a moment, I thought this was a direct quote from that blog post.

Well, in hopes that you’re not just trolling, maybe you’ll believe a dictionary that “stable” is ambiguous in this context. Because this is one of the listed meanings:
(computing) Of software: established to be relatively free of bugs, as opposed to a beta version.
https://en.wiktionary.org/wiki/stable#Adjective
It also lists your meaning. I’m not saying that you’re wrong. I’m saying it’s ambiguous, i.e. there’s two meanings that could apply here.
Well, and personally, I do feel like more people will interpret “stable” to mean bug-free here, because Debian is a piece of software to them.

Yeah, but that’s exactly the meme that I’m talking about.
It’s always ambiguous what is meant by stability. And as soon as you complain about Debian actually breaking very easily, folks will readily tell you about the technicality that it just means it doesn’t change very often.

Having btrfs+snapper set up by default sounds good. I wish Debian-based distros in general would finally make a move there. It’s a bit of a meme that folks laud Debian for its stability, but you can easily break it with one wrong command.
And who knows, maybe TuxedoOS adopting it can serve as a proof of concept and get Debian itself to adopt btrfs sooner.

You might be thinking of OnlyOffice…?
df only shows partitions, whereas du adds up the file sizes in the directory you specify.
So, in particular, if you want to find out what’s taking up so much space, you can repeatedly run du -sh * and cd into the largest directory.

Yeah, I also imagine there’s lots of folks who have their handful of games in rotation that wouldn’t care to buy a new game anyways. And then also lots of folks, who just don’t have the hardware for it…

I believe, the Playstation implementation streams from your console, so primarily good for in-home streaming…
Posteo is mostly just a deployment of RoundCube.
Mind you, I do assume they have deployment scripts and code for handling payments and such, which aren’t open-source.
I also have to say, though, a hosted service using open-source is *nice*, because they will hopeful contribute back to that, but it’s not much beyond that.
You cannot know, whether they actually run the software that they publish in their repository, so auditing the open-source code hardly tells you anything about the trustworthiness of the actual service.
For me, the green part is: Because I used them while cooking and don’t want to get anything else dirty.
I’m still adjusting to them for eating (should probably cut/choose my veggies, noodles etc. to rather be long+thin). But for cooking, I do find them quite good.
I can use wooden chopsticks in my non-stick pan. And they’re really useful for stirring food, as you can just hold them close together (or use a single stick), when the food is prone to spilling.
I don’t yet have the dexterity to always successfully flip foods in my frying pan with chopsticks, but it’s not like I have that with other utensils. Whether chopsticks, spatula or fork, it’s always a fiddly bugger.
Yeah, we’re also still on 24.04. And from what I’ve seen, 26.04 will ship with Plasma 6.6, not 6.7.
Maybe the kubuntu-backports repository can give it earlier than that, but yeah, I don’t even know yet, when we’ll upgrade to 26.04.
Good point, though, about the .01 release. Maybe I’ll start bothering IT when that’s out.
I would have a use for it at $DAYJOB, but unfortunately my work laptop is on an ancient version of Ubuntu, so gonna be a few more years before I can use it…
The atoms are there for sure, but we could argue, whether it is a thing/object without an animal being aware of it, since it’s us that define things to be objects.
The universe doesn’t care whether a pile of atoms behind Pluto happens to be chair-shaped. It’s only when we look at it, that we declare it an object.
Gonna throw in EtherPad. It’s been like ten years, since I properly used it, but I believe, it’s relatively minimal, so pretty much just Markdown.
There’s also lots of publicly hosted instances you can use: https://scanner.etherpad.org/
Better than the original. As in, it’s a faithful reimplementation with quality of life improvements, like higher resolution, support for modern operating systems, and most loading times eliminated.
I believe, there’s still tiny differences to how the original behaved in certain situations, which is why they don’t call it “1.0” yet, but you’re not going to notice while playing.

Man, you seem to get much nicer vegan cheese. In the shops here, it’s just slices of hardened fat with flavoring and no protein.
Some brands do make it taste like real Gouda, but it still feels so very pointless to throw just some fat onto your bread. Might as well eat the bread by itself or, you know, with real food like baked beans or dal or such.
Hmm, it’s been probably a year since I downloaded it, so not sure, downloading it works in general. But how are you downloading it? Directly from the webpage? Or did you install Luanti and are downloading it through the “Content” tab in there?
Might need an older version of Luanti, I’m not sure…
Yeah, computationally intensive stuff is going to be slow when implemented in Python. You will find lots of data science libraries for Python that do computationally intensive stuff, but they’re then generally implemented in C/C++ or Rust, with only a thin API layer written in Python.