Please visit http://www.ibrado.org/ for newer posts. Thank you.
Thursday, February 25, 2010
Friday, September 18, 2009
Thursday, February 12, 2009
Unix epoch 1234567890
On February 14, 2009 at 7:31:30am Philippine time (Feb 13 23:31:30 GMT), it will be Unix epoch 1234567890. Happy Valentine's!
alex@elektron:~$ perl -e 'print gmtime(1234567890)."\n"';
Fri Feb 13 23:31:30 2009
alex@elektron:~$ perl -e 'print localtime(1234567890)."\n"';
Sat Feb 14 07:31:30 2009
Update: Found a site, http://www.1234567890day.com/
(Yes, I'm still alive.)
Posted by Unknown at 6:50 AM 0 comments
Friday, June 6, 2008
Saturday, April 19, 2008
plumber!s toolbox
Hey there! I've been quite busy lately, but not too busy to launch another site. ;-) plumber!s toolbox has my latest modules, tips, and tricks for Yahoo! Pipes.
Do check it out... thanks!
pipes.tumblr.com
Posted by Unknown at 9:08 PM 5 comments
Labels: yahoo pipes
Monday, March 24, 2008
Google Gadget + OpenSocket = Facebook app
I converted my scifAI Google Gadget to a Facebook app via OpenSocket. It was a relatively painless procedure, though I did have to make allowances for the way Facebook rendered the app. Also, the code generated by OpenSocket still has some issues with the app's canvas height, so I also added the comments for a particular post just to use some of the extra space.
My pet peeve is that an iframe app in Facebook needs a "screenshot" that must be clicked before the app is activated. I don't know if this is a technical or business requirement, but it sure makes the end-user experience suck. I guess it's time to learn FBML.
Put it in your Facebook profile here or view the source code here.