Ask HN: What are your “scratch own itch” projects?
81–90 of 175 posts
Re: Ask HN: What are your “scratch own itch” projects?
#82The server part is written in Golang (sqlc, pgx, gorilla/mux) and I think server development is a great fit to learn Golang.
I want to expand the idea of personalized ranking ("others also liked") from content feed to group decision making. Basically, let a group member delegate their vote to other members that voted like them in the past.
Re: Ask HN: What are your “scratch own itch” projects?
#83After my servers and projects have been raided by some fellow Russian cyberthreats and some idiots from 4/8 chan that were persuaded to "the cause", I've come to realize that the state of cyber security and automated cyber defense solutions is basically a charade and utterly useless. All major players in the field oversell their own solutions, and nothing of them works. It's always forensics, and too late to actually…
Re: Ask HN: What are your “scratch own itch” projects?
#84Re: Ask HN: What are your “scratch own itch” projects?
#85Here's two of mine: A while back, I wrote a command-line dice rolling program[1] that handles a bunch of esoteric dice notation syntax, both because I was getting into a D&D game with friends, and because I wanted to practice writing a non-trivial parser. (My D&D group pressured me into buying real dice anyway after I rolled five consecutive 1s in a single session.) My current keyboard is an Ultimate Hacking Keyboard…
Re: Ask HN: What are your “scratch own itch” projects?
#86I built a CLI script to check the weather in some ways that I care about. I would use Alexa, but she can't answer questions like "when is the next rain forecasted?" I want rain/freeze alerts eventually. Basically just to help me plan to have things winterized and put up.
I'm building an app that I will use personally, but that I can also make a SaaS. It's sort of like a time-tracker, but for professionals in a specific industry. It helps them track time but also other metrics. I'm sorry to be vague, but I think I have an advantage with the stealth at this point.
In the past:
I built a program to help buy things from Amazon's return section.
I built a program to monitor the "free" section of craigslist.
I built a program to determine the bad poker players and sit at their tables.
I built a program that enables all the above programs to send alerts to my phone.
(I built dozens, maybe hundreds, of other programs, some smaller, some larger, over the last 20 years. I have a wasteland of old git repos and shell scripts.)
Non-computer: I have 40 acres with a small homestead on it, and so there's a bajillion projects. Most recently I built a ladder to access loft areas in a building, with wood.
I installed and just had to maintain an underground dog fence. If I don't, the dogs run off sometimes, and I want to keep them safe at home. The peace of mind I get from this is probably worth 4-5 hours a week, but it's only cost me about 10 hours in 7 years. It wouldn't have cost me really any time, except the road grader keeps breaking my wire.
I restored a Singer model 128 treadle sewing machine that I intend to build a tipi with. I don't need a tipi, but I want to experience one.
I built a deer fly trap. It didn't go well, so I need to build v2. But I am driven by an intense hatred for deer flies, so I will persevere.
I built a tool that wraps wire tightly around things as a way to secure them. I use it mostly to secure tool handles from splitting, but I keep finding new spots to use it.
In my experience, if you decide "I will build what I need when it makes sense," you start evaluating all of your ecosystem. I usually focus on what sucks, and make it way better. That's an easy way.
It's much harder to imagine what you would like to have, or like to be doing. If you do that, start small and see how it goes.
Re: Ask HN: What are your “scratch own itch” projects?
#87Re: Ask HN: What are your “scratch own itch” projects?
#88Amazon has been really hit or miss for me lately, so I wanted to find other sites that sell high quality stuff and don’t have fake reviews or counterfeits. I looked for somewhere that had a list of them but couldn’t find much. So I’ve started a small collection of the ones I know and like. https://zochre.com In the past I’ve built more complicated products to scratch itches (mostly PM related). This one is kinda fun…
Re: Ask HN: What are your “scratch own itch” projects?
#89A band rehearsal recording management website. Uses much of the same code as the previous. Suggests the canonical names for songs based on the file names. Songs can be searched by name, date, or tag (any arbitrary value). This replaces a shared google drive folder with subfolders by recording date (great to find the most recent run through a of songs, bad to find the best run through of any given song)