Ich habe ein kleines Bookmarklet gebaut, welches auf einer Webseite typische AI-Begriffe mit dem Wort "cocaine" ersetzt. Inspiriert hatte mich dazu ein Post hier auf Mastodon die letzten Tage. Die Ergebnisse sind Grandios.
javascript:(function(){const rps={'LLM': 'cocaine', 'LLMs': 'cocaine', 'AI':'cocaine','KI':'cocaine','Cursor':'amphetamine', 'Claude Code': 'crack', 'Claude': 'crack'};const rpT=(node)=>{if(node.nodeType===Node.TEXT_NODE){let tx=node.textContent;for(const[oT,nT]of Object.entries(rps)){const regex=new RegExp(`\\b${oT}\\b`,'gi');tx=tx.replace(regex,nT)}node.textContent=tx}else if(node.tagName!=='SCRIPT'&&node.tagName!=='STYLE'){node.childNodes.forEach(rpT)}};rpT(document.body);})();
If you have a fediverse account, you can quote this note from your own instance. Search https://social.antifa.gmbh/users/lubiana/statuses/116097378055416152 on your instance and quote it. (Note that quoting is not supported in Mastodon.)