Hacker News new | ask | show | jobs
by creativeCak3 1594 days ago
Thought this was a wonderful article. Thanks for sharing.

I figured to get in the spirit of sharing I'd share a little passion project I've been working on for sometime now: https://github.com/thebigG/Tasker

It's an app that allows you to accurately track your commitments via hardware hooks(audio, mouse and keyboard). The UI can definitely use some work, but figured some people might find it as useful as I do.

2 comments

Wow. This looks super smart.

I tried building a break enforcing app once: Locks the screen. Asks you what goal you want to accomplish and how much time you need. Then unlocks the screen for the requested duration. I stopped using it because of the very issues you mentioned. Pure time based solutions just aren’t practical.

I use pomodoro for this. Writing software doesnt always require you typing at the keyboard. Most of the time I sketch the solution/design using pencil and paper
Good point! This is why I will be adding "manual commitments" in the future ;).