You are in the House of Elrond, but we do not grant you the rank of master
- 0 Posts
- 16 Comments
I worked at a company where everyone would try and send an email to themselves from an unlocked PC. That mail contained a heads up that the victim willl bring cake into the office e.g. next tuesday. They then were typically forwarded to the whole team while thanking them for their generosity.
It really hammered that lesson home and the victims did honor the cake-mails. Only downside was, that this led to people to tryimg to bait each other into leaving their PCs unlocked and creative countermeasures, such as delaying mails containing the word ‘cake’.
Ediacarium@feddit.orgto
FoodPorn@lemmy.world•Vegan Fruit and veggie spring rolls compilation with vermicelliEnglish
39·20 days agoReminds me of this:

In my case it’s a lot of 3d models and no prints
And find it’s way into the repositories
Only if you have at least one non-selfie meme on your phone
No way, my best friend also overdosed on feet :(
Ediacarium@feddit.orgto
Gaming@beehaw.org•What are your top games to emulate on a long trip?
11·2 months ago- Golden Sun
- Golden Sun: Dark Dawn
- Advance Wars
- Patapon (This has a PC port on steam)
- Yu-Gi-Oh GX Tag Force
Ediacarium@feddit.orgto
News@lemmy.world•Most of Trump’s tariffs are illegal, federal court rules
5·2 months agoBATMAN!
I like how ‘history | grep ffmpeg’ shows up twice
No :)
I agree, that workers’ rights are an important topic, but adding more scope, won’t do either goal any good.
Ediacarium@feddit.orgto
Programmer Humor@programming.dev•Slapping on a `.expect` is also error handling!
15·3 months agoLanguages like Java or C++ have Exceptions, which are errors, that are not explicitly mentioned in the function signature. Meaning, you might need to handle an exception you didn’t even know existed. And if you don’t, your program will just crash when these exceptions occur.
In Rust all errors are explicitly mentioned and part of the return type. Because of this Rust has a lot of ways to quickly handle an error. One of those ways is “Trust me, bro” (or .unwrap()), which converts the combined error/success return type into just a success type, causing the program to crash if it actually was an error, restoring the more unsafe behavior of other languages.
Because I’m not used to entering dates in month/day/year order.
This is disgusting. Who enters dates in month/day/year order?






Well, a high probability doesn’t mean it will happen, and a low probability doesn’t mean it won’t.
(A tossed coin that shows head the first 5 times and after that it always shows up tails still has a probability of 0% head and 100% tails, assuming you don’t know which coin toss this is.)