Live data from Hacker News

Ask HN: What are your “scratch own itch” projects?

news.ycombinator.com

81–90 of 175 posts

Re: Ask HN: What are your “scratch own itch” projects?

#82
I'm building https://linklonk.com - a news aggregator that prioritizes content from sources (RSS and other user channels) that you upvoted before.

The 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?

#83

After 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…

What is a peer to peer Browser network?

Re: Ask HN: What are your “scratch own itch” projects?

#84
My village is divided in four zones, every year they prepare a parade for the village festival and the best one win a prize. The classification is made by a selected jury made by theater director, actors, writers, etc. Every year people that attend the parade complained about the winner being not the best one according to the common taste. So I wrote a web app to permit vote by SMS (nothing fancy). It was a great project to learn web development and Go for backend.

Re: Ask HN: What are your “scratch own itch” projects?

#85

Here'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…

To be fair dice do operate differently than simple random number generation. They're also more satisfying to use that numbers on a screen.

Re: Ask HN: What are your “scratch own itch” projects?

#86
This year: I built a site to republish mug shots for my county. The county site was really bad.

I 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?

#88

Amazon 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…

When I click on what presents itself as a link to a vendor's web site, it turns out to be a self-link, simply reloading the current page from zochre.com.

Re: Ask HN: What are your “scratch own itch” projects?

#89
A photo sharing website for high-trust groups. Only the album creator needs an account, then they can share a hard-to-guess link with the group members allowing them to upload photos. Anyone with the link can upload and download. Before this the best solution my groups had found was a shared Google Drive folder.

A 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)

Re: Ask HN: What are your “scratch own itch” projects?

#90
As someone who struggled with their weight their entire life, and who found that all the existing apps triggered black and white thinking, I made a calorie tracking app called Clean Slate. It is designed to be as simple as possible, to treat every day as a new day, to encourage self-compassion, and so on. It was really fun to make and I still use it!

https://cleanslate.sh/

Post reply on HN