Hacker News new | ask | show | jobs
by algobro 637 days ago
Custom tooling I wrote:

1. Focus session time tracker with talking clock counting down every n minutes.

2. Activity monitor and alerter. Tracks active window and title every minute and alerts if more than n minutes outside whitelisted websites. Alert immediately if blacklisted website (dns blocking is painful. Sometimes you want to access it for a few minutes).

A bunch of more things but those are the two most effective ones.

1 comments

Wow sounds nice, any of it open source? Would love to see
Not yet sorry but maybe in due time. It’s probably half a day of python dev work to reproduce. Maybe more to nail down the analytics and charting.

One day.