logoalt Hacker News

TeMPOraLtoday at 6:40 AM3 repliesview on HN

I'm torn on whether to see this "AI Kill switch" as a win on respecting the users, or something to keep us distractewd while they ship through "Trusted Types" API that sounds like further restriction of end-user computing freedoms.


Replies

LiamPowelltoday at 7:10 AM

I would absolutely love to hear your reasoning that leads to type systems being considered a "restriction of end-user computing freedoms".

For those that don't know what trusted types are: Simply put, it splits the string type in to unsanitised_string_from_user and safe_escaped_string where unsafe strings can not be used in function parameters that only take a safe string That's heavily simplifying of course, but it's the basic idea.

show 1 reply
lastorsettoday at 7:47 AM

You may be thinking of the much-hated "Trusted Computing" initiative. "Trusted" here means that the JavaScript dev picks a sanitizing library they trust, not that Mozilla decides what software is trustworthy.

show 1 reply
debugniktoday at 7:37 AM

Aren't those just overengineered sanitizers?

show 1 reply