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

5 points | by emn4tor 16 hours ago

9 comments

  • mikewarot 2 hours ago
    Long, long ago, Ward Christensen mentioned that someone at work (IBM) told him "You can't write OS/2 programs in Assembler". Discussions followed, and eventually he gifted me the entire C programming suite for OS/2. It was quite a hefty package. I used the Macro Assembler included therein to write Forth/2, a direct threaded Forth for OS/2 written in assembler.[1]

    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/

  • boricj 2 hours ago
    ghidra-delinker-extension [1]. It's a Ghidra extension for exporting relocatable object files from programs, which enables all kinds of heresy I've dubbed "Mad Max-driven development".

    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-...

  • idrissbellil 4 hours ago
    did you ever want to generate emails and plug them into monitoring tools & whatever you receive there becomes an API call? (To telegram API, Matrix, create github issue, jira ticket, ...)

    https://github.com/idrissbellil/gossiper

    https://app.v3m.pw/

  • sras-me 6 hours ago
    A simple interpreted programming langauge and terminal IDE.

    https://hackage.haskell.org/package/spade

    But it is not finished!

  • darkurtpanke 12 hours ago
    a deep dive down noise framework and perlin noise made me write my own.

    https://github.com/x64x2/libnoise

    • emn4tor 7 hours ago
      Ohhh, that is such a cool project
  • purple-leafy 15 hours ago
    • emn4tor 7 hours ago
      Checked it out, looks extremely cool, couldn't move in the beta playtest, will bookmark and check again later :)
  • 0x04am 15 hours ago
    https://github.com/HaseebKhalid1507/SynapsCLI - a lightweight embeddable agent runtime written in Rust.
    • emn4tor 7 hours ago
      Interesting, tho I gotta ask how much of it is done by ai/what role AI played in this project, because Claude even added itself as co-author lol. Will check it out later
  • tiyi0r06 2 hours ago
    [dead]