It wasn't accepted by LearnXinYMinutes but I wrote a #IPFS walkthrough reference folks might be interested in.
https://ross-spencer.github.io/learn-ipfs/
Comments/additions/corrections appreciated!
It wasn't accepted by LearnXinYMinutes but I wrote a #IPFS walkthrough reference folks might be interested in.
https://ross-spencer.github.io/learn-ipfs/
Comments/additions/corrections appreciated!
@agowa338 "self-distract". lol. I can't say for real because i'm just getting into #ipfs and formal local-first, but I've found quite a few videos about #ipfs #ipns #ipld on youtube. published in the last 5 years or so.
You might want to check out https://www.inkandswitch.com You probably heard of them but i wanted to post it for completeness' sake.
@DimlyLitCorners got some updates from #IPFS leadership on BlueSky:
The crypto algorithm that IPFS uses for public keys and signing mutable names in #IPNS is getting added to #WebCryptography https://groups.google.com/a/chromium.org/g/blink-dev/c/T2kriFdjXsg/m/ZeD_PoLXBwAJ?pli=1
There is a draft spec for CBOR which IPFS uses to store structured data int he #IPLD graph https://datatracker.ietf.org/doc/draft-caballero-cbor-cborc42/
They are discussing it at the #IETF meeting this week in Spain
It seems they are breaking IPFS up into smaller pieces to get it through standards bodies more easily!
Sacrificed my night to the productivity gods. The output is the beginnings of the "ipti" CLI which is a tool for authoring / reading #IPLD databases based on my impl of the Prolly Tree spec.
It's not ready for release yet but this will make it easier to integrate into pipelines with bash or other languages without having to touch golang directly.
Indexer library here: https://github.com/RangerMauve/ipld-prolly-indexer
Note I don't have a standard for replicating over the network so it currently reads/writes CAR files