Live data from Hacker News

Show HN: Get Paid to Build Your Next Side Project

demandrush.com

71–80 of 473 posts

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

#71
post #52

Photoshop license costs $348 a year. If 1000 people get together and put $400 each, you'll get $400000. That money could be used to leverage a Gimp to be more Photoshop-users friendly. Then you don't have to keep with the subscription model. You have a great piece of open source software available for everyone to use as long as they want. You can do another round to get more features added. This solves the issue that…

For simple drag + drop design needs, have you tried Canva?

https://www.canva.com

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

#72

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.

E.g [1] trained for 20 * 10^5 iterations at 2.1 seconds per image, coming out to 48 days (!) in total. Maybe the 2.1 seconds also include the post-processing to get bounding boxes, though. Anyway, you need lots of training time.

[1] https://arxiv.org/abs/1604.04018 "Multi-Oriented Text Detection with Fully Convolutional Networks"

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

#73
post #36

> Identify location of text in an image ...for... $75 This is what my doctor charges for a flu vaccination. I guess I've chosen the wrong profession.

> We have hundreds of images uploaded to our app each day. The issue is some of these images have text that we want cropped out.

So... they want to chop out watermarks?

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

#74
post #52

Photoshop license costs $348 a year. If 1000 people get together and put $400 each, you'll get $400000. That money could be used to leverage a Gimp to be more Photoshop-users friendly. Then you don't have to keep with the subscription model. You have a great piece of open source software available for everyone to use as long as they want. You can do another round to get more features added. This solves the issue that…

Hey if you can find 1000 people to pay $400, I will make it.

But it's hard to convince people to hand over their money. SaaS works because the profits are reinvested into marketing.

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

#75
post #59
post #52

Photoshop license costs $348 a year. If 1000 people get together and put $400 each, you'll get $400000. That money could be used to leverage a Gimp to be more Photoshop-users friendly. Then you don't have to keep with the subscription model. You have a great piece of open source software available for everyone to use as long as they want. You can do another round to get more features added. This solves the issue that…

Photoshop has a lot of engineering/product work going into making it better. Unless the price of it were totally absurd, it's always going to be a worthwhile expense if it's the most efficient piece of software to use, because software is typically much cheaper than labor. "Good enough" isn't the goal in this regard. In this case, Photoshop will continue to dominate (unless they get lazy/give up) because they have re…

Probably many people would be happy just using an open source version of Photoshopp 6 an they would be ok missing some of the features released in the last 10 years (like painting 3D surfaces or automatically fill a region of the picture that you delete). Sometimes companies forcing you to update your software to get your money it's not a good thing (Windows 10?). With open source there is always the chance of forking as what happened with OpenOffice and LibreOffice.

The issue of having to pay to get access to your tool it's a big issue.

For big companies having to pay for 100 workstations yearly the monetary incentive is big.

Once many people is aware that in the long term it's a better deal to put their money into software libre projects, maybe different companies could compite to get your money.

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

#76

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…

There is already an API available to do this today. The Microsoft Cognitive Services computer vision API detects words, phrases, and lines and included bounding box information indicating where the text was found. See https://azure.microsoft.com/en-us/services/cognitive-service... .

OCR excels at picking out digitally generated text, but it's not so great at "real world" text unless you help it by zooming in.

For example, it can't tell there's text in this clear image of a VIN:

http://1eask1khnn22hm3njx2dmz1a.wpengine.netdna-cdn.com/wp-c...

But I bet if you took a closer picture (like you would if you were using an AR app) it'd work

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

#78
post #52

Photoshop license costs $348 a year. If 1000 people get together and put $400 each, you'll get $400000. That money could be used to leverage a Gimp to be more Photoshop-users friendly. Then you don't have to keep with the subscription model. You have a great piece of open source software available for everyone to use as long as they want. You can do another round to get more features added. This solves the issue that…

Kickstarter?

Kickstarter or Patreon would seem to be the kind of thing made for this problem. Maybe those that donate more get their pet issue moved up the queue.

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

#79
post #28

> Industry-specific deep learning interviews and walkthroughs > 1 customer paying $5/mo Sounds about right.

Every single one of the projects that are on this site right now are super underpaid...

It's sad that even the highest bidding project is $500/mo.

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

#80
Cool idea, but it seems like some of these are beyond the realm of a "side project". Like the News Aggregator one (https://www.demandrush.com/problems/news-aggregator-paywall). That one you couldn't really do without getting a lot of license deals with content providers. That already puts it out of the league of what most are able to do as hobby projects.
Post reply on HN