Over the last couple of days I’ve been spending a little bit of time playing around with (and getting really excited about) HTML5 Canvases.

Canvases let you define an area on a web page onto which you can draw on using Javascript. You are pretty much free to do what you want in this area, right down to drawing individual pixels.

This has got me rather excited…

A long time ago…

When I was at school my IT life was monochrome and 640K of RAM seemed like an unimaginable amount of memory, I used to write games. I probably should have been doing my homework, but missing a few assignments doesn’t seem to have done my career any harm.

I’d hack away and then once a week me and my friends would all get together at the then offices of Daily Information, and we’d show them off at the computer club they’d hold there.

Life was simpler back then; we didn’t need fancy 3d graphics or photo realistic scenery (Wolf3D and RotT were then state of the art). The bar was set low enough that spotty teenagers could hack together playable games in a weekend.

Going back to my roots…

A central theme of our little hacks was the maze game. These were simple in concept, but there was a lot you could do with them. Over time as our experience in the craft grew, these maze games increased in sophistication – containing traps, soundtracks and even AI monsters – but still held true to the same basic template.

Ever since then, every time I’d learn a new language or build software for a new platform, one of the first things I’d do is write one of these simple maze games.

They were a simple “known problem”, but required you to use most of the key concepts you’d likely need – input/output, files, loops etc – and made for a much more interesting “hello world” program.

I must have written the same basic game a hundred times (I even wrote one for the Psion Workabout), and in keeping with this tradition, here’s one I wrote for HTML5 canvas/Javascript the other afternoon.

It’s not anywhere near the level of sophistication I’ve done before, but it has got me excited about the possibility of hacking some fun little games together. I think I may have to go through some of my old disks, and see if there’s some code from those days that deserve a new lease on life…

Aww… I’ve gone all sentimental.

I have a lot of things to do, for various people, at various times. If you’re anything like me, you find this rather stressful and much of your time is wasted by simply trying to work out what to do next.

This blog post will describe some of the ways I’ve used tools available online to dramatically reduce my stress levels and make sure that I never lose track of what I’m meant to be doing.

The Tools:

This is what you’ll need, and also what I use – of course, other tools exist.

  • A Task List: I use Remember The Milk (free/$25pa) to keep track of tasks – its simple to use, pretty fully featured and I can get at my task list on multiple platforms; web, computer and phone.
  • A Calendar: I use Google Calendar – it’s free, cloud based and transparently integrates with my iPhone, iPad and computer through webcal.
  • ifttt to trigger actions based on certain events and provide extra automation (which I’ve talked a bit about before).

Setting up your task lists

Much of how I use my task list is influenced by this great post over on the Remember the Milk blog, and I’ve made my own tweaks.

Here are the main points:

  1. Create a Personal and Work list to track the day to day stuff.
  2. Create a list for any project or task which can be broken down into more than a few tasks.
  3. Any item which depends on another task gets tagged with “depends”
  4. Create a smart list “not tag:depends” and call it “Next Actions” to give a summary of your next tasks.
  5. Create a smart list “tag:depends” and call it “Review – Pending tasks” to give you an overview of tasks which you can’t do yet.
  6. Create a smart list “(NOT addedWithin:"1 week") AND due:never” and call it “Review – Stale tasks” to help you keep track of any loose ends.
  7. Review the contents of these lists regularly (you might want to schedule a repeat task to remind you).

I also find it helpful to create a smart list called “Today” (“dueWithin:"1 day of today" or dueBefore:now“) to list stuff that has to be done today, or that you want to do today. Before I go to bed at night I go through my tasks an assign myself stuff to do for the coming day.

The nice thing about this is I start the day with a ready made plan of action to work through, and unlike the default RTM “Today” overview view this task also shows overdue items which have rolled over from the previous day.

Setting up the calendar

Google calendar can be used natively or through their (ever increasingly sophisticated) web interface. How you use the calendar should be fairly obvious, but setting it up to use natively or on a smart phone is less so.

Essentially, you want to find the ical link for the calendar you’re using (available under calendar settings) and then link to it on each device.

Done right, this means you can view and add events to your calendar from any device and have it synchronise automatically across them.

This ubiquitousness is important, and it allows you to capture the task’s pertinent information (when, where and set reminders in time to get there) as soon as you find out about an event – meaning you only need to remember the task once, and you will never again double book yourself!

Automate all you can

A lot of the automation is dependant on your tasks and what you need to get done, but here are some ideas:

  • Use ifttt to put things in your task list or calendar based on certain external events – for example, an important blog post, if tomorrow is a snow day or any number of other things.
  • Use recurring tasks to set up maintenance schedules for your car (or perhaps more importantly a self examination routine for your own body).
  • Never let a project go stale by adding recurring tasks to prompt you to drop an item from the project on the “Today” list. Always move towards your goal!

Key concepts:

So in summary, by capturing information straight away and automating as much as we can we never need to lose track of the disparate threads of our lives. The goal of all this being to reduce everything down to a system, one that requires as little thought as possible from you.

  1. Capture the task or appointment into your system as soon as you think of it. I always am either near my computer or iPhone, so this is easy.
  2. Store the information in a place that is secure but available everywhere, so cloud based systems are really handy here.
  3. Automate as much as you can.

Have a stress free day!

Image from the film “Memento”.