this post was submitted on 13 Sep 2026
405 points (99.3% liked)

Showerthoughts

43700 readers
1004 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
 

I have truly noticed a change in how I am engaging with content nowadays, I have become more reluctant on clicking on links to articles or videos that have been made in these last few years, and when I do I started by looking for clues if it has been generated by ai. if the voice is human or generated, if the pictures are of real events or slop. I mistrust everything. and it's exhausting. earlier slop was easier to detect nowadays it's becoming impossible.

you are viewing a single comment's thread
view the rest of the comments
[–] wattanao@fedia.io 12 points 1 day ago (2 children)

I've been filtering my search results to not show anything after 2020 for a while now. The only annoying thing is that I have to do it every time I search, I'd love a way to set it as default.

[–] janus2@lemmy.zip 14 points 1 day ago (1 children)

a custom search string URL may be what you're looking for

for example, I use the following with the Fennec fork of Firefox Android to restrict the date to before the public launch of ChatGPT, while simultaneously disabling DuckDuckGo's AI features:

https://noai.duckduckgo.com/?q=%25s&df=1979-01-01..2022-11-29

here's DDG's guide on search URL parameters; most major search engines should have similar documentation

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

Tested by searching for "Avengers Doomsday" which shouldn't have returned anything about the movie this year.

It did. A lot.

[–] janus2@lemmy.zip 9 points 1 day ago

...ffffffuuuuuuuuck

[–] PriorityMotif@lemmy.world 3 points 1 day ago* (last edited 1 day ago) (1 children)

You could write a bash script to do it and perform searches from the terminal. It will open a new tab or window in your browser with the term you entered with the appropriate settings. Then set the bash script as an alias to make it easier to use. I found a similar script and modified it for ddg. doesn't seem to work 100% though, per usual it works on my machine, as-is no warranty, you need to install jq first if you already haven't.

#!/bin/bash

# Check if a search term was provided
if [ -z "$1" ]; then
    echo "Usage: $0 <search_term>"
    exit 1
fi

# URL encode the search term (handles spaces and special characters)
encoded_search=$(printf '%s' "$1" | jq -sRr @uri)

# Construct the DuckDuckGo search URL with a date filter for content before Jan 1, 2020
duckduckgo_url="https://duckduckgo.com/?q=%24encoded_search&ia=web&t=h_&df=on&dfdate=before-2020-01-01"

# Open the URL in a new browser tab (works with most common browsers)
xdg-open "$duckduckgo_url" 2>/dev/null || open "$duckduckgo_url"
[–] cantstopthesignal@sh.itjust.works 2 points 1 day ago (1 children)

You can also just vibe code an extension to do the same.

[–] molehill_siesta@lemmy.blahaj.zone 7 points 1 day ago (1 children)

Or skip the search engine:

"Tell me about the ecology of Namibia. Use only sources from before 2022 because I do not trust LLM generated output. Make no mistakes."

[–] kuiskaaja@lemmy.ml 8 points 1 day ago

great, just gotta find an ecologist to ask this question