top | item 7476420

Popular startup stole my code – now what?

51 points| x1024 | 12 years ago

Hi, I want to ask HN for advice - a somewhat popular startup recently took a page straight out of Dilbert. Is this common? Should I do something about that?

I went on an interview at flipps.com and wrote some "sample" code to fix their horrible, memory-hungry iOS app. I only improved a single view of the app(because I suspected something like this might happen).

The company didn't wish to move forward and hire me to fix the rest of the app. I didn't think much of it and thought that was the end of that.

But to my surprise they immediately shipped my sample code to production! Now, I am aware of the legal status of code written as a "sample" and they probably don't owe me money for it.

I'm not looking for vengeance, and I'm not really all that angry. There's more code where that came from and I won't starve without their business. But this an unethical way to go about software development.

And it is especially dishonest toward their investors(who think they've made an investment in a technologically-savvy company, not just software thieves).

If you wish to drop them a line, the site is flipps.com, and their main investor is http://launchhub.com.

35 comments

order
[+] computer|12 years ago|reply
Wait until they are close to exiting and then threaten to sue for 5%, settle for 2%. It's the absolute worst timing for a startup to get hit with something like this.

Of course, only do it if you're actually in the right, so check with a lawyer first.

[+] hga|12 years ago|reply
Indeed. At any investment event, they're exquisitely vulnerable to the threat of a lawsuit.
[+] rohanpai|12 years ago|reply
How will you know if someone is about to close or exit? I feel like startups go out of their way to keep that private.
[+] jmathai|12 years ago|reply
In all honesty it's probably not worth pursuing. It's unethical and if they operate other parts of their business this way one can only hope they eventually implode.

I had a similar experience. I founded a company 3 years ago where we open source the majority of what we do. We entered into a discussion with a well funded (>$40M) "startup" about how they could use our service as a whitelabeled SaaS offering to their customers.

After a few promising exchanges including a Skype call with their Founder and VP of Engineering they stopped returning all of my attempts to see what the next steps should be. Turns out the reason was because they forked a private repository of the work we did - web, iOS and Android.

We found out they're using our code because they didn't even bother taking out our Crashalytics code and we started to get a bunch of pings. To this day their iOS app still uses our "yellow" color for toggle buttons.

https://www.dropbox.com/s/dcpbbnbltm2bmq6/Photo%20Mar%2026%2...

They didn't violate any terms of our license (MIT) but I lost some faith in humanity because of what they did :).

--

My company is Trovebox - code @ https://github.com/photo

[+] lugg|12 years ago|reply
I don't get it, this isn't similar at all. Why did you lose faith in humanity because they did exactly what you told them they could do?

> our license (MIT)

Why did you MIT your code if you didn't want this to happen?

GPL exists for the exact reason you're bringing up here.

Sorry I don't mean this to be negative in anyway, I just don't get the thought pattern here.

Disclaimer: fan of bsd/mit/asl style licenses, feel gpl is better suited for things which need protection from the big players and enforce participation.

While I can understand your pain I feel it is a necessary pain for the greater good to have unrestrictive open source. (companies can always donate/contribute in other ways after the fact etc)

[+] ballard|12 years ago|reply
Yup. Consider it a cheap lesson in trust and that their reputations are blown. It's a small valley and word will get around.
[+] avenger123|12 years ago|reply
Sorry to hear. Seems like they were fishing to see what else they could get from you that wasn't already open-sourced. When they found that the open source code was enough, they dumped you.

As this changed your mind about open sourcing the code or how you open source code now?

[+] mattwritescode|12 years ago|reply
To be honest I would just keep clam and carry on. I really doubt you can do anything about it.

Why?

Proof. You say they took your code but whats to say they already had something similar in development. Without actually seeing the code changes you are just making assumptions (although it does sound suspicious).

Personally I would say take the moral high ground. Just forget it and move on. A lawyer will take you money and you will probably be worse off than before.

[+] BrindsleyQuives|12 years ago|reply
>>To be honest I would just keep clam and carry on...

Yes. In times of stress, I too often seek solace in mollusc husbandry.

[+] palakchokshi|12 years ago|reply
If you didn't sign an NDA when you interviewed post your code fix here or on your blog. That should bring some visibility to your "cause". Otherwise it is your word against theirs.
[+] x1024|12 years ago|reply
Here are the parts not covered by an NDA:

* Our initial email communication.

* The description of my task.

* The schedule for our meeting (in-office, where the code was written)

* The bill that my consulting company sent them, including a detailed description of the issue and the applied fix.

* Their refusal to continue working with my company.

* Their shipping of a new version two days after the interview.

I know it's all circumstantial. That's why the title doesn't say "I'm starting legal action against a popular startup".

Again, I'm not out for blood. But I do want to spread the word and raise awareness.

[+] Ryel|12 years ago|reply
Wow that looks like the most boring, un-inspiring group of people I've ever seen. You are a lucky man (or woman) to have walked away without a job.
[+] poopicus|12 years ago|reply
How do you know they shipped your code?
[+] x1024|12 years ago|reply
Because it was shipped about 48 hours after I wrote it, and I see details in it that are specific to my implementation.

In fact, if you use their iOS app(especially on the more memory-consuming devices like an iPad Retina)you'll notice that the app reproducibly crashes on all screens. Except one.

[+] arikrak|12 years ago|reply
A popular startup once stole some content I created, but I decided it wasn't an amount that was worth suing over right then.
[+] bozho|12 years ago|reply
What bothers me is that there are no technical people on their "team" page. Only an "R&D manager".
[+] pawn|12 years ago|reply
I counted four CS majors on their page...
[+] x1024|12 years ago|reply
Gee, I wonder why.
[+] tedchs|12 years ago|reply
I don't understand why a company would expose their source code to a job applicant who was not yet hired?
[+] swalsh|12 years ago|reply
You have their email, how long was the interview? Just send them an invoice for your typical hourly rate...
[+] x1024|12 years ago|reply
I did, but they just said they are not interested and paid nothing. The whole thing took most of a work day, all of it spent writing code.
[+] centdev|12 years ago|reply
How are you sure they shipped an update with your code