Earlier quoted context omitted.
This question http://serverfault.com/questions/587102/monday-morning-mista... was posted to server fault. It has since shown to be a marketing tactic ( http://www.repubblica.it/tecnologia/2016/04/15/news/cancella... ). The author did not delete his server, merely claimed to do so to get attention. Server fault community is now indignant about using their community ( which is for answering real questions ) as a decept…
> Server fault community is now indignant about using their community ( which is for answering real questions ) as a deceptive marketing platform. ...for someone else's gain. Remember that the majority of employees at SO are selling advertisement. It is a huge marketing platform (that I use heavily, don't get me wrong)
What to do with the “rm -rf” hoax question
41–50 of 71 posts
Re: What to do with the “rm -rf” hoax question
#42Earlier quoted context omitted.
I disagree. Most other forums do not lock or hide useful threads that are popular, gaining substantive replies, and generating meaningful discussion. In the more traditional moderation perspective, moderators have incentive to keep active discussions alive, because they're usually considered staff and they want to generate traffic. With StackExchange, there is no vested interest from the moderating audience, they jus…
And yet StackExchange has survived to rule all over programming forums. Probably largely because the moderation is extremely heavy and kept heavily on topic...
Re: What to do with the “rm -rf” hoax question
#43Re: What to do with the “rm -rf” hoax question
#44This shows the problem with the way Stack Exchange doles out moderation abilities (automatic once you hit a certain karma threshold). You get a lot of people who want to use these newfound powers. That's understandable, for sure. The issue is that in their eagerness to be a good mod and help clean up and get to do some cool moderatory stuff, they get overzealous and it results in hamfisted, overbroad moderation becau…
This is an extremely popular narrative that seems to pop up every time a Stack Exchange post geta onto the HN or proggit front page. The problem with this narrative is that it is almost never substantiated. So instead, let me posit an alternative hypothesis, as someone who has gotten his hands dirty on the various Meta sites: The reason most people feel that SE has a moderation problem is because the moderation proce…
Re: What to do with the “rm -rf” hoax question
#45Earlier quoted context omitted.
Can you elaborate on what the marketing tactic was supposed to promote?
I'm wondering the same thing. Presumably the question asker was trying to promote his hosting company. It seems like a pretty risky way to promote your business though. I mean, maybe the old saying that any publicity is good publicity holds true. But I don't remember seeing the actual name of the company anywhere in the Independent article. (Maybe there was more or different coverage in Italy). It seems like most pro…
RE strategy, I think it might have been just exactly what happened - first post a story, then wait for it to go viral, then admit to faking it, thus putting yourself in the spotlight.
It is a risky strategy though. Personally, if he was running this business in my country, I'd immediately put him on my personal blacklist ("never ever do business with this person or company") and I'd be urging anyone I know who uses his services to change the provider.
Re: What to do with the “rm -rf” hoax question
#46Earlier quoted context omitted.
And yet StackExchange has survived to rule all over programming forums. Probably largely because the moderation is extremely heavy and kept heavily on topic...
I don't think so. SO/SE have won because they've always been honest - they provided Q&A service without upselling you bullshit, spamming you with ads or forcing you into paid plans. That eventually led them to #1 spot in Google for everything programming. I don't see how heavy-handed moderation could help here; if anything, half of the questions I search for are marked as duplicate / not relevant / etc. Basically, I…
At least that's what I've noticed: I had a similar impression (everything interesting is closed) until I had to work with stuff where I didn't know the structure of the docs. Suddenly checking SO was quicker and had tons of relevant content.
But yes, it is annoying that there isn't an easy to find place to go for questions that require some discussion/debate and don't survive on SO.
Re: What to do with the “rm -rf” hoax question
#47It'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…
Re: What to do with the “rm -rf” hoax question
#48Every once in a while, at one job or another, someone will suggest we name a source code folder "core" and I get to relate that story all over again.
Re: What to do with the “rm -rf” hoax question
#49I actually witnessed a funny incident, similar to this, when I worked at a National Laboratory some years back. A team I was working with had a big project that formed the core of a larger system, so they created a directory named "core" and spent the next N months happily churning out code. Meanwhile, the system administrator had a set of backup scripts that he'd configured to ignore core dump files (yeah, you can g…
What happened next? This cliffhanger is killing me.
Re: What to do with the “rm -rf” hoax question
#50I actually witnessed a funny incident, similar to this, when I worked at a National Laboratory some years back. A team I was working with had a big project that formed the core of a larger system, so they created a directory named "core" and spent the next N months happily churning out code. Meanwhile, the system administrator had a set of backup scripts that he'd configured to ignore core dump files (yeah, you can g…
> I came in to work after the break, and everyone was freaking out because all their code was gone. What happened next? This cliffhanger is killing me.