It's not a "hoax" in any sense. Just a plain lie. A hoax has to be fairly large-scale and affect a lot of people (negatively). The original question contained no hyper-links at all. (Ironically, one was inserted by subsequent editors). The question is plausible. I once deleted a /lib directory due to a misspelled variable in a script! Recovery consisted of copying libs from another installation of the same OS. Server…
> I once deleted a /lib directory due to a misspelled variable in a script! Ah yes, the old "rm -rf $TEMPBASEEDIR/lib" bug. It is so easy to have that happen. Or like I did, write a script that assumes a certain environment variable is set outside the script... and then forget to set the variable before running it! To prevent these problems, use "set -u" at the top of your bash scripts. This will halt the script inst…
What to do with the “rm -rf” hoax question
61–70 of 71 posts
Re: What to do with the “rm -rf” hoax question
#62Firstly, let me say I find StackOverflow's trigger-happy attitude as annoying as everyone else. "Not a real programming question" for questions needed to solve programming problems or blocking comparisons ... #fail. Now that I've said that, I do think this hoax question should be closed because one of the principles is that it should be based on real problems people face, which is a good way to keep the signal-to-noi…
Having done rm -fr / on a box before, I think it should stay. The incident was fake, the problem is real, it elicited real responses and has value.
Re: What to do with the “rm -rf” hoax question
#63Earlier quoted context omitted.
I honestly don't know how they recovered from it all. I think they were able to recover parts of it from some people's workstations, but still had to rewrite an awful lot of their code.
Once again proves, you have to A) look at what your scripts are actually doing and B) test them manually at least couple times somehow, otherwise this is plain unprofessional (in one of the many ways sadly and funnily possible).
Re: What to do with the “rm -rf” hoax question
#64Firstly, let me say I find StackOverflow's trigger-happy attitude as annoying as everyone else. "Not a real programming question" for questions needed to solve programming problems or blocking comparisons ... #fail. Now that I've said that, I do think this hoax question should be closed because one of the principles is that it should be based on real problems people face, which is a good way to keep the signal-to-noi…
Also, I don't see who benefits from this hoax. Who is going to use him as a hosting provider whether the problem was real or fake. Both indicate that he's not a reliable provider.
Re: What to do with the “rm -rf” hoax question
#65Firstly, let me say I find StackOverflow's trigger-happy attitude as annoying as everyone else. "Not a real programming question" for questions needed to solve programming problems or blocking comparisons ... #fail. Now that I've said that, I do think this hoax question should be closed because one of the principles is that it should be based on real problems people face, which is a good way to keep the signal-to-noi…
- You can post questions out of simple curiosity. - You can post rhetoric questions where you already now the answer ( http://stackoverflow.com/help/self-answer ).
It shouldn't matter whether the question was based on a real situation, or if the story was just made up for "motivating" the question [1]. I often (> 50% of the time) make up or change the backstory for my SO posts, to prevent people from asking "But what is your real problem", "What have you tried", and so on, and because I want just a simple answer to my question goddamnit.
([1] Even if it is a hoax, or a joke, the question has merit. Just close as duplicate without getting all worked up about it.)
Re: What to do with the “rm -rf” hoax question
#66Does it matter that it didn't happen, if it could happen? Sounds like a serious issue.
Not so easily. I wrote Ansible, but no longer work on it. There are numerous problems with the hoax. (A) the user skipped --no-preserve-root to the command, if he really wanted to delete /, he would need to try harder on a modern distro, because the rm command would stop the attempt (B) ansible by default fails on undefined variables, meaning it would never execute the command (C) Jinja template variables are actuall…
I know this doesn't add to the conversation, but: thank you for writing ansible!
Re: What to do with the “rm -rf” hoax question
#67Earlier quoted context omitted.
I don't think the moderation itself is the problem, it's the rules. There are certain kinds of questions that are interesting and useful, and get shut down. That of course makes people upset. The moderators are perfectly fair and consistent in enforcing the rules, but the rules are stupid.
All rules are arbitrary, though, and if you want to participate in a community you have to abide by the rules. If the rules are stupid enough, anybody can splinter off and say they're starting their own community, especially on the internet! I mean, look at HN here. I'm on my third account: the first, I have no idea why I got hellbanned; the second, I know exactly why; the third, I don't really care about. But it's i…
I don't agree with many of HN's policies, but they are nowhere near as bad as stack overflow. At least on censoring actually useful discussions, whereas HN mostly censors flame wars and political stuff.
Re: What to do with the “rm -rf” hoax question
#68Earlier quoted context omitted.
I don't think the moderation itself is the problem, it's the rules. There are certain kinds of questions that are interesting and useful, and get shut down. That of course makes people upset. The moderators are perfectly fair and consistent in enforcing the rules, but the rules are stupid.
All rules are arbitrary, though, and if you want to participate in a community you have to abide by the rules. If the rules are stupid enough, anybody can splinter off and say they're starting their own community, especially on the internet! I mean, look at HN here. I'm on my third account: the first, I have no idea why I got hellbanned; the second, I know exactly why; the third, I don't really care about. But it's i…
Re: What to do with the “rm -rf” hoax question
#69Firstly, let me say I find StackOverflow's trigger-happy attitude as annoying as everyone else. "Not a real programming question" for questions needed to solve programming problems or blocking comparisons ... #fail. Now that I've said that, I do think this hoax question should be closed because one of the principles is that it should be based on real problems people face, which is a good way to keep the signal-to-noi…
"this hoax is not real. While we could imagine it's possible" Having done rm -fr / on a box before, I think it should stay. The incident was fake, the problem is real, it elicited real responses and has value.
* http://www.repubblica.it/tecnologia/2016/04/15/news/cancella...
* https://news.ycombinator.com/item?id=11500711
Re: What to do with the “rm -rf” hoax question
#70Firstly, let me say I find StackOverflow's trigger-happy attitude as annoying as everyone else. "Not a real programming question" for questions needed to solve programming problems or blocking comparisons ... #fail. Now that I've said that, I do think this hoax question should be closed because one of the principles is that it should be based on real problems people face, which is a good way to keep the signal-to-noi…
I wonder what he's making of all of the people now conflating Stack Overflow with Server Fault. Server Fault says its blurb, is a question and answer site for system and network administrators.