Selling cookie info to third-parties is a classic example of you can make money without doing evil.
RSS

3 annoyances with lists

2009/10/30 filed under /web

I hate lists. I really do. Never have I seen a truly funny top ten list on Letterman (granted, I've never seen Letterman funny, so I can't blame all on lists) and usually lists of top-whatevers are simply pointless.

1. All you can find

With some exceptions, most lists you see online, don't contain the best 3, 5, 10 items out of a whole bunch of options, but rather all the options the author could find. Examples:

Solution: drop the number.

2. Limiting yourself by rounding?

Are there really exactly ten tips? Not nine plus one to round it? Not thirteen, but let's skip three?

Solution: drop the number.

3. The number adds nothing

Does it really matter how big the list is you've compiled? Should I want to visit your page when I see you have 26 great ideas for $foo or 75 awesome $bar resources? No, frankly I don't care. I rather have you go through all options and describe why the one you think is best, is best.

Solution: drop the number.

Posted by: B10m | permanent link | comments (0)

MyID.is FAIL

2009/03/27 filed under /web

Today I came across MyID.is, a new webservice that claims to be a Digital Identity Certification Platform.

That sounds fun! Certification I find interesting and a fancy website using X.509 or something cooler? Wow. But nope. Not that cool and probably not worth spending time on.

I found it hard to find exactly it was what they offered. I mean, what does this really tell you?

MyID.is is a Digital Identity certification platform. People use MyID.is to certify their digital identity, certify any content that they publish over the Internet, such as blog, website, comments, photos, videos, social network profiles, and in general to manage their digital life.

Are we going to put signatures on everything, using a PGP like system? (By the way, this is all there is in their FAQ)

The blog has a little more information. Basically, they want to know your full name and credit card number (alarm bells should go off here) in order for you to post your own "certified badge" on your website.

Since they trust the HTTP_REFERER header for this, it's in secure as heck.

Oh well, from now on, I am Charles.Nouyrit, really, look at this badge!

Sure, it doesn't link to their website, but it does show the correct timestamp and all. With a little trickery/phishing, I'm sure you can even forge the page it should link to.

The trick here is to provide your own HTTP_REFERER header, like this perl script does:

#!/usr/bin/perl

use strict;
use LWP::UserAgent;

my $ua = LWP::UserAgent->new();
   $ua->default_header( 'Referer' => 'http://blog.myid.is/');

my $resp =  $ua->get('http://devbadge.myid.is/?k=d9b6ddf2-b6be-4cfe'.
    '-a562-aef151f903c8&w=200&c=http://blog.myid.is/');

print "Content-type: image/png\n\n", $resp->content;

This system is far from perfect and completely useless, IMHO. Afterall, you still need to trust MyID.is, something I don't do at this stage.

Posted by: B10m | permanent link | comments (0)

Not about Google Video Chat

2008/11/12 filed under /web

There we have it. Now you can use your webcam (and microphone, or so I believe) with your chat client. Wow, amazing. While MSN Messenger and Y! Messenger have supported this since the beginning of times, now Google joins. Good.

But it get's better! It works from within your gmail box. So it's video conferencing through a website! Again, nothing new. Seriously. A website like imo.im supported multi-IM with cam capabilities already.

Have you ever heard about imo.im? Ever read about it in the news? I most certainly have never seen news reports on that service. But once your name is Google, every fart is interesting and so you must read about this non-original feature in their beta application everywhere.

Do we really need to read about this everywhere? It seriously sickens me. Look at the list of sites all blogging/reporting about this insanely stupid new feature: Cnet, TechCrunch, LifeHacker, ars technica, Gizmodo...

and even reuters and nu.nl (a rather big Dutch news website)

Seriously, STOP THE HYPE.

Posted by: B10m | permanent link | comments (5)

Caching: good or evil?

2008/10/30 filed under /web

Caching is the art of storing a certain file for easy retrieval later, or at least, that's how I see it. The benefits for the user are clear: whatever you're caching makes the process of requesting it another time later a lot faster.

Search engines offer you cached versions of webpages as well, and according to CNET, Google offered this since 1997 (and the others probably introduced it around the same time).

To me, search engines take the wrong approach and courts all around the globe seem to find it a difficult question as well. When is someone infringing a copyright? After Google losing lawsuits in Belgium over indexing news articles and in Germany over image search "caching", today a US court ruled in favor of Yahoo! and Microsoft's caching.

Besides the fact that Gordon Ray Parker probably has nothing else to do than suing, and besides the fact that he probably fully knew how to opt-out, this lawsuit makes me very unhappy.

Why is it so bad when the big search engines are allowed to cache your content? It's quite easy, because they're making money with your content. The whole idea behind caching webpages to me sounds like an attempt to have the visitor stay at the search engine's page a little longer, and thus more chances that he's going to click on an ad (= cash).

The fact that they have an opt-out mechanism, based on a draft that expired in 1997, doesn't make it any more logical to me that it's allowed to "steal" data for profit.

Let's scale it down. Every webmaster/blogger has at some point noticed that his/her text was taken completely out of context and dumped on some other blog, surrounded by nothing but ad-sense ads. That's truly annoying. The operator of that site hopes to gain some traffic from SEO and hopes for people to click on some links (which they'll do, for the copied text makes no sense).

According to the ruling, that is all ok now, unless you specifically tell the crawlers that they can't do that. So now the burden is on the shoulders of all the webmasters in the world. Configure your robots.txt correctly. Not that it helps a lot, for the annoying blogs mentioned above probably ignore it to begin with, but ok. Why should everybody with a website explicitly tell all potential crawlers to keep their filthy claws of their property? Why can't there be a standard where you specifically set up a document that describes what crawlers are allowed to grab/cache and do whatever with as they see fit? Because it'll destroy Google, Yahoo! and Microsoft (and other search engines, of course). But who really cares?

Again, $(big companies that claim to be non-evil)++ vs $(rest of the world)--.

Sad, very sad. Maybe I should start scraping Google's results, but oh no, the don't allow you, nor does Yahoo!, nor does MSN

Posted by: B10m | permanent link | comments (0)

Bol.com commercial

2008/10/08 filed under /web

Almost every day I see this commercial on tv and still laugh my ass off.

It's in Dutch (sorry, English speaking visitors), but it boils down to, "with over 7000 games, there's always a game that does suit you, like singstar".

The expression on the little girl's face is priceless.

Posted by: B10m | permanent link | comments (1)
return-member