In this case it’s because part of the joke is the quote tweet. You could also link to the tweet instead of a screenshot but then we need to connect to Musk’s servers at some point (even if through a proxy like nitter)
In this case it’s because part of the joke is the quote tweet. You could also link to the tweet instead of a screenshot but then we need to connect to Musk’s servers at some point (even if through a proxy like nitter)
Yeah it depends. For “What’s the best laptop for Linux”, literally just look it up; there’s hundreds of articles, forum threads, Lemmy/Reddit posts, etc discussing this topic. But I don’t think there’s an issue asking for hardware recs if you are explaining a specific use-case. I would say still do an online search first—like some use-cases are quite general, e.g. for music production, for gaming, and so on. And even for the most general cases, I think if your thread is more something like “does anyone else disagree that ThinkPads are good for Linux?” that’s also fine, because it’s actually sharing your opinion and giving something more to go off of than “give me a laptop”.
Unfortunately for you I can recognise the URL of the official video upon hover. Try a reupload next time maybe :)
My main reason is one you listed. My setup works well for me; I enjoy it; and I don’t feel the need to fix what ain’t broke (when the “fix” likely involves breaking a lot of things I need to fix, and generally a lot of time and effort). Plus, from what I can tell, if you are particular about parts of your system, the immutable distros on offer are not diverse enough to cater to you—eg can I use my preferred init system, runit? All the immutable distros I know are systemd (which I am not a big hater of, but I like and am accustomed to runit already).
Edit: saw what you said at the end about what it would take for me to switch. It would be if I had a real use case for it, eg I regularly had problems that an immutable distro would solve, or I could see a way that an immutable distro would drastically improve my workflow.
Although it’s pretty easy to stumble upon some guide that you don’t understand that gets you to enable dev mode. Not saying it happens a lot, but there’s not a very high bar for the test for enabling dev mode.
Okay…? Your point?
How is it not transformative and intentional to reinterpret neurological signals as music?
I mean it also means I inherently have an off-site backup, which is important given that my home occasionally gets raided by the police. I’m not worried about data access since I use FDE on everything, but data loss is a real concern.
I know what you mean; I think it would be hurtful to people with Parkinson’s, but whatever, I luckily don’t have Parkinson’s so not much point arguing it.
Characterising involuntary but normal phenomenon as intentional or artistic is maybe a little less gross, but still asinine.
That seems like a very bizarre take. Isn’t that a very common artistic device, to find creative interpretations of natural phenomena, and to imagine intention where there is none? I mean, art is subjective so maybe that’s just your personal taste, but it seems like a strange thing to be offended by to me.
It seems to be the journalist presenting it as such, but in any case, I don’t think the artists are suggesting it’s equivalent to what the guy made when he was alive. It’s an interesting artwork riffing off of the fact that the person whom the DNA belonged to was a musician. That also seems like a pretty disrespectful way to talk about people with Parkinson’s.
That’s a pretty misleading headline. The news article is about a cool art installation, in which an artist has used a deceased composer’s DNA to produce electrical signals that are interpreted as music. Still cool, but it’s not “composing music” in the same sense as the alive musician was composing music.
Waybar/polybar or one of the scriptable widget systems.
Artix as my daily driver because of the AUR, and I like runit. I no longer feel the need to distro hop; I’m happy here.
I rent because of government surveillance; I want my server in a different country.
It’s not an outlandish amount, but for instance I have my own VPS where I host a variety of services, and it still has under 1TB storage. Most hobbyists who rent a VPS would have less storage than that.
Why are the feet significantly different sizes
Is the furry in the background also for old people?
The implementation is cute. I would like that plushie.
I have
~/.local/bin
added to my PATH for things i want in my PATH, and~/scripts
for things I don’t want in my PATH. Both managed by chezmoi. I’m surprised if there’s anyone who wants most of their bash scripts in PATH. I only have like 5 scripts in~/.local/bin
; the others get executed on an automated basis (eg on startup or by a cronjob), or so infrequently that I don’t want them in my PATH.