Ask HN: Have you coded any productivity software just for yourself?
31–40 of 96 posts
Re: Ask HN: Have you coded any productivity software just for yourself?
#32I built a platform for developing "mini" webapps. My thesis is that "one size does not fit all" in many domains, such a productivity, life-logging, health tracking, etc. So by using my platform you can build many useful apps with just JS code that runs in the browser and syncs back to a "primitive server" (the server just implements a couple of basic operations). In principle you can use any front-end framework, but…
Re: Ask HN: Have you coded any productivity software just for yourself?
#33I love OmniFocus, it's good software, but my current job is really paranoid about third-party apps that phone home in any capacity. While I'm aware that you can point OmniFocus to a custom WebDAV server, there's always a risk that I forget to do that, end up sending something mildly proprietary to a third party and then getting in trouble. If I code it up myself, I do not have to worry about that; it will only send data to places where I tell it to.
OmniFocus also has the disadvantage of being Mac+iOS only. I currently only have an iPhone and a Mac so that works well enough, but when I had an Android phone for about five months last year I really ended up missing it.
Obviously there are millions of TODO apps out there, but I really like OmniFocus' project layout and reminders and the like, and it actually fits the ClojureScript + Re-frame model reasonably well.
Right now I'm just doing some Electron stuff, but I will probably start working on a port to React Native when I do the phone port, if I can get that working with ClojureScript.
Re: Ask HN: Have you coded any productivity software just for yourself?
#34Re: Ask HN: Have you coded any productivity software just for yourself?
#35Somewhat earlier, expiring tabs for Chrome https://github.com/rberenguel/bestBefore
Most of my projects are in one way or another scratching my own itches.
Re: Ask HN: Have you coded any productivity software just for yourself?
#36The next feature is to start pulling down jobs from LinkedIn and other job boards and apply very specific filters based on my wants, experience, etc. The filters on most websites never seem to be good enough for my needs.
Re: Ask HN: Have you coded any productivity software just for yourself?
#37Re: Ask HN: Have you coded any productivity software just for yourself?
#38- A script that syncs my work calendar to my private calendar.
- A GUI app to manage my Jira worklogs in a calendar view, after my company decided to ditch the Jira plugin providing that functionality as it was expensive and unstable. https://github.com/marczellm/NWork
Re: Ask HN: Have you coded any productivity software just for yourself?
#39I still edit it a little but it saves time and means I never forget about stuff unless ofc it's not tracked by git.