this post was submitted on 24 Jul 2025
228 points (96.3% liked)

Showerthoughts

36337 readers
1330 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
you are viewing a single comment's thread
view the rest of the comments
[–] neon_nova@lemmy.dbzer0.com 18 points 1 week ago (28 children)

People always talk about it in relation to programmers, but what about us non-programmers that have been able to code things only becuase of chatgpt?

I have some python, sysadmin, and computer security knowledge. I actually obtained the security+ cert a few years ago.

I do not work in tech anymore, and chatgpt has helped me so much, by basically coding stuff for me to do random work tasks that I was either unqualified to do or didn;t have the time to do.

[–] rumba@lemmy.zip 7 points 1 week ago (5 children)

It's an interesting tool.

It can shave hours off of experienced programmers work if they use it in the right scenarios. You can use it in places where you need to do something that's mundane but fiddly. It's suboptimal for crapping out a large project, But it's super effective at generating a single function or module to do a task. It might even come up with a better idea than you would use for some things. The key is if it does something that's not quite right or not the best idea You need to be able to read it to understand that it's going a little off the rails.

If you're a spreadsheet junkie, It's capable of writing really really complicated rules without getting lost in the minutia.

For non-developers that don't know anything it's a dicer proposition. After a couple thousand lines of code You might start running into interesting problems. When it starts having to go and do problem solving mode, and you're just feeding it back The errors and asking it to fix the problem You can get bogged down pretty quickly.

For DevOps it's the diggity bomb. Practically everything in that profession is either a one-off quick emergency script or a well thought out plan of templates.

Here are my five Amazon accounts give me a shell script that goes into every account in every availability zone, enumerate every security group and give me a tool to add remove or replace a given IP with a description and port based on the existence of other IPs descriptions or ports. Or write me an ansible script to install zabix monitoring playbooks with these templates.

[–] MangoCats@feddit.it 2 points 1 week ago

You need to be able to read it to understand that it’s going a little off the rails.

At least 2/3 of the time I spend with AI coding is getting it to compile without errors - that's more than a little off the rails, but it's also much more helpful when you finally do get to a working example that you can look at, instead of beating your own head against the Stack Exchange archives hoping for inspiration, let it try for you.

load more comments (4 replies)
load more comments (26 replies)