

I think wl-screenrec can do that, it has a “shadowcopy” like function with the ‘–history’ flag. Wayland only and not sure if it works on GNOME or KDE though as I was using it with hyprland.
I think wl-screenrec can do that, it has a “shadowcopy” like function with the ‘–history’ flag. Wayland only and not sure if it works on GNOME or KDE though as I was using it with hyprland.
What is GSI? Google Sucks Initiative?
From the article:
Generic System Image
Ah another DSA (Domain Specific Acronym). <- How hard is that?
Please for the love of god, authors, if you must use some obscure acronym to save yourself time, at least write it out the first time you use it. Instead of reading your article, I’m now skimming for what it means.
Didn’t make it all the way through the video. In what way is it more “sustainable” than a different ROM?
Yeah it’s pretty normal for them to lag a couple days behind
So if you don’t need to create an account, how do you know you’re talking to who you think you’re talking to?
You use your email provider’s credentials to log into the app, which then creates an IMAP folder called delta-chat which houses all those conversations.
You’d verify it’s your mom by starting a chat with “momoforollo@her.email” she’d verify it’s you by making sure it’s coming from “orollo@your.email”
A very small group of spoiled children with outsized wealth and political power*
From an EM perspective, patients are often stupid as fuck and wouldn’t know what was good for them if you beat them over the head with it. Sometimes their stupidity brings acute death if they leave my ward, and I don’t want that on my conscience, not to mention legal exposure. If I thought a patient was wanting to leave for some stupid reason and life and limb is on the line I would absolutely do everything short of directly lying to a patient to keep them under care until they are stabilized. Full stop. It is my ethical and legal obligation to treat patients, even if they are too ignorant or obtuse to understand that is the reason any of us are there. Call it mind games, manipulation, whatever; I do not want a sick patient leaving until I am sure that they won’t die from what they came to me with or be back within 24h for the same thing, and I will do whatever I can to keep a patient’s stupid ideas from getting them killed.
Protocol. Come into the hospital with SI or HI for example, your freedom gets temporarily revoked and you get to stay in the padded room with a sitter until a psych assessor deems you without risk of killing yourself or others. There are very few phrases that will land you in that position.
Noone said it was. The GAME is free for members of Amazon prime
If you’re on android I can highly recommend Eternity. Open source and a fork of Infinity for Reddit; which is still going as a paid service post Reddit API débâcle. I loved Infinity prior to Reddit being a bitch and Eternity is just as great
having to do a firmware update on my soldering iron
You don’t. It works perfectly fine OOTB. Can’t speak for the Pinecil v2 with Bluetooth and the companion app but I have v1 and the software been stable and bug-free enough I’ve never even given a thought to updating the firmware on it
Me. $350 off and $100 worth of storage upgrades on a Pixel 9 pro was worth it for me. Phones now are expensive as fuck but getting a ~40% discount on a brand new product made it easier to accept.
Oneplus 7 Pro on release. Amazing phone, great value. Still holds up years later
deleted by creator
Telegram’s server side software is closed source, owned and ran by them exclusively so they really have no room to talk. WhatsApp doesn’t even have OSS clients so they’re even worse in that regard
Here’s one I have saved in my shell aliases.
nscript() {
local name="${1:-nscript-$(printf '%s' $(echo "$RANDOM" | md5sum) | cut -c 1-10)}"
echo -e "#!/usr/bin/env bash\n#set -Eeuxo pipefail\nset -e" > ./"$name".sh && chmod +x ./"$name".sh && hx ./"$name".sh
}
alias nsh='nscript'
Admittedly much more complicated than necessary, but it’s pretty full featured. first line constructs a filename for the new script from a generated 10 character random hash and prepends “nscript” and a user provided name.
The second line writes out the shebang and a few oft used bash flags, makes the file executable and opens in in my editor (Helix in my case).
The third line is just a shortened alias for the function.
Thanks for the correction. A full month is much more problematic.
Thanks, SUSE completely slipped my mind
How does the xz incident impacts the average user ?
It doesn’t.
Average person:
The malicious code was discovered within a day or two a month of upload iirc and presumably very few people were affected by this. There’s more to it but it’s technical and not directly relevant to your question.
For the average person it has no practical impact. For those involved with or interested in software supply chain security, it’s a big deal.
Edit:
Corrections:
Sounds like a Left Ventricular Assist Device (LVAD). Interestingly enough, with the older implants there is no detectable heartbeat under a stethoscope due to the way the pump functions. Pretty surprising when you’re expecting to find one, and has led to it being unoficially dubbed VLAD in reference to the creatures of the night.