this post was submitted on 27 Mar 2026
25 points (71.9% liked)

Showerthoughts

41292 readers
1042 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
 

If you actually value your anonymity, you will not be able to use most popular communication platforms in the coming months. It's a perfect storm for the outright invasion of privacy in the USA right now.

Learning to code allows you to build and use your own (as well as other less known) tools.

Does this make sense?

Learn. To. ~~Coed.~~ Code.

you are viewing a single comment's thread
view the rest of the comments
[–] trxxruraxvr@lemmy.world 2 points 5 hours ago (1 children)

I mean, there are software libraries that handle encryption for you.

You still need to know what you are doing to use them correctly and not introduce vulnerabilities.

[–] chicken@lemmy.dbzer0.com 1 points 5 hours ago

If the library is high level enough that it is for the communication protocol itself, of which there are lots, it will probably be fine. Even if you aren't rolling your own code in this scenario, it would still be useful to learn because it may be hard to verify trustworthy sources of illegal software without reading the source code yourself.