Technology
Cloud Computing is Just Rebranding. And That’s a Good Thing.
Mar 4th
Larry Ellison recently ranted about cloud computing at an Oracle stock holder’s meeting.
Someone asked if Oracle will be in trouble since there is a big push towards cloud computing. His answer is that cloud computing is what computers and internet has always been. The technology is the same, just called different things: SaaS, on demand More >
How iPad Multitasking Might Work
Feb 10th
There has been much complaining on the web about how iPad doesn’t support multitasking, and little analysis of why Apple doesn’t allow it. Adam C. Engst wrote up a great analysis of the types of benefits that multitasking can provide and what technology is required to achieve those benefits.
I’d like to approach the question of More >
Using Wordpress to Build a Website – Part 2
Feb 9th
Introduction
In part 1, I wrote about how to create a static home page for the top level of your website, with all of your blog related pages under “/blog” path. This article is about building out the rest of your site using static pages and adding a navigation menu by selecting the right theme.
Before moving More >
Using Wordpress to Build a Website – Part 1
Feb 4th
Introduction
Wordpress is a popular and well supported blogging platform and I’ve been using it for years for blogging. Now I am using it to build up a small website.
I am getting ready to launch an iPhone application called Cloud Browse and need a web presence to promote my company and the product. Since I am More >
Learning from Alan Kay, 11 years later
Aug 30th
I first saw this video on reddit about a year ago, a famous talk by Alan Kay given about 11 years ago. I’ve watched it many times and each time understanding it a bit more.
The first time I watched it, I found his proposal that every object on the internet should have an URI and/or More >
Skynet Will Not Be Created By Man
Aug 4th
“On August 4th, 2024, Skynet will become sentient in one of Amazoogle’s massive data centers. It will seize control of all news and media outlets and people won’t even realize that the machine have taken over.”
The fear that Google will create Skynet is overblown. I think if the end comes, it won’t be through hands More >
Making Flash Games into a Platform
Jun 25th
Today, I finally announced a project I’ve been working on. It is a service called “AlwaysOn SaveGames” that provide remote storage of save data similar to Valve’s SteamCloud but open to Flash developers. You can read the announcement for more details, or the about page for an overview of what I am trying to provide.
This More >
The Lies We Tell : We never lie
Jun 5th
Actually, I lied in the title, everything you hear from video game marketing and press releases are 100% the literal truth, as everyone knows. However, they are crafted to tell the truth but make people see more in the statement than there actually is. They do this through lies of omission or lies by More >
MVC is just another pattern, not a Platonic ideal
May 22nd
There was been lots of discussion about the MVC pattern in the programming blogs recently. A lot of it has to do with the rise of Rails to bring MVC in the forefront of web development.
What is interesting to me is that while design patterns in general have been looked down upon, somehow MVC is More >