Live data from Hacker News

Show HN: My time tracking tool for your text editor

wakati.me

31–40 of 62 posts

Re: Show HN: My time tracking tool for your text editor

#31

We do something pretty similar with PaymoPlus but it works with any app http://www.paymo.biz/paymoplus - not sure why you would limit the app only to text editors.

I limited it to text editors because I was making this for myself and I'm a programmer.

I wanted to visually see the data I was already tracking with Org-mode and also wanted my time tracked without my involvement.

Re: Show HN: My time tracking tool for your text editor

#32
some portion of my project time is while in an text editor. some portion is not. and use a variety of editors and tools. so if it only captures a narrow subset of my actual spent project time, it's not a net-win for me personally. easier to start/stop a stopwatch of some kind. since that's out-of-band, it's automatically inclusive of all activities, whether an editor involved or not. reading time counts, thinking time counts, meetings, phone convos, etc.

Re: Show HN: My time tracking tool for your text editor

#33

some portion of my project time is while in an text editor. some portion is not. and use a variety of editors and tools. so if it only captures a narrow subset of my actual spent project time, it's not a net-win for me personally. easier to start/stop a stopwatch of some kind. since that's out-of-band, it's automatically inclusive of all activities, whether an editor involved or not. reading time counts, thinking tim…

Would a day planner view solve this? That view would show you blocks of time for the day so you could see when you started working and when you stopped working without worrying about the meetings or breaks in the middle.

Re: Show HN: My time tracking tool for your text editor

#34
post #15
post #3

How is this different from http://rescuetime.com (other than only tracking the text editor)?

Or http://timingapp.com which does track what files you work on, and can be grouped into projects?

I bought timingapp and had high hopes for it, but immediately ran into various issues. First and foremost, it wouldn't let you edit the names of activities or the duration spent on any of them. You could enter a duration, but if there was a typo (like entering 12 hours instead of 12 mins), then too bad. I contacted support, but they said the features to edit...well, anything, were not currently available.

That stuff I could forgive since it's a new app, but my major issue was actually more insidious. It uses a background applescript to track your apps and your activity in each and I think it might either contain or inadvertently be causing a memory leak. I keep a memory tracker in my status bar and so I'm fairly in tune with how much memory I have on average. Within a day or two of installing the app, I noticed my memory usage going from ~50% to ~95% usage with the difference sitting in "inactive memory."

I had not changed any other major configs, started using a different set of apps, or installed any other apps since installing TimingApp, so I was very suspicious of it. Still, I gave it the benefit of the doubt and restarted my machine. I worked for another few days and my memory would just casually creep back up to ~95% and stay there until a "purge" command or another restart.

I uninstalled, restarted, and all my memory issues have since disappeared.

Re: Show HN: My time tracking tool for your text editor

#35
post #34
post #15

Earlier quoted context omitted.

Or http://timingapp.com which does track what files you work on, and can be grouped into projects?

I bought timingapp and had high hopes for it, but immediately ran into various issues. First and foremost, it wouldn't let you edit the names of activities or the duration spent on any of them. You could enter a duration, but if there was a typo (like entering 12 hours instead of 12 mins), then too bad. I contacted support, but they said the features to edit...well, anything, were not currently available. That stuff…

Interesting. I'm testing it now, so I'll keep an eye out for that, thanks. So far I'm not seeing anything odd though.

Re: Show HN: My time tracking tool for your text editor

#36

Cool. I just use org-mode in Emacs which tracks all of my tasks and puts a nice little timer in my status bar. It saves everything in plain-text and I can export it to various formats such as HTML or PDF as needed. I'd take a look at it for inspiration if you're interested.

I was using Org-mode but found it hard to actually use the data I was logging. That's where WakaTime started.

I also hated when I forgot to check-in or check-out from a task in Org-mode and had to guess about a timestamp. The whole experience was tedious.

With WakaTime I have many possibilities for data visualization and reports for my side-projects and contracts.

Re: Show HN: My time tracking tool for your text editor

#38
post #21
post #8

Earlier quoted context omitted.

That makes sense. RescueTime gives me information about how much time I spent in each file and is showing me the project as part of that info, but it doesn't rollup time spent in a project. Still seems of limited use since it wouldn't show me time spent debugging in a browser, working in the database, etc. From a productivity standpoint RescueTime lets me dictate that http://myproject.dev is "debugging" time, Sublime…

Actually, RescueTime does know and report on what file / project you have open inside the text editor, as long as the info is in the window title (which both these apps do). And it's keyword-searchable by whatever is in that data point-- usually filename, project name, directory tree etc. It works this way with just about all text editors. The key word search method is how people usually accomplish the idea of projec…

Ah, I am a premium member, so that makes sense that I saw that in my dashboard.

Re: Show HN: My time tracking tool for your text editor

#39

Cool idea... It took over my ST2 though. When trying to enter the API key, the console flashed wildly with a couldn't find api key message of sorts. Then, when I finally got the API key to be accepted, I was unable to access package control via ctrl+shift+p. That functionality was replaced with another cmd window that instantly closes. Not sure what the deal is with it, but I'm uninstalling for now.

How did you uninstall? If I remove it from the packages folder it just installs it again.

Re: Show HN: My time tracking tool for your text editor

#40
post #20

A really cool idea, but probably not useable by anyone working on proprietary software, I'm afraid. I'd love to use it as a productivity app - particularly if you could segment the data based on the active git branch - but transmitting file information over the wire is a non starter for myself (and I imagine many others). Have you considered maybe supporting output via some sort of graphing language instead? (R sprin…

Just curious, would you have made the same arguments against RescueTime? It too transmits your activity data (and who knows what else) over the wire.

I don't know if you use(d) RescueTime or not, so I don't mean it as an attack against you. I guess I just don't remember these types of arguments being leveled against RescueTime (maybe I'm wrong about that, but a quick search didn't reveal anything) and I'm curious as to the reason. Is it b/c of the recent privacy concerns being raised by the US govt's actions, that RescueTime had more cachet when it launched, they got the messaging right to alleviate these concerns, or something else?

Post reply on HN