this post was submitted on 30 Sep 2025
114 points (99.1% liked)

Showerthoughts

37606 readers
1181 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
 

Just a thought - if you design a system to prevent AI crawlers, instead of booting them off, serve crypto-mining JavaScript instead. It would be very funny.

you are viewing a single comment's thread
view the rest of the comments
[–] vk6flab@lemmy.radio 12 points 6 days ago

This seems at first glance at least potentially doable.

Create a website with content that's only rendered with JavaScript and embed a miner.

Your challenge is to get the work product back, but you might be able to create dynamically generated URLs that show up in your logs as the work result.

You'd have to find a way to chunk the work and make it such that the work required is enough to be valuable to you, but not so costly as to stop the crawlers from using your site.

I suspect that in order for this to actually happen you'd have to have a significant infrastructure to deal with the crawler load, which you could instead be using to do the actual work.

Ultimately I suspect that this is the software equivalent of a perpetual motion machine, cute in theory, physically impossible.

Good luck!