20130605

Contraction counter

Yes, I'm gonna be a dad. Soon. Which means, of course, that I need a good app to count my wife's contractions when the time comes. Take a look at the stores and you will find zero good apps. How difficult can it be to build a simple, good-looking, contraction counter app?

I just started reading this book, Where Good Ideas Come From: The Natural History of Innovation, one of the central ideas, it seems, is that in order to have good ideas, one should not protect them, but rather connect (i.e. share) them. So, in that spirit, here is my idea:

Figures [A] and [B] show the app in the "Record mode". In [A] the user can tap the big circle to start timing a contraction. [B] shows the app when a contraction has started: a big minute/second counter at the center, a smaller pulsating circle, and a change in the background color, until the user taps it again. After [B], the user is presented with a popup (not shown here) in which they can select the intensity, save the record, or dismiss it.

At the top of the two first mockups you can see two graphs. [A] shows the time between contractions, and how it gradually decreases. The graphs are always updating, since "now" is always shown to the right. The labels in the x-axis mean "time ago", for example "2h" means "two hours ago". Each dot on the line represents a single recorded contraction. In [B], the graph represents how long the contractions are. Typically, this value will increase over time, rather than decrease.

The last mockup [C] shows the "Log mode". Here you can see a simple list of records, and you can edit/delete them (not shown).

So there. Simple app, simple interface. Crappy design, for now (I could certainly use some help here).

As for platform choice, I think the best idea is to build the app using one of the many cross platform frameworks, or even HTML5. The only tricky part is the graph, which would ideally let you pinch-zoom to see a variable time range.

Hopefully a basic version of this will be built very very soon, but I'd love for others to add to my idea, so it becomes a truly great app.

20130228

Coding education

I think the distinction between "everyone should learn to code" and "everyone should have the opportunity to learn to code" is an important one. If you say "everyone should learn", the next thought might as well be "what's so special about coding if anyone can do it?", which leads us to dangerous terrain.