And they do so because there are stupid people buying their shit. Pretty simple.
- 0 Posts
- 6 Comments
Harlehatschi@lemmy.mlto Showerthoughts@lemmy.world•We went from LEARN TO CODE to NO ONE LEARN TO CODE GET A CONSTRUCTION JOB in about a 3 year span.62·3 months agoThe only field I see LLMs enhancing productivity of competent developers is front end stuff where you really have to write a lot of bloat.
In every other scenario software developers who know what they’re doing the simple or repetitive things are mostly solved by writing a fucking function, class or library. In today’s world developers are mostly busy designing and implementing rather complex systems or managing legacy code, where LLMs are completely useless.
We’re developing measurement systems and data analysis tools for the automotive industry and we tried several LLMs extensively in our daily business. Not a single developer was happy with the results.
Harlehatschi@lemmy.mlto Programmer Humor@lemmy.ml•Does this exist anywhere outside of C++?2·5 months agoYes I agree on that. A lot of people write “C with classes” and then complain…
Harlehatschi@lemmy.mlto Programmer Humor@lemmy.ml•Does this exist anywhere outside of C++?1·6 months agoI’m a full time C++ developer, mostly doing high performance data processing and some visualization and TUI tools, and as someone loving C++, it’s not as simple as you frame it. In sufficiently complex code you still have to deal with these problems. Rust has some good mechanisms in place to avoid these and there are things on the way for c++26 though.
But if your tool chain is worth anything the size of each binary shouldn’t be bigger. To oversimplify things a bit: it’s just #ifdefs and a proper tool chain.
In the web development world on the other hand everything was always awful. Every nodejs package has half the world as dependencies…
Why not blame both?