I'm making a fiction podcast (that actually launched on HN) that is now earning ~$1100 USD monthly. I just wrote the latest report documenting how I got there, which you can find and discuss at https://news.ycombinator.com/item?id=42380474
wait you just talk about fiction? do you interview writers? i'm trying to understand how you built that audience, i've seen a lot of podcasts about fiction struggle to break past like 1k streams
Ask HN: Those making $500/month on side projects in 2024 – Show and tell
661–670 of 818 posts
Re: Ask HN: Those making $500/month on side projects in 2024 – Show and tell
#662The site gained initial traction on Reddit where I shared my experience learning and building in the r/learnprogramming subreddit. That was enough momentum to get me ranking on search engines. I eventually set up affiliate relationships with several of the major online course platforms.
Although I've built a handful of apps using React, Vue, etc. this one's a classic Flask app using Jinja templating. There's just a few tiny JS scripts I wrote for basic interactivity (like updating the state of the "Save" button). Feedback is most welcome!
Re: Ask HN: Those making $500/month on side projects in 2024 – Show and tell
#663Earlier quoted context omitted.
I'm impressed! Every couple of years I come across a different music theory website and I try to follow along, but inevitably after a few sentences I'm completely lost and the rest becomes incomprehensible. I got really far along in yours, which was great, until I got to 6 (Keys): "When a song says that it is in the key of C Major or D Minor this is simply telling you which of the 12 notes are used in this song." You…
You have to understand that music theory is not a set of rules to follow, its a set of ideas that sound good to western ears and therefore are very commonly found in most music. Not every song, but much western music, especially pop music and nursary rhymes, will stick to the same major or minor scale of notes for the whole song. Going outside of this scale is quite normal too and changing the scale/key multiple time…
In fact, I'd argue that such explanations are critical even when you're learning any kind of theory since it tells you when the theory breaks down, whether that's because it simply doesn't fit the task, because people like to get creative, etc.
Re: Ask HN: Those making $500/month on side projects in 2024 – Show and tell
#664Earlier quoted context omitted.
Taking a look. For the past two years I've been thinking about drawing. Why it's difficult, how its possible for people like Kim Jung Gi to draw from their imagination. My theory is that it's a learned thing (as opposed to innate ability), but that it's not taught from primitives well. For example, rotating a cube is something that you cannot really find an explanation for. I think the actual difficulty in drawing (r…
Drawabox is based on doing exercises to improve your mark making (the accuracy of the marks you draw on the page) and eventually leads to you drawing hundreds of boxes in perspective as a consistent exercise. A lot of people swear by it. I enjoyed the first week of it but decided that drawing is not a priority right now. https://drawabox.com/
I created a little game which doesn't explain it, but allows you to practice and get feedback: https://cdsb.itch.io/draw-cube
Re: Ask HN: Those making $500/month on side projects in 2024 – Show and tell
#665I have built https://audiala.com which creates audioguides for historical and touristic places in cities all over the world. It brings a bit over $500/month in in-app purchases. I got the idea in 2023 as I was solo traveling Florence, Italy and thought it would be much nicer to listen to stories about the monuments around me instead of having to read a guide. There is also so much more to be done: next, my plan is to…
Re: Ask HN: Those making $500/month on side projects in 2024 – Show and tell
#666Earlier quoted context omitted.
It’s a RAG pipeline based on content from wikipedia and relevant websites. Getting the list of relevant places might the trickiest part of the pipeline but for this I settled with a not-perfect solution where users can manually request missing places.
Interesting - how heavily are you utilizing AI generated content? Pages like this for example: https://audiala.com/en/germany
Re: Ask HN: Those making $500/month on side projects in 2024 – Show and tell
#667I have built https://audiala.com which creates audioguides for historical and touristic places in cities all over the world. It brings a bit over $500/month in in-app purchases. I got the idea in 2023 as I was solo traveling Florence, Italy and thought it would be much nicer to listen to stories about the monuments around me instead of having to read a guide. There is also so much more to be done: next, my plan is to…
Will definitely check this out. Our go-to guide whenever travelling Europe has always been Rick Steve's books and audio guide app. Those are like having a personal guide with you as he will tell cool things like "take few steps to the left, now the point you are standing is where Hitler stood and made a painting of this church (in Vienna)" or "Leonardo da Vinci used to stare at this artistic metal door for inspiratio…
Re: Ask HN: Those making $500/month on side projects in 2024 – Show and tell
#668I’m building Sink It for Reddit ( https://gosinkit.com ), a Safari/Chrome/Firefox/Edge extension to make Reddit usable on the web. It’s similar to RES (Reddit enhancement suite) but supports all of Reddit’s designs and is being actively developed with around 300k users, mainly on the Apple platforms. It was built during the Reddit API shenanigans last year and is making four figures a month. 99% of the app’s feature…
I suspect you can increase your conversion rate to paid quite easily. I've been using the free version for sometime. And I have no idea if the paid version gives me the improvements that I care about. I'm sure a 7 day trial, or an explainer video that walks through the differences would go a long way. For what it's worth, there's a lot of functionality that I want removed from reddit. I've never crossposted, yet ofte…
Re: feature additions, almost all of them are in the backlog and in various stages of development. Should ship soon!
Re: Ask HN: Those making $500/month on side projects in 2024 – Show and tell
#669I’m building Sink It for Reddit ( https://gosinkit.com ), a Safari/Chrome/Firefox/Edge extension to make Reddit usable on the web. It’s similar to RES (Reddit enhancement suite) but supports all of Reddit’s designs and is being actively developed with around 300k users, mainly on the Apple platforms. It was built during the Reddit API shenanigans last year and is making four figures a month. 99% of the app’s feature…
Any chance there's an android app planned? Also, wondering if an edge extension is in the works too. Most chrome extensions work directly on edge but some don't.
I do have a version for Edge too though it’s often a few versions behind as the Edge team takes too darn long to approve. If anyone on the Edge team is reading this, please DM. https://microsoftedge.microsoft.com/addons/detail/sink-it-fo...
Re: Ask HN: Those making $500/month on side projects in 2024 – Show and tell
#670I started out with some Open Data from the Dutch governent on all open water swimpots. I thought the current site (still is) not user-friendly on mobile. I also added all the public pools.
I got some traction because I got interviewed as an example project and I reached out to news sites.
Actually my backend is a Google sheet, which I sync to MongoDB (works nice with geo). Did a write up on that: https://www.kasperkamperman.com/blog/web/import-csv-in-mongo...
Rest is all vanilla PHP, cached to HTML, Bulma css. Running on shared hosting, with Cloudflare cache in front.
I really worked on accessibility too, allowing keyboard navigation (press TAB) and making sure everything is readable and with good contrast (Bulma 2.0 fixed that).
I make about $500 with some affiliate links (waterparks with hotels, wellness) which really fit with the search intent of the user. The last thing I want is stuffing the site full with Google ads.