The Slow Death of the Power User
fireborn.mataroa.blog
The Slow Death of the Power User
1–10 of 102 posts
Re: The Slow Death of the Power User
#2"back in my time", you'd have some c code, one .conf file, you'd "make", edit the config (or hope it works with default settings), run, and you'd have a program running. Now you need five different services running, it comes in a docker, running on some random port, proxied to another random port, the configs are split into 12 yaml files, plus it needs 7 gigs of hdd space...
..sometimes providing the same functionality as the old 300kB software of the yesteryear.
Re: The Slow Death of the Power User
#3Re: The Slow Death of the Power User
#4> These are the same people who would lose their minds if their city government told them they could only buy food from vendors the city had approved, licensed, and taxed
But it is exactly like this in the developed world, and not many would buy food from a trunk of a roadside car.
Re: The Slow Death of the Power User
#5It's engineered dependency.
Re: The Slow Death of the Power User
#6Re: The Slow Death of the Power User
#7These are the type of persons who would get a girlfriend without a master degree in psychology.
Re: The Slow Death of the Power User
#8Then they spent 25 years engineering understanding out of every single interaction, and now point to the resulting learned helplessness as validation. "See? Users don't read!" No, you spent decades training them not to by ensuring that reading was never rewarded and never necessary.
My read has always been it was painful for a certain type of PM to think and so they assumed "minds like mine" and ... here we are.
Re: The Slow Death of the Power User
#9Re: The Slow Death of the Power User
#10On one hand, it's a "people problem"... on the other, it's a software problem too. "back in my time", you'd have some c code, one .conf file, you'd "make", edit the config (or hope it works with default settings), run, and you'd have a program running. Now you need five different services running, it comes in a docker, running on some random port, proxied to another random port, the configs are split into 12 yaml fil…