Live data from Hacker News

Ask HN: What did you build in 2019?

news.ycombinator.com

91–100 of 148 posts

Re: Ask HN: What did you build in 2019?

#92
At the beginning half of this year I finished up an mvp of an idea that I had, took me a bit of time to build, where I could make it a bit easier for product managers to get analytics, and saas app feedback (https://cruisedirector.io). I was hoping to diversify my income a bit, but I've been pretty busy this year at my day job and haven't done any marketing or improvements. I have also redirected any potential customers, that I chatted with while building the app, to my competition. The competition is absolutely killing it in this space. Hopefully I can find some time this year to chat with some customers, maybe diversify a bit, and be able to do a bit of marketing.

Re: Ask HN: What did you build in 2019?

#95

Synonyms Deluxe ( https://chrome.google.com/webstore/detail/synonyms-deluxe/kf... ) - a browser extension for looking up synonyms Gitfuck ( https://www.instagram.com/gitfuck/ ) - automated Instagram account featuring commit messages of frustrated developers on GitHub Windows 95 Accessories ( https://unexpectedcomputers.com/ ) - Windows 95 swag and jewelry My Handmade Story ( https://myhandmadestory.com/ ) - Success s…

If you don't mind revealing, how much Windows 95 swag/jewelry have you sold?

Re: Ask HN: What did you build in 2019?

#98

Launched my audio plugins in July, averaged about $1k/month in sales (no idea if this is good or bad). https://bomshankamachin.es

That's awesome! I've always thought the idea of programming VSTs/VSTIs was interesting. Can you link to any resources you used in learning to build them?

I used the JUCE framework, which is free for personal/GPL usage (or you can pay for a closed source license) and gives you cross platform. The examples are pretty good for getting the basics, there is also The Audio Programmer YouTube channel that has a lot of content (the only bad thing I would say about it is that some of the early videos sometimes use bad concepts as it seems this was a sort of a documentary series for learning plugin programming for the channel owner). The JUCE community forum is really friendly and helpful (and there is also a discord channel for TAP). Otherwise search engines were my main source to learn (mostly to refresh my C++ knowledge), and I managed to land myself a day job programming a plugin that helped a lot just by looking at the existing code, but that obviously a very rare occurrence!
Post reply on HN