Live data from Hacker News

Ask HN: The best app to keep a work diary

news.ycombinator.com

21–30 of 43 posts

Re: Ask HN: The best app to keep a work diary

#22
I really like using a calendar for this. I use Google Calendar and iCloud in Sunrise, on my MacBook, iPhone, and iPad.

Events get a title that provide the project. They then get more detailed in the description. I also have a Google Apps Script that pulls this information into a spreadsheet so it's easy for me to report on my time.

What I like about this system is that it's pretty universal, fits into my current workflow, and it's flexible. Every platform has a calendar app, I don't have to do anything fancy to get my time tracker up and running on a new device. I'm already using my calendar to tell me what things I'm doing today, now I'm also using it to tell me what I did yesterday. Changing dates, times, and descriptions is easy, you just edit a calendar event, you can even do it on the train home when you realise that you've forgotten to update.

Re: Ask HN: The best app to keep a work diary

#23

After many years of trying everything, a few conclusions have greatly helped: only PLAIN TEXT, cross platform and date stamp every line item (add to your dotvimrc or dotemacs or js bookmarklet) mindmappers? - bought and tried them all cloud subscription notetakers - yep pretty much all Best to have data close at hand - Oh nooos, everything is locked in that proprietary app I bought in the 90's or cloud service I thre…

Tiddlywiki only needs a better UX/UI to be a killer app. Evernote with a scripting and plain text approach would be a killer app also..

Re: Ask HN: The best app to keep a work diary

#24
Surprised no one mentioned iDoneThis.com I use it to keep a log of accomplishments of the day. You get an email at a set time (4:30pm) is what I set mine to. For journaling I use a emacs journal mode. It lets you create a text file with the date stamp.

To organise notes it's org mode all the way.

Re: Ask HN: The best app to keep a work diary

#25
I use plain old Notepad on Windows. "F5" inserts the date and time which I then edit a bit. I wrote a program to total the hours and such.

I started keeping a log years ago because sometimes it seems like I can't remember what I had for lunch. :-) It a lifesaver when your boss wants to know what you did last week.

Keeping a daily log comes in handy. A former colleague needed to know the details of a project I worked on a few years ago. I had him search my old logs and the answer was there (weird complier switch for using QT).

Re: Ask HN: The best app to keep a work diary

#26

I use plain old Notepad on Windows. "F5" inserts the date and time which I then edit a bit. I wrote a program to total the hours and such. I started keeping a log years ago because sometimes it seems like I can't remember what I had for lunch. :-) It a lifesaver when your boss wants to know what you did last week. Keeping a daily log comes in handy. A former colleague needed to know the details of a project I worked…

I've been using Notepad for quite a while and had no idea you could use F5 to insert a timestamp. Thank you for this.

Re: Ask HN: The best app to keep a work diary

#28
post #26

I use plain old Notepad on Windows. "F5" inserts the date and time which I then edit a bit. I wrote a program to total the hours and such. I started keeping a log years ago because sometimes it seems like I can't remember what I had for lunch. :-) It a lifesaver when your boss wants to know what you did last week. Keeping a daily log comes in handy. A former colleague needed to know the details of a project I worked…

I've been using Notepad for quite a while and had no idea you could use F5 to insert a timestamp. Thank you for this.

Don't feel bad, I discovered it by accident. I think a cat walked on the keyboard one day.

Re: Ask HN: The best app to keep a work diary

#29

I use plain old Notepad on Windows. "F5" inserts the date and time which I then edit a bit. I wrote a program to total the hours and such. I started keeping a log years ago because sometimes it seems like I can't remember what I had for lunch. :-) It a lifesaver when your boss wants to know what you did last week. Keeping a daily log comes in handy. A former colleague needed to know the details of a project I worked…

Same idea but I use Sublime Text. You can add the same feature to ST by creating a new plugin.

Stack Overflow answer (not mine) for how to do this: http://stackoverflow.com/questions/11879481/can-i-add-date-t...

* Note it's not the accepted answer but the one with the most upvotes on the proper way.

Post reply on HN