Brendan O'Brien

Results 100 comments of Brendan O'Brien

Yeah, I started playing with this, and there are just too many situations where the hash won't match for this to be a tenable solution. Closing as not-doing

Great points @fabricedesre, there's OS / package manager nuance I hadn't considered, _and_ we should be clear about the point of integration for automatic updates to avoid code bloat &...

> For anything that is supposed to run as unattended as possible, I still think it's better to not use a custom updater and just rely on the host package...

> Lastly, some food for though: I've wondered if ipfs could be an ideal candidate to reduce the amount of data to download for updates: consider you're on a "daily"...

we now have [`cli.config.toml`](https://github.com/n0-computer/iroh/blob/bd68e487ed0d0e07806f36eea4f4d8b5edcdef85/iroh/src/config.rs#L15-L18), which configures the services that `iroh start` starts. We can expand for more

from discord chat: we can start with exposing `store::delete(cid)` and `store::estimated_size()`

the thing we need to confirm is the _store_ only holds deduplicated links. We'll close once either confirmed or fixed

problem is here: https://github.com/n0-computer/iroh/blob/bd68e487ed0d0e07806f36eea4f4d8b5edcdef85/iroh-gateway/src/handlers.rs#L690 first slash needs to go away

I think we should throw a little more time into making sure this works. It'll help us make inroads on the body pagination / loading issues we're having on the...