Posted by
jp on Oct 28th, 2009 in
android,
blog,
tech |
0 comments
Just typing from the cell phone testing the auto correct feature, which seems to be pretty good since I have fat thumbs and there are no...
Posted by
jp on Oct 27th, 2009 in
android,
blog,
tech |
0 comments
I downloaded an android app and god I like this little thing, controlling my daily tv series watching session using my phone, while I’m just laying here is just...
Posted by
jp on Oct 26th, 2009 in
blog,
ruby,
tech |
1 comment
I’ve always tried to make my scripts’ responses prettier and less crowded, and I came across something like the following piece of code, that helped me a lot lately
#!/usr/bin/env ruby
STDOUT.sync = true
bars = ['/','-','\\','|']
i=1
while i do
print "\rrunning #{bars[i%4]}"
i += 1
sleep 1
end
trap("INT") {
print "\n\n"
exit
}
If you like to see updates without flooding your terminal screen, this is...
Posted by
jp on Oct 8th, 2009 in
android,
blog |
4 comments
So, I need a new phone :P
What should I get? And...
Posted by
jp on Sep 29th, 2009 in
blog,
tech |
0 comments
Even if you don’t care too much about it, I think you should update your google profile.
Just use this link http://www.google.com/profiles and edit your personal information… All I want is to have my friend’s birthdays on my google calendar (contacts), without adding it myself...