also better to type with one hand
Eager Eagle
- 7 Posts
- 1.09K Comments
After Trump announced a 50% tariff over Brazilian products, a cabaret in Brazil allegedly charged an American tourist 50% more.
The math in the receipt doesn’t even make sense, but it surely went viral
Eager Eagle@lemmy.worldto
Programmer Humor@programming.dev•The real dependency comicEnglish
12·21 hours agoi like my memes open source and well maintained
just not the people you want to
def possible, cloudflare DDoS their own dashboard a few months ago with some react code
https://blog.cloudflare.com/deep-dive-into-cloudflares-sept-12-dashboard-and-api-outage/
Eager Eagle@lemmy.worldto
Mildly Infuriating@lemmy.world•Apropos the American StandardEnglish
19·5 days agothe standard was written in pounds, but the ass sitting was in stone
/anything but metric/
“i said no homo, so it doesn’t count, k?”
Eager Eagle@lemmy.worldto
Lemmy Shitpost@lemmy.world•Can't tell if L take or W takeEnglish
23·9 days agoor maybe she’s “not interested” because other guys make the first move, so it’s easier to just wait
I know I wouldn’t bother with making the first move if I had people I liked reaching out
thanks, I had to restart to see the change. Why is a “text color” being used as background though
blowing his mind or his head?
definitely doesn’t look as good as the GTK did, but I hope they simplify the interface at some point There’s no reason to keep these 3 menu areas, just bundle them together in tabs or one side menu to keep the hierarchy of players and effects under output/input.

edit: it’s actually 4 areas counting the preferences at the top right
mine has this brown color in some places and idk where I could change it in the KDE theme/settings

The path of the righteous man is beset on all sides by the inequities of the selfish and the tyranny of evil men. Blessed is he who, in the name of charity and good will, shepherds the weak through the valley of the darkness. For he is truly his brother’s keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who attempt to poison and destroy my brothers. And you will know I am the Lord when I lay my vengeance upon you.
Eager Eagle@lemmy.worldto
Programmer Humor@programming.dev•The Six Stages of Code GriefEnglish
5·9 days agouse the LLM to generate regression tests for the large file, then start refactoring it
yeah, I’m not sure I’d have believed this if my ex weren’t the same. Seeing me concentrated would turn her on and I’ve never understood it. I guess we can’t rationalize a fetish. She knew how to code too, though.
Eager Eagle@lemmy.worldto
Selfhosted@lemmy.world•Create a retention period for online backup storageEnglish
10·10 days agoI think you need something like restic with a retention policy
https://restic.readthedocs.io/en/stable/060_forget.html#removing-snapshots-according-to-a-policy
--keep-{hourly,daily,weekly,monthly,yearly}other solutions that implement similar policies are
kopiaandrusticthe advantage of using an off the shelf solution is that it’s almost certainly more reliable than what anyone can come up with in a few hours, and, it works with incremental backups, so your space requirements are drastically reduced depending how often you run it.
Eager Eagle@lemmy.worldto
Mildly Infuriating@lemmy.world•What is the most profitable industry in the world? Not oil, not IT, not pharma. It's scientific publishing.English
94·10 days agoturns out it’s really easy to turn a profit when you don’t need to pay scientists and reviewers that create the content you’re selling
I’m actually surprised it’s not closer to 100%.
left one is SecureDrop





default values is one of my pet-peeves after using Python regularly. I wish more languages would let you just do something like
def do_thing(arg=default_value)without hoops like builder pattern, function overloading, or whatnot