Earlier quoted context omitted.
> So, you will see people whose job is to stand in the rain and watch over a construction site exit making sure people in the sidewalk do not get run over by trucks exiting the site, doing their job with utter dedication. That kind of job existing in the first place is the problem. And that could be well called subservience instead of work ethic.
> That kind of job existing in the first place is the problem. Why? You don't think that job is important? To prevent injuries around a construction site?
Are people bad at their jobs or are the jobs just bad?
281–290 of 318 posts
Re: Are people bad at their jobs or are the jobs just bad?
#282I have been in the workforce for almost 30 years now and I believe that everybody is getting more squeezed so they don’t have the time or energy to do a proper job. The expectation is to get it done as quickly as possible and not do more unless told so. In SW development in the 90s I had much more time for experimentation to figure things out. In the last years you often have some manager where you basically have to…
Re: Are people bad at their jobs or are the jobs just bad?
#283Earlier quoted context omitted.
It was the OP's choice and mistake to buy a complex design that was difficult to self-assemble. Any number of simple metal bed frames bought online can trivially be assembled by a single person. Never give up your power unnecessarily.
What if they have a physical disability or affect like they're pregnant or recovering from surgery? What if instead of a simple furniture item it's a piano. Nobody can have pianos anymore unless they move them on their own?
As for pianos, they would have to get a dedicated piano mover.
Re: Are people bad at their jobs or are the jobs just bad?
#284Earlier quoted context omitted.
The biggest mistake those employees make on their way to getting overlooked is assuming their boss knows . Everyone needs to advocate for themselves. A good boss will be getting feedback from everyone and staying on top of things. A mediocre boss will merely see "obvious" things like "who closed the most tickets." A bad boss may just play favorites and game the system on their own. If you've got a bad boss who doesn'…
Your boss can know about it, but if their boss wants data on performance you’re back in the same boat. Funny you mention engineers needing to market themselves though. That leads to its own consequences. I’ve been at a place where everyone needed to market their own work in order to get promoted, to get raises, and to stay off the chopping block. The end result? The engineers at the company who get promoted are… good…
Re: Are people bad at their jobs or are the jobs just bad?
#285Earlier quoted context omitted.
It's got a name and we know that it's happening yet the overpaid overeducated c-suite demands it? What gives?
> overeducated c-suite Arguably the modern MBA has gotten so insular, with many graduating with an MBA having only the barest modicum of humanities courses and the barest foot out of the door of a business college, that despite supposedly representing a higher University degree it seems increasingly fair to call it "undereducated". MBA programs got too deep into the business of selling as many MBAs as they could as q…
Re: Are people bad at their jobs or are the jobs just bad?
#286Earlier quoted context omitted.
If you round up great engineering orgs that ship impactful stuff more of them don't use JIRA than do. Linear, Basecamp, Asana, Monday etc. My experience is by the time an org gets hundreds of priorities and can't effectively delegate to sub orgs they're already fucked and there's no point working there if you want to do anything meaningful.
How do the great engineering orgs that ship impactful stuff organize / run a major project?
Re: Are people bad at their jobs or are the jobs just bad?
#287Earlier quoted context omitted.
I mean there is an alternative out there for making software that doesn't require profit and can still provide societal value. The alternative isn't to forage in the wilderness, please tell me you are just having a laugh and weren't being serious.
This is the perfect manifestation of the quote: It's easier to imagine the end of the world than the end of capitalism
Re: Are people bad at their jobs or are the jobs just bad?
#288Earlier quoted context omitted.
> In the last years you often have some manager where you basically have to justify every thing you do and always a huge pile of work that never gets smaller. So you just hurry through your tasks. This has been my exact experience. Absolutely everything is tracked as a work item with estimates. Anything you think should be done needs to be justified and tracked the same way. If anything ever takes longer than the est…
Absolutely everything is tracked as a work item with estimates. Anything you think should be done needs to be justified and tracked the same way. My grandpa once said something that seemed ridiculous but makes a lot of sense: that every workplace should have a “heavy” who steals a new worker’s lunch on the first day, just to see if he asserts himself. Why? Not to haze or bully but to filter out the non-fighters so th…
Re: Are people bad at their jobs or are the jobs just bad?
#289Earlier quoted context omitted.
None of those listed jobs is actually unskilled labor. Driving a big truck around narrow roads is a skill most don’t have, doing it at speed and running up and down to actually move the heavy packages is a skill most don’t have. Assembling furniture is a skill most don’t have, especially with complex engineered wood products that will break if stressed wrong. Handymen is literally just a collection of skilled labor j…
Very, very little labor is unskilled. In almost any work there is a massive difference in quality and speed between someone who has been doing it for 3 years. My theory is that "unskilled labor" was a term of propaganda invented by an earlier generation of business leaders in order to publicly devalue many labor-intensive roles. That generation knew that it was a lie, but the business leaders that followed were taugh…
Re: Are people bad at their jobs or are the jobs just bad?
#290Earlier quoted context omitted.
> People ... aren’t machines that can run constantly on 100% utilization. You also can't run machines at 100% utilisation & expect quality results. That's when you see tail latencies blow out, hash maps lose their performance, physical machines wear supra-linearly... The list goes on.
The standard rule for CPU-bound RPC server utilization is 80%. Any less and you could use fewer machines; any more and latency starts to take a hit. This is when you're optimizing for latency. Throughput is different.