You could use something like nix-your-shell.
Lorem ipsum
- 1 Post
- 23 Comments
Here is the original comment.
Full comment in text form
“I use Linux as my operating system,” I state proudly to the unkempt, bearded man. He swivels around in his desk chair with a devilish gleam in his eyes, ready to mansplain with extreme precision. “Actually”, he says with a grin, "Linux is just the kernel. You use GNU+Linux!’ I don’t miss a beat and reply with a smirk, “I use Alpine, a distro that doesn’t include the GNU Coreutils, or any other GNU code. It’s Linux, but it’s not GNU+Linux.”
The smile quickly drops from the man’s face. His body begins convulsing and he foams at the mouth and drops to the floor with a sickly thud. As he writhes around he screams “I-IT WAS COMPILED WITH GCC! THAT MEANS IT’S STILL GNU!” Coolly, I reply “If windows were compiled with GCC, would that make it GNU?” I interrupt his response with “-and work is being made on the kernel to make it more compiler-agnostic. Even if you were correct, you won’t be for long.”
With a sickly wheeze, the last of the man’s life is ejected from his body. He lies on the floor, cold and limp. I’ve womansplained him to death.
In uBlock Origin activate the filterlist EasyList – Social Widgets to remove those.
M.int@lemm.eeto
Europe@feddit.org•Germany Turns to U.S. Playbook: Deportations Target Gaza War ProtestersEnglish
2·10 months ago“As a trans person, the idea of going back to the U.S. right now feels really scary.”
Right, “safe country”.
This one is open source.
Adguard is an massive contributor in the adblock scene.
Many of their products are free (Adguard Home, DNS, etc.). Even this one has a free version. They want to make money as a company and on iOS you gotta pay the Apple tax.
But you can install Adblock extensions (but only in Safari)!
The best by far is Adguard.
Do you use the paid version of Adguard?
For me on iOS it’s almost as good as uBO on Firefox.
No blank spaces where ads go, support for every filterlist I want, especially nice for blocking cookie notices.
Lemm.ee is European.
sunaurus (the owner) is from Estonia
And the instance is currently hosted in Finnland.
Both c/conservative on Lemm.ee and Lemmy.world are currently unmoderated (no community moderators).
The one community moderator on .ee got banned for some Nazi shit.
Now in both communities there is lots of love for trans people🏳️⚧️
Where did you get the impression that Lemm.ee is (more) right-leaning?
Lemm.ee does not really have a leaning (in the fediverse).Lemm.ee has awesome uptime, hands of moderation, up to date Lemmy, and doesn’t defedarate (we live in the glorious age of Lemmy 19 and not in the dark ages anymore; the user can block stuff).
Don’t forget:
defaults write com.apple.desktopservices DSDontWriteUSBStores -bool true
This seems like a bit of a scam:
On your external drives you can prevent the creation of.DS_Storedefaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true defaults write com.apple.desktopservices DSDontWriteUSBStores -bool trueIf you really want to continuously delete
DS_Storefrom both your internal and external hard drives you can set up a cronjob:15 1 * * * root find / -name '.DS_Store' -type f -delete
You can add
.DS Storein your global gitignore at~/config/git/ignore
Why is there a
*in front ofDS_Store?
Seems like fastly made a small mistakefind . -name '.DS_Store' -type f -print -deletewould just match the exact file and is faster.
That doesn’t work,
DS_Storeare files not directories ( you need to use-type f).
An equivalentfindcommand would be:
find "$HOME" -type f -name '.DS_Store' -delete -print
findtakes a while;fdis way, way faster, butfindis preinstalled, so there is that.








How dare you not overachieve for your corporate overlords!