Ask HN: Have you created programs for only your personal use?
81–90 of 671 posts
Re: Ask HN: Have you created programs for only your personal use?
#82Re: Ask HN: Have you created programs for only your personal use?
#83Re: Ask HN: Have you created programs for only your personal use?
#84Re: Ask HN: Have you created programs for only your personal use?
#85Options Simulator - An extended family member asked me to create a small simulator to help forecast the outcome when making options trades.
Re: Ask HN: Have you created programs for only your personal use?
#86https://www.adama-platform.com/
In a few years, I intend to embrace marketing. However, now I am on the pathless path wandering. I'm writing a post about it, and I'm kind of fine if no one uses it. Sure, it would be amazing if others would see the neatness, but I'm not really in a space for responsibility yet.
Perhaps, I'm going slow on building yet another deck builder with it (as I'm looking into which components to buy versus build for the IDE aspect), but I'm basically retired.
Re: Ask HN: Have you created programs for only your personal use?
#87Off the top of my head, the most used ones are:
* A replacement front-end for "tar" and various compressors
* A script to synchronize my music library to a compressed version for playing in my car
* A secure-but-readable password generator
* A system to batch compress folders full of video files. (For ripped blu-ray discs, mostly.)
* A replacement front-end for "ffmpeg", see above
* A "sanity check" program for my internet connection to see if the problem is me, or Comcast
* A front-end for "rm" that shows a progress bar when deleting thousands of files. (Deletes on ZFS are unusually slow.)
And lots more tiny things.
Re: Ask HN: Have you created programs for only your personal use?
#88The first is a background program to monitor my kids time on the PC. As their limit approaches it pops up a window with a timer countdown. When the countdown reaches zero, they're logged off.
The second is for resizing images. I wasn't happy with the way my image editor did it, and I wanted to do a deep dive on some algorithms so I went for it. Gained some great insight while working out all the bugs.
Re: Ask HN: Have you created programs for only your personal use?
#89Re: Ask HN: Have you created programs for only your personal use?
#90- Plaintext
- Single list of notes
- Notes are auto-titled based on the start of the content, and auto-deleted when empty
- Sorted based on recently modified
- Pick a folder on startup, and notes are loaded from/saved to the folder as plain text files (one note == one text file). I use a folder that lives on my Dropbox so I get backup and syncing
- Text is centered and finite-width when full screen, so line wrapping is natural
- All UI except your text disappears when typing, and reappears when you move your mouse
- Light/dark mode toggle
- Made with Electron, so it's cross-platform and easy to modify