Earlier quoted context omitted.
Well I will doubt the supply side. I think it's a simpler assertion, because I know so few nerds.
I think if you live in silicon valley, you have a distorted view of how many people can build software. I grew up in the mid-south and know of literally one or two other people that code. I know live in a major metro area and still only know maybe 3 people that code. It is actually a rare skill. At the same time, I can't even count how many contractors, real estate agents, sales and marketing, and doctors and lawyers…
Ask HN: How to find profitable side project idea?
201–210 of 214 posts
Re: Ask HN: How to find profitable side project idea?
#202Earlier quoted context omitted.
Not that I want to be anti-innovation, but what if spreadsheets allow the user to be more in control, have more flexibility and avoid monthly payments of 3-5 cloud services? Maybe replacing every spreadsheet is not optimal.
Airtables is a good example, though -- I'm seriously thinking of creating an OSS version of Airtables, that has more field types -- like being able to edit using Markdown... or join across bases, not just tables.. There's SO much more you could do w/ their tech, and blocks should be free - just they should have a marketplace and take a cut of sales--something like shopify... if I OSS'd it, I'd do some hybrid like wor…
Re: Ask HN: How to find profitable side project idea?
#203Re: Ask HN: How to find profitable side project idea?
#204Earlier quoted context omitted.
Airtables is a good example, though -- I'm seriously thinking of creating an OSS version of Airtables, that has more field types -- like being able to edit using Markdown... or join across bases, not just tables.. There's SO much more you could do w/ their tech, and blocks should be free - just they should have a marketplace and take a cut of sales--something like shopify... if I OSS'd it, I'd do some hybrid like wor…
would be amazing!
Re: Ask HN: How to find profitable side project idea?
#205The world is full of people in your situation who's main area of interest and experience is primarily in software development or start-ups. Because of this, almost every good idea that touches your entire realm of experience been attempted 10 times. There's tons of competition even for really bad ideas - just look at how many start-ups in SF tried to offer "laundry as a service"! The secret is to go out and make frie…
> The secret is to go out and make friends who work in different industries that are totally unrelated to your experience. I'd slightly rephrase this: make friends who are business owners in different industries. Having a good idea is only the first step. You need to be able to market it, and ultimately sell it. Business owners face business problems, will have an idea on how much they're willing to spend on it, and…
I find it difficult to put in place a process to consistently meet business owners.
Some ideas: - going to meetups or better organizing one - going to conferences or better give a talk - be part of mastermind groups (but dont know where to find good one) - hang out on entrepreneur communities like indiehackers.
Other ideas?
Re: Ask HN: How to find profitable side project idea?
#206We have started Make My Day https://www.makemydayapp.com as an app for scheduling tasks and drives and found ourselves in the Electric Vehicle market giving a different approach to a solution that was already excited - we believe we give a much holistic solution.
Re: Ask HN: How to find profitable side project idea?
#207Earlier quoted context omitted.
> The secret is to go out and make friends who work in different industries that are totally unrelated to your experience. I'd slightly rephrase this: make friends who are business owners in different industries. Having a good idea is only the first step. You need to be able to market it, and ultimately sell it. Business owners face business problems, will have an idea on how much they're willing to spend on it, and…
“I would slightly rephrase this: make friends who are business owners in different industries.” I find it difficult to put in place a process to consistently meet business owners. Some ideas: - going to meetups or better organizing one - going to conferences or better give a talk - be part of mastermind groups (but dont know where to find good one) - hang out on entrepreneur communities like indiehackers. Other ideas…
Re: Ask HN: How to find profitable side project idea?
#208Here are two ideas for desktop apps that I think would be worthwhile: 1) A data copy app. I often need to copy data from one place to another (eg. copy data from MS Access to a MySQL server, export data from PostgreSQL to CSV, fetch data from some REST API and insert it into PostgreSQL). There tools for some of those jobs (eg. CSV import / export from PostgreSQL is solved). But there are a lot of jobs where I end up…
Re: Ask HN: How to find profitable side project idea?
#209Here are two ideas for desktop apps that I think would be worthwhile: 1) A data copy app. I often need to copy data from one place to another (eg. copy data from MS Access to a MySQL server, export data from PostgreSQL to CSV, fetch data from some REST API and insert it into PostgreSQL). There tools for some of those jobs (eg. CSV import / export from PostgreSQL is solved). But there are a lot of jobs where I end up…
For 1, are you suggesting something like a GUI for a list of data transformation recipes? I.e. specify an input format and an output format and press play? How would these recipes be created?
I'm not sure how the GUI for creating recipes would work. It would probably need to be pretty complex.
I have an idea in my mind where you arange premade blocks on a canvas and connect them with pipes (a patch based UI like Quartz Composer), but I doubt that this would really be the best way to do it.
There's also tasks that are one-off (eg. migrate data from one system to another) and things that need to happen regularly or even continuously.
Re: Ask HN: How to find profitable side project idea?
#210Earlier quoted context omitted.
For 1, are you suggesting something like a GUI for a list of data transformation recipes? I.e. specify an input format and an output format and press play? How would these recipes be created?
Yes, that's kind of what I have in mind. I'm not sure how the GUI for creating recipes would work. It would probably need to be pretty complex. I have an idea in my mind where you arange premade blocks on a canvas and connect them with pipes (a patch based UI like Quartz Composer), but I doubt that this would really be the best way to do it. There's also tasks that are one-off (eg. migrate data from one system to ano…