Ask HN: What apps have you created for your own use?
11–20 of 793 posts
Re: Ask HN: What apps have you created for your own use?
#121. https://github.com/hamon-in/invoice/ was a command line invoicing program that I wrote and used for 2 years before moving to something SasS based.
2. https://github.com/nibrahim/Calligraphic-Rulings is a command line (and later web based - http://calligraffiti.in/rulings) tool I wrote and use regularly while to practise calligraphy
3. https://github.com/nibrahim/Hyde And emacs mode to manage Jekyll/Octopress blogs which I use for my personal site
A bunch of smaller scripts for daily work (e.g. mini pomodoro timer, Emacs scripts to manage client conversations etc.)
Re: Ask HN: What apps have you created for your own use?
#13https://github.com/Bogdanp/remember
I’ve been using it every single day since I wrote it.
Re: Ask HN: What apps have you created for your own use?
#14Re: Ask HN: What apps have you created for your own use?
#15Check it out at: https://jobstash.xyz
Re: Ask HN: What apps have you created for your own use?
#16* Mosaic has issues, and I have not tested on many pre-Mosaic browsers. I've never tested with WorldWideWeb. I've done extensive testing with Netscape and IE. Older versions of Chrome are extremely flaky for some reason, and often don't even run. Most old and retro browsers work, however, including sessions, posting, voting, etc.
Re: Ask HN: What apps have you created for your own use?
#17tag-based file manager CLI app * keeps all files/directories in a "~/t/multi./tag./structure./" * directory structure is kept in a hierarchical order based on tag frequencies - most common tags are always at the top level directory.
Re: Ask HN: What apps have you created for your own use?
#18I created it originally for myself. By now it has a few hundred thousand users.
Re: Ask HN: What apps have you created for your own use?
#19A tool which allows me to embed shell scripts into text files. I use it to generate my website.
Re: Ask HN: What apps have you created for your own use?
#20I couldn't find an app that has clean UI and also doesn't collect any data for FIRE calculation, therefore I developed my own app and also put it into the App Store: https://apps.apple.com/us/app/firecalc-early-retirement-age/... Also, developed another app to reduce my Twitter usage. The reason why I created this one is that even though there a lot of Safari Extensions out there, they can access to your Safari histo…
Because I made it for my own use, the UI is terrible. The simulation result you need to pay attention to is the % success at the bottom, which changes as you drag the sliders. The simulation assumptions are reasonable and sophisticated (more so than many existing FIRE tools, especially the use of actuarial tables) but not documented except in the code comments. It would be cool if one of the real FIRE calculators out there with a real UI would implement a fast monte carlo simulator like this. I'd be happy to share how it works.