Archive

Archive for October, 2006

Berkeley Webcasts

October 17th, 2006 Mike No comments

This is easily one of the coolest things I’ve ever found online. I highly recommend Physics for Future Presidents.

Categories: /etc Tags:

Fuck ORM

October 11th, 2006 Mike 3 comments

Let me be the first to say that ORM (like Propel) is ridiculous, overengineered nonsense. SQL is already simple. In fact, it was originally designed so that (competent) non-computer people could easily generate reports from a RDBMS. So why does anyone think it’s a good idea to add unnecessary overhead and complexity to something that already works well? Oh yeah, because ORM makes it possible to write your own blog in 15 minutes. Wow. Totally awesome dude.

Categories: MySQL, Programming, Rants Tags: