Ask HN: What's one of your favorite personal programs, and why?
1–10 of 18 posts
Re: Ask HN: What's one of your favorite personal programs, and why?
#2So I wrote a nice elegant program that crunched through every possibility (using 12 nested loops), eventually spitting out solution after solution after solution. The first time it produced a valid solution, I was thrilled -- and from then on I felt like I'd already somehow solved all the puzzles in advance.
Re: Ask HN: What's one of your favorite personal programs, and why?
#3Re: Ask HN: What's one of your favorite personal programs, and why?
#4My local newspaper publishes a puzzle called "The Challenger" (where you guess what numbers in a 4 x 4 grid will add up to the totals at the end of each row and column). It frustrated me because there's no one right answer -- you were just supposed to start guessing numbers until you stumbled onto a sequence that worked. So I wrote a nice elegant program that crunched through every possibility (using 12 nested loops)…
Re: Ask HN: What's one of your favorite personal programs, and why?
#5I have been using it everyday since i first developed it in 2018.
Re: Ask HN: What's one of your favorite personal programs, and why?
#6- A `daily` script that creates a daily notes markdown file with the current date and pulls in the tasks from the previous day of notes
- A `config` script that tweaks some files for a local development environment so I don't need to worry about using `git stash` for the things I always change the same way
Re: Ask HN: What's one of your favorite personal programs, and why?
#7it's such a tiny thing, but I can't imagine not having it on my machine. It's one of the first things i always download on a new system.
PS. The morse thing sounds cool! Care to share?
Re: Ask HN: What's one of your favorite personal programs, and why?
#8I didn’t release it to the public because:
1. It very probably would violate patent law, and I don’t want to find out.
2. It was extremely crashy, probably because I was more concerned about making something kinda work than learning memory management. (The only change I made restarted it when it crashed.)
Re: Ask HN: What's one of your favorite personal programs, and why?
#9Re: Ask HN: What's one of your favorite personal programs, and why?
#10Unsatisfied with built-in folder-based bookmarks, I made a tiny site in Flask where I could add links, along with comments and tags. I can then search any of these fields. I'm sure it exists somewhere, but it was a nice learning experience and I use it an awful lot. It's quite satisfying to see my "library" grow.