Earlier quoted context omitted.
This reminds me of the joke about the economist who refuses to pick up the $20 bill on the ground because surely someone else would have already picked it up.
Yes, people love to laugh at this mythical economist, but seriously, when's the last time you saw a legit $20 bill just lying on the ground? I've never seen this even once in my life. Perhaps this mythical economist is the one having the last laugh.
Show HN: Get Paid to Build Your Next Side Project
301–310 of 473 posts
Re: Show HN: Get Paid to Build Your Next Side Project
#302Re: Show HN: Get Paid to Build Your Next Side Project
#303Earlier quoted context omitted.
This reminds me of the joke about the economist who refuses to pick up the $20 bill on the ground because surely someone else would have already picked it up.
Yes, people love to laugh at this mythical economist, but seriously, when's the last time you saw a legit $20 bill just lying on the ground? I've never seen this even once in my life. Perhaps this mythical economist is the one having the last laugh.
Re: Show HN: Get Paid to Build Your Next Side Project
#304User: "I want {A}."
Winning developer: builds {a}
User: "This is useless to me. I wanted {A}, not {a}"
Developer: "But you never said you were case-sensitive!"
It can easily go the other way, with the user saying "Well i said {a}, but I meant {A}. {a} is useless to me." Who pays when nobody is clearly in the wrong about some ambiguity? The FAQ hints at an "initial 3 month subscription." Am I missing more info on the process?
Re: Show HN: Get Paid to Build Your Next Side Project
#305Earlier quoted context omitted.
> I think that the curation aspect of it is also a big thing. The librarians at my public library are great at making suggestions. They also have themed book displays that they rotate every week (eg. physical fitness one week, high fantasy another etc.)
I agree curation is value-add. A good librarian is probably as good as it gets. Also, the internets are filled with curated lists. Book lists have come up here on HN a number of times [1][2][3], even Sci-fi specific[4]. But I get it, push button services are very appealing, and can save a lot of time. Just click subscribe and get a constant supply of books you'll love at a reasonable price. It's a business model that…
Unfortunately my local public library doesn't expose any sort of API to allow this sort of thing. Only way to do it seems to be by writing a screen scraper.
Re: Show HN: Get Paid to Build Your Next Side Project
#306Photoshop 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…
$400k pays for 3 people.. maybe a couple of more if you hire from a cheaper country. If all GIMP needed was a few more developers to be competitive against PS, that would have happened by now. You're seriously underestimating the amount of work GIMP needs to do.. and/or the amount of work that already goes into GIMP.
Re: Show HN: Get Paid to Build Your Next Side Project
#307This 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 are a bunch of SaaS opportunities like this that could be made just creating wrappers for various cloud apis and selling to people who don't know they exist.
Re: Show HN: Get Paid to Build Your Next Side Project
#308> 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
#309Earlier quoted context omitted.
Chromebooks are already outselling Macs. A lot of (most, even?) American schools are buying Chromebooks for students to use because they're simple and work well. ChromeOS uses the Linux kernel.
I'd add that to the list of free rides for large corporations. Students getting Chromebooks aren't sucked into the Linux ecosystem and open source community that encourages you to improve parts of the system yourself. Instead, it leaves system maintenance (and learning experience) entirely to the administrator and really only provides Chrome as the operating system, with all implications. Control your data locally? W…
Re: Show HN: Get Paid to Build Your Next Side Project
#310Earlier quoted context omitted.
And I think copyleft licenses offer a solution here: if you are worried that corporations (or rival corporations) might monetize your product (or derive any profit from it indirectly), licensing it under a copyleft license would make their lives very, very hard. It's near impossible, for instance, to keep an AGPLv3-licensed product within a walled-garden, hence good luck while trying to build a *AAS on that.
AFAIK this was the original intent of the GPL as well, but due to the common interpretation that "link" and "distribute" refer exclusively to their meanings within the context of traditional binary building and distribution (that is, they do not apply when a program is "distributed" such that its back-end is accessed through a web-based front-end), the AGPL was necessary. IANAL