Live data from Hacker News

Ask HN: Have you coded any productivity software just for yourself?

news.ycombinator.com

91–96 of 96 posts

Re: Ask HN: Have you coded any productivity software just for yourself?

#91
Oh yes, I have.

It is called Black Screen for Windows. With it, you can make your screen black by pressing a key combination.

I set it up to make my screen black for 5 – 7 minutes after every 30 minutes of work. It forces me to take periodic breaks, not to sit at the computer for too long.

It is a cool tool to refresh attention too.

Feel free to check it at https://blackscreen1.com/

Re: Ask HN: Have you coded any productivity software just for yourself?

#92
Why yes! This is how I got into software development in the first place! I wrote all kinds of silly programs. First ever "serious" piece of software I wrote was for my parents, to help them calculate their taxes. In Borland Pascal, no less. Another time I had an old keyboard where one key stubbornly produced two key press events every time I pressed it - wrote a piece of software to intercept those and translate into single key press events. Slightly more recently, a program to parse my bank statements from PDF to QIF, because my ** bank doesn't have a QIF download (not even CSV). Etc., etc. And this is the kind of stuff I was/am truly passionate about!

Was lots of fun. I still do write "personal productivity software" (never call it that way, though). But the truth is - most of these issues are either already solved today or don't exist as a problem in the first place, provided you can afford paying for a solution and value you time more. Which is a good thing, but slightly less fun.

Re: Ask HN: Have you coded any productivity software just for yourself?

#93
post #86

I have created Bartib a time tracker for the command line: https://github.com/nikolassv/bartib . I needed something to track my activities at work. All other solutions that I tried out where too complicated as they often targeted whole teams, included accounting options that I don't need or were just an usability nightmare. When I created Bartib I tried too keep it as simple as possible which meant for me a CLI tool.…

Been searching for the same and stumbled on Toggl Track which does a really nice job for me. Popup reminder ever xx minutes.

Re: Ask HN: Have you coded any productivity software just for yourself?

#94

I have very many tools just for myself on all platforms I work on/with. I tend to automate whatever I do (or anticipate to do) more than once. I started doing this in the 80s.

This is where I'm at currently.

I'm finally in a position to be able to create custom scripts (Powershell) to help automate tasks. The ease of using Powershell+SQLite to creat minimalist "programs" has been incredibly addictive.

Re: Ask HN: Have you coded any productivity software just for yourself?

#95
Yes! back in 2001, I wrote a set of tools I called Ted's Toolbox, to help me with GPS, astronomy and coding things I needed. It's in Java (with Swing UI), and free today. I still use it several times a week. Download the toolbox here (get the folders too), and you must have Java installed. Then run the .jar file. https://www.dropbox.com/scl/fo/i9rqkcpqe3a742vkx29w8/AMuBUYs... Source is here: https://github.com/tdriver/JavaProjects/tree/main
Post reply on HN