this post was submitted on 23 Jan 2025
15 points (89.5% liked)

Showerthoughts

30467 readers
764 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: 1

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
    • If you feel strongly that you want politics back, please volunteer as a mod.
  4. Posts must be original/unique
  5. Adhere to Lemmy's Code of Conduct

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
 

I was thinking about how hard it is to accurately determine whether a screenshot posted online is real or not. I'm thinking there could be an option in the browser to take a "secure screenshot", which would tag the screenshot with the date, url, and whether the page was modified on your computer. It could then hash both the tag and the image data and automatically upload this hash to some secure server somehow. There would need to be a way to guarantee that only the browser could do this, or at least some way to tell exactly what the source was. I'm not much of a cryptography person, but I would be surprised if it isn't possible to do this. Then, you could check if the screenshot you see is legitimate by seeing if it's hash exists in the list of real hashes.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 week ago (1 children)

I wanted to archive that tone-deaf tweet in case that Nazi deletes it, but apparently Wayback Machine has trouble archiving Twitter in particular.

Source: Wayback Machine's error page when trying to save that tweet

[–] AdrianTheFrog 2 points 1 week ago (1 children)

Yeah, that's kinda why I thought a screenshot thing would be better. It could also ideally work on private data like DMs. The idea also includes having the URL as tagged unencrypted metadata on the image, that anyone can access by opening the image in a metadata website (or the hypothetical authenticity checking service)

From what others are saying though, it sounds like my original screenshot idea would probably be impossible, so linking to the source is the best we can actually do

[–] [email protected] 1 points 1 week ago

Encoding the source URL in the screenshot's metadata is not bad. That would preserve the source credit in places where people simply copy your image and post it somewhere else. We'd have to make sure it's not saving the full URL of a private conversation, where the full URL might leak a private key or a session ID. Can't let someone turn on this feature and then accidentally doxx themselves.