Labelling in Outlook 2003 ala Gmail
Time tracking tools
Outlook 2003 + Flags = todo list
Scrum for Self : V2
ADD and antipatterns
« Beginning to like bloggers better than journalists
» PyTextile unit tests
Last week, Richard Jones made an intriguing post about project planning, Python style. Today, he follows it up with the code. It is a simple task planner for resource allocation, interruptions, HTML plan and Gantt chart generation. I played with it for few minutes this morning. Like Python, it fits my brain . I’m planning to check this out even more. I like Microsoft Project quite a lot - but for programmers, it can often get in the way.
What I really like about Richard’s idea:
I’m getting some really weird ideas like:
(id, group, task, effort, skill, depends) :: (permalink, category, blog_entry_title, encoded_in_description, author, trackback)
(week, day, numdays, who, activity) :: (from_entry_date, from_entry_date, encoded_in_description, author, entry_title or trackback to original tasks blog entry)
This should nicely tie in to using blogs for PM. Essentially, automate the generation of semantic information from free-form data entry, with some conventions.
For immediate use, I’m going to use this with my pickle jar.
Anyway, I’m hoping Richard would write a scheduler too. He’s going to need one soon, if he has to get any sleep; considering the number of OSS projects he works on.