this post was submitted on 13 Jun 2025
525 points (96.5% liked)

Showerthoughts

35191 readers
958 users here now

A "Showerthought" is a simple term used to describe the thoughts that pop into your head while you're doing everyday things like taking a shower, driving, or just daydreaming. The most popular seem to be lighthearted clever little truths, hidden in daily life.

Here are some examples to inspire your own showerthoughts:

Rules

  1. All posts must be showerthoughts
  2. The entire showerthought must be in the title
  3. No politics
    • If your topic is in a grey area, please phrase it to emphasize the fascinating aspects, not the dramatic aspects. You can do this by avoiding overly politicized terms such as "capitalism" and "communism". If you must make comparisons, you can say something is different without saying something is better/worse.
    • A good place for politics is c/politicaldiscussion
  4. Posts must be original/unique
  5. Adhere to Lemmy's Code of Conduct and the TOS

If you made it this far, showerthoughts is accepting new mods. This community is generally tame so its not a lot of work, but having a few more mods would help reports get addressed a little sooner.

Whats it like to be a mod? Reports just show up as messages in your Lemmy inbox, and if a different mod has already addressed the report, the message goes away and you never worry about it.

founded 2 years ago
MODERATORS
 

I found this thought funny. A few years ago everyone was all learn to code so you don't lose your job! Now there wont be any programming jobs in 10 years. But we will need a lot of manual labor still.

you are viewing a single comment's thread
view the rest of the comments
[–] DelightfullyDivisive@discuss.online 13 points 3 days ago (1 children)

I think a lot of the crunch in the labor market for programmers is "monkey see monkey do" thinking at the big tech companies. It might even be somewhat calculated, though I hesitate to call something a conspiracy when it could simply be due to stupidity on the part of senior management.

Large tech companies tend to have a lot of flexibility and their total headcount because they have a wide variety of departments and tasks that they can set aside for an extended period before it causes any problems. Those problems will eventually catch up with them, though, as will a code base written by somebody who doesn't understand what they're trying to accomplish.

So I think the pendulum is going to swing back to a labor crunch at some point. My guess is at least another 6 months before we see any hint of that, though. I don't think it will be as bad as it was before the advent of LLMs, though. They really are a productivity enhancing tool, particularly for software developers who know what they're doing.

[–] Harlehatschi@lemmy.ml 4 points 3 days ago

The 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.