Live data from Hacker News

Show HN: Get Paid to Build Your Next Side Project

demandrush.com

61–70 of 473 posts

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

#61
Interesting concept, if the balance can get figured out right (making sure customers or devs aren't getting screwed).

There should also be a discussion section.

For example, I see: >Can't find good replacement for expensive accounting/bookkeeper service

I'd love to recommend Bench.co (use it and love it) and avoid someone wasting their time. It's much more affordable than 500/mo.

I do love the concept though. @OP: I'll share this with the https://turtle.ai/ developer community and see if there is any interest.

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

#62
post #35

Earlier quoted context omitted.

It appears to me that this is a tool to identify a market / need that is not being met. There are people who simply want a product/service, no desire for ownership. They post what they'd be will to pay for it, as a customer, and you decide if it is worth your time to build it. Anyone? Am I understanding this correctly?

That's right!

First, I think this is a great idea. People have problems they think might be solved / automated. But I agree it definitely needs some language clarity.

Businesses: have a problem you need solved with software? Post your problem!

Programmers: looking for a challenging project with identified customers? Apply to solve a problem!

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

#63
post #50
post #38

I actually need the first item listed there (InDinero replacement), but I signed up and am sort of confused? I would very likely pay for this feature, but I'm not willing to commit to much unless it works. I would pay a nominal amount to "kickstart" it I guess, and have the option to sign up later. But it's a fairly nasty problem - porting your books a proprietary platform to QuickBooks seems full of traps.

I just signed up to 'solve this problem' as it's something I'm currently working on. Is there a particular reason why you're looking for an InDinero replacement?

In short, service quality has gone down. I feel like for the amount I'm paying, I could get a lot more value somewhere else. The problem is that it's very expensive and risky to switch accounting packages.

When we started with them, we paid about $400, and they did payroll, accounting, and taxes, plus Stripe integration for a DE C corp. We had a monthly meeting with a bookkeeper. We'd get responses to all requests within a day or two.

Now, we pay 3x that (our revenue has grown) they've eliminated payroll, they've outsourced our bookkeeping to somewhere else, and often don't respond for many days. They delay filing taxes until Sept always. I don't really feel like they understand our business particularly well.

They've quoted me nearly double to switch to accrual accounting, and I suspect it's even more expensive than that. I can't really use it for management purposes or cashflow forecasting, which are my two biggest pain points.

I'd rather be on Xero or QB which are industry standard. I could then work with experts who could help solve specific problems (accrual accounting, revenue recognition, etc) on an industry standard platform.

I'm not interested in moving to another bookkeeping software however, unless it's QB or Xero.

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

#66
>> Identify location of text in image. 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.

There you go [1] originally from [2]

[1] https://github.com/AKSHAYUBHAT/CTPN/blob/master/demo.ipynb

[2] https://github.com/tianzhi0549/CTPN

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

#67

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....

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

#68
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.

75$ is too expensive for something that costs 0$.

Also most developers in SV are paid more than physicians (internists/family-medicine) who prescribe flu-shots.

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

#69
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.

It really depends on the text and the images.

It is likely a lot more difficult than they are making it out to be. If it were that easy, why wouldn't they do it themselves? If they just don't have any technical employees able to do it, then they probably don't know enough to outline what they really want with a technical person, anyway.

Relevant XKCD: https://xkcd.com/1425/ Relevant comic: http://johngushue.typepad.com/.a/6a00d83451f25369e20120a5138...

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

#70
post #28

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

Yeah I had to laugh about that one as well. Especially the part about ImageNet being too general. If they knew anything about deep neural networks, they would understand why these base models are important and necessary for a candidate to understand, because they can be used to form a foundation for the solution.

In many cases, you can use the model as-is (and likely pre-trained) for a use case outside of "match label to an image", with only some additional training with your specific dataset - which may only be tangentially related (or not even that!).

These models (and the surrounding tools) have become for many problems more like Lego in my opinion - which is a good thing! It means they are more approachable for everyone, rather than being something mysterious and complex. Ok - if you dig, things become complicated quickly, but for many problems, you don't have to worry about these internals.

Are there problems which don't fit neatly into using a modified ImageNet or LeNet or one of the other "standards"? Certainly. But I think a candidate who understands the standards and basics well is likely a better one than one who only understands a specific subset for a particular industry (if there even is such a thing, which I am sceptical of).

Furthermore - it would be even better when a candidate can say "you know what - your problem doesn't need a neural network of any kind, let me introduce you to " - because there are tons of problems out there which can still benefit, and be a robust, easy to understand, and fast (to implement, to maintain, to execute - whatever).

I love neural networks, certainly - but there's been so much hype in the news, everyone thinks they need one, which will probably lead to many investing money into worthless (or expensive) solutions, where simpler (but less "sexy") ones would have sufficed.

The candidate who could know and tell the difference would be even more ideal - being able to interview/walkthru that might be a way to get a better candidate.

Post reply on HN