GTD is Getting Things Done, David Allen's productivity book.
0
votes
0answers
12 views
Write and call function from agenda (org-mode)
(I don't know lisp, so I suspect this is really simple.)
I want to write a function to simplify my org-mode and GTD setup.
I've based my org-mode setup on the write up here: ...
1
vote
1answer
59 views
Synergy Conditional Screen & Links Rule
Problem: I have 2 laptops that I position on the left corner of my desk. 1 is my personal laptop, and the other my work laptop. My desk doesn't have room for both.
I would like to be able to write ...
1
vote
1answer
160 views
Cheap, hosted Tracks installation?
(I am not sure whether this belongs on StackOverflow or SuperUser. Admins: feel free to move it.)
I am trying to get started with GTD, and I would like to use the excellent tool Tracks. However, I ...
2
votes
4answers
176 views
Best practices to get opened projects done and not waste time in the wrong direction
let's say that you in your new programming work your boss comes and says "hey, there is this new language X and I want you do get Y done with it", which is kind of an opened problem, in the sense that ...
5
votes
7answers
252 views
Programming, publishing results, and getting help of your boss [closed]
let's say that you are working in a public scientific and computer programming research center as research associate and that you are not independent and have kind of a boss. Let's say that you create ...
4
votes
6answers
2k views
How can a personal-wiki be used for personal information management? [closed]
I am considering using MediaWiki for managing my personal information (code, and other "real life" data). And I would love any tips on how best to do so.
4
votes
4answers
2k views
Recommend a note taking wiki-like “super” application [closed]
I need a note taking wiki-like "super" application. I'll start with a rundown of applications that I've already evaluated and/or used:
Wikidpad
Pros:
fast switching between the edit and view ...
6
votes
6answers
594 views
Work in several projects at the same time
I wonder who of you can work on several projects the same day, dedicating only a short piece of time for each one. Or if you are able to work in the same hour, on two or three or more projects at the ...
12
votes
8answers
904 views
Use bug tracker to get things done and manage personal tasks? [closed]
This is slightly off-topic, but can only be answered by programmers and is useful to many programmers:
Do you think it is useful to use a bug tracking system to keep track of personal todo items and ...
11
votes
4answers
1k views
Finding and removing orphaned web pages, images, and other related files
I am working on a number of websites with files dating back to 2000. These sites have grown organically over time resulting in large numbers of orphaned web pages, include files, images, CSS files, ...
9
votes
3answers
734 views
Trying out Test-Driven Development
After reading this post I kinda felt in the same position as the guy who asked the question. I love technology and coming up with new ideas to solve real world problems just gets my neurons horny, but ...
2
votes
1answer
449 views
Composite pattern for GTD app
This is a continuation of one of my previous questions
Here are my classes.
#Project class
class Project:
def __init__(self, name, children=[]):
self.name = name
...
2
votes
3answers
647 views
Python classes for simple GTD app
I'm trying to code a very rudimentary GTD app for myself, not only to get organized, but to get better at coding and get better at Python. I'm having a bit of trouble with the classes however.
...
7
votes
3answers
505 views
Are there any GTD apps that sync with any of the common bug tracking apps?
I'm trying to decide on a GTD app. Does anyone know of one that automatically syncs with Trac or, better yet, FogBugz?
My suspicion is that none does. Which leaves me with writing a script that ...
11
votes
27answers
1k views
What Windows software do you like for personal “To-do lists” (especially using the Getting Things Done approach)? [closed]
I know this is a wee bit off topic, but I think a lot of programmers need this sort of thing and many use the GTD approach.
My criteria:
*Windows compatible. I prefer a desktop solution, but ...
7
votes
8answers
1k views
Inbox Management (in Outlook)
I've gone back and forth between having an organized inbox and having an inbox with absolutely everything I've received in it.
Would you recommend leaving everything in an inbox, or organize it? ...