Live data from Hacker News

Ask HN: How can I work towards building a company while employed?

news.ycombinator.com

11–20 of 193 posts

Re: Ask HN: How can I work towards building a company while employed?

#11
Here is what I'd do.

* Pick a tech stack and get really good at it. You can do it at your company's time and equipment as it is gaining knowledge.

* Give yourself 6 months to blog and contribute to open source on your own laptop. Get something decent to get started. If you feel buying a Macbook Pro or a similar Dev laptop is a huge expense, look for options to rent it in the short term. Consistency is key, ensure that you are pushing out a new post every week.

* Get into a freelancing gig where you are able to set your own times. This will give you a sense of business priorities and how to pitch and get clients. Conduct trainings and workshops and charge market rates for your expertise.

* Then if you really find a problem that needs more than your mind and two hands to solve, by all means setup a company, hire people and do things. As a developer looking for freedom from the man, freelancing is a good way to gain that freedom. Your own employer might hire you on your terms for twice the pay he is paying you currently.

Re: Ask HN: How can I work towards building a company while employed?

#12
1. Be fair to your company. They are paying you to make their product succeed. Imagine a future situation where you are running a succesful company. Would you want your employees taking your money while working on their own pet projects?

2. An hour or two every day and code marathons on weekends can get your a basic version of product out in a few months.

3. Never give in to temptation to steal office hours to work on your project.

Re: Ask HN: How can I work towards building a company while employed?

#15
post #12

1. Be fair to your company. They are paying you to make their product succeed. Imagine a future situation where you are running a succesful company. Would you want your employees taking your money while working on their own pet projects? 2. An hour or two every day and code marathons on weekends can get your a basic version of product out in a few months. 3. Never give in to temptation to steal office hours to work o…

Re 1: put yourself first when it comes to careers. As long as you are putting in the required number of hours (physically and mentally) at your employer, there's nothing wrong with spending your free time on your own projects.

Re: Ask HN: How can I work towards building a company while employed?

#16
Don't work on your project during the office hour, or allow your project to affect your performance at work. There are two main reasons:

1. The employer is paying you to help their product/service succeed. It is unprofessional and immoral to deceive them. I've seen some colleagues do this and I was disappointed in them.

2. Work you produce at your place of employment belongs to the employer. It depends on the contract and I am not a lawyer, but it's best to protect your intellectual property.

Re: Ask HN: How can I work towards building a company while employed?

#17

Don't overindex on your contract wording: just because it says that doesn't mean your company will in practice a) realize that you worked on something else while employed there, b) care enough that they'll take the time to sue you, and c) win that case if they do. Realistically speaking, unless your side gig is a direct competitor or becomes a massive success, you're probably fine. And you can reduce risk further by…

The big risk isn't that they sue you, it's that various collaborators you need to make the company a massive success (investors, cofounders, acquirers) will not want to do business with you if your IP and legal paperwork isn't "clean". This sort of stuff comes out in due diligence. You don't want to pour your soul into a company for years, actually build up a business to the point where it's a success, and then find that a potential acquirer passes on the deal because they noticed your commit history overlapped with the dates of employment of your past employer.

Re: Ask HN: How can I work towards building a company while employed?

#18
post #12

1. Be fair to your company. They are paying you to make their product succeed. Imagine a future situation where you are running a succesful company. Would you want your employees taking your money while working on their own pet projects? 2. An hour or two every day and code marathons on weekends can get your a basic version of product out in a few months. 3. Never give in to temptation to steal office hours to work o…

I do not think the issue here is (1) to be fair to the employer, to take the employer's money (the money I earn while working is my money), (2) to find personal time or to (3) steal office hours.

The problem is that the employer pretends to own all Intellectual Properties produced by the employee while in contract. Be it during code marathons, night hours, week-end time...

I used to have a contract of that kind, and I found another job to keep ownership of my weekend pet projects.

Re: Ask HN: How can I work towards building a company while employed?

#19
> a bunch of contract clauses that basically lets the company own all IP while employed.

This is default here as well (Germany), but I only interpret this as stuff done during work time. So the stuff I come up with and the code I write at the office on my workstation is automatically owned by my employee. That's fine, because if it wasn't, that would cause all kinds of legal trouble should I ever leave the company.

But if I create things in my free time at home, on my own equipment, then that's MINE, and I might start a company from it -- the only trouble might come if there is reason to believe I stole code/trade secrets (e.g. starting a company in the same niche) or my employee might assume I worked on my it during my paid hours (e.g. all of a sudden bootstrapping a 100 employee company, while getting paid 40h a week until yesterday).

Of course your contract is probably very different, but I have a difficult time imagining that what you're doing in your unpaid time is owned by your employee. Logic here is: You're paid to work a specified time of hours per time interval (e.g. 40h/week). What you do there is owned by your boss. Then if your boss wanted to own all you do/come up with outside of that time, he would need to buy that time from you as well. E.g. to own all you come up with, even in your sleep, you should be eligible for a 7*24h/week compensation. Of course this is more morals than law, but well, maybe you just misinterpreted the wording?

//edit: Mind the discussion below this thread. IANAL, and my moral point of view might not match the legal reality.

Re: Ask HN: How can I work towards building a company while employed?

#20
post #19

> a bunch of contract clauses that basically lets the company own all IP while employed. This is default here as well (Germany), but I only interpret this as stuff done during work time. So the stuff I come up with and the code I write at the office on my workstation is automatically owned by my employee. That's fine, because if it wasn't, that would cause all kinds of legal trouble should I ever leave the company. B…

This may sounds like a reasonable wording, but is very often not the case unfortunately. I believe it’s because you’re salaried rather than paid by the hour. Even though your contract is for a set number of hours, you’re expected to have just one job, and for that job to get your focus and attention in a way that you wouldn’t be expected to do if you were paid hourly. This means that companies often technically own the IP you develop in your own time, and big ones will enforce that.
Post reply on HN