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