print "hello world";
or else;
Like back in the day when the Romans would have the engineer stand underneath the bridge while it was tested.
EDIT: Seems like this was just a myth and not an actual thing
That explains where that stuff is still standing today and we can’t make something that lasts 20 years. Maybe we should bring this back.
Drive a single 18-Wheeler (hundreds in a day, whatever) over any ancient road or bridge you’re thinking of and you’ll see how false this statement is.
Sounds good, the finance, political and oil industries should adopt this practice too. Stock market crash - wall street culling time! 🥳
That sounds interesting, I did a quick search and couldn’t find any good sources for it. Do you mind linking yours?
It’s actually a common misconception. Here’s a good article which debunks that. TLDR there’s no true historical evidence that this ever happened.
laughs in linux
os.remove("/bin/")
Permission Denied
Real men execute everything as root
You guys have normal user accounts?
sudo python3 boom.py
whoareyou is not in the sudoers list. This incident has been reported.
laughs in NixOS
Survival mode programming
Technically this should be the behavior of os.remove when called with no arguments
Wouldn’t that default to C:? Sys32 rm still leaves userdata
Exactly, just remove the os 😅
Reminds me of Suicide Linux: https://qntm.org/suicide
Can’t say there’s any bugs if there’s no way to recreate them!
rm -rf /
and chillA new type of singleton maybe??
Works on my pc
Only once, tho
No one promised more ;)
This is the scorched earth approach to error handling
Container orchestrators hate this one simple trick!
Permadeath programming, love it
Thanks for posting this, it sent me into a several minutes long focus on exceptions in python and how to handle them. I learned something valuable!