Live data from Hacker News

Ask HN: What underrated open source project deserves more recognition?

news.ycombinator.com

21–30 of 147 posts

Re: Ask HN: What underrated open source project deserves more recognition?

#22
https://github.com/BespokeSynth/BespokeSynth

BespokeSynth takes the concept of a modular synthesizer and expands it so that the application is less just a synth and more a complete modular DAW. I've used it to create MIDI/audio workflows that I couldn't get exactly the way I wanted in Ableton or FL Studio. It also has a module for doing livecoded audio processing in Python that I'm just starting to scratch the surface of.

Video from the creator covering I Feel Love in BespokeSynth: https://www.youtube.com/watch?v=kzYUgPMMpts

Re: Ask HN: What underrated open source project deserves more recognition?

#23
post #13

ImHex “A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.” I actually used it not too long ago to inspect why a mp4 file wasn’t valid. The pattern language that they have is quite nice and having sections of the hex highlighted and being able to see what structures they represent and what data was on those structures was very useful! https://github.com/WerWolv/ImH…

Can confirm. ImHex is an amazing tool for a cyber analyst because it also supports yara rulesets, so you can quickly iterate and try out whether the malware was or will be detected. And it even supports capstone to disassemble the binary, while you debug the code and edit the yara rule!

Combined with ghidra, these are pretty much the most valueable tools in my day job.

(with golang, vim, arch etc of course)

Re: Ask HN: What underrated open source project deserves more recognition?

#26
https://github.com/decompme/decomp.me

I’ve posted this before but I love it so much I gotta do it again.

You plug in a piece of ASM from a video game ROM, and it gives you a first pass decompilation. On the left hand side you can edit this decompilation, and on the right there’s a side-by-side diff of the target ASM and what your source currently compiles to. It’s slightly gamified, looks great, is super easy to fork/share, and can be pretty addicting once you get into it. Super cool community.

Re: Ask HN: What underrated open source project deserves more recognition?

#27
Dragonfly allows for OS interaction with a various recognition engine. A backbone for free and open source accessibility projects. Using it you can create scripts, commands, macros in Python.

https://github.com/dictation-toolbox/dragonfly

Re: Ask HN: What underrated open source project deserves more recognition?

#29

QCAD[1] I Used it to create home improvement drawings. bit of a learning curve but very flexible and powerful 1 - https://www.qcad.org/

What I love about qcad is how keyboard-driven it is. Are there other cad programs that I can operate mostly by typing instead of clicking?
Post reply on HN