Andy Reid to Technology@lemmy.worldEnglish • 1 year agoAI companies are violating a basic social contract of the web and and ignoring robots.txtwww.theverge.comexternal-linkmessage-square182fedilinkarrow-up1413arrow-down15cross-posted to: technology@beehaw.org
arrow-up1408arrow-down1external-linkAI companies are violating a basic social contract of the web and and ignoring robots.txtwww.theverge.comAndy Reid to Technology@lemmy.worldEnglish • 1 year agomessage-square182fedilinkcross-posted to: technology@beehaw.org
minus-square@4am@lemm.eelinkfedilinkEnglish2•1 year agoserver { name herebedragons.example.com; root /dev/random; }
minus-square@PlexSheep@feddit.delinkfedilinkEnglish1•1 year agoNice idea! Better use /dev/urandom through, as that is non blocking. See here.
minus-squareAniki 🌱🌿linkfedilinkEnglish-1•1 year agoThat was really interesting. I always used urandom by practice and wondered what the difference was.
minus-squareAniki 🌱🌿linkfedilinkEnglish-1•edit-21 year agoI wonder if Nginx would just load random into memory until the kernel OOM kills it.
server {
name herebedragons.example.com; root /dev/random;
}
Nice idea! Better use
/dev/urandom
through, as that is non blocking. See here.That was really interesting. I always used urandom by practice and wondered what the difference was.
I wonder if Nginx would just load random into memory until the kernel OOM kills it.