May 14
You can spend hours flipping through vehicles catalog pages and/or googling for beatiful hatchback vehicles and you won’t find any hatchback ever made more beautiful than the Honda Civic EK chassis (the chassis made between 1996 - 2000)

Here in Lima, you can find no more than 50 of them, some are equipped with the modest low-fuel-comsumption D engines, while the most wanted ones came equipped with the powerful B16 engine (codename: VTi) which current trade value continues growing with time opposite than what happens with most other vehicles, it’s not beautiful but the naturally-aspirated most powerful as well, that’s why we love Honda!
May 06
Long time i dreamed of this movie, ever since i heard the soundtrack and of the movie back in 2002 at a friends house, As of that day i started looking for information regarding the movie, the book and the clinical case it originated. Today and just by chance i saw the movie from the beginning to the end, and i must say that it completely satisfied every expectation i had, it is overwhelming!



Feb 18
As surreal as it may sound some bored guy managed himself to make this[0] GREAT piece of audio out of the native windows XP and 98 sounds.
[0]http://video.google.com/videoplay?docid=8558307171261435083
Enjoy~
Jan 02
Como cada año, el pasado 2007 tuvo muchísimos buenos y malos momentos… lo importante es saber que al menos una parte de los buenos y malos momentos son propiciados por uno mismo directa o indirectamente, así que partiendo con esta premisa, espero que el año proximo a esta fecha tenga mas buenos recuerdos que malos, y os deseo lo mismo.
Dec 24
It all started with me surfing through my old archives looking for a little executable file i used some years ago while trying to recover my old blogger account password… the reason for this search was: I needed to read an asterisk (yeah the glyph ‘*’) password to ascii from a DSL router from one of our worsts internet providers, i found several programs that helped me get the job done, yet im my research i found this[0] piece of code to be inserted in the address bar of the Firefox browser, if you read it, it is quite simple yet clever and fun, the surprising thing for me was that i didn’t know you can pass directly javascript code into a address bar and the browser would execute it, havent made much research about this last yet, but i don’t think of it as a bug but as a feature[1], of course back then (2 or 3 years ago) i didn’t know you can store your html forms logons directly in the Firefox browser.
[0]
function() {
var s,F,j,f,i;
s = "";
F = document.forms;
for(j=0; j<F.length; ++j)
{
f = F[j];
for (i=0; i<f.length; ++i)
{
if (f[i].type.toLowerCase() == "password");
s += f[i].value + "\n";
};
};
if (s) alert("Passwords in forms on this page:\n\n" + s);
else alert("There are no passwords in forms on this page.");
};
[1] to be researched.
Nov 23
“To predict the behavior of ordinary people in advance, you only have to assume that they will always try to escape a disagreeable situation with the smallest possible expenditure of intelligence.”