logoalt Hacker News

DrBazza10/12/20245 repliesview on HN

WFH is best for focused work. Office is best for collaboration. I'm not sure I've found a tool that works for collaboration like a whiteboard. Digital solutions just never really worked in our company and we tried a few.

On the flip side, open source projects function just fine with 100% remote work in different time zones.

One thing I found with WFH pre-and-post Covid is the the 'Feynman moment'- "If you cannot explain something in simple terms, you don't understand it". Complex architectures in the minds of a few people, or the way creaky systems worked together, and so on. Or to put it another way, no documentation for offline folks, because no one considered it important. So much for all that boasting about business continuity plans.

Which is almost a justification for being in the office, just to ask 'those people' how things works. It should also be a big red flag to management that things need fixing. But that's in the category of the management not seeing the financial benefit of doing it as there isn't an instant measurable up-front saving.

(edit) 'those people' are typical senior devs, and senior devs are often most likely to want to, or can, WFH.


Replies

nox10110/12/2024

Documentation is not a complete fix. So you have 1000 pages of documentation. Which page has the answer to your question? At work you ask your coworker with more experience "Can you tell me how X works?" and get an answer immediately. On remote you type in to chat "Can you tell me how X works?" you get an answer in 5 seconds, or 30 or 5 minutes, or 10 or 3hrs later, or never. Where as in the WFO example you were back to work immediately with little to no context switching, in the remote example you might have to just go work on something else (30-60 minute context switch) while you wait for an answer, then once you get it do another 30-60 minute context switch to get back into whatever it was you were doing.

Maybe LLMs will solve this. Have them read the code and then be able to ask them questions about how it works?

It's not just docs though. Maybe it's going over an idea. "I'm thinking of solving this issue by doing X, what do you think?" Same, WFO, immediate answer. WFH, answer in 5 secs to 5hrs+ or never.

People will complain that getting a question takes them out of the zone. That might be true but it's never been true for any co-worker I've ever personally worked with. Nor with myself. It's always been easy and pleasant to answer a coworker's question. A few times a year I'm working on something so complicated I need to be uninterrupted for a few hours but that's rare, for me at least.

show 1 reply
closeparen10/12/2024

I think this is backwards. It's much easier to join Zoom meetings from home, and while you are on these meetings everyone can see that you're giving them at least partial attention. While heads-down work at home requires more discipline from you and more of a leap of faith from management.

In the office, quiet spaces to take a meeting from are scarce, but it's better established that your unscheduled time is actually spent on work.

lloeki10/12/2024

> 'Feynman moment'- "If you cannot explain something in simple terms, you don't understand it".

Unsure if you're attributing it to Feynman (although I do see the relationship in Feynman's thought process, but the quote is from Einstein:

> If you can't explain it simply, you don't understand it well enough.

... buuut really it's from Nicolas Boileau (1674):

> Ce que l'on conçoit bien s'énonce clairement. Et les mots pour le dire arrivent aisément.

Tx'd:

> What is well understood is told with clarity, and the words to say it come up easily.

As well as a few others that are right on point:

> Avant donc que d'écrire, apprenez à penser. Selon que notre idée est plus ou moins obscure, l'expression la suit, ou moins nette, ou plus pure.

Tx'd:

> Before even to think one should learn to write. Whether the idea is more or less obscure, expression follows through, 'ther less sharp or more pure.

show 1 reply
anonzzzies10/13/2024

Some people collaborate better in person, some don't. I work with people (deliberately) who collaborate better via text chat. We sometimes jump on a call with a screen share, but that is rare. I have tried everything over the past 30+ years and find there are some people who just 'need' the office as they thrive there, but mostly I found that people who insist on office hours and say they are more productive are just really not very good at what they do and compensate for that with an external cabaret of 'work' which really doesn't work at home.

By the way, LLMs really helped us here; we chat with a bot reading and extracting everything and storing it conveniently so it won't get lost for later.