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-square200fedilinkarrow-up11.09Karrow-down115cross-posted to: technology@midwest.socialtechnology@beehaw.org
arrow-up11.08Karrow-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-square200fedilinkcross-posted to: technology@midwest.socialtechnology@beehaw.org
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.
minus-squareAniki 🌱🌿@lemm.eelinkfedilinkEnglisharrow-up1arrow-down1·9 months agoThat was really interesting. I always used urandom by practice and wondered what the difference was.
minus-squareAniki 🌱🌿@lemm.eelinkfedilinkEnglisharrow-up3arrow-down1·edit-29 months 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.