Post #2823517
2026-05-23 18:37 UTC
What am I doing ?
dd if=test-dataset/repo of=/dev/stdout bs=1 skip=39 | zstdcat -d > repo.bin && flatc --raw-binary --json repo.fbs -- repo.bin && cat repo.json
Replies (1)
-
@mdsumner@rstats.me 2026-05-24 02:50
@EvenRouault@mastodon.social flatbuffers deconstruction 🤔 ?