If we accepted the arguments that humans are selfish, then it’s an argument for communism and not against it. We should be creating social systems that encourage socially positive behavior and inhibit socially destructive behavior. Capitalism is like taking a drunk to a happy hour at the bar. The fact that people keep repeating this trope shows complete and utter lack of critical thinking on their part.
lol I think this mostly happens when people give too broad a task to llms
That said, there is a lot of boring code out there. For example, most UIs are basically just doing CRUD operations, and once you’ve written enough of these things it’s not really that exciting anymore.
a good metaphor :)
I find this is a really common trope where people appreciate the complexity of the domain they work in, but assume every other domain is trivial by comparison.
Exactly, to eliminate the need for programmers you would need AGI, and that would simply mean the end of capitalism because at that point any job a human does can be automated.
It’s basically playing out exactly the same way as Biden’s attempt to isolate Russia. The whole history repeating as a farce thing in action.
Kubernetes solves a problem for very large scale the kind that Google has. However, it’s complete overkill for most use cases. It’s an incredibly complex tool that takes a lot of skill to use properly and it’s completely unnecessary for most applications. As a corollary, I find there’s an obsession with aggressively applying microservice architecture nowadays which introduces a huge amount of orchestration overhead.
meanwhile blueAnon runs around making excuses
There’s sort of an unholy synergy between hardware companies wanting to sell more hardware and software shops wanting to cut development costs. The selection pressures are to build bloated software that needs fast hardware to run.
oh nice, I’ll start posting on there at some point
Oh they give 20 gigs of space, I made a tankietube account after but already started posting on this instance so just kept going with it.
Somebody has to maintain the ungodly large amount of comments as the code gets updated over time, and if people screw that up then the comments become less than useless.
The LLM is what I use to build the specific UI using the components from these great UI libraries. There’s practically no logic involved here, it’s just handling layout for components and hooking up events. It’s fantastic to be able to take a JSON payload from an endpoint throw it at a model and get a reasonable UI in seconds.