Tag ai

5 bookmarks have this tag.

2026-07-23

Codeberg is against projects that are mostly written by LLMs. This sparked controversy among many circles because of imprecise rules and fear of censorship, but I trust the Codeberg censors to be good.

Less notably, they also banned cryptocurrency projects. Not particularly interesting.

# ai,forge
3 likes 2275.

2026-05-12

2174.

2025-04-29

remarked

Arm yourself with knowledge

2025-03-18

Drew unhappy with LLM bots DDoSing Sourcehut

# ai
1822.

2025-03-17

This is a tarpit intended to catch web crawlers. Specifically, it's targetting crawlers that scrape data for LLM's - but really, like the plants it is named after, it'll eat just about anything that finds it's way inside.

It works by generating an endless sequences of pages, each of which with dozens of links, that simply go back into a the tarpit. Pages are randomly generated, but in a deterministic way, causing them to appear to be flat files that never change. Intentional delay is added to prevent crawlers from bogging down your server, in addition to wasting their time. Lastly, optional Markov-babble can be added to the pages, to give the crawlers something to scrape up and train their LLMs on, hopefully accelerating model collapse.

THIS IS DELIBERATELY MALICIOUS SOFTWARE INTENDED TO CAUSE HARMFUL ACTIVITY. DO NOT DEPLOY IF YOU AREN'T FULLY COMFORTABLE WITH WHAT YOU ARE DOING.

1818.