bugtodiffer·8 maanden geleden·discussAI kills lots of people. Like, right now, palestinians are targeted using AI, the AI desices
bugtodiffer·11 maanden geleden·discussCan we expropriate them all and democratically organize these important companies?
bugtodiffer·12 maanden geleden·discussIt's trained on or collective data, it should be owned collectively. Wasn't ChatGPT a non-profit once?
bugtodiffer·vorig jaar·discussNobody cares about copyright unless for profit. Sometimes it's just a lawyer that wants fees
bugtodiffer·vorig jaar·discussYes it says it can do it, but it has been broken many times because it is shit
bugtodiffer·vorig jaar·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·vorig jaar·discussThe thing is that this applies to all parts of the sandbox https://secfault-security.com/blog/deno.html
bugtodiffer·vorig jaar·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·vorig jaar·discussusing deno isn't good security practice, their sandbox is implemented like stuff from the 90s