Yeah, I run i3
and headless servers, so it’s poweroff
or reboot
for me. Always works as advertised.
- 0 Posts
- 373 Comments
Except on the Linux systems I’ve used, when I ask it to shut down, it shuts down no matter what. Windows and macOS let programs stop the shutdown process indefinitely (when shutdown/reboot are invoked the usual way).
I think that’s what the meme is trying to get at.
qjkxbmwvz@startrek.websiteto People Twitter@sh.itjust.works•Calling BS. Pics Or It Didn't Happen20·14 days agoEarly Bulletin Said Ammunition in Kirk Shooting Engraved With Transgender, Antifascist Ideology; Some Sources Urge Caution
https://www.wsj.com/livecoverage/charlie-kirk-shot/card/pdymd1sXXMSlVRhpvR4b
It sounds like a bulletin was indeed circulated, and it sounds like the WSJ is being pretty candid about the law enforcement response:
Law-Enforcement Officials Sow Confusion on Manhunt for Kirk Shooter / Contradictory public statements risk undermining confidence in investigation, law enforcement veterans say
https://www.wsj.com/us-news/charlie-kirk-shooting-manhunt-e7f3eae4
The WSJ is not going to have first hand access to the evidence, so they have to report (transparently!) what they’re told by credible sources. In this case, it sounds like law enforcement — supposed to be credible — is not. It’s a pretty tricky thing to report on.
qjkxbmwvz@startrek.websiteto People Twitter@sh.itjust.works•Calling BS. Pics Or It Didn't Happen6·14 days agoEarly Bulletin Said Ammunition in Kirk Shooting Engraved With Transgender, Antifascist Ideology; Some Sources Urge Caution
https://www.wsj.com/livecoverage/charlie-kirk-shot/card/pdymd1sXXMSlVRhpvR4b
It sounds like a bulletin was indeed circulated, and it sounds like the WSJ is being pretty candid about the law enforcement response:
Law-Enforcement Officials Sow Confusion on Manhunt for Kirk Shooter / Contradictory public statements risk undermining confidence in investigation, law enforcement veterans say
https://www.wsj.com/us-news/charlie-kirk-shooting-manhunt-e7f3eae4
qjkxbmwvz@startrek.websiteto People Twitter@sh.itjust.works•Calling BS. Pics Or It Didn't Happen6·14 days agoBezos is Washington Post, not WSJ…
Never said that at all. I’ve had some fantastic food in England.
Oh please. The US has many problems, and there are food deserts to be sure — but go to a first class US city and you’ll find great food.
qjkxbmwvz@startrek.websiteto Selfhosted@lemmy.world•Been seeing a lot of posts about replacing Spotify and such, so I wrote up a guide on how I did just thatEnglish20·23 days agoI’ve honestly never understood people who feel the need to “replace” Spotify. … Spotify has never made sense for my use-case.
I don’t know how to say this, but…you have extremely uncommon use-cases:
…during those times, my phone is either fully turned off (so I’ll use an MP3 player), or it’s in Airplane Mode.
Many people listen to music on stereos and don’t necessarily want a device plugged in, so
I just download the music I like to my device and listen to it via VLC.
either doesn’t work or is substantially less convenient than e.g. casting from a phone.
Not hating on your setup at all, but it’s very niche, in my experience.
https://en.m.wikipedia.org/wiki/ACID
Atomicity (something happens in its entirety or not at all), consistency (database is always in a valid state — if the database has constraints, they will always be honored), isolation (transactions don’t step on each other), durability (complete transaction is complete even if there’s a power failure).
Not a database expert, my parenthetical explanations may need work.
qjkxbmwvz@startrek.websiteto People Twitter@sh.itjust.works•Fox News seems to ignore the crime rate in Republican States13·1 month agoDid they really take artistic liberties to make the Bay Bridge coloration look like the Golden Gate?
qjkxbmwvz@startrek.websiteto Not The Onion@lemmy.world•DHS Secretary Noem says entire southern border wall will be painted black to stop people from climbing itEnglish24·1 month agoscolding hot metal
I like the mental imagery — it’s not scalding hot, no, the metal is actively chastising you.
qjkxbmwvz@startrek.websiteto Technology@lemmy.world•Computer Science, a popular college major, has one of the highest unemployment ratesEnglish391·1 month ago…the San Francisco gold rush in 1949.
Classic CS major, making an off-by-one(hundred years) error ;)
I have some bad new for you about Linux…
It’s interesting that, with Python, the reference implementation is the implementation — yeah there’s Jython but really, Python means both the language and a particular interpreter.
Many compiled languages aren’t this way at all — C compilers come from Intel, Microsoft, GNU, LLVM, among others. And even some scripting languages have this diversity — there are multiple JavaScript implementations, for example, and JS is…weird, yes, but afaik can be faster than Python in many cases.
I don’t know what my point is exactly, but Python a) is sloooow, and b) doesn’t really have competition of interpreters. Which is interesting, at least, to me.
qjkxbmwvz@startrek.websiteto Programmer Humor@programming.dev•Simple Optimization Trick11·2 months agoDid the developer use any version control though? SCCS has been around since the early 70s, RCS and CVS since the 80s. The tools definitely existed.
Also, it was a single dev, which makes SCM significantly simpler!
PhDs in many fields, particularly the physical sciences, are funded. Lost wages are real of course, but you can often come out the other side without accumulating any debt.
Yeah, but do they like Huey Lewis and the News?
Hey Paulina!
qjkxbmwvz@startrek.websiteto Technology@lemmy.world•Physicists Create First-Ever Antimatter Qubit, Making the Quantum World Even WeirderEnglish2·2 months agoYour numbers seem reasonable — more intuitive for me to work in terms of pressure. Atmosphere is (roughly) 1e3 Torr, good UHV can be around 1e-10, so that’s 13 orders of magnitude, which is (roughly) the same difference that you calculated.
qjkxbmwvz@startrek.websiteto Technology@lemmy.world•Physicists Create First-Ever Antimatter Qubit, Making the Quantum World Even WeirderEnglish33·2 months agoAluminum foil is very common in physics labs. And a main use for it is “baking”! To get ultra high vacuum (UHV)* you generally need to “bake out” your chamber while you pump down. Foil is used same as with baking food — keep the heat in and evenly distributed on the chamber.
Sadly, it’s usually not food grade aluminum foil, as that can contain oils, and oils and vacuum are generally a big no-no.
*Just how good is UHV? Roughly: I live in San Francisco, which is ~7 miles by ~7 miles (~11km). Imagine you raise that by another 7 miles to make a cube. Now, evacuate every last molecule of gas out of it. Now take a family sedan’s trunk, fill it with 1 atmosphere of gas, and release that into the 7 mile cube. That’s roughly UHV pressure.
poweroff
andreboot
work as advertised for me, but I’m running headless homelab servers and a laptop withi3
. Maybe DEs/GUI shutdown is more subtle?