Live data from Hacker News

Ask HN: Who here is juggling two or more remote jobs? How is it working out?

news.ycombinator.com

151–160 of 220 posts

Re: Ask HN: Who here is juggling two or more remote jobs? How is it working out?

#151
post #72

Earlier quoted context omitted.

How do you know anyone lied? If you have two fully remote jobs, and the workload for each one is ~20-25 hours a week, and the times don't overlap... I was trying to get you to actually provide reasoning, or evidence, or even "I acknowledge it's my opinion but I feel this way because __________" but here we are with more "I'm right, you're wrong, you're dumb if you disagree." Please try again because this is a point I…

Do either of your employers know that (1) you're working for another employer and (2) are actually working 20-25 hours a week when the terms of employment clearly state otherwise (as is almost universally the case with "full-time" employment in the U.S. and just about anywhere else)?

Are you required to tell your employer if you're moonlighting or doing other paid work? I'm not.

Does your employment contract (or the closest thing you have if you work in the US) specify 40 hours a week? Mine doesn't. It says I need to be available during "core hours" which amount to about 17.5 hours a week. It also takes about half a page to basically say "you have to get your assigned work done on time or you may face disciplinary action." If you're available during core hours only, and your stuff gets done, you've fulfilled your end of the bargain.

I've worked placed where you have to have your ass in a seat 42.5 hours a week minus lunch. You can't work there and have another FT job, it's not tenable even for a week or two. But I know a lot of people who either have a FT job and a long-term/large contract position, or two FT W2 jobs simultaneously for months or longer.

Your overly broad "[nearly] universal case" doesn't match the vast majority of the job descriptions I've seen when I was job searching earlier this year. Software development jobs are increasingly remote, and a small subset of those are increasingly asynchronous where they don't care where you are or when you work so long as you get your tasks completed.

Re: Ask HN: Who here is juggling two or more remote jobs? How is it working out?

#152
post #151

Earlier quoted context omitted.

Do either of your employers know that (1) you're working for another employer and (2) are actually working 20-25 hours a week when the terms of employment clearly state otherwise (as is almost universally the case with "full-time" employment in the U.S. and just about anywhere else)?

Are you required to tell your employer if you're moonlighting or doing other paid work? I'm not. Does your employment contract (or the closest thing you have if you work in the US) specify 40 hours a week? Mine doesn't. It says I need to be available during "core hours" which amount to about 17.5 hours a week. It also takes about half a page to basically say "you have to get your assigned work done on time or you may…

Are you required to tell your employer if you're moonlighting or doing other paid work? I'm not.

Actually it's quite common for employment (and even consulting) agreements to have language specifying that you do exactly that -- "devote your full working hours and attention" to their duties for the Company. As well as clauses specifically prohibiting moonlighting (or at least requiring you to declare any such outside relations in writing),

That is: to specifically prevent people from doing what you're doing.

Re: Ask HN: Who here is juggling two or more remote jobs? How is it working out?

#153

If you do this with direct charge government work, you're within hailing range of felony territory. Granted, you probably won't get caught, but if you do, it's going to be a bridge burner for you in this industry basically forever. Is that entirely a bad thing, though, considering this industry? Discussion ongoing.

Do you have a source for this being considered a felony?

Re: Ask HN: Who here is juggling two or more remote jobs? How is it working out?

#156

Earlier quoted context omitted.

I don't believe there are many devs in the us working a full 8 hour day. I have children and they take up as much or more bandwidth than a second job would. I totally believe someone could work 2 dev jobs at once.

You could. You just couldn't while having a healthy amount of sleep or a life beside work. And unless the person is on drugs, I just don't believe they are actually productive 16 hours a day.

Most software engineers don’t work fully productive 8 hours a day. In my experience I’d say maybe 2-4

Re: Ask HN: Who here is juggling two or more remote jobs? How is it working out?

#157
I'm on both sides of this. I've started 2x companies at the same time (one where I work 9-6 and the other which I work around 6-12 and all weekend) so I'm literally working all the time. Initially it made me struggle in my 9-6 because typically when I don't understand something, I'd spend my outside hours reading into things or do some extra work to finish up... but now I appear as a standard developer instead of a 10x and it's frustrating as hell.

The side project one has become vastly more successful and lucrative than my 9-6 and it's starting to creep into that time as well, with many employees asking me for information throughout the day and asking me to quickly help with things. I've told my 9-6 that I need to quit because it doesn't make sense but don't want to suddenly leave and harm the perspective value of the company. Both places know the other exists and I've really tried to keep them separate but it was easier when I was working in a vastly different timezone because I could juggle them both easier (get lots of valuable work done whilst nobody is online and feel like the day is already achieved).

Now the other side of it which really pisses me off massively, is that for the side-job I've had to build a front/backend team to deliver things and it's fairly big now but it's 100% remote and we have no office (even before COVID). Some people that you hire are rockstars, others are just ok and then there's the guys who scheduling issues for meetings, suddenly become more active for a week when you notice they're not doing anything, push almost nothing.

I wasn't aware of r/overemployed but it's been clear to me that this is a common scam for a long time. People start off great and then they suddenly stop delivering, which was making me start to really hate this remote stuff.

We've applied a few things systematically to try and prevent the overemployed scam: - Daily geekbot standup reports of what you did yesterday, today and what's blocking you

- Detailed weekly geekbot standup reports of what you managed to achieve during the week and what you're still working on (the people who stand out are the ones who are continuously working on the same items each week. The "detailed" is the part that really shown us the cockroaches hiding in the woodwork)

- Each release has commit log with the author next to each (it shows who is delivering)

- Enforced daily pushes - even if you're not yet complete with your work, you should be committing every day, so if we need to investigate, we can see what you're actually doing on a daily basis. We had people who would only push chunks every couple of days or every week and it was hard work reading through it, to see if it looked meaty enough.

- HR Slack channel with automated leave calendar notifications, so you can see who's booked off for the day, with requests being approved by HR (everyone knows who is around for the day) and also if you need to disappear for an hour or two, you can write it, so everything is more transparent and people can be honest about being AFK.

We have a project manager, who we thought would keep tabs on the velocity of each developer and catch out who wasn't delivering much, but it really didn't help and it took management to notice something was wrong with various people.

We've got stricter over time. At first we were getting abused due to lack of time and process and it was mega depressing having so many people and not seeing things progress with the product and feeling like you were being scammed but now due to the process it's not that bad IMO.

I can't wait to quit my 9-6 so that I'm able to be more hands on with the other and not have to work around the clock. Most of my work in the side job is trying to improve processes, unblock people and code in things to reduce the reliance on me so things are smoother.

Re: Ask HN: Who here is juggling two or more remote jobs? How is it working out?

#158
post #125

Earlier quoted context omitted.

Legal or not, if you tell your manager that you are also working for another company half the time (unless you work odd hours), will they be OK? If so then good. If not then it's a matter of transparency and trust. Also doesn't the contract has something about the number of hours? It may not be enforceable, but it's on paper.

Do you tell your employer you are looking for a new job?

I do not tell my employer everything, that is a scenario to demonstrate that you doing a second job violates basic trust, or even the contract. That is different than you looking for a new job, which should always be at the back of any manager's mind.

Re: Ask HN: Who here is juggling two or more remote jobs? How is it working out?

#159
post #125

Earlier quoted context omitted.

Legal or not, if you tell your manager that you are also working for another company half the time (unless you work odd hours), will they be OK? If so then good. If not then it's a matter of transparency and trust. Also doesn't the contract has something about the number of hours? It may not be enforceable, but it's on paper.

Don't care. As long as I can do the job they pay me to do, that should be their only concern.

great, then go on social media and bad mouth your employer and see if HR bats an eye, they should be only concerned about your output right.

Re: Ask HN: Who here is juggling two or more remote jobs? How is it working out?

#160
post #40

I am so confused with comments in this threads. Since when did tech employees became so submissive and scared? As far as I know, having 2 jobs is not illegal, not unethical. Many, sadly, low income families have to work two or more jobs. We in tech make enough but what if you are bored and need more challenges. My current second job is family but I know multiple single engineers (or in one case, with grown up kids) w…

I have a friend who took two in office sysadmin jobs and automated them enough that he never had to come in and was able to basically do nothing except work on cars and play video games and hang out for like 5 years. I'm still proud of him to this day.
Post reply on HN