|
|
|
|
|
by ryandrake
3580 days ago
|
|
Almost all of these replies involve growing a side project at home while remaining employed. I was under the impression most employers (at least in tech) do not allow this. Aren't you worried that your former employer will come knocking when your successful, asserting ownership over what you built? Where do you find companies that are cool with this? I've asked about tolerance of side-projects during interviews and have always got very clear, unambiguous "Work on only our company's stuff or GTFO" responses. Also curious about how many of the "saved <double digit> percent of my salary for years" stories happened in the Bay Area with its impossible cost of living. And if so, did you do this with a family? How? I consider my lifestyle extremely frugal, yet I couldn't imagine saving enough capital to start a business in 10 or even 20 years. |
|
I have been working at startups for a few years. I have made this work and been able to open-source both projects I do in my own time, and projects I built at work. Here is how I do it (note I am not a lawyer and not qualified to give legal advice):
* First step: always read your employment contract--the whole thing--before signing. Ask questions. Ask them to explain how software IP works in plain english (and in writing). All companies have lawyers, that's what they're paid for. I've never had anybody mind that I asked.
* Second step: do not sign a contract that grants IP to your company for software you wrote, on your time, on your own hardware, that is not directly competitive with the business. If this is the contract they give you, don't join the company. It's likely not enforceable, but you don't want to be in an IP lawsuit someday.
* Third step: list anything and everything you have on Github (public or private) in your exemptions. Contracts usually allow you to exempt anything you worked on before you joined.
* Final step: Write code! Do it on your own time, on your own hardware, and don't create anything that could be perceived as competing with the business. As a rule, I generally notify my boss (in writing) of _any_ side project I start working on, whether it's public or private. All he has to do is CC the lawyers, and they say "All clear, the business does not own that IP".
I may have been lucky in finding so many places that are "cool" about this. But mostly, I think it comes down to screening companies by talking about this up front.