Andy Reid@lemmy.world to Technology@lemmy.worldEnglish · 9 months agoAI companies are violating a basic social contract of the web and and ignoring robots.txtwww.theverge.comexternal-linkmessage-square187fedilinkarrow-up11.07Kcross-posted to: technology@midwest.socialtechnology@beehaw.orgwolnyinternet@szmer.infotechnology@lemmy.zip
arrow-up11.07Kexternal-linkAI companies are violating a basic social contract of the web and and ignoring robots.txtwww.theverge.comAndy Reid@lemmy.world to Technology@lemmy.worldEnglish · 9 months agomessage-square187fedilinkcross-posted to: technology@midwest.socialtechnology@beehaw.orgwolnyinternet@szmer.infotechnology@lemmy.zip
minus-square4am@lemm.eelinkfedilinkEnglisharrow-up24·9 months agoserver { name herebedragons.example.com; root /dev/random; }
minus-squarePlexSheep@feddit.delinkfedilinkEnglisharrow-up16·9 months agoNice idea! Better use /dev/urandom through, as that is non blocking. See here.
server {
name herebedragons.example.com; root /dev/random;
}
Nice idea! Better use
/dev/urandom
through, as that is non blocking. See here.