- 1 Post
- 203 Comments
med@sh.itjust.worksto News@lemmy.world•88 children removed from Iowa Bible study camp in human trafficking sting5·5 days agoOnly leftists bother to separate communist and Marxist
med@sh.itjust.worksto Linux@lemmy.ml•What is your most useful Linux app which others might not know about (please don't just give the name but a link and why it is good for you) ?English2·7 days agoThanks for the feedback - It was a systemd issue. Something caused it to continue generating slices for espanso until the machine locked up - probably spawned with each terminal. It happened on out of date fedora install 36 (when 41 was out) with gnome on it.
Since then I’ve moved to a window manager for all my machines and would likely invoke it the same way - perhaps now it’s time to revisit!
med@sh.itjust.worksto Linux@lemmy.ml•What is your most useful Linux app which others might not know about (please don't just give the name but a link and why it is good for you) ?2·9 days agoI used eapanso for a few years, but kept running in to issues with it spawning hundreds of versions of itself.
I really miss it though. Would you say it has matured?
med@sh.itjust.worksto Linux@lemmy.ml•Ghostty in review: how's the new terminal emulator?3·10 days agoWe’re everywhere!
med@sh.itjust.worksto Linux@lemmy.ml•Ghostty in review: how's the new terminal emulator?2·10 days agoAnd search.
med@sh.itjust.worksto Asklemmy@lemmy.ml•They are officially known as string trimmers. Where are you geographically and what do you call them?3·10 days agoStrimmer out here in Bermuda too
med@sh.itjust.worksto Linux@lemmy.ml•mastering-zsh: Advanced topics to take advantage of zsh8·16 days agoCtrl +a and Ctrl +e for beginning and end of line are from Emacs.
GNU Readline is what provides them in the bash. There’s a bunch of shortcuts worth learning in there!
Most distributions I’ve tried use Emacs as the default shell binding style, some of the bindings are even available in things like appliance cli’s like Cisco IOS and clones.
Bash supports vi mode too, you just have to switch to it.
set -o vi
ZSH uses zle (ZSH Line Editor) instead of Readline, but I assume the Emacs style bindings have been copied over to zle for muscle memory portability. You can switch the keymap in zle,
bindkey -v
med@sh.itjust.worksto Selfhosted@lemmy.world•I'm guilty of not reading the f..ing documentationEnglish19·1 month agoYes. But also, despite having done it literally thousands of times, I still can’t tell you which way round to put the target and the link name for a softlink on the first go.
My first guess is always
ln -s $NAME $TARGET
No amount of repetition will fix this.
Sounds like you have reason to bump it up the list now - two birds with one stone.
I need to do this too. I know I have stuff deployed that has plaintext secrets in .env or even the compose. I’ll never get time to audit everything. So the more I make the baseline deployment safe, the better.
med@sh.itjust.worksto Linux@lemmy.ml•How to deploy Docker images to Raspberry Pi w/o using a image registry2·1 month agoIt’s common with rootless docker/podman. Something needs to start up the services, and you’re not using a root enabled docker/podman socket, so systemd it is.
med@sh.itjust.worksto World News@lemmy.ml•Multiple Western Press Outlets Have Suddenly Pivoted Hard Against Israel2·1 month agoLots of this is covered in longer form, though still light detail in this video
med@sh.itjust.worksOPto Ask Lemmy@lemmy.world•What's the best way to buy glasses online?7·2 months agoQuite right, any country will do - that way the post is useful to more people than just me!
I’m not American, I just live somewhere where literally everything is international to me, so it doesn’t matter if it comes from Timbuktu.
med@sh.itjust.workstoMicroblog Memes@lemmy.world•about that ticket we talked about yesterdayEnglish9·2 months agoWe’re so proud of you
med@sh.itjust.worksto Ask Lemmy@lemmy.world•Hey Lemmy! What is your most beloved and hated British slang?1·2 months agoAlso, your literal interpretation is much funnier - bothering god reminds me the Bruce Almighty scene with all the emails and post-its coming from the same person
med@sh.itjust.worksto Ask Lemmy@lemmy.world•Hey Lemmy! What is your most beloved and hated British slang?1·2 months agoThat’s the correct way of reading the structure of the word, but as always with english, there’s how it’s written, and how it’s meant.
Almost universally, this is meant as someone who is bothering people about god, like jehova’s whiteness knocking on your door, or wandering mormons inviting you to their church.
med@sh.itjust.worksto Linux@lemmy.ml•Atomic Linux Distros: What Barriers Stand Between You and Making the Switch?3·2 months agoSounds like I won’t be using Vanilla because that (obsidian + synching + tailscale) is definitely my primary need.
The last time I played with it, I just remember thinking, cool - but why?
med@sh.itjust.worksto Ask Lemmy@lemmy.world•Do you also notice that a lot of Lemmy users do not get irony, sarcasm etc subtelty?1·2 months agoThis issue is described by Poe’s law.
Also, nothing electronic implements the various suggestions on irony punctuation.
Well, apparently Meta’s pixel tracking script was bypassing that VM and SELinux enforcment to exfil tracking impressions for years and doing it by creating webRTC dummy ports, that were chatting with their own apps (Instagram, Facebook, ?WhatsApp?-not sure). So not sure this was a great implementation to begin with.
And this was working despite sandboxing on other browsers
Source: https://arstechnica.com/security/2025/06/meta-and-yandex-are-de-anonymizing-android-users-web-browsing-identifiers/