this post was submitted on 03 Mar 2026
179 points (96.4% liked)

Showerthoughts

40863 readers
1279 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
 

It's clearly a dark pattern thought up by shitbags because users are more likely to create an account after they've typed something out vs. leaving when they find out an account is required to participate.

Even the shitbags over at Mozilla are doing it.

you are viewing a single comment's thread
view the rest of the comments
[–] vrek@programming.dev 4 points 7 hours ago (1 children)

You do. When you press submit it sends a http post message with your information. They are not reading your keyboard input on a website. You can verify this with wireshark and any website with a form.

Yeah some places with apps MAY do as you say like Facebook such with full permissions to your phone. That said its still sent as a http post request, just recorded locally and then sent as a giant packet.

That's why they have the submit button. Otherwise they would have way too many transactions. "a" then "d" then "a" and then "m" and have to concatinate them on the server plus initial packet saying they are getting a first name. Then another that you stopped focusing on first name.

Now how do you handle if I typed adan and go back to correct it? Some apps might do this but general web development(99.999%) doesn't.

[–] Master167@lemmy.world 1 points 36 minutes ago

Some apps might do this but general web development(99.999%) doesn’t

Dude, do I have a story for you. A FullStory. I’ve tried to get this removed from my workplaces. But managers take too much time seeing exactly what people are doing on the site in order to determine engagement. So, yeah. Expect every single interaction to be recorded on many corporate websites.