June 14, 2010
Cloud storage without bandwidth costs
Our client generates around 100 GB of video for the web every month so looking for cloud storage was a no-brainer.
We needed an "unlimited" size hard drive but didn't need a CDN service, and it was specially important to control our costs, at least initially.
Here is how we achieved the goal.
May 5, 2010
Kevin Rose and the flash player
October 4, 2009
How to install: flvtool2, flvtool++ and yamdi under Centos
Last week we had the need to test out flvtool2, flvtool++ and yamdi to see which one suited best for us. Today i thought it would be cool to show you a step by step on how to install them under Centos (the OS we use and recommend for servers).
September 18, 2009
Timer with a pause and resume
I needed the ability to pause the Timer class we have in ActionScript3 so i created my own TimerAdv class which extends it. I tested it on the environment i needed so i'm posting it here for everyone to test it out. Hopefully if i get the chance to properly test it out it will be part of the inca framework.
UPDATE I found via a comment on this post that theres a solution for this same thing done with a very similar logic and older than mine. You can find it here . I didn't base my logic on that post but what a coincidence. I guess great minds think alike, huh?
September 8, 2009
Updated: Get current week of the year
I'm a nerd and so i like to play with code on my free time. Two days ago i went thru this post where there is a discussion on how to calculate the current week of the year. Here is my try:
August 25, 2009
Dear Apple
Dear Apple, i'm your sincere fan. I own a couple of ipods, some laptops, spend sometimes too much on your app store on both of my iphones (1st gen and 2nd gen), scroll fast to the next story when i read someone blaiming your app store app approval process and recommend your products to the people i care most (family, friends and clients).
I'm writing you this post, cause i'm really sorry that one of your new partners are making me desire to go back in time and buy that nice black blackberry they offered me instead of your newly 3g white 16GB iphone.
August 21, 2009
Online Interview with Dominic Sagolla
July 29, 2009
Postbox email client
I've been looking for the perfect email client for me since ever! One of the email clients that i have tried is Postbox .
July 24, 2009
Tiny UID Algorithm generation
There are lots of web services that offer link shortening. The tiny uid they create is what fascinates me. A google search didn't throw any good info so here it is an algorithm for you to use.
July 22, 2009
Attention conditional playback
It always happens to me that while i'm watching a movie on netflix i get distracted by something else on my screen. I thought it would be cool if the movie only played back if i had my attention on it. Here is a quick test of how this could be implemented.