Ask HN: What Project are you the most proud of?
Hey HN, I was wondering what projects you've finished that made you think that you actually made something really cool. I'm looking for some revolutionary, or just cool REPOs or tools I can check out, lemme see them :)
21 comments
Over-engineered word game
I know that for my next game! Next one will be fun not interesting :)
https://github.com/x64x2/libnoise
https://hackage.haskell.org/package/spade
But it is not finished!
https://github.com/idrissbellil/gossiper
https://app.v3m.pw/
Later, Brian Mathewson from Case Western wrote up a really good manual for it, and I actually got paid a few times for it. (Shareware, back in the day)
At one point, I had a self contained boot floppy with OS/2 minus it's GUI, Forth/2, and a bit of room left. You could load up Forth/2 and do a directory and play Bach's Toccata and Fugue in D minor simultaneously. I thought that was pretty cool.
[1] https://sourceforge.net/p/forth2/code/HEAD/tree/
Somehow, it landed me an academic poster presentation [2] at the 2025 SURE Workshop, part of ACM CCS 2025 held in Taiwan. As a hobbyist playing Doctor Frankenstein with bits instead of gibs in my spare time, that is "received an invitation from Hogwarts"-levels of impossible, given that ACM CCS is the biggest academic cybersecurity conference in the world.
It also somehow grew a small community online around it, mostly within the Windows decompilation scene. It's not finished (as it is the kind of project that is practically endless), but I don't see how I could top that.
[1] https://github.com/boricj/ghidra-delinker-extension
[2] https://boricj.net/2025/10/25/ghidra-delinker-extension-and-...
The issue is that the sounds can't be used in a loop without it being very obvious where the start and end points are of the wave file. So I put together Loopweave which automatically detects and extracts “cinemagraph-style” audio loops. You drag an audio file in, and it automatically generates a seamless, repeatable loop you can use in ASMR projects or video games.
There's a demonstration video in the GitHub repository.
Free and open source (runs 100% clientside in your browser)
• https://github.com/scpedicini/loopweave
• https://loopweave.specr.net