mirror of
https://git.sdbs.cz/sdbs/digital-garden-anabasis.git
synced 2025-01-22 11:05:46 +01:00
Automatic update.
This commit is contained in:
parent
4c66fd4591
commit
c8e896d345
1 changed files with 11 additions and 6 deletions
|
@ -18,9 +18,12 @@
|
||||||
> - databaze kde mas dva druhy objektu: data, a meta
|
> - 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")
|
> - (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
|
> - a ke kazdymu objektu muzes mit arbitrarni keys a values
|
||||||
> - struktura filesystemu samotna je taky key a value:
|
> - kazdy takovy key/value tvori `E/A/V` triplet:
|
||||||
> `FILE_shaiusdhuijhngsoyuhsdf BELONGS_TO_DIRECTORY shaoidsuhjaoijoiasjdioj`
|
> - `E`ntity = objekt (`neconeco.mp3`, resp. jeho [[hash]])
|
||||||
> - (kazdej key/value je taky objekt na kterej se da odkazovat, kdyby sis chtel anotovat anotace)
|
> - `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
|
## 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.
|
> - 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
|
### 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
|
### Similar projects
|
||||||
|
|
||||||
[Perkeep](https://perkeep.org)
|
❗ [Perkeep](https://perkeep.org)
|
||||||
|
|
||||||
|
#### Greglook
|
||||||
|
|
||||||
[greglook/vault](https://github.com/greglook/vault)
|
[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)
|
[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!
|
## Highly adjacent projects!
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue