Related Posts
How to make your own Quick & Dirty Hex File Viewer in Java
Update: You might want to read this new version of the code instead. Thanks ispak I was playing with a hex editor recently and then I thought it would be pretty easy to make a program to output what you see on a text editor. Here’s a quick & dirty Hex Visor I wrote in […]
OnLive could change the video game industry
I feel it’s my geek given duty to make a post about this presentation. I was lucky to finally have the time to watch their hour long presentation and Q&A session at the Game Developer Conference 2009 (which ends a couple of days from today). They could have not picked a better place to finally […]
Deploying HTML5 apps on CloudFront with efficient invalidation requests
So you decided to build your next web app/site using nothing but HTML5 and Javascript. No server side processing for anything related to UI. This means you will be coding a lot of JavaScript. Wouldn’t it be nice to put all that static HTML and JS on your CloudFront CDN and not deal with web […]