Posted on December 21, 2008 at 12:34 pm

Very complicated feature…

Hello,
Thank you for contacting our support team.
Unfortunately, it is not possible to change the password you registered with.
We apologize for the inconvenience.
If you are not satisfied with the password you used, we suggest opening a new account.
If you have further queries, please do not hesitate to contact us again.
Thank you,
Tom
fring Support
Now THAT is a [...]

Posted on October 21, 2008 at 6:12 pm

Don’t say anything if you’ve got nothing to say…

A couple of friends recently asked me why I’m not writing ‘often enough’ anymore. Come to think of it, I guess it can be summarized as a bit of a ‘reality check’ with the whole blogging thing and the kinds of blogs that live out there on the Internets. And what kind of stuff I’m [...]

Posted on July 31, 2008 at 9:15 pm

del.icio.us is now delicious.com!

Funny how new ideas tend to revert back to the old ways on the web, as the trend-movers realize that they weren’t as bright as they seem at first sight. Dot-com is the only flavour that apperantly works (even at the brink of an opening for more flexible url formats in process at ICANN. Old [...]

Posted on July 30, 2008 at 1:35 pm

My take on Cuil.com

Not cool… Not cool at all.
Or it might happen that I’m just not relevant enough. Yay!

Posted on July 21, 2008 at 4:30 pm

Avoiding duplicated posting in Rails

I’ve been looking around for a solution for a rather common problem: suppose you have a form that you want to make sure is not double-posted (say, a credit card processing form). Rails offers a javascript tool to avoid double posting by disabling the form (:disable_with parameter on submit_tag). Since the only alternative I could [...]

Posted on June 24, 2008 at 5:12 pm

say ‘there will be cake’

An excellent collection of little songs using OSX’s internal speech system. Now THIS was a triumph!
osascript -e ’say “oh This is a silly song silly song silly song this is the silliest song ive ever ever heard So why keep you listening listening listening while you are supposed to work to work to [...]

Posted on June 14, 2008 at 10:11 pm

Are we all becoming stooooopid?

I guess I feel a bit relieved for knowing I’m not the only one that misses a “quick search” button on paper books. Nicholas Carr’s brilliant essay on how the way we crunch information on the Internet is changing the way we think is simply scary, because IT IS HAPPENING. Not necessarily a bad thing [...]

Posted on May 26, 2008 at 10:39 pm

And here we are again, in 1999

How come people fool themselves to think that they are intelligent beings and won’t repeat the errors already done in the past - that is still a complete mistery to me…

Posted on May 21, 2008 at 11:07 pm

Web 2.0 users unite

Ah, the new Internet and their participative users. While some focus on helping OTHER users better use the services they love, others form real fanclubs to support their web heroes, working around the clock to keep services alive and resisting the bad weather of diggin’, slashdottin’ and plain usage hammering. Pizza and Twitter FTW!

Posted on May 20, 2008 at 3:44 pm

Globalize versus PDF-Writer, round one!

If you ever needed to generate PDFs dinamically on a Rails app, one of the easiest (and possibly more elegant) PDF generation Rails options you’ll find is using the PDF-Writer combo. The good thing with that combo is that you can go and define your PDFs as views using a different extension (.rpdf is suggested). [...]