Earlier quoted context omitted.
People who work closely with machines develop an instinct for how it operates. If you think about it, all mechanical machines are state machines (in the CS sense) and if you’ve had to work with and fix shit long enough your brain commits those experiences to long term memory.
I like this. It holds true for looking at code to some extent - what people call "code smell". But the main difference would be that failure modes in CS tend to be binary - a piece of code produces the expected result or it doesn't. And unless you do something to the environment, it doesn't wear down over time. Whereas your car's brakes don't go out all at once (hopefully), and yet it's guaranteed to happen eventuall…
The diminishing returns of productivity culture (2021)
111–120 of 183 posts
Re: The diminishing returns of productivity culture (2021)
#112Earlier quoted context omitted.
My grandfather was a car mechanic after he come out the navy and always had a stethoscope in his tool-box. He'd listen around the engine before diagnosing crankshaft or valve maladies like some kind of auto-doctor. Come to think of it, machine listening techniques could be deployed in a modern mech-engineering to predict physical failures in advance given how easy it is to embed a piezo crystal and and TPU core.
> machine listening techniques could be deployed in a modern mech-engineering to predict physical failures in advance It has been done for decades.
I guess for auto stuff there's so many embedded sensors in a modern engine there's little need these days.
Re: The diminishing returns of productivity culture (2021)
#113Funny. I just had this conversation about ennui, probably not an original one, with a colleague who told me she wrote a thesis on ennui in college: Why did George Jetson go to work every day? Was it just to have a reason get away from his family? Wasn't the goal of that society that no one had to work, and everyone could be creative and leisureful all the time? Did George want to buy a newer robot? Was he cheating on…
I don't know many people like me, but I like putting things together. And I sometimes even like boring rote jobs where you do the same thing repeatedly. In that future where we have UBI, not everyone will want to be an artist. Some will still want to just make things while following instructions. And there will likely be a beneficial place for it, even alongside all the robots.
Re: The diminishing returns of productivity culture (2021)
#114Earlier quoted context omitted.
People who work closely with machines develop an instinct for how it operates. If you think about it, all mechanical machines are state machines (in the CS sense) and if you’ve had to work with and fix shit long enough your brain commits those experiences to long term memory.
It reminds me of an old story - The Handyman’s Invoice https://www.snopes.com/fact-check/know-where-man/
Re: The diminishing returns of productivity culture (2021)
#115Earlier quoted context omitted.
Isn't there a sweet spot though? As Elon, by virtue of his massive wealth now, is depriving an ungodly amount of people of financial resources and opportunities. I mean on that scale I venture to say it's like a Usain Bolt sucking up nearly all the sponsoring for 100m sprinting so there are very few left to even challenge him in a professional sense which makes him even more "valuable". [Of course in this analogy (ac…
> As Elon, by virtue of his massive wealth now, is depriving an ungodly amount of people of financial resources and opportunities. That doesn’t make any sense at all. His wealth isn’t made up of financial resources and opportunities that other people could have used - his wealth is the price that other people would be willing to pay him to own shares in the companies he created. I think it’s a common misconception ou…
Regardless if it's cash, stocks, land or a pile of cans of food - if I have a piece of it you don't have the same piece.
So yes "by virtue of his massive wealth now, is depriving an ungodly amount of people of financial resources and opportunities" is exactly how wealth works.
Re: The diminishing returns of productivity culture (2021)
#116Funny. I just had this conversation about ennui, probably not an original one, with a colleague who told me she wrote a thesis on ennui in college: Why did George Jetson go to work every day? Was it just to have a reason get away from his family? Wasn't the goal of that society that no one had to work, and everyone could be creative and leisureful all the time? Did George want to buy a newer robot? Was he cheating on…
I like the Culture series take on post scarcity societies. Sure, the super AI ship could build and maintain and plan everything, but what’s the point in that if all the humans are bored to tears?
Re: The diminishing returns of productivity culture (2021)
#117Earlier quoted context omitted.
I've never heard/read/thought of "code smell" as anything BUT referring to maintainability issues. When you're debugging a concrete issue and have a hunch what might be the cause, that's not a "code smell."
Code can smell and be perfectly maintainable. Sometimes it's even more maintainable, because it's so unnecessarily replicated that the patterns become obvious. You could even argue that the best precision code is the hardest to grok and maintain in the long run.
Sounds like you're basing your heuristic on dogma rather than experience.
Re: The diminishing returns of productivity culture (2021)
#118Here's why. Task B is the bottleneck and one could never 'ship' on average on any given day, any more than what worker-B would be able to produce. Worker-a would be piling a lot of 'intermediate work product' (or work-in-process) for worker-B while worker-c may be starving for work and will likely be idle. Sure there would be a lot of busy work for workers a and b and a lot of work-in-process, but not much changes in terms of volume of widgets shipped to customers.
If the goal was to achieve the lower cost of production for the same volume, one approach might be to remove worker-c and cross-train worker-a in task C in addition to task A. Now, worker-a can alternate between task A and task C (50% of time between the two tasks) and we would produce the same quantity of widgets as three people were producing earlier.
If the goal was to achieve higher volume at the same (labor) cost of production, one approach might be to train worker's b and c in task B and train worker a in tasks A and C. So, the deployment is {a} -> {A, C} and {b,c} -> {B}. Now, all three workers are occupied the entire time and the rate of production for task B is now doubled i.e, the shop doubles its throughput thereby increasing revenues, profits etc.,
In either case, the pursuit of productivity in itself is not a bad thing. If the firm failed to choose the suitable rational option, in the long run, it would have higher costs of production (and hence eroding margins over time) or a higher price that customers abhor (and hence losing market share), considering other things constant.
This is a management issue. When management prefers the status quo, you have dysfunctions such as worker-a potentially complaining about the effort vs. reward when (s)he is paid the same reward as worker-c ("they have an easier job while I slog my ass off!") or when management doesn't explain the change (i.e., cross-training and the benefits to the company, customers and workers) properly and faces resistance to the change ("what's in it for me?").
Re: The diminishing returns of productivity culture (2021)
#119Funny. I just had this conversation about ennui, probably not an original one, with a colleague who told me she wrote a thesis on ennui in college: Why did George Jetson go to work every day? Was it just to have a reason get away from his family? Wasn't the goal of that society that no one had to work, and everyone could be creative and leisureful all the time? Did George want to buy a newer robot? Was he cheating on…
From times before the concept of employment existed, to aristocrats and wealthy people in the last 2k years?
They dedicated themselves to culture, music, art, philosophy, science, architecture and so on. They wrote books and plays and music, did research, played instruments, sang and danced, painted, played games.
Search any list of the 20 most important scientists in history and count how many of them where money-driven. Very very few.
E.g. https://www.discovermagazine.com/the-sciences/the-10-greates...
Re: The diminishing returns of productivity culture (2021)
#120Funny. I just had this conversation about ennui, probably not an original one, with a colleague who told me she wrote a thesis on ennui in college: Why did George Jetson go to work every day? Was it just to have a reason get away from his family? Wasn't the goal of that society that no one had to work, and everyone could be creative and leisureful all the time? Did George want to buy a newer robot? Was he cheating on…
I like the Culture series take on post scarcity societies. Sure, the super AI ship could build and maintain and plan everything, but what’s the point in that if all the humans are bored to tears?