Ask HN: Diary of a programmer?
I recently started maintaining a diary using emacs org-mode. So far for about a month i have been maintaining a diary, i just write whatever comes to my mind.
Now i want to structure it, so that i can extract information about me in future. In my diary i write both my personal and professional happenings.
1. I would like to know whether the fellow hackers maintain a diary? 2. What was their experience (useful/useless)? 3. How they structured it (A sample template will be useful)
7 comments
[ 9.2 ms ] story [ 625 ms ] threadI would like to keep personal stuff private, its not a good idea to make everything public.
Useful: script to open the file into the buffer at the end of every day.
Wishlist: soft links so that I can cursor over a project title, action it to open something in a new buffer or just run a script.
Then you can gf over the project name, and then you'll either create a new file with that name or open that file. I use the technique for a personal minimalist wiki: http://idoh.com/#2365733587
I format my diary very simply. The key for me is to not get distracted while I'm writing. I use two formats: a dated journal: a date and entries that follow. This works in any kind of editor. The other format I use is more subject based, with org-mode, and headings to split up topics.
org-mode has a tag feature, where you can add lists of tags to a header. I might try that for categorizing my entries for future sorting.
It seems useful, just as useful as writing (except the not-always-with-me part). Getting an idea out on a screen or on paper is usually helpful, if only so I can forget it and clear my mind.