this post was submitted on 29 Apr 2026
27 points (90.9% liked)

Showerthoughts

41895 readers
779 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
 

oneFishtwoFishthreeFishfourFuckyou

top 27 comments
sorted by: hot top controversial new old
[–] Dearth@lemmy.world 3 points 20 hours ago

My password is always the complete url of the last porn video i watched

[–] hakunawazo@lemmy.world 1 points 21 hours ago

Nice try, fourtysevenZipfelklatscher.

[–] JayleneSlide@lemmy.world 15 points 1 day ago* (last edited 1 day ago) (2 children)
[–] PoastRotato@lemmy.world 6 points 1 day ago* (last edited 1 day ago) (1 children)

Maybe I'm misunderstanding the graphic, but why the hell is a password that would take 9000 years to crack not considered secure enough to be colored green? What context would even realistically allow for the password to still be relevant at that point?

[–] surewhynotlem@lemmy.world 11 points 1 day ago (1 children)

The speed of cracking isn't static. It's 9k today. Tomorrow they come up with a new cracking algorithm, or a new Faster GPU.

[–] PoastRotato@lemmy.world 5 points 1 day ago

Ah, that makes sense. Thanks for the explanation.

[–] TehBamski@lemmy.world 2 points 1 day ago

Man! I have no idea what your password/passphrase could be. It sure isn't Hunter2. Although... perhaps you repeated Hunter2 and or Huntertwo, with a special character or two.

[–] one_old_coder@piefed.social 9 points 1 day ago (2 children)

It's bad. Use a password manager and its generator.

[–] Rhaedas@fedia.io 5 points 1 day ago (2 children)

A long password made of different parts that you can remember in your head is far more secure than any manager that can get hacked.

[–] bluGill@fedia.io 5 points 1 day ago

I have too many passwords for that.

[–] corsicanguppy@lemmy.ca 2 points 1 day ago (1 children)
[–] hakunawazo@lemmy.world 1 points 21 hours ago

Battery Staple

[–] starlinguk@lemmy.world 2 points 1 day ago (2 children)

I use obscure quotes and turn letters into numbers. Example (of a quote that isn't obscure):

Once more into the breach, my friends.

becomes

0m1tb, mf!

[–] wltr@discuss.tchncs.de 1 points 1 day ago

Why not use literal quote? Quite enough symbols for entropy. I did use literal quotes before I started generating my passwords.

[–] toynbee@piefed.social 1 points 1 day ago

That reminds me of a novel based on the HALO universe. In it, a minor character has the password `ThereOnceWasAGirl`. However, he has to type it twice to start his shift because he accidentally didn't capitalize a letter, I think the W, when typing it.

I read that as a teenager. I didn't understand why the author included that detail then and I don't now.

[–] bluGill@fedia.io 4 points 1 day ago

It is called salt and useful so long as the main part of the password is generally secure without. I have a couple common things I add to any password I have to create (generally meaning my password manager's automatic generation is rejected), but this is only useful because I figure humans won't guess the rest (nor will they feed that into a computer to guess the rest which probably isn't long enough to be secure alone), and the whole then becomes long enough that a computer can't brute force it. Note that I don't always use exactly the same sale factors and I don't put them in the same place - if you know what I try you can brute force my hand generated passwords with a computer but the job is much harder in hopes that you give up.

But if at all possible I will prefer to use a generate password from my password manager which is even more secure. Humans are very bad are creating passwords - even humans who know all the things to get wrong tend to be bad at it.

[–] toynbee@piefed.social 3 points 1 day ago

An erstwhile co-worker used to create passwords by stringing together the names of porn actresses and, I think, adding two random numbers at the end.

Before I started working with them, apparently they almost told the owner of the company this, but were talked down by some other compatriots.

[–] Rhynoplaz@lemmy.world 4 points 1 day ago (1 children)
[–] corsicanguppy@lemmy.ca 5 points 1 day ago (1 children)

*******fuck

I don't get it.

[–] Rhynoplaz@lemmy.world 6 points 1 day ago

I love the idea that someone created a system that censors everything that's not a swear word.

[–] Kolanaki@pawb.social 4 points 1 day ago (1 children)

"244466666" Can be explained as "One 2, three 4, five 6."

[–] nocturne@slrpnk.net 2 points 1 day ago

12345sixperkele

[–] Redfox8@mander.xyz 2 points 1 day ago

I once got annoyed that my apparently OK password wasn't being accepted so went with fuckaduck plus some numbers!

[–] thelittleblackbird@lemmy.world 1 points 1 day ago (1 children)

The point is... It does not really matter, as long as your password is not trivial the security relies more in the algorithm than in the chosen password.

With bcrypt + round parameters, password stretching or any other key derivation technique, even weak passwords cant be cracked in a realistic time frame

[–] bluGill@fedia.io 2 points 22 hours ago (1 children)

If you are generating your password in your head then it is probably trivial in some important way. Even if you are a password expert who knows all the ways humans get passwords wrong your password is probably trivial in ways you will realize as you generate it.

[–] thelittleblackbird@lemmy.world 1 points 19 hours ago

Here trivial means that it shouldn't appear in a dictionary so it will reddit the first million most probably password attack, the crypto techniques will take care of the rest to make them un feasible