Most recent thing I wrote for myself is not really an application, just a piece of JS to pull the entire history of a chat with a specific person on tinder to keep archive of especially weird humans I encountered. Oh, how low have I fallen...
Ask HN: What apps have you created for your own use?
71–80 of 793 posts
Re: Ask HN: What apps have you created for your own use?
#72I also was unwary enough to build my own web framework over time, so part of the code I initially developed for a non profit to manage memberships is now also used as my status page to check on website status, hosting renewals, to keep a list of clients, organize invoices. I also use part of it in my house automation instead of something like home assistant. The interesting part is that developing a complex module for one project sometimes creates new possibilities for the others.
Re: Ask HN: What apps have you created for your own use?
#73Re: Ask HN: What apps have you created for your own use?
#74Re: Ask HN: What apps have you created for your own use?
#75I made Hazumi News for web and iOS to browse HN. It's the only side project that I've stuck with for years and still enjoying working on.
It's more of a modern presentation layer on top of HN with images and summaries of the linked article. The goal is to try connect a more casual audience with this amazing trove of tech news and discussion.
Funded mostly by myself and the handful of people who subscribe for €1 per month on iOS.
Re: Ask HN: What apps have you created for your own use?
#76Made with Django
Re: Ask HN: What apps have you created for your own use?
#77I've built a few apps which started out as tools for my own use and later polished + released for public. - Cone: This started out as a small tool to help me identify the name of the colors of objects around me (i am a red-green colorblind). Now it's a full fledged color picker app with a Pantone license - https://cone.app - CBVision: This is another small tool for colorblind people which shifts the problematic color…
You weren't kidding. Your apps are stunning!
Re: Ask HN: What apps have you created for your own use?
#78Re: Ask HN: What apps have you created for your own use?
#79A really simple keyboard driven reminder tool for macOS: https://github.com/Bogdanp/remember I’ve been using it every single day since I wrote it.