Live data from Hacker News

Ask HN: Where do you get ideas to build side-projects?

news.ycombinator.com

21–30 of 59 posts

Re: Ask HN: Where do you get ideas to build side-projects?

#21
I see ideas in every conversation with everyone I have.

I can't help but constantly ask the question of whether there is a better way, whether the existing approach is even the right way, and whether by seeing a similarity in the essence of a problem with something in a different field altogether (than technology) we might find a more interesting and successful solution.

Don't listen for problems that you might work on, just listen to how things currently work and be inquisitive. Is the way something works today the best way? Does it represent the final iteration?

You already see with evolution that things change over time, and so will solutions. Once you've accepted that everything will change and get better, and start forgetting the concept of "Everything's been done already.", you'll start to see room in everything for the next small improvement, or if you're lucky (and transferred knowledge from one domain to another) some major improvement.

With side projects it obviously helps to pick small things. You want to be done in a weekend, or a few months at the pace of an evening here or there.

If you would like a side project of interest, the last couple of weeks I've been nagged by the thought of privacy online and the idea that the internet fails to allow people to learn from their past mistakes and errors as the internet does not forget and forgive and so people can never move on and improve.

As such, I've been pondering what forgetfulness might look like on the internet. And I think it must be possible to create a little Python script that takes credentials for social networks and various services online and helps introduce forgetfulness by deleting old content. Perhaps not everything, mimicing memory the lesser events initially, and then the major events eventually. Say... everything over 12 months old that received no likes/retweets or engagement gets deleted immediately, and higher engaged items of more significance get flagged up and you can opt to forget them or not.

What does forgetfulness look like on the web, and how can it be applied?

You can see the fundamental problem, "Lack of rehabilitation within society and the ability to better oneself", and you can see a proposed solution, "Bring forgetfulness to the web". If the problems are real enough and chime with people then you'll likely find people willing to pay. In my example the likely market are those in their mid-20s just starting on a career but having lived a lot of their life online and who may now regret the wide-exposure given to their drunken escapades a mere 5 years earlier.

I'd also say not to look at side projects to make money. They're mostly inquisitive exercises. Some make money, but most scratch an inquisitive itch.

I'm quite frustrated that I barely get to work on the thoughts I have, but even then they never go to waste. Even the ideas not pursued help to gradually improve my understanding of how things work and new angles of attack for existing problems. Just question everything.

Re: Ask HN: Where do you get ideas to build side-projects?

#22
So the question is: Why don't you have the ideas?

My overflow stems from looking at what happens everyday, and seeing suck. When one of the phones in my family is lying on a shelf and is about to run out of power, why doesn't it warn the other phones on the WLAN? Or if it's latish and the phone knows that unless someone picks it up and charges it, it'll run out of juice during the night and be a hard-to-find brick next day.

So... could you try to talk a little bit about why such things don't strike you? (I realise I'm digressing here, but I'm curious about the difference.)

Re: Ask HN: Where do you get ideas to build side-projects?

#24
I don't think side projects should necessarily be profitable or money-making. What about the process of just creating something to solve a problem you, or others, have? What about it just being fun?

I have been working on and off for a couple of years on a personal finance manager simply to track my finances in the way I wanted. I am pretty sure no one is going to pay for that, but I do it because I need it and because i enjoy coding and building stuff. In the process, you might get other ideas.

Also, I'd like to echo another comment here that says to take up a non-tech hobby. Lots of problems to solve in everything but the challenge is to find one that people would pay for.

Re: Ask HN: Where do you get ideas to build side-projects?

#25
post #12

Once people find out that you build software, they are (in my experience, at least) all too happy to tell you what kind of app/website you should build. The bad news is that most of the ideas they have are unworkable, unmarketable, or just plain stupid. The good news is that underneath it all, there is often a kernel of a good need that can be solved in a better way than they are expecting and/or applied more general…

I mostly hang on with tech people, be it colleagues or friends. They mostly buld their ideas themselves when they have them. My family mostly talks about other subjects than software when I'm back home.

It sounds like your family has problems that are easily automate-able. As suggested elsewhere in the thread, listen for problems, then look for a way to build a solution.

Re: Ask HN: Where do you get ideas to build side-projects?

#26

I don't think side projects should necessarily be profitable or money-making. What about the process of just creating something to solve a problem you, or others, have? What about it just being fun? I have been working on and off for a couple of years on a personal finance manager simply to track my finances in the way I wanted. I am pretty sure no one is going to pay for that, but I do it because I need it and becau…

I was thinking of doing the same since I used to track all my finances manually. I switched to Mint for 2012 but their UI isn't to my liking, specifically the part around tagging and categorization. Do you mind sharing how your finance manager works, and how you built it over time

Re: Ask HN: Where do you get ideas to build side-projects?

#28

> I've looked around, to my friends and family, but they have no problems they'd possibly pay for to see solved. The biggest problem my business has is convincing potential customers that they have a problem. We do electronic timesheeting, staff attendance, and rostering, but most businesses think that paper timesheets are "good enough" - convincing them how much cheaper and more efficient things could be when done i…

I just checked out your web site (assuming you are talking about PayAus). From a brief once-over it looks super technical, try focusing your content on business problems, not technology. I know it is OT but if you want some tips from a sales/marketer get in touch with me and I'll be happy to give you some free advice.

Re: Ask HN: Where do you get ideas to build side-projects?

#29
post #14

Pick up a new non-tech hobby. You'll almost certainly run into some type of problem or aspect which could be improved upon.

Couldn't agree more. And be genuinely interested/excited in whatever you are doing - if it becomes a project you'll need passion and not just technical skills to see it though to completion.

Re: Ask HN: Where do you get ideas to build side-projects?

#30
I have too many ideas, way too less time. This is why/how:

1. "Scratch your own itch". You can't possibly be living a life where you didn't want to make something easier for yourself, something different.

2. Don't worry about money for side projects, especially initially.

3. Read a lot - fiction and applied CS. It'll take you to a lot of different places you haven't been and won't ever be. My personal bias is towards fantasy fiction. In applied CS, read books like "Exploring Everyday Things with R and Ruby: Learning About Everyday Things" [1]

4. Be curious and observant. Look around you and ask why things are the way they are. Example - People enjoy watching soccer/football (on TV and live). But in a lot of high profile games the referee makes a mistake about whether the ball has crossed the line or not. Try reading about goal line technology. Maybe a book on Computer Vision[2] to figure out how you would solve the problem .

[1] http://amzn.to/YpwqkL [2] http://amzn.to/Z7mcGB Note: None of these links are affiliated

Post reply on HN