I used to hand fill a form to save me couple hundred bucks. I automated it.
Taxes?
Ask HN: How did you find your great side project idea?
101–110 of 130 posts
Re: Ask HN: How did you find your great side project idea?
#102I spoke at PyCon AU 2016 on "Controlling a 3D Printer with Python" (https://www.youtube.com/watch?v=qgvnPB_77z8). I wanted a 3D-printed prop and came up with an idea for The Pythonic Staff of Enlightenment - a staff with the Python logo on top. A friend designed it, I printed it and it was a big hit with the Pythonistas. A few asked "where can I buy one?".
A year later we're about to launch Enstaved (https://www.enstaved.com). It's a service that lets you design your own staff using a range of toppers and colors which we then print and post to you.
Re: Ask HN: How did you find your great side project idea?
#103Re: Ask HN: How did you find your great side project idea?
#104The more people you talk to and experiences you expose yourself to the more ideas you will have. I spoke at PyCon AU 2016 on "Controlling a 3D Printer with Python" ( https://www.youtube.com/watch?v=qgvnPB_77z8 ). I wanted a 3D-printed prop and came up with an idea for The Pythonic Staff of Enlightenment - a staff with the Python logo on top. A friend designed it, I printed it and it was a big hit with the Pythonistas…
Re: Ask HN: How did you find your great side project idea?
#105I occasionally read HN comments, and once I see something people are touching upon in their comments that can either be automated or shown using an app, I post that idea and see the upvotes.
As an Ask HN, or some other way?
Re: Ask HN: How did you find your great side project idea?
#106I solved a problem that I had at work. I needed a tool to make interacting with HTTP APIs easier, and didn't like any of the existing ones, so I created Insomnia [ https://insomnia.rest/ ]. It took a weekend to build a proof of concept, then I released it to the public. As I improved it, the user base grew slowly. Then, a year later, I was able to quit my job to pursue it full-time. If you're curious, I have an Inter…
Re: Ask HN: How did you find your great side project idea?
#107Anyway, during this time I thought a lot about all the places we'd lived and was feeling a bit nostalgic both for Alabama and my original home in Ukraine. I thought back on my favorite childhood memories, which were all at my grandparents' summerhouse in Kherson. One day when I was maybe six or seven years old it was raining really hard and a bunch of snails were crawling around everywhere. I captured some and had them race on the pavement. I "trained" them to crawl in a straight line (I swear this actually happened - or at least that is how I remember it). When I was done I put them all in my orange fishing bucket with leaves, water, and berries and put them aside figuring they'd be gone by the evening. When I came back in the evening they _were_ gone, but I spotted them all around the bucket (crawling away). The next morning, though, they were all back! This went on for a few days - the snails would leave around the evening and be back in the bucket by the next day. I thought it was really cool!
A few days later we had planned to go fishing the next morning with my grandfather so I knew I'd need my orange bucket back. That night before going to bed I put all the snails out into our garden patch and cleaned out the bucket to be ready by morning. But in the morning, the snails were back again. So I couldn't go fishing. This went on for another couple of days and each time I got more and more annoyed at the snails coming back. Even though I tried to "hide" the bucket from the snails by moving it around, they would always find it. One time I put the snails out into the patch again in the morning and went to get ready for fishing thinking they wouldn't be able to crawl back that fast, but when I got back most of them were just back again. I'm not sure why my kid-mind at the time didn't just put the snails away again right before leaving and take bucket, but I didn't.
Finally one morning after a few days of this I was angry. I was really excited about going to fish and there were a bunch of snails in my bucket again. I grabbed the bucket and started throwing the snails out one by one into the patch. I was so annoyed and didn't care about taking them out of their home anymore. The snails landed out of sight and in my mind I wasn't hurting them, since I was throwing them where they'd land on vegetation or soft earth. Except I misjudged a throw and accidentally threw one of the snails right in front of me - it hit a rock or branch or something and its shell cracked in a really bad way. I could see the body spilling out of the shell, and it was still alive and moving but I knew it was dying. That's when I realized I'd been hurting them, and now I'd killed at least this one. I was horrified, started crying - the thought of putting the snail out of its misery didn't even cross my mind. I felt awful and decided the snails could have my bucket and live there for as long as they want, so I tried to find some of the other snails I'd thrown away but it was too late - I couldn't find them anywhere. I ended up leaving to go fishing with the bucket.
As a kid I got over and forgot the incident by probably the next day, but in Fremantle when I thought about it again I just felt guilty again. And then I remembered how cool it was that the snails would crawl in a straight line when I raced them, and how it was even cooler that they kept coming back "home" even though I wasn't trapping them in the bucket! So I got the idea for a snail racing website where people could find virtual snails, take care of them, race them against each other, and breed them. My favorite games to play at the time were PHP browser games, so I envisioned it being written in PHP.
I had a few false starts over the years; when I first had the idea I only knew a bit of HTML and CSS and had no skills to build this thing. I didn't seriously start working on it until later, but that is my side project - a snail and snail management simulation - and I have a feeling I won't move on to anything else for a very long time.
Re: Ask HN: How did you find your great side project idea?
#108I couldn't find a workout app that I liked. The ones I tried just didn't fit the flow-of-use I wanted. I just wanted something to track my weight lifting, and wanted it to be super simple. So, scratched the itch with Riker. https://www.rikerapp.com
Re: Ask HN: How did you find your great side project idea?
#109Earlier quoted context omitted.
Let's have a little fun and pick apart the first topic you listed. Books. What exactly is there still to be done in the realm of books? Publishing? There are big companies or now you can self-publish. There are many video tutorials, courses, and blogs all dedicated to self-publishing, so even the online education realm of things seems to be taken. Writing books? Ok sure you can write a book just like you can produce…
A) the question asks specifically how to find a "side project" idea, not necessarily a full fledged business all though it could turn into one. B) The whole point of being involved in a specific community (e.g. fantasy books written by Terry Brooks) is that issues will crop up naturally that you, as a dev, may be in a position to solve. Theorizing on problems in this thread is the exact opposite of my suggestion. C)…
Re: Ask HN: How did you find your great side project idea?
#110I couldn't find a workout app that I liked. The ones I tried just didn't fit the flow-of-use I wanted. I just wanted something to track my weight lifting, and wanted it to be super simple. So, scratched the itch with Riker. https://www.rikerapp.com
If you don't mind sharing how have you been getting users and can you share the experience monetizing it?