Dwarf planets sometimes have moons (e.g. Pluto)
she/her
- 0 Posts
- 90 Comments
I think the problem lies with the definition of consent more than with the definition of suffering. If the alternative is something worse, then that’s not consent. That’s coercion.
Now, whether it’s still appropriate to still call it suffering when applied to someone enthusiastically consenting, I’m not sure.
See also: the Linux Kernel
Fair enough. I just thought it had become pretty ubiquitous in the desktop ecosystem, just because HDMI licencing fees are egregious
Every single monitor I’ve seen that’s built in the last 8ish years has at least one. All modern graphics cards do too. Are you sure you’ve not seen them?
itslilith@lemmy.blahaj.zoneto linuxmemes@lemmy.world•Wifi adapter linux issue pls help (joke)12·2 months agoNot sure why they show it like that, it might be a design choice. Where I live, it’s often put as decimals, with the last digit smaller than the others:
itslilith@lemmy.blahaj.zoneto linuxmemes@lemmy.world•Wifi adapter linux issue pls help (joke)28·2 months ago9/10 of a cent
It’s about the certainty to have what you want, where you want it, reliably. I run NixOS with Impermanence, which means I reset my root partion on every boot, and have what state I need specifically opt-in. And I run a shared config over multiple devices (home PC and Laptop), so installing something on one also installs it on the other, next time I rebuild. It certainly takes time getting used to, but I’ve been really enjoying it so far
Look at the perspective near his hands, either it’s the most crooked console ever or it’s AI
pointless summation, that just simplifies to
n(n+1)/2
:P
itslilith@lemmy.blahaj.zoneto Linux@lemmy.ml•TIL Kitty terminal can show a dock panel on Linux desktops!8·3 months agoI want my terminal to just work, so all this kitty stuff is overboard for me, but good for them!
Oh I agree, I am happy with Helix and use it as my main editor already. I like that they’d rather take their time to figure out how to make plugins work well.
Uhhg, I’ve been waiting for module support for helix for forever, now. It’s a planned feature, but it’s been that way for ages now
It’s less so the wider tech-industry, as in corporate big tech. But the general open-source community and hacker spaces in particular have a lot of trans and other queer people in it
itslilith@lemmy.blahaj.zoneto Linux@lemmy.ml•Which areas of Linux would benefit most from further standardization?2·3 months agoFactorio puts game saves in ~/.factorio for some reason…
The borrow checker makes things a bit more complicated to get running, definitely takes some getting used to when you come from a non-memory safe language. But the compiler is really helpful throughout almost all mistakes, often directly providing an explanation and a suggested fix. One of my favorites programming experiences so far