Live data from Hacker News

Bountify – Crowdsource small coding tasks

bountify.co

21–30 of 34 posts

Re: Bountify – Crowdsource small coding tasks

#21
post #20

Great idea. As someone who wants a small project to try out a new framework, this seems like a great site to find projects. It might be helpful to have users flag tasks that they are working on, so that others can get a sense of how many people are currently working on an answer.

Thanks for the feedback! That's an interesting idea. Right now, registered users can click "I'm working on it" on a given bounty to privately signal to the bounty creator that they have started work. I was hesitant to make the list of current workers public because it might dissuade other would-be solution providers from answering, since they might assume that the other user is almost done with the problem (when they might not have done anything at all). I might add in some kind of "I'm working on it" track record for each user, so people can see how often they actually solved problems they said they'd be working on. Thanks for bringing that up.

Re: Bountify – Crowdsource small coding tasks

#22
post #21
post #20

Great idea. As someone who wants a small project to try out a new framework, this seems like a great site to find projects. It might be helpful to have users flag tasks that they are working on, so that others can get a sense of how many people are currently working on an answer.

Thanks for the feedback! That's an interesting idea. Right now, registered users can click "I'm working on it" on a given bounty to privately signal to the bounty creator that they have started work. I was hesitant to make the list of current workers public because it might dissuade other would-be solution providers from answering, since they might assume that the other user is almost done with the problem (when they…

Hmmm... I guess I am worried about the opposite. The fact that lots of people might be working on it and I might be wasting my time.

Perhaps allow partial answers?

I have seen this happen often with StackOverflow. Were a person gives a one line answer to start things off, and then within 30 minutes elaborates the answer to a very detailed one.

Re: Bountify – Crowdsource small coding tasks

#23

I love specialized task-oriented marketplaces like this and hope several of these take off. The only other that I'm aware of at the moment is Tweaky.com. Tweaky appears to focus on front-end development while I see a back-end task or two at Bountify.co. Another difference is the minimum price. Tweaky is at $39 and Bountify is at $1. Are there other big differences between the two? I would hesitate to jump into a mark…

@jameszol, please add http://freedomsponsors.org to your list ;-)

Re: Bountify – Crowdsource small coding tasks

#24
Hi everyone, I'm the creator of Bountify. I'm very grateful for all your comments! A great deal of the site's current features were built based on feedback from HN, so if you have any other suggestions for making the site better I'd greatly appreciate it.

Re: Bountify – Crowdsource small coding tasks

#26

Interesting idea! I only had a quick look around the website but still have a couple questions: 1.How does the poster verify a solution? 2.If verification involves looking at the code, what's stopping the poster from just copying the code?

If the bounty poster requests code, they would verify it by running that code on their own. Most bounty creators are programmers themselves, so that is not a big issue for most users. Non-technical users have posted bounties as well, but they generally request deliverables that are easy to verify, such as complete html pages or website widgets they can drop into an existing page.

An unscrupulous bounty creator could indeed steal a working solution and post it as their own. However, any attempt would be quite obvious, as there is a "Timeline" for each Bounty that shows every revision of every solution in the order it was created. In practice, there have been no disputes or stolen solutions on the site thus far.

Hope that answered your questions!

Re: Bountify – Crowdsource small coding tasks

#27
post #13
post #5

Earlier quoted context omitted.

Most users, including myself, provide solutions for fun. Look on StackOverflow; a lot of answers are very involved, and it's a free service. Bountify is like a Stack Overflow for code tasks, with a bonus of beer money if your solution is selected. Bottom line is that it's mostly for fun, as the bounty amounts are trivial wherever you live.

I would rather do something for free than have to worry about the extra accounting declaring lots of $1 amounts to the tax department entails.

In the US you don't have to declare income under (i believe) $500 from a single source in a given year. So if you earned 5,000 $1 payments, each from a different source you would have to declare NONE of them. If you earned 1,000 $100 payments from different sources you wouldn't have to declare those either.

Personally I'd rather do something for free that benefits the general public than for someone who just seems to be a cheap bastard. Now, if it were coding for an open source project and getting payed trivial wages because the project has no money and devs just need help getting something done... maybe.

Re: Bountify – Crowdsource small coding tasks

#28
Recently, I've been thinking about how it might be possible to improve the current model of how commercial software development is done today.

I was thinking along these lines:

A company has a Github repository with several tasks. Independent developers choose tasks, fork the repository and upon completion of the task send a merge request. The company would then review the committed code and upon approval pay the developer.

While this at the first glimpse seems like a pretty simple and feasible model there are obviously quite a few gotchas:

1.) How can companies make sure developers don't use their source code for their own purposes? 2.) How can a company make sure it's not wasting time on a developer? There would have to be some sort of rating system. 3.) How could you break down more complex tasks so developers don't have to spend weeks just to understand the software they're working on. 4.) Is it possible at all to accomplish non-trivial tasks on a complex software system one doesn't have at least some sort of training on? 5.) How would you make sure a company actually pays the developer upon task completion?

Quite a few problems, indeed. Nevertheless, do you think such a concept might have legs?

Re: Bountify – Crowdsource small coding tasks

#29

Recently, I've been thinking about how it might be possible to improve the current model of how commercial software development is done today. I was thinking along these lines: A company has a Github repository with several tasks. Independent developers choose tasks, fork the repository and upon completion of the task send a merge request. The company would then review the committed code and upon approval pay the dev…

>do you think such a concept might have legs?

I do! I have been thinking about this much like you BjoernKW.. my dream is individual bid able pivotal tasks, that are part of a coherent whole agile project. When organized the right way, the fastest person to complete them on a distributed team wins, and there would be no limit of team size.

I actually ran a request on Bountify, and it was cool. There was some pushback for programmers who thought it was too much of a project for low $, while others enjoyed completing it for the challenge (and actually got paid).

Plenty of challenges (in making this really work for companies), but I believe Bountify has a good start here.

Re: Bountify – Crowdsource small coding tasks

#30
post #18

I love specialized task-oriented marketplaces like this and hope several of these take off. The only other that I'm aware of at the moment is Tweaky.com. Tweaky appears to focus on front-end development while I see a back-end task or two at Bountify.co. Another difference is the minimum price. Tweaky is at $39 and Bountify is at $1. Are there other big differences between the two? I would hesitate to jump into a mark…

Another one that's been around for a while is http://www.wpquestions.com/ (and they actually have a network of sites now - see sidebar)

Very cool, thank you for sharing!
Post reply on HN