KDE can murder windows instantly (you have to set a shortcut), or you can also just send SIGKILL to the process
she/they
KDE can murder windows instantly (you have to set a shortcut), or you can also just send SIGKILL to the process
Parts of it seem to be inherently more secure, but there are some pretty glaring holes. At least software distribution is much more secure than the Windows approach.
Arch Linux is a good vision and a tab for the meds
Most packages are purely additive to to system. If GNOME is part of the base system, I don’t care because I can just not use it. For packages that are mutually exclusive, well, usually that’s the distro picking it for you anyway, but if you insist on changing them then OverlayFS lets you mask files in the base.
For something like Arch or Gentoo, the read-only partition approach absolutely won’t work, but I know Fedora’s been working on an OSTree immutable approach, so it’s still technically a mutable partition but it’s defined declaratively and is still easy to roll back.
Immutable partitions are amazing for reliability, then you can just OverlayFS your mutable state on top of it
If it was on something like BTRFS it’d probably be fine, though I imagine there’s still a small window where the FS could flush while the file is being written. renameat2
has the EXCHANGE flag to atomically switch 2 files, so if arch maintainers want to fix it they could do
I think my BIOS has a setting to skip that part
2s in firmware??? I’m used to at least 30s
You’re right that it’s your place to talk about your opinion, but you’re trying to deny them theirs, that’s the problem.
I find “powers” a strange word choice because of its connotation, but if you want to use it, whatever, language is a complex and subjective thing. Other than that, I didn’t see any generalization from the person you’re arguing with, so I don’t understand your response.
I think you might have misinterpreted their line about their giftedness, they said “I’m considered gifted” then explained that they don’t feel they have “powers”. This does not imply that’s the same for everyone considered gifted, so it is not a generalization.
I have some strategies I use for not getting into a situation like this. I try to assume the best from people, but when I think an uncharitable interpretation is likely I’ll ask clarifying questions like “are you saying that all gifted people are only good at IQ tests?”. Sometimes I focus on the wrong details, sometimes the other person says things in a weird way, clarification always helps.
Caveat: this can potentially be dangerous. I used to go outside a lot when I felt bad, but it mostly let me stew in my bad feelings with nothing to permanently distract me from them. Now I always bring headphones to listen to music, because that’s a lot better at distracting me from the bad feelings.
I was scared at what happened to me when I got really overstimulated, but I didn’t do anything to avoid overstimulation because I didn’t know it was an issue for me.
I also had no coping strategies for executive dysfunction because, again, I didn’t know it was a problem for me, I was just conditioned to think I’m lazy.
And most people are within rounding distance of 0. So while you could argue “everyone’s a little autistic” is technically correct, it’s not helpful and is actively misleading in most contexts.
Steam OS is completely open source except for the Steam client.
They do, I was joking. It’s not as funny to say the ecosystem is slowly trudging along.
Wayland compositors might implement it this century
No, I just don’t get much detail. Perhaps a related phenomenon: in dreams I really struggle to run, like I’m running through a viscous fluid. I think I just can’t simulate my senses well.
I can visualize whenever I want, but I have the same fuzziness issue you describe. It’s like quantum mechanics, a detail only resolves when I specifically measure it, and it’s in flux as I interrogate other details. My dreams are also like this, and all my senses are poor and low resolution, yet I don’t notice until I’ve awoken.
If I needed to somewhat accurately visualize something, I’d remember details of it in like a list form and reconstruct an image following that. Usually I don’t have enough details memorized/given and I have to much freedom in the recreation, leading to inaccuracies. At least I’ve known for a while that my “memory” is actually reconstruction and so I can’t trust it.
I can remember 100 digits of pi, but I can’t remember my family’s birthdays/anniversaries/whatever and it takes me a moment to remember my own! A calendar is a necessity for me.
Interestingly, I almost always monologue, even now I’m reading this out as I type! If I skim information faster than I can form words, I notice the monologue gives up, but I also am less likely to remember the information or form connections with it. It’s a strange feeling knowing that I’m almost listening to the language of pure information whenever my monologue stops, although the information is usually fuzzier than I would like.
Linux has that issue too. A process in an uninterruptible blocking syscall stays until that syscall finishes, which can be never if something weird’s going on.