Ooops.
31–40 of 247 posts
Re: Ooops.
#32I've never heard of BumbleBee, but it must be great if a user can have their machine wiped out and still thank the library author for their work.
Re: Ooops.
#33just tried to explain this to a few of my windows using coworkers.
...my co-workers using windows ftfy.
Also, it's very unclear to me what that the situation you are describing entails.
/s
Grammatically, your sentence is no less ambiguous.
Re: Ooops.
#34I don't remember the exact details, but a few years ago there was a Perl module that did something like: my $path = something_that_can_return_undef_on_failure; `rm -rf /$path`; during the execution of its test suite. The author didn't catch it in testing because he never ran "make test" as root (who would?). But people on the Internet ran "make test" as root, with disastrous consequences.
Re: Ooops.
#35Re: Ooops.
#36rm is like a knife where the handle has a sharp edge too...
Re: Ooops.
#37just tried to explain this to a few of my windows using coworkers.
Just tell them it's the same as a Windows installer accidentally removing the entire Program Files directory.
Re: Ooops.
#38Earlier quoted context omitted.
Just tell them it's the same as a Windows installer accidentally removing the entire Program Files directory.
Pool of Radiance had a bug where the uninstaller would wipe your hard drive. Oops. http://arstechnica.com/reviews/01q4/pool_of_radiance/pool-1....
Re: Ooops.
#39Earlier quoted context omitted.
Just tell them it's the same as a Windows installer accidentally removing the entire Program Files directory.
and the entire windows directory, and the entire users directory, and ...
I suppose that /usr does store a good chunk of what the Windows directory has in it though.
Re: Ooops.
#40I don't remember the exact details, but a few years ago there was a Perl module that did something like: my $path = something_that_can_return_undef_on_failure; `rm -rf /$path`; during the execution of its test suite. The author didn't catch it in testing because he never ran "make test" as root (who would?). But people on the Internet ran "make test" as root, with disastrous consequences.
rm: it is dangerous to operate recursively on `/'
rm: use --no-preserve-root to override this failsafe