my blog https://overreacted.io

bla

+1 -1
+1 -1
public/a-social-filesystem/index.md
··· 308 309 We need a richer way to define social file formats. 310 311 - We might shop around for existing options ([RDF? JSON Schema?](https://www.pfrazee.com/blog/why-not-rdf)) but if nothing quite fits, we might as well design our own schema language explicitly geared towards the needs of our social filesystem. Tada! This is what `Post` looks like: 312 313 ```js 314 {
··· 308 309 We need a richer way to define social file formats. 310 311 + We might shop around for existing options ([RDF? JSON Schema?](https://www.pfrazee.com/blog/why-not-rdf)) but if nothing quite fits, we might as well design our own schema language explicitly geared towards the needs of our social filesystem. This is what our `Post` looks like: 312 313 ```js 314 {