Cormac
2820
Its Doc Brown’s secret stash of plutonium.
ShivaX
2823
Or they had a home office situation. Hell, they could’ve been a dentist or something as well.
Or a vet. I can only assume it’s X-Ray related but it could very easily be batshit, because… well it’s batshit.
schurem
2824
You wouldn’t put a warning about not putting too much stuff in a pile with the sort of thing they’d use for xrays, would you?
https://hobart.k12.in.us/ksms/PeriodicTable/radium.htm
Cost $100,000 to $120,000 per gram
The guy has three containers. They must have cost a lot! For “home office” especially.
I think my math teacher in junior high made that joke.
Wish it was an animated gif though.
Couldn’t find one unfortunately and even regular images in decent quality are rare. It takes approximately 2 hours to fully close:
https://en.m.wikipedia.org/wiki/Maeslantkering
The software that drives it is written in C++ and consists of 200,000 lines of code.
Just imagining this *40k
int main()
{
cout<< "Hello World" ;
return 0;
}
Don’t need to imagine:
int main()
{
for (int i=0; i<40000; i++) cout << "Hello World";
return 0;
}
200K is not a very big source code package. Even for a high reliability critical infrastructure project, it’s no more than a couple of maintainers. 200K LOC is only like 1/40 of one of the dozens of computers in your typical telephone network central office, or about equal to 3 or 4 large iPhone apps.
/jaded