logoalt Hacker News

0cf8612b2e1elast Wednesday at 3:43 PM1 replyview on HN

This is exactly why I cannot get on board with tagging. Without a universal standard, I am one deprecated app away from losing my time investment.


Replies

Lammylast Wednesday at 4:59 PM

> Without a universal standard

The universal standard is Dublin Core (IETF RFC 2413 / ISO 15836) `dc:subject` “Unordered array of Text” stored in an XMP (ISO 16684) sidecar file:

- https://en.wikipedia.org/wiki/Dublin_Core#Dublin_Core_Metada...

- https://en.wikipedia.org/wiki/Extensible_Metadata_Platform

I like to put the DC stuff directly in my filesystem xattrs, but using a sidecar file will get you compatibility with any old filesystem and with any tooling that might destroy or disregard an xattr.

show 1 reply