Blog | Vezquex's Vortices

The song that delayed LittleBigPlanet

The publisher found out that it contains lyrics from the Quran. Muslims seemed fine about this, but the game was delayed to take the song out regardless. The song is "Tapha Niang" by Toumani Diabaté.

Amazon's second cloud-based storage product

S3 is probably suited for static files, as it is afflicted with latency. The new Elastic Block Store (not in any way related to books), is integrated with EC2 to provide dynamic storage that is better for databases. Notably, the space can be shared between different EC2 instances. You can also back up your data onto S3.

Kudos to the Amazon engineers for what appears to be another home run. I, for one, welcome our new Skynet overlords.

Facebook is dead

As you may know, the new Facebook hides the apps away on a page called "Boxes", which is listed 4th in the user page sub menu. But, the natural order of profiles has not been restored. Your activity stream is merged with the wall to become the default profile view, with your profile info (i.e. your actual profile) pushed to second.

It's pretty smart. Facebook has morphed into a Friendfeed or a Twitter. Your bio or other personal info is mainly static and therefore irrelevant, whereas your activity is fresh and interesting. Even less appealing is a list of personality quizzes you've taken, which is what passes for apps.

The Facebook team has done such a good job hiding the apps that I realized that I hadn't seen any in weeks. I thought a proper goodbye was in order, so I headed over to my friend Chase's profile to reminisce about the platform. He is probably one of its biggest fans, installing everything possible. I found this particularly amusing:

I mean, it's a steal! You'd be a fool to not take a 99.7% discount.


I just worry about the health of Facebook. The miniscule font size is particularly troubling. It's not too bad if you bump it up to double its original size, but come on. Also, the conversation seems to have died down. A lot of people are moving on and it's becoming apparent that Facebook is not much more than a phonebook. The saving grace will be if it can become the internet's single sign-on, which will be tested on Digg soon.

Is AppJet the next big web framework?

I just got a tip from AppJet front-end developer, Aaron Iba, about plans for self-hosted AppJet instances. "We're thinking about releasing this soon." This was also just added to the FAQs page. What this means is that one could download the backend that runs the apps and install it locally, on servers, or even Amazon Web Services. Why would someone want to do this when everything is already hosted by default for free? The answer is that it allows an app to use more resources, namely storage space and processing time. An avenue for intensive apps, such as Agglodex, is desperately needed. Some people also get a kick out of DIY projects. The self hosting option seems to appeals to experienced techies, whereas the recent beginner's programming tutorial was an outreach to fledgling or even non-techies. This suggests either a lack of targetted focus or a quest for ubiquitous dominance for the AppJet team.

The prospect of acheiving a serious foothold in the web framework space is intriguing. The prejudice against JavaScript might be just too much, in which case it will never gain traction. Although, AppJet is not the only company toting a JavaScript web framework. Aptana Jaxer has an interesting approach that blurs the line between client and server code even further. With over 2 million downloads, the market is clearly there.

To explore the degree of success the AppJet platform can achieve, we need to consider the business style of the team. We know they are Y Combinator funded, which historically seems to take a less bottom-line focus (although the latest round seemed much more commercial). Note that AppJet has been public for over three quarters with an apparent revenue stream of zero, with only polls about desired premium features. It would almost seem that they aren't interested in money at all! This is a very good sign for driving adoption, as long as they stay in business. (The one thing that worries me is the coddling of beginning programmers. This is good for PR, but wasting valuable time for the 3 employees. The point of a framework is to coddle the application structure. Syntax help and programming theory is a job for the community.)

Let's face it: web platforms have to be free and open. LAMP is the reigning king. Ruby on Rails and Django are the up-and-coming challengers. All three are open source and 100% free. Microsoft's ASP.NET--not so much. So to have any chance at all, AppJet needs to be open too. Luckily, the FAQs indicate that exact plan.

Or maybe not? Maybe AppJet is part of the new-wave sandbox hosting, such as Google's AppEngine, that doesn't directly compete against traditional web frameworks. It's analogous to Reddit vs. Slinkset. Do you want to DIY or get up and running right away? As time rolls on, it is clear that the level of abstraction increases. It is even getting to a point where dealing with virtual instances of computers on Amazon Web Services is too much work, if code can just run on one huge platform. The cowboy era is ending and the mesh is beginning.

And this is where AppJet comes in. If they have the business sense, they will host the runtime on AWS and charge a slight premium over Amazon's rates. All of the server configuration can be handled with zero human interaction. This simplifies hosting for app authors just as now, the difference being that it is now scalable. Also, using AWS plays to the current paradigm of having all data cached in RAM.

So, is AppJet the next web framework? Could it be something bigger?

Fancy File Uploader

This is a reworking of an example file uploader. I've thrown in my typical user accounts, pagination, and tagging to make it really powerful. Feedback is welcome. I will also answer questions about how the code works.