Blocking ads on your favorite sites

Jason Kottke links to a post in Ars Technica with an argument that people shouldn’t use ad blocking browser plugins when visiting their favorite sites.  The argument is as old as ad blocking browser plugins.  And I most often here exactly that side of the story – the site that you love depends on the advertising and by blocking it, you’re effectively closing its oxygen supply.

I don’t disagree, but I find this point of view too narrow.  I think advertising should work for both the site and the visitor.  If we are asking a visitor to take a responsibility, we should also ask the the site owner to do the same.  Because the truth of the matter is that most sites out there are overloaded with advertising.  Most advertising out there is irrelevant. And on top of that, most advertising out there is annoying.  I think if site owners were spending more time selecting an appropriate and relevant advertising, their visitors wouldn’t spend as much time blocking it.

Consider the practical side of this.  From all the people I know who browse the web, everyone (and I do mean everyone) is browsing through a whole lot of web sites.  It’s not one web site, not two, not ten.  It’s hundreds and thousands.  If you look at all those web sites collectively (no matter who the person is), you’ll agree that the majority of those web sites have too much of advertising, which is too annoying, and too irrelevant.  And from the point of view of the site owner, it’s often much harder to fix than it looks.

First of all, most site owners don’t have advertisers standing in queue. So the choice is quite limited.  You get what you get most of the times.  Secondly, there are tools like Google AdSense which help site owners show ads which more relevant.  But with that being completely automated there is just so much control over the results. Most of the times you don’t get to pick the company or ad content.  Thirdly, the fact that not everyone not everywhere is on the web has something to do with ads relevancy.  For example, I live in a small country of Cyprus in the middle of nowhere.  There are probably a total of 40-50 companies here which advertise on Google.  None of those companies have anything that I am interested in.  But because there isn’t much choice, I’ll be shown these ads anywhere I go (every site that uses Google AdSense).

Even being a site owner myself, running Google AdSense block, I am still a supporter of ad blocking browser plugins.  I think the end-user should have a choice. And not only have it, but exercise that choice too.  If someone is getting annoyed by a huge ad block in the top right corner of this site, please, by all means, feel free to block it.  You don’t see it, you don’t click it, you don’t care about it – you just improve my click-through rate.  That’s the parameter I worry about.  I’d rather have 10 people see the ad and 10 people click on it, than have 10,000 people see the ad and nobody click on it.

The known universe

I’ve shared and favorite’d this video before, but it’s worth another time.  Every time you get depressed or pissed off about something, every time someone gets to you, or you think something horrible happened, just watch this video.

[youtube=http://www.youtube.com/watch?v=17jymDn0W6U]

That’s the known universe for you.  And if you think about how small we are compared to our planet, and how small our planet compared to some other, and how small our galaxy compared to the other ones, and so on and so forth, and then think about your problem again – doesn’t it look tiny and beyond microscopic now?

Whatever happened to programming

Via this Slashdot post I came across an excellent blog rant – Whatever happened to programming (and the follow-up).  Subject in focus – modern programming, and how boring it have become (mostly).

Today, I mostly paste libraries together.  So do you, most likely, if you work in software.  Doesn’t that seem anticlimactic?  We did all those courses on LR grammars and concurrent software and referentially transparent functional languages.  We messed about with Prolog, Lisp and APL.  We studied invariants and formal preconditions and operating system theory.  Now how much of that do we use?

Of course, when a subject like that is brought up, it’s pretty much guaranteed that the web will respond with numerous discussions on if and how much of it is true, how did we get here, and how we can get out, and anything else remotely or not at all related.  And that’s just what happened.  You can read Slashdot or Reddit comments or Google for more.  But I think, if you do programming for living, you’d probably agree with the main point of the article.  And even if you won’t, it’s still fun to read.  Like this bit for example:

Especially, I have learned that anything that has “Enterprise” in its name is so incredibly boring that the people who use it had to shove the name of the Star Trek ship into its title just to keep themselves awake.

On the serious note though, working with mainly two programming languages – Perl and PHP, I see that there is indeed a difference to the “being boring” degree.  PHP is way more boring than Perl.   Surprisingly even with Perl being so well known for its CPAN – a huge archive of modules and libraries to use.   I guess it has something to do with There Is More Than One Way To Do It – motto of Perl.