Linux Today Founder Calls for Boycott of Linux Today
dave writes "I founded and managed Linux Today in 1998, bringing it up from nothing into the most powerful and large Linux news website in the world, in less than a year. I am now calling on the Linux community to boycott my creation until its current owners stop accepting money from Microsoft to publish blatantly anti-Linux/pro-Microsoft ads."
These same ads are often the ones in the top bar of slashdot.. Occasionally there's a vertical one on the main page that's pretty much the same thing.
- Give a man a fire and he's warm for a day, but set him on fire and he's warm for the rest of his life.
You found a good place to complain. Slashdot runs Microsoft adds about how "mainframe Linux" is so much more expensive than Windows. The adds even site a study that was thouroughly discredited in slashdot news stories.
Slashdot has the same exact anti-Linux, pro-Microsoft ads. I've tried bringing this up, but was rejected.
Imagine if it read like this:
"I'm now calling on the Linux community to boycott Slashdot until its current owners stop accepting money from Microsoft to publish blatantly anti-Linux/pro-Microsoft ads."
I personally would call upon the community to click every Microsoft ad they see. They get cheap advertising if nobody clicks on them. And they're not going away if you don't. Microsoft is definitely the high bidder on most of our sites.
agreed, I've been noticing the "informative" ads on here recently regarding TCO of MS vs Linux and all sorts of other make me gag FUD, but I was wondering just how much control the people selling the ad-space (i.e. Linux Today and /.) have in the content, vs the ad buyers who can possibly dictate which websites they get served on... I have no experience in this arena, but I imagine it isn't a terribly far stretched idea to see a request of ads on certain websites from ad time buyers..
OK, I work for Slashdot, but am not writing in any official capacity :)
;)
- Slashdot takes advertising.
- Some of the advertising Slashdot takes is from Microsoft.
- Microsoft advertising is paid for in U.S. dollars.
- The editorial side neither sells the ads nor chooses the advertisers; whether the ad at the top is for Microsoft, Red Hat, or The Estate of Jonas Savimbi, I'm just as surprised as anyone else by the particular banner that appears.
Above is just to point out that the ad-choice decision is not one I make
However (But! Nevertheless!), I don't think it's all that important anyhow. So long as ads are respectful of your browser (I hate Flash ads, and it goes without saying that no one is friends with popup ads or other eye-pokers), their content doesn't concern me a whole lot. (Could there be exceptions? Yes. But the MS ads I've seen on Slashdot, for example, have been tame as a churchmouse. Most of them don't even rise to the level of puffery, more straight 'product exists' notification.)
Ads for Microsoft Visual Studio appear on Slashdot; a lot of readers use that or similar products in their work. Ignoring the possibility that readers use source-secret software would be dumb on the part of the advertisers; they would be ignoring a rationally valuable resource. I'd prefer that people use more free, Free software --and they will. But I'm confident enough that people will choose open source stuff on their own for their own reasons that I don't think advertisements for The Other Kind are a huge concern. What would it say if they were? (Solar and wind power is great; there are still ads for gasoline generators in the back of Mother Earth News.)
I like seeing IBM and other companies push their open-source agendas (parallel and connected to their other agendas) in ads and other forums, but here, too, I don't think advertisements matter except as an input; people will still make up their own minds based on multiple, sometimes ineffable factors.
As at least one other poster has commented, wouldn't you rather the money flowed this direction than the other?
timothy
jrnl: http://tinyurl.com/c2l8yr / foes: http://tinyurl.com/ckjno5
Actually, privoxy doesn't work that way.
Privoxy is a web proxy, not a browser plugin. That means it slipstreams itself in between your browser and the server. When using privoxy, your actual web browser never actually directly requests anything from the web site itself. All of its requests go through privoxy, and (crucially) privoxy does not actually pass all of the incoming requests through to the remote server.
The result is that when you go to slashdot's home page and there is an ads.osdn.com banner at the top of the page, privoxy doesn't work by first downloading the ad from the server and then preventing you from seeing it. Instead it works by recognizing ads.osdn.com as an advertising site, and not even sending the HTTP GET request at all.
Now, it is true that privoxy has a second, independently functional ad-blocking mechanism that does rely on post-processing the ad after it is downloaded, but ads.osdn.com is well known enough that privoxy can (and does) already decide to eschew even the initial GET request based purely on the URL input.