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-square39fedilinkarrow-up17arrow-down10cross-posted to: technology@beehaw.org
arrow-up17arrow-down1external-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-square39fedilinkcross-posted to: technology@beehaw.org
minus-square4am@lemm.eelinkfedilinkEnglisharrow-up1·9 months agoserver { name herebedragons.example.com; root /dev/random; }
minus-squarePlexSheep@feddit.delinkfedilinkEnglisharrow-up1·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.