home.social

#ahalodeck — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #ahalodeck, aggregated by home.social.

  1. cloud.arkthis.com/index.php/s/

    A 50 minute show-and-tell, about #AHAlodeck, and how #xattrs on #ZFS can be used as #DataCentric catalog/environment.

    Enjoy!

    Perfect for #longterm preservation #dltp - and any other digital data collections.

  2. #AHAlodeck R&D news:

    - Testdataset: 386.5 GB
    - 120.000 filesystem objects (files and folders)
    - 7616839 key/value informations gathered/extracted as #xattrs.

    Result: A 55 MB .tar.bz2 #holotar.

    Fully search-and-filter-able by any of the 7 Mio xattrs.

    Extraction step required only once (6h)
    Afterwards:
    Indexing done in 60 SECONDS! 🤩 🥇

  3. #AHAlodeck R&D news:

    - Testdataset: 386.5 GB
    - 120.000 filesystem objects (files and folders)
    - 7616839 key/value informations gathered/extracted as #xattrs.

    Result: A 55 MB .tar.bz2 #holotar.

    Fully search-and-filter-able by any of the 7 Mio xattrs.

    Extraction step required only once (6h)
    Afterwards:
    Indexing done in 60 SECONDS! 🤩 🥇

  4. #AHAlodeck R&D news:

    - Testdataset: 386.5 GB
    - 120.000 filesystem objects (files and folders)
    - 7616839 key/value informations gathered/extracted as #xattrs.

    Result: A 55 MB .tar.bz2 #holotar.

    Fully search-and-filter-able by any of the 7 Mio xattrs.

    Extraction step required only once (6h)
    Afterwards:
    Indexing done in 60 SECONDS! 🤩 🥇

  5. #AHAlodeck R&D news:

    - Testdataset: 386.5 GB
    - 120.000 filesystem objects (files and folders)
    - 7616839 key/value informations gathered/extracted as #xattrs.

    Result: A 55 MB .tar.bz2 #holotar.

    Fully search-and-filter-able by any of the 7 Mio xattrs.

    Extraction step required only once (6h)
    Afterwards:
    Indexing done in 60 SECONDS! 🤩 🥇

  6. Same data (key/value pairs) viewed in different application:

    `apt install eiciel`

    That's a #DataCentric paradigm in action! You can literally shoot any mixed (annotated) data at that.

    It really puts fun back into using data daily.

    #AHAlodeck

  7. Handed in my presentation proposal for #nttw10 #notimetowait

    Presenting "#DataGardens" 🌻️🌻️🌻️
    Powered by #AHAlodeck to host any arbitrary data, offload key/value to filesystem - and transform datas into annotated related object graphs.

    Pure "#ScienceFaction"!
    #WeAllHaveBigDataNow

    in #ZFS on #Linux, #Proxmox, #Debian, #Ubuntu #FOSS #FinF #ObjectStorage

  8. Handed in my presentation proposal for #nttw10 #notimetowait

    Presenting "#DataGardens" 🌻️🌻️🌻️
    Powered by #AHAlodeck to host any arbitrary data, offload key/value to filesystem - and transform datas into annotated related object graphs.

    Pure "#ScienceFaction"!
    #WeAllHaveBigDataNow

    in #ZFS on #Linux, #Proxmox, #Debian, #Ubuntu #FOSS #FinF #ObjectStorage

  9. Handed in my presentation proposal for #nttw10 #notimetowait

    Presenting "#DataGardens" 🌻️🌻️🌻️
    Powered by #AHAlodeck to host any arbitrary data, offload key/value to filesystem - and transform datas into annotated related object graphs.

    Pure "#ScienceFaction"!
    #WeAllHaveBigDataNow

    in #ZFS on #Linux, #Proxmox, #Debian, #Ubuntu #FOSS #FinF #ObjectStorage

  10. Handed in my presentation proposal for #nttw10 #notimetowait

    Presenting "#DataGardens" 🌻️🌻️🌻️
    Powered by #AHAlodeck to host any arbitrary data, offload key/value to filesystem - and transform datas into annotated related object graphs.

    Pure "#ScienceFaction"!
    #WeAllHaveBigDataNow

    in #ZFS on #Linux, #Proxmox, #Debian, #Ubuntu #FOSS #FinF #ObjectStorage

  11. Download #wikidata dump for testing #ahalodeck and #xattrs on #zfs long-term storage... 😎

    Found this while doing so:

    wikidata.org/wiki/Wikidata:Lis

    It's a statistical breakdown of the #English #language. #Interesting.

  12. #AHAlodeck R&D news:

    Created holotar-copy of a real-world mixed audio collection (recording production and digitized tracks archive): ~120.000 filesystem objects (files/folders)

    (donated by recording engineers)

    filesystem metadata-only = 175 MB (.tar)
    +exiftool metadata as xattrs = 252 MB (.tar)

    ...compressed (.tar.bz2): **6,3 MB** ( 🤯 😎 🤓 💾 ❗)

    **This is AMAZING!**

    I can browse, order, catalog and manifest any object in this collection using standard #GNU #Linux tools.
    @beet_keeper

  13. #AHAlodeck: My best friend wrote a mini-basic fulltext indexer for #xattrs in the shell.

    Took ~1.5 seconds (!) to index ~14.000 files with "de-embedded" music tags.

    🥳 🎉
    I love xattrs.
    Imagine doing this with embedded metadata tags? 😉

  14. so **each** key/value-pair of #metadata can be about 64kB.

    This is sufficient to hold most annotations stored as #EmbeddedMetadata currently present in most file formats.
    (eg #mp3, #mp4, #iptc, #tiff, #jpg, etc)

    But from then on, the file-format becomes irrelevant for this task!

    #ahalodeck #digipres #audiovisual #cataloging

  15. so **each** key/value-pair of #metadata can be about 64kB.

    This is sufficient to hold most annotations stored as #EmbeddedMetadata currently present in most file formats.
    (eg #mp3, #mp4, #iptc, #tiff, #jpg, etc)

    But from then on, the file-format becomes irrelevant for this task!

    #ahalodeck #digipres #audiovisual #cataloging

  16. Very helpful insights on "how much actual bytes" can be stored in #xattrs on `btrfs`:

    github.com/kdave/btrfs-progs/i

    Current limit = about the nodesize (it was formatted with).

    nodesize - sizeof(struct btrfs_header) - sizeof(struct btrfs_item) - sizeof(btrfs_dir_item)

    Current default = 16K - 101 - 25 - 30 , which is 16228 bytes

    Maximum (for now) is ~64kB, if formatted like this:

    `$ mkfs.btrfs -n 64K /dev/sdX`

    #ahalodeck #metadata #digipres

  17. vectorvfs.readthedocs.io/en/la

    #VectorFS: "transforms your Linux filesystem into a vector database by leveraging the native VFS (Virtual File System) extended attributes."

    This proofs my design to offload /many/ #database functionality onto the filesystems is a working way to go.

    *nice* 😌 🛋️ #AHAlodeck

  18. sen-labs.org/

    "Link local files, reference data seamlessly, and manage your personal knowledge with just your file browser – all open-source and integrated into your filesystem."

    Sounds familiar?

    No this is not my #AHAlodeck, but I'm very happy someone has the same ideas - and even happier that we're now in contact with each other! 🥳

  19. "Personal Knowledge Graphs: why, what, and where to?"
    (Jul 4, 2021)

    Ivo Velitchkov

    youtu.be/7ik0JNnoXBc

    Very interesting. It confirms my observations and research on #AHAlodeck:

    It's time we allow ourselves to do-digital-data differently. #GLAM #DLTP #Archiving

  20. Oh, I'm loving this!

    > "The Data-Centric revolution puts data at the center of the enterprise. Applications are optional visitors to the data."

    datacentricmanifesto.org/

    #AHAlodeck #RDF #GraphQL #xattrs

  21. personalknowledgegraphs.com/#/

    I'm not alone! 🥳

    Yes! It's time to offload meta+data issues to the filesystem. A common, standard ground - and scale with hardware - not #EternalMigration neverending human-hours...

    #Haiku #BeOS #AHAlodeck

  22. Me engaging on #Smbd ("Samba") mailing lists about support for "larger" (eg 64kB) key/value attributes on filesystem level (#xattrs):

    lists.samba.org/archive/samba-

    Good news! 🥳

    > "in 2021 we added smbd max xattr size with a default of 64KB."

    #AHAlodeck #DLTP

  23. Reading a "History of Graph Databases" article on #redis:

    redis.io/glossary/graph-databa

    Having worked with mostly SQL and table data, I feel like entering a new era of data handling!

    (changing data paradigms, changes everything - 😎 🌈 🦄 ) #AHAlodeck

  24. I truly believe it's time to take "thinking data differently" more serious and read up on Wikidata-related data-modeling stuff:

    mediawiki.org/wiki/Wikibase/Da

    #DigiPres #Metadata #Cataloging #AHAlodeck 🌈 🤯 💾