From c8e896d3457047a3e7a61957609d6cb046209ec1 Mon Sep 17 00:00:00 2001 From: sdbs Terra Date: Thu, 5 Nov 2020 11:06:07 +0100 Subject: [PATCH] Automatic update. --- pages/UpEnd.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/pages/UpEnd.md b/pages/UpEnd.md index 887924b..a3de724 100644 --- a/pages/UpEnd.md +++ b/pages/UpEnd.md @@ -18,9 +18,12 @@ > - databaze kde mas dva druhy objektu: data, a meta > - (jedinej rozdil je, ze data actually odkazujou hashem na nejakej file, a meta neodkazujou nikam, jenom slouzej jako "anchor") > - a ke kazdymu objektu muzes mit arbitrarni keys a values -> - struktura filesystemu samotna je taky key a value: -> `FILE_shaiusdhuijhngsoyuhsdf BELONGS_TO_DIRECTORY shaoidsuhjaoijoiasjdioj` -> - (kazdej key/value je taky objekt na kterej se da odkazovat, kdyby sis chtel anotovat anotace) +> - kazdy takovy key/value tvori `E/A/V` triplet: +> - `E`ntity = objekt (`neconeco.mp3`, resp. jeho [[hash]]) +> - `A`ttribute = klic (`year`) +> - `V`alue = hodnota klice (`2020`) +> - struktura filesystemu samotna je taky `E/A/V` triplet: `FILE_shaiusdhuijhngsoyuhsdf BELONGS_TO_DIRECTORY shaoidsuhjaoijoiasjdioj` +> - (kazdej `E/A/V` je taky objekt na kterej se da odkazovat, kdyby sis chtel anotovat anotace) ## Schemas > - objekty maj kategorie, ktery znamenaj ze se muzes spolehnout ze objekt co je otagovanej "radio" ma: cas pridani, slozku, heaviness, etc.; co je otagovanej "public" ma: "projekt", "filetype", "rok", etc. @@ -68,11 +71,13 @@ ### Design docs -[https://www.nayuki.io/page/designing-better-file-organization-around-tags-not-hierarchies](https://www.nayuki.io/page/designing-better-file-organization-around-tags-not-hierarchies) +❗[https://www.nayuki.io/page/designing-better-file-organization-around-tags-not-hierarchies](https://www.nayuki.io/page/designing-better-file-organization-around-tags-not-hierarchies) ### Similar projects -[Perkeep](https://perkeep.org) +❗ [Perkeep](https://perkeep.org) + +#### Greglook [greglook/vault](https://github.com/greglook/vault) @@ -84,7 +89,7 @@ [Files, Formats and Byte Arrays](https://shalabh.com/programmable-systems/files-and-file-formats.html) -[Programátorova kritika chybějící struktury operačních systémů](https://blog.rfox.eu/cz/Programatorova_kritika_chybejici_struktury_operacnich_systemu.html) +❗ [Programátorova kritika chybějící struktury operačních systémů](https://blog.rfox.eu/cz/Programatorova_kritika_chybejici_struktury_operacnich_systemu.html) ## Highly adjacent projects!