Merlin’s weekly podcast with Dan Benjamin. We talk about creativity, independence, and making things you love.
Merlin’s weekly podcast with Dan Benjamin. We talk about creativity, independence, and making things you love.
”What’s 43 Folders?”
43Folders.com is Merlin Mann’s website about finding the time and attention to do your best creative work.
Programmers; are you using tools to program yourself?
stevecooper | Nov 4 2005
Hi, All. I've been thinking a little about programming and productivity. Not in terms of me writing programs for my PC, but how much writing todo lists feel like writing programs for myself. So let me break the idea into bits and see if you like any of them. I apologise to non-programmers for the syntax of what I'm about to write. A simple todo list is like a straight procedural program; SimpleToDo() Projects are like function calls; LearnSwahili() Contexts are like conditionals; switch(context) And maintenance tasks fall naturally into loops; foreach(day in week) Interruptions and calendar items feel akin to event-based programming Monday_3pm() Phone_OnRing() Lastly, methods like GTD provide a Main() function GtdMain() So that's how I see things linking up. I realise it seems a little 'cute', but I think there's something lurking in it I'd like to explore. Something I am actually exploring. I'm hitting on the idea of a compiler for productivity. It takes a source file, checks it for logical consistency and conflicts, and returns you a set of sequential instructions, just like a normal compiler. Right now I have a format for GTD projects, actions, and contexts, and day-level calendar entries, the compiler for it, and a transform engine which outputs XML, Word documents, etc. I've yet to integrate in interruptions or 'main functions' like the GTD workflow, though. I see several advantages of a system like this; * WHAT NOW? The problem of figuring out what you should be doing right now, from your huge list of tasks, is decided for you by the source code and the logic of the program. You should never be uncertain what you should be doing right now. It makes procrastinating much harder, because you have a clear answer. OK, that's a long post. For all you programmers out there, how much would you like to use your coding skills to get your life in order? Are there any fundamental flaws in the idea? Any thoughts appreciated, Steve. 4 Comments
POSTED IN:
If you want to send...Submitted by stevecooper on December 12, 2005 - 4:44am.
If you want to send me your email address via » POSTED IN:
|
|
EXPLORE 43Folders | THE GOOD STUFF |