this post was submitted on 03 Jun 2026
122 points (94.9% liked)

Showerthoughts

42316 readers
190 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 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] jatone@lemmy.dbzer0.com 0 points 1 day ago* (last edited 1 day ago) (1 children)

Because you dont actually understand what random is.

I didnt bring up police line ups that's someone else in this thread. Im just happy to point out how those are essentially random selection as well.

My original point was that the OP was ambiguous on the selection process used for the population. thusly assuming a random selection process from the overall popullation is just as valid as assuming 1 worm farmer + 9 randoms.

Now: randomness.

Given a random population of N entities, assume you want a sample of M where M < N and you decide to filter by Y to get X sample.

X is still random despite the filtering. all you've done is biased the N random population towards Y. but unless you remove the initial randomness (somehow... which is almost impossible btw). this is why so much of science is predicated on collecting large datasets because we have to make sure enough of the data has the attributes we want that it'll show up for study once we apply our faulty filtering mechanisms. and its why we spend so much effort creating better and better filters. its also why algorithm that leverage randomness are so powerful, because they match the reality of the problems being solved.

Using the line up as an example:

  1. witness says the individual they saw had a long wide nose and a blue shirt.
  2. reality: witness had a blue shirt.
  3. reality: The detective has very different definition of what a wide/long nose is than the witness.

applying those two faulty filters to population N is still going to result in a random population because the initial candidate selection before applying those two (faulty) filters is random.