This is an interesting Business Week article that gives an overview of several popular blog sites and how much money they generate.
I hate the fact that I like the kittens site…
This is an interesting Business Week article that gives an overview of several popular blog sites and how much money they generate.
I hate the fact that I like the kittens site…
Google Image search has a little secret feature, if you search for a person and add imgtype=face to the url, it will only display faces!
For example, search for “john” faces: http://images.google.com/images?q=john&imgtype=face
I wonder what other hidden features exist in Google search…
The Moleskine’s are my favourite notebooks, I use them for notes, drawing and one is always with me while traveling.
And it looks like they can have other uses: someone decided to turn one into a harddrive casing, result is just brilliant:
Read more about it here: The Geekster Moleskine
Found this nice web implementation of the Mac OS X searchbox: http://www.brandspankingnew.net/archive/2005/08/adding_an_os_x.html
For those who haven’t seen one yet, it looks like this:

Recently I found out a great site where people can list the applications they use, iusethis.com. It’s a bit like the concept of Digg applied to applications. Each application has a badge showing how many people use it, coupled with a description and eventual comments from users.
MacIago is also there, here’s how its badge looks like:
It is now a universal binary and has a resizable board. Source code is available at google code, check it out if you’re into it.
After more than 50 000 downloads and 4 years of development inactivity, I’m working on a small update for MacIago. This new version will have the choice several board sizes and a slightly improved artificial intelligence. I’m also planning to release its source code.
This game was originally meant to help me learn Objective C, and I never thought it would become as popular as it did. It got translated in 7 languages, and it became specially popular in Japan, closely followed by the US.
For this new version, I’ll again need a couple of strings translated, so if you would like to help, please send me an email.
It’s not a completely trivial installation, so here’s what I did:
Install Mephisto:
cd
mkdir rails
cd rails
mkdir mephisto
svn co http://svn.techno-weenie.net/projects/mephisto/trunk mephisto
cd mephisto/vendor
wget http://rubyforge.org/frs/download.php/12582/tzinfo-0.3.1.tar.gz
tar xzvf tzinfo-0.3.1.tar.gz
rm tzinfo-0.3.1.tar.gz
cd ../..
rake rails:freeze:edge
Update your config/database.yml
In config/environment.rb uncomment:
ENV['RAILS_ENV'] ||= 'production'
Back in the terminal, setup the database:
cd ~/rails/mephisto
rake RAILS_ENV=production db:bootstrap
Create a symbolic link to your rails mephisto install
cd ~/public_html
ln -s /home/YOUR_USERNAME/rails/mephisto/public mephisto
Create a subdomain ‘mephisto’ with cPanel
Feel free to replace the name mephisto for the name you want to give to your weblog.
If the link to tzinfo is no longer correct, go to http://rubyforge.org/projects/tzinfo/ and get the correct one.
Good luck with your installation, and let me know about any problems, or just post a link of your new blog!