If the office is so great, pay me extra for the commute.
Many companies try to! The problem is that paying extra for the commute deterministically implies that people who do end up working remote are penalized, which they understandably aren't happy about. As the article describes, when companies like Spotify try to come up with an employee friendly policy they inevitably conclude that remote employees should be paid the same as in office ones.
Workers quitting over return-to-office policies
171–180 of 194 posts
Re: Workers quitting over return-to-office policies
#172Earlier quoted context omitted.
I'm also burnt out on WFH. At this point, I'd appreciate an workplace to go in to. But I'd also appreciate that workplace giving me my own office with a door that closes. I've had that only once in my career and it was bliss.
If you work from home, can’t you acquire an office with a door that closes? Perhaps by building an extension on your house, or a workshop in the yard, or renting an office over a restaurant a mile from home (you know the ones that are usually rented by local lawyers, insurance agents, etc)?
On a less grumpy note: I'd love to have an actual home office, worthy of the name, but real estate is very expensive, I can barely afford a home, but I definitely can't afford a big enough home for a home office.
Re: Workers quitting over return-to-office policies
#173Earlier quoted context omitted.
I'm growing more and more frustrated with open offices, and with $management's unwillingness any concerns. Quitting isn't really an option: I haven't seen a single Belgian company that has an acceptable office layout for software engineers. Even desk sizes seem to be getting smaller and smaller. Remote options are few and far between (and I don't want to WFH anymore).
> Even desk sizes seem to be getting smaller and smaller. Heh, I didn't realize this, but during covid my company mandated every other desk to stay empty, and suddenly it felt like I had as much space again as I used to have 20 years ago.
Re: Workers quitting over return-to-office policies
#174Earlier quoted context omitted.
> To use a crude example, if you’re in a rock band composing songs together, you would never consider that interrupting the bass player to suggest a slightly different riff would be “an interruption that cost them 20 minutes of focus Bad analogies are not very persuasive
If you think software development can be a collaborative creative process, it’s really not a terrible analogy.
Terrible analogy.
If you want to pick something that makes more sense to compare, it would be something that is engineering related.
Re: Workers quitting over return-to-office policies
#175Earlier quoted context omitted.
> get small pieces of code landing in different places before I can start to see results I long for the days when developers worked on big pieces of code and had ownership much more holistically in what they were developing
This sounds like an interesting perspective. Could you elaborate a bit more on what it is different today, and what you are comparing the present situation to?
I hate the “well my piece works” attitude that I have seen grow over the last 5-10 years. Likely due to bastardized scrum/agile with tiny little bite sized dev stories and tasks that in my mind have turned developers into cogs in a assembly line. 30+ years ago, almost all devs were brilliant, creators, engineers and problem solvers. In my estimation 25% are brilliant today with the remaining seemingly unable to write a single line of code unless the requirements are spelled out in hyper levels of detail, with design standards, engineering guides, and all manners of cheat sheets to contain them in a box where their screwups are contained.
rant over
Re: Workers quitting over return-to-office policies
#176Earlier quoted context omitted.
If you work from home, can’t you acquire an office with a door that closes? Perhaps by building an extension on your house, or a workshop in the yard, or renting an office over a restaurant a mile from home (you know the ones that are usually rented by local lawyers, insurance agents, etc)?
Who's going to pay for this? My employer? I doubt it. Me? Hell no. On a less grumpy note: I'd love to have an actual home office, worthy of the name, but real estate is very expensive, I can barely afford a home, but I definitely can't afford a big enough home for a home office.
Co-working desks are as much as 50% of rent in a normal area of the city.
For example an apartment of 82sqm (269sqf) in Malmo might be 9000 SEK ($900~) per month, a co-working desk might be 4,200 SEK ($420~)[0]. But an apartment for 13,200 SEK ($1.3k) would likely be 100-120sqm (328-392sqf) in size.
Meaning a dedicated room in your home of 18-38sqm (59-124sqf) can be the same price as a single desk in a co-working space.
Paying 1.5x the rent for an apartment would give a lot more space than just a desk.
[0]: https://www.gamehabitat.se/devhub/
*EDIT*: just realised a fixed desk is actually more than 4,200SEK
Re: Workers quitting over return-to-office policies
#177Earlier quoted context omitted.
If you work from home, can’t you acquire an office with a door that closes? Perhaps by building an extension on your house, or a workshop in the yard, or renting an office over a restaurant a mile from home (you know the ones that are usually rented by local lawyers, insurance agents, etc)?
Who's going to pay for this? My employer? I doubt it. Me? Hell no. On a less grumpy note: I'd love to have an actual home office, worthy of the name, but real estate is very expensive, I can barely afford a home, but I definitely can't afford a big enough home for a home office.
Re: Workers quitting over return-to-office policies
#178Earlier quoted context omitted.
If you think software development can be a collaborative creative process, it’s really not a terrible analogy.
This analogy sucks because a rock band cannot make songs without actually playing together over and over again. You can however build software in modules or independent parts as long as you have clear specs about what each part should do and proper testing. Thats why you can outsource some software dev but you cannot outsource a rock band. Terrible analogy. If you want to pick something that makes more sense to compa…
Where do these clear specs come from? That’s the creative process I’m talking about.
Re: Workers quitting over return-to-office policies
#179Of course this is happening. I’m coming up on year 10 of working remotely, and year 2 of completely async. The only forced-commute job I ever had was for 6 months right out of college. I’ve been preaching remote work for almost the entire time I’ve been doing it. I thought it would catch on much sooner, but it’s here now. I think async is the next thing that will happen. If you’re building software there’s really no…
How do you handle brainstorming sessions or design sessions where things are hard to solve, so there is no direct answer? I love the idea of async, but there are just some sessions that are incredibly valuable and develop on others thoughts, evolving in a final solution. At the company I work at, we compromise with a specific 4 hours overlap so that meetings can be scheduled only during those times
Personally I doubt that having face–to–face meetings is ever truly necessary. Once everyone in the group has thought of several ideas, they can write a page or two description of it and why they think it is a good idea. Then the decision makers (which obviously might be the same group) can read those papers and decide between them. Mozilla used to work something like this specifically to allow contributions by volunteers outside the company (no idea if they still do though). The Rust programming language is developed in a similar way: anyone can write an RFC to propose making a change to the language (or the associated tooling, the standard library, etc).
Re: Workers quitting over return-to-office policies
#180Earlier quoted context omitted.
How do you handle brainstorming sessions or design sessions where things are hard to solve, so there is no direct answer? I love the idea of async, but there are just some sessions that are incredibly valuable and develop on others thoughts, evolving in a final solution. At the company I work at, we compromise with a specific 4 hours overlap so that meetings can be scheduled only during those times
It seems that there is decent evidence that a group meeting that tries to come up with new ideas does worse than if the same people did so individually, and only then had a meeting to present their best ideas. And by “does worse” I mean that they come up with fewer good ideas, even when they are quite confident that they have completely explored a problem. Personally I doubt that having face–to–face meetings is ever…
Keep in mind that I never mentioned face-to-face, I just asked for synchronous time.
That being said, I'm open to explore the idea, I think I already do this for a certain subset of problems using Slack threads