The Elegant Chaos Blog

October 11, 2010

As you may have noticed, I’ve been trimming down the content of this site now that I’ve split my personal pages off onto Born Sleepy.

For now at least I’m aiming for a very simple front page with just a list of products and a small news section on the right-hand side bar. Other areas of the site are still accessible from the navigation links at the top-right, but even these should now be minimal.

Let me know what you think of the new look. Is it too simple? Is there some vital information missing?

more...

October 08, 2010

I’ve decided to split off my personal pages and blog from this site, and move them to a sister site Born Sleepy.

For now the new site is a clone of the old one, but they will gradually diverge. I want to simplify the main Elegant Chaos website and remove some of the more personal stuff from it so that it’s a little less confusing for people who arrive at the site simply wanting to know about Elegant Chaos and the software we sell.

If you have an RSS/Atom subscription to my blog (or the whole of this site), you might want to head over to Born Sleepy and subscribe there instead.

For the sake of history, and to preserve old links, I will continue to host all previous posts on both sites, but as time goes on I will set up some permanent (http 301) redirections to try to teach the search engines etc where the definitive copy now lives.

more...

October 07, 2010

Well, the electrical work seems to have finished, and other that a bit of local DNS weirdness that I’m experiencing here, everything seems to be ok.

Let me know if you have any problems viewing this site.

more...

October 06, 2010

We’re having some electrical work done here at Chaos Towers in the next day or two*, which I fear will mean that our servers may be coming and going a bit, since they are hosted locally.

So if everything disappears for a while on Thursday/Friday, fear not - it should be back by Saturday at the very latest.

(* it’s amazing how much power killer death rays draw - turns out that world domination can only be achieved with three-phase power**)

(** actually, that’s a lie, we just need a new fuse box***)

(*** or is it…?!)

more...

October 01, 2010

You might have been wondering what I’ve been working on since leaving Sports Interactive.

Yes, ok, you haven’t been wondering at all, you’d forgotten that I exist, but I’ll tell you anyway…

The answer is “lots of stuff”.

One thing I’ve been doing is an iPhone application for my friends at Pod Point. Pod Point make cool high-tech charging posts for electric vehicles, and they wanted an application that allowed users to find the nearest post on their iPhone. Version 1 of the application is done, but isn’t in the store yet. Unfortunately there are some issues with having a product that legitimately has the word “pod” in its name…

Something else I’ve been working on is Neu, which I’ve blogged about a little bit before. It’s quite a small application, but I’ve used it to get up to speed with a number of Cocoa technologies. I’ve been juggling time between projects recently, but the proper release version of 1.0 should be coming just as soon as I finish sorting out my online store.

I’ve also been working on a number of my own iPhone projects. Some of these have been vehicles for learning about one or other iPhone technology, but others are intended to make it into the store as fully fledged products. The one I’m nearest to completing at the moment is code named “Ici”, and it’s a sort of special purpose Twitter client. There are quite a few other projects on the drawing board too.

All of this development has also resulted in me developing a fair amount of shared libraries and utility scripts, many of which can be found on either my public git repository or the Elegant Chaos git repository.

I’m the kind of programmer who likes to build tools and generalise code into libraries. If taken to extremes this can distract from the product that I’m working on, but it can also lead to serious increases in productivity. Computers are great at doing the same thing again and again, yet I’m always amazed by the number of programmers who are quite happy to continue to do tasks repeatedly because they don’t think they’ve got time to write a script to do it for them.

Of course there are times when you just have to knuckle down and finish the job you’re on, and I’ve certainly learnt something from the Extreme Programming mantra of “the simplest thing that works”, but like most things in life it’s a balancing act, and there are times when taking a day up front will save you a week or a month later.

Luckily, most of my time pressure at the moment is self-imposed, so I’ve had the luxury to write tools and generalise code into libraries. I really hope that this pays off, but even if it doesn’t, I’ve had fun along the way.

I’ve made some of this stuff open source, not because I particularly thing that it will be an off-the-shelf solution for anyone, but more in the general spirit of sharing. In particular my Cocoa libraries ECFoundation, ECTouch and ECAppKit are things that I am using myself, and will continue to maintain for my own benefit. They aren’t brilliantly documented at the moment, but my plans do include producing some better documentation eventually, for my own benefit and for the eventuality that I end up collaborating with other coders on a project that needs them. It would be hard for people to use all the code in these libraries right now without knowing what it does, but some chunks might come in handy. If you find something that you’re interested in, feel free to get in touch.

[Updated Feb 2012 to correct some broken links]

more...