Click here to see and read the rest. Check out the descriptions and mouse over the images to learn the details.
Related Posts
Reviewing the Nokia N900, User and Developer opinions.
Playing with it from the User Perspective – Virtual keyboard is deactivated by default, not good if you have one hand busy, however I can see why it’s this way (the virtual keyboard sucks). When it comes out it covers the entire screen, and the experience with it is not there yet in comparison to […]
Bash Alias – “svn_diff_counter”: Count lines added and removed
I love to know how many lines I’ve added and deleted before making a commit. This is why I created this alias: alias svn_diff_counter=’svn diff | egrep “^[+|-].*” | egrep -v “(+++)|(—)” > .tmp_diff_counter ; added=`egrep “(^+)” .tmp_diff_counter | wc -l`; removed=`egrep “(^-)” .tmp_diff_counter | wc -l`; rm .tmp_diff_counter; echo “Lines Added vs. Line Removed […]
Trailer de “300” – Un Orgasmo visual
El ano pasado tuve la suerte de ver el trailer de 300 en el cine (mas abajo linkeado desde youtube), y por supuesto se me olvido el nombre de la pelicula. Luego salio por ahi una pelicula llamada The Fountain que me recordaba al trailer de 300 a cada rato, pero era una tortura no […]