Live data from Hacker News

Show HN: Get Paid to Build Your Next Side Project

demandrush.com

11–20 of 473 posts

Re: Show HN: Get Paid to Build Your Next Side Project

#11
post #8

I love the idea and initiative! My only concern is that this is a little "race to bottom"; most if not all the entries are along the lines of "I already have X but I'm paying too much!" I guess this is great for solo entrepeneur/developers, hell, if I know for certain I had 100 people waiting to pay me $50/m for X, I would definately consider building it :)

So would everyone else on the site. Thus the problem.

Re: Show HN: Get Paid to Build Your Next Side Project

#13
post #8

I love the idea and initiative! My only concern is that this is a little "race to bottom"; most if not all the entries are along the lines of "I already have X but I'm paying too much!" I guess this is great for solo entrepeneur/developers, hell, if I know for certain I had 100 people waiting to pay me $50/m for X, I would definately consider building it :)

So would everyone else on the site. Thus the problem.

Right, once you build X for group of folks, then the next submission will be "I need a cheaper version of X" -- where X is _your_ app! :D

Re: Show HN: Get Paid to Build Your Next Side Project

#14

Can only one person "apply" to solve it? I'm thinking of the kickstarter problem: vaporware. If, over 6 months, 5 people apply to solve a problem, who gets the subscribers? The first one, I hope not. Each subscriber chooses? P.s. Very interesting idea. Something in this direction will be useful.

From the FAQ:

> Q: I submitted a problem - what happens next?

> A: Over the next 14 days, developers will be able to apply to solve your problem. You'll get a list of applications and a recommendation of who to choose.

So, I guess the answer is "subscriber chooses, and if there are multiple subscribers, they (or the one that paid the most) make(s) an agreement."

Re: Show HN: Get Paid to Build Your Next Side Project

#18
post #6

> GET PAID TO BUILD YOUR NEXT PROJECT > Choose a problem below to get started. Get paid to build _my_ next project or _your_ next project? This is clearly a two-sided platform, but the messaging seems conflated: the headline speaks to builders and the instructions speak to end customers.

It's a market, so it clears when my next project and your next project are the same project.

Re: Show HN: Get Paid to Build Your Next Side Project

#19

This looks like such a cool idea, but already you see that the problems presented seem to be seriously underestimating how complicated what they're trying to do is. For example, detecting specific text in an image? 10 minutes in OpenCV. Detecting any text at all in any format in an image? I don't even know where to start. Maybe 10 minutes in OpenCV if they constrain the kind of text, otherwise ML? It feels like an un…

In terms of ML you could probably load a pre-trained image classification convolutional model and fine-tune it a bit and get quite a reliable if not superbly exact "here is some text" classifier without too much effort. Perhaps not 10 minutes, but maybe a weekend to allow for training.
Post reply on HN