Earlier quoted context omitted.
I said nothing about the ratio of dysfunctional organizations to non-dysfunctional, nor did I encourage OP to switch jobs or even try to change something in the org. All I said is that their organization is dysfunctional and hiring new people into the dysfunctional teams will do absolutely nothing to fix that.
>that doesn't make it not dysfunctional I never said that's not dysfunctional, I said most companies ARE dysfunctional in one way or another, and it's something most workers who've been around the block a few times learn to live with eventually, since they prioritize hobbies, family and having a roof over their heads instand of finding that ideal Goldlacks company that's never dysfunctional in any way, because that d…
Study: 61 UK firms tried a 4-day workweek and after a year, they still love it
201–210 of 311 posts
Re: Study: 61 UK firms tried a 4-day workweek and after a year, they still love it
#202Earlier quoted context omitted.
I said nothing about the ratio of dysfunctional organizations to non-dysfunctional, nor did I encourage OP to switch jobs or even try to change something in the org. All I said is that their organization is dysfunctional and hiring new people into the dysfunctional teams will do absolutely nothing to fix that.
>that doesn't make it not dysfunctional I never said that's not dysfunctional, I said most companies ARE dysfunctional in one way or another, and it's something most workers who've been around the block a few times learn to live with eventually, since they prioritize hobbies, family and having a roof over their heads instand of finding that ideal Goldlacks company that's never dysfunctional in any way, because that d…
Again: I didn't suggest anyone fight to change anything or switch jobs. All I said is that hiring new people into the dysfunctional organization is going to do absolutely nothing to fix the problems OP is describing.
You're replying to what you imagine people on HN would often say, not replying to me.
Re: Study: 61 UK firms tried a 4-day workweek and after a year, they still love it
#203Didn't we already know this is the case with a five-day workweek?
Five days is such an arbitrary situation, obtained only through a LOT of effort by a LOT of people to reduce that down from a 'perfectly normal and reasonable' six-day workweek.
We're persistently lumbered by the inertia of pervasive systems we inherited, and the assumption that what we have is what we should have.
Re: Study: 61 UK firms tried a 4-day workweek and after a year, they still love it
#204There's no doubt that there's a benefit to the employee, but for corporations to adopt this there has to be a measurable benefit to the company as well. I do think there is one clear benefit as measured in the article - employee retention. It's an extremely strong incentive to stay with the current company, and domain knowledge gained over decades really is a competitive advantage if your employees commonly have it.…
In the mid aughts, I worked at a company that put ROWE (results oriented work environment) into practice. This approach basically meant you could work whenever you wanted, as long as you were meeting goals and metrics. There was a list of metrics you had to meet before being eligible for it. They kept it in place for two years and nothing really changed. Devs were still meeting their metrics and the company was still…
In my job, every problem seems to take a random amount of time. It might be the thing I'm assigned is trival and done in 1-2 hrs. It might be it would be trivial but it pointed out an issue elsewhere than needs to be fixed first. It might be trivial but the CI was down for 6hrs. It might be trival but requires some other library to roll to a new version and the roll broke something else. It might look trivial but turns out to need a non trival refactor to work.
I ran into that last one yesterday where I started on an issue that seemed like it should be trivial, in an object with different options than it currently has. These objects are cached by their options since they are heavy. The code that gets an existing or new one is 5 levels deep. It creates them from a factory but the info this new issue needs needs to query the factory to figure out the creation options. So, what seemed like a 10-15 min change is going to be several hours to decide how to surface or pass that factory to/from the top level
the point being, from outside management is going to see different levels of work. It's not as trivial as "created N widgets an hour" nor is it as trivial as "lines per hour"
I feel like there could be lots of unintended consequences with people only taking the smallest tasks or whatever to avoid taking tasks that take longer or to find ways to account things so it looks like they're doing more, etc
Re: Study: 61 UK firms tried a 4-day workweek and after a year, they still love it
#205Re: Study: 61 UK firms tried a 4-day workweek and after a year, they still love it
#206Earlier quoted context omitted.
That sounds mostly dysfunctional and not really a WFH issue. > Is the server not responding after the recent power outage? Too bad. The guy to turn it back on only comes in Monday-Tuesday. A reasonable company would have some rotating in-office IT or at the very least an oncall that goes to wherever the server is to fix it. > The plumbers and electricians still "work from home" half the week. Pretty much the same thi…
> If your employees are so disfranchised that their install scripts to wiggle their mouse while they watch Netflix the battle is already lost. That would be a lot of companies and workers out there, dare I say the vast majority even. Believe it or not, many workers don't actually enjoy their work, their company, their boss or their job, but they put up with it because housing in expensive and it was the least horribl…
Re: Study: 61 UK firms tried a 4-day workweek and after a year, they still love it
#207Earlier quoted context omitted.
[flagged]
I simply do not understand your grudge against unions. You're absolutely free to not join one, I have no idea where you are from so can't understand the cultural aspect of your grudge. It's just really tiring to read the same non-sequitur repeated ad nauseum, yes, you do not like unions, I got that, what else do you have to say? Unions where I live are a central and core component of the labour market, the government…
Re: Study: 61 UK firms tried a 4-day workweek and after a year, they still love it
#208Earlier quoted context omitted.
The work week went from 6 days to 5 and economy growth didn’t stall (when people were waaay less productive) My bet is literally nothing will change if we go to 4-day work week. Can’t say about others but my productivity goes way up with an extra weekend. I am way more rested and eager to do some work in Monday.
I suspect we'd see a bunch of change. A difference of when we moved 6 to 5 days is in those times most business were closed on the weekends + generally people were more tied to one company for longer term. Plus 2 days off is very different than 3 in terms of alternate work opportunity. From that a likely issue is a steep increase in people having second jobs so they work a 4 day job and a second 2/3 day job. I suspec…
Re: Study: 61 UK firms tried a 4-day workweek and after a year, they still love it
#209Re: Study: 61 UK firms tried a 4-day workweek and after a year, they still love it
#210Earlier quoted context omitted.
In the mid aughts, I worked at a company that put ROWE (results oriented work environment) into practice. This approach basically meant you could work whenever you wanted, as long as you were meeting goals and metrics. There was a list of metrics you had to meet before being eligible for it. They kept it in place for two years and nothing really changed. Devs were still meeting their metrics and the company was still…
I have no idea how metrics would be measured unless the work is always the same and trivial. In my job, every problem seems to take a random amount of time. It might be the thing I'm assigned is trival and done in 1-2 hrs. It might be it would be trivial but it pointed out an issue elsewhere than needs to be fixed first. It might be trivial but the CI was down for 6hrs. It might be trival but requires some other libr…
This just gives wrong ideas to the team.