[ my public key: https://keybase.io/cptroot; my proof: https://keybase.io/cptroot/sigs/7NYzDwS4rCWbDmXkfjDs20FjcGK4QMDJg9ew6O6ddlY ]
So because there is no requirement for the age to be accurate, it would be pretty easy to say "all student accounts are the age of the youngest allowed school entrant for that school year", right? That resolves the age issue and also prevents both PII leakage as well as possible school bullying opportunities.
Here's an annotated version of this post (TW Ed Zitron) that I found more informative than reading the original: https://www.dropbox.com/scl/fi/1p1n0y1ip48ianok9dvbp/Annotat...
Aha, here's the syntax in case you're curious (using an example lifted from the playground)
[type Shape
[Circle f64]
[Rect f64 f64]
Point
]
[sig test_sig : Shape -> Float]
[fn test_sig [shape]
[match shape
[Circle r] [* 3.14159 [* r r]]
[Rect w h] [* w h]
Point 0.0
]
]
Unfortunately it seems like this doesn't currently work as expected when I use it in the playground, so I'm going to go file an issueThis project is an enhanced reader for Ycombinator Hacker News: https://news.ycombinator.com/.
The interface also allow to comment, post and interact with the original HN platform. Credentials are stored locally and are never sent to any server, you can check the source code here: https://github.com/GabrielePicco/hacker-news-rich.
For suggestions and features requests you can write me here: gabrielepicco.github.io