(no title)
Veserv | 2 days ago
There is no reason to tell the application, and by extension their developers, how old the user is. The application should tell the user what bracket it is appropriate for and then the operating system could filter appropriately without any of the user’s identifying information leaving their system.
This is also technically superior because it moves the logic for filtering out of being custom implemented by each and every single application to a central common user-controlled location; you do not have to rely on every application developer doing it right simultaneously.
packetlost|2 days ago
Veserv|2 days ago
And your point about fail open versus closed also makes no sense since if there are zero repercussions to not writing filtering logic then nobody would even bother. If there is liability, then obviously everybody will fail closed and every application developer needs to evaluate and change their application to only allow acceptable usage. This is much harder if they have to write custom filtering logic instead of just publishing their data categorization.
ndriscoll|2 days ago
packetlost|20 hours ago
How does this work with applications that have a wide array of content of varying appropriateness, for example web browsers? The obvious thing to do is for sites to self-report for 18+ content and have the browser query the OS using this newly mandated API and refuse to download/show the associated content. You really need both sides here for this to work well.