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

Showerthoughts

36191 readers
1009 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 2 points 1 day ago (1 children)

This is what I’m talking about. So many people talk about it in white or black.

I was able to “code” a front end that my contractors can log into to view the files they are authorized to see.

It helped me write so many different things that all work together to solve my problem.

It may or may not be the most efficient code, but in terms of overall business operation, it’s extremely efficient.

[–] rumba@lemmy.zip 5 points 1 day ago (2 children)

Tip, when you're done having it do your project, restart the chat, tell it that it's a security engineer and ask it to check for any vulnerabilities or anything that should be done to protect the site against malicious activities. Ask it if there's anything with your hosting or site that should be addressed.

Most of the training data out there is on how to get a task done and the best way to do the task, there's a lot less training on completing a project with security in mind. There is however a lot of data on specifically how to secure already written code so it can do it, but it generally will not unless you ask it to.

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

That's a great tip: having it review the security of code that an earlier context generated.

I plan on having it write unit tests, or at least try to...

[–] neon_nova@lemmy.dbzer0.com 1 points 1 day ago

Thanks! I’m going to do that Nita a great idea.