@ShadowJonathan
ai again?
lilacperegrine@clockwork.monster
Posts
-
who's gonna start a swear jar for "you're absolutely right!"? -
“Meta patented an AI that lets you keep posting from beyond the grave”also, perhaps worse, CEOs could pull a weekend at bernie’s and create an LLM trained on them to carry out company (or country) decisions after they’re gone, solidifying their rule for (theoretically) eternity.
-
“Meta patented an AI that lets you keep posting from beyond the grave”@CStamp
I wonder if this can be used (by police) to fight against some kinds of warrant canaries (perhaps not the right term?)Imagine if someone is arrested. The police could then hook an AI into their social medias and nobody would know they were even missing. So a “i stop updating this if i arrested” could be defeated.
The AI hooked into social media could then act as an informant on the arrested person’s friends
-
If you self-host services on the internet, you may have seen waves of crawlers hammering your websites without mercy.@Soblow
so you have a list of ips, and are using a binary(or quad) tree in order to classify them into clean vs dirty? -
If you self-host services on the internet, you may have seen waves of crawlers hammering your websites without mercy.@Soblow
a data structure where every node has 4 children?
im sorta familiar with it, but i havent used it much -
If you self-host services on the internet, you may have seen waves of crawlers hammering your websites without mercy.@Soblow
curious, is the subnet thing using similarities in the ip to ban specific ranges?computing optimal things sounds like a math problem and if so, im game to try it out