Entries from June 2008 ↓

Omnifocus Interface == Fail

I use Omnifocus everyday to track what I’m doing, and I love it, but there are tons of UI problems with it that drive me absolutely crazy. There’s a good article about some of the failings of the interface design here (with a video showing some of them), but there’s one interface decision that’s been absolutely driving me nuts lately.

Look at this picture:

omnicalendar

See anything wrong with it?

If you said, “There’s no way to set the due date for a project to Tuesday without clicking the little arrow at the top left to go to next month” then you’re right.

What a horrible failure of UI design. I end up up dealing with this at the end of every month, and everytime it’s a pain in the ass. Compare it to the iCal day chooser:

ical

See that? Much better. They just grey out the days in the upcoming month. (They even go above and beyond the call of duty and show two upcoming weeks.) This is what the Omnifocus date chooser should be.

Hopefully there will be an Omnifocus update soon that addresses most of the problems with the interface. I expect more at the price point ($89) that they’ve positioned it at.

Django Testing Framework == Fail

I was reading on a plane recently, and was about halfway through the Django book, when I realized that I hadn’t seen anything about how to test my application yet. I tend to be a test first developer and use lots of mocks to play with things, especially at the beginning of a project, so I flipped to the index, turned to the test page, and saw the following:

Testing was still under development when this book was being written, so to learn more you’ll need to read the documentation online at http://www.djangoproject.com/documentation/0.96/testing/

Not a whole lot of help when you’re on a plane.

Still, I was willing to give them the benefit of the doubt. Maybe they could create a bolt-on testing framework that would really be something.

Unfortunately, it’s just not very good.

Perhaps I’m spoiled by Rails and Rspec, but to me, the Django testing framework feels like something that they put in place just because someone told them that they needed a testing framework. It’s not an integral part of the system.

Let’s look at their test types.

First of all we have doctests. These emulate the output of the Python interactive interpreter exactly inside of your test code. All this does is to encourage the bad practice of writing some code, firing up your your interpreter, running a few cases, and then cutting and pasting the results into a file. There’s no need to think through all of the cases or what you’re really doing here. It’s just an after the fact, feel-good, safety check.

Second, we have Unit tests. Not the most sophisticated testing framework in the world, but these look like a better choice, very much like any sort of xUnit tests.

The biggest problem I have with these, and the Django testing framework in general, is that the tests don’t look to be compulsory. Why, in this day and age, don’t we make the generation of a test automatic, and make the user decide to remove it if they really, really don’t want to test, not the other way around?

Testing as an afterthought inevitably leads to poorly tested code.

I certainly hope that, as Django continues to grow and mature, testing take a more central role in the future.

Innovation, Or the Complete Lack Thereof, In the Start-up Community

You can’t just ask customers what they want and then try to give that to them. By the time you get it built, they’ll want something new. – Steve Jobs

I was at a networking event out here in the Valley a few weeks ago where a bunch of companies went up on stage and presented their companies to the audience. I’m fairly certain that at least one of them might have been interesting, but to tell you the truth, I don’t really know because I didn’t really pay attention to any of them.

I already knew about the ones that mattered and a quick glance at the program showed me that the others weren’t worth listening to because they were me too clones of other start-ups.

After the presentations were over, a friend asked me what I though of them, to which I replied, “Don’t know, didn’t pay attention” and he responded, “yeah, but are you actively a hater like me yet?”

I think that I got his point, and that is that there are times lately where I just want to slap people when they tell me what their company is doing.

I know that innovating is one of the hardest things in the world to do, but lately, I’ve been disappointed in 99% of what I see. As far as I can tell, there seem to be two main reasons for this:

  1. The first reason is because of what I call the “me too” start-up. For example, when I first moved to SF, Flickr was the big thing out here, so for a few months everyone seemed to have a crap photo sharing site. Then this changed to Youtube/crap video sites, Facebook Platform/crap widget sites, and on and on. Some degree of competition is a good thing, but it’s all a little much. If you have a substantial improvement to an existing product then, by all means, go for it. However, if you’re just doing a feature for feature copy of a competitor’s website then, please, invest those resources in doing something else. Or at least don’t try to pitch it to me as something new and exciting.

  2. The second reason, and the one that bothers me more, is the “aim high, fall fast” start-up. This is the start-up that has lofty goals, and falls into the trap of selling them out to meet some sort of smaller and less interesting short term target. This is all too common (hell, I did it at my last start-up), and I think that a big part of it comes from the fact that it’s so cheap to start a company now that sometime it’s easy to forget just how hard you really have to work to make something great. These are the companies that VCs need to fund at their “aim high” stage to keep them from plummeting. Sure, they might have an idea that’s way off in left field, but companies like that are usually the ones that grow into something huge and interesting.

So, I guess that I’m asking everyone out there for one thing, and that is to think bigger than we are right now. Think outside the box, don’t water it down in the early stages or once a little revenue starts to trickle in the door.

When I run into you at a networking event, make me say “damn, that’s a crazy idea, but it just might work” and when I run into you 6 months later don’t make me shake my head at you because you’ve turned it into a clone of another idea.

Perhaps if we all start using our heads, the innovation will start flowing freely once again.

Exposure to New Things, Still Good (More on Maglev)

I’m somewhat taken aback by all of the negative reaction to Gemstone being a closed source product in the wake of the Maglev announcement.

Look at this:

Cargo Ship

Do you really think that the people that own this ship care about paying for software?

I doubt it, but they probably care about things like development speed. And software reliability. And the ability to get someone on the phone immediately if something goes wrong with the software.

That’s the world the Gemstone comes from. I would bet that if the software running the shipping platform for this company falls over, it would lose more money over the course of a few hours then it would cost them to license Gemstone for an entire year.

Here’s another example where JP Morgan has a system built on top of Gemstone that they can not afford to shut down or migrate to another language because it would cost them too much money.

How is being exposed to the toolset that powers things like that going to be a bad thing?

Sure, it’s closed source, but if enough people use it and benefit from it then the community will just do what we always do:

Some of us will pay for it, some of will find clever ways to subvert the license, and the rest of us will get to work on building an open source clone of it.

That’s what always happens, and when it does happen some people will continue buying the closed source supported version (Oracle) and others will move to the free version (MySql).

What makes anyone think that something different is going to happen here?