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

Showerthoughts

37632 readers
915 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
[–] NaibofTabr 19 points 1 week ago (19 children)

Hmm, how would you convince the crawler to run your code on its home system, rather than just scraping data?

[–] Flax_vert@feddit.uk 18 points 1 week ago (7 children)

Isn't that what Anubis was doing? Making it run code so it wasn't worthwhile, but people adjusted AI crawlers to run code?

[–] NaibofTabr 2 points 1 week ago* (last edited 1 week ago) (2 children)

There's a functional difference between forcing a crawler to interact with code on your server that wastes its time, and getting it to download your code and run it on its own server - the issue being where the actual CPU/GPU/APU cycles happen. If they happen on your server then it's not benefiting you at all, it's costing you the same amount as just running the cryptominer directly would.

Any halfway intelligent administrator would never allow an automated routine to download and run arbitrary code on their own system, it would be a massive security risk.

My understanding of Anubis is that it just leads the crawler into a never-ending cycle of URLs that just lead to more URLs while containing no information of any value. The code that does this is still installed and running on your server, and is just serving bogus links to the crawler.

[–] lagoon8622@sh.itjust.works 5 points 1 week ago

My understanding of Anubis is that it just leads the crawler into a never-ending cycle of URLs

That's not how Anubis works. You're likely thinking of Nepenthes

[–] fruitycoder@sh.itjust.works 3 points 1 week ago

"would never allow an automated routine to download arbitraru code" javascript and wasm being the leading tech to do exactly this. Make those essential for loading content and bypassing it would have to be bespoke solutions depending on the framework and implementations.

load more comments (4 replies)
load more comments (15 replies)