bugtodiffer·il y a 8 mois·discussAI kills lots of people. Like, right now, palestinians are targeted using AI, the AI desices
bugtodiffer·il y a 11 mois·discussCan we expropriate them all and democratically organize these important companies?
bugtodiffer·il y a 12 mois·discussIt's trained on or collective data, it should be owned collectively. Wasn't ChatGPT a non-profit once?
bugtodiffer·l’année dernière·discussNobody cares about copyright unless for profit. Sometimes it's just a lawyer that wants fees
bugtodiffer·l’année dernière·discussYes it says it can do it, but it has been broken many times because it is shit
bugtodiffer·l’année dernière·discussThere are usecases like SSRF where I want to allow any IP, except for my internal network. They promise they can do that, but they cant.
bugtodiffer·l’année dernière·discussThe thing is that this applies to all parts of the sandbox https://secfault-security.com/blog/deno.html
bugtodiffer·l’année dernière·discussIt is matching strings instead of actually blocking things. That's how sandboxes were implemented when I was a kid.E.g. --allow-net --deny-net=1.1.1.1You cannot fetch "http://1.1.1.1" but any domain that resolves to 1.1.1.1 is a bypass...It's crap security
bugtodiffer·l’année dernière·discussusing deno isn't good security practice, their sandbox is implemented like stuff from the 90s