Haad

Results 146 comments of Haad

Previous discussion here: https://github.com/nicola/captain-log/issues/1

Thanks for pointing this out @JoshOrndorff! Totally valid and it'd be good to fix them 👍 The reason they're broken is, when reading individual md files, that we assume they...

One use case for IPFS is lightning-fast download speeds and to use it as a local cache where possible. Not sure yet what the ideal technical approach would be, but...

Adding to the list of features we use (front end side): - MediaSource - Currently the only way to stream audio & video from js-ipfs and the implementations in browsers...

`entries.put()` shouldn’t be needed as `get()` is called when fetching the entries to join, so the blocks should be in blockstore of all peers who have replicated the db. Would...

Ah, so this is related to garbage collection, it sounds. Where can we read about how garbage collection works in Helia? How does one trigger it manually? Regardless, it sounds...