Luke Champine

Results 184 comments of Luke Champine

That would save what, 1 CMP? Doesn't seem worth it to me. But if you make a PR and the benchmark shows an improvement, I'll merge it.

good catch. I believe this is due to the same resizing behavior that affects slices. From the README: >Appending to a frozen slice will trigger a panic iff `len(slice) <...

Ah, I'm glad to hear that someone found a real use for this package. And that it's being used properly (for testing only) rather than running in production code or...

Hi, thanks for your interest. To add a new region, you need two things: temperature data, and a set of geoJSON coordinates. The coordinates should be a set of hexagons...

@tomaszjonak @cvhariharan @pedroandrade anyone willing to take this issue?

They will typically be the same. The only reason we call `Discover` twice is that there isn't an easy way to share the result between the host and the gateway....

@mharkus: I suggest storing the router URL on disk alongside the gateway's node list. However, this will be a bit tricky. Currently, the gateway saves its nodes to a `nodes.json`...

In case you're curious, here's the technical breakdown: Sia operates on 4MB "sectors;" the minimum you can upload to a host is 4MB. The 40MB padding comes from the fact...

>A final consideration here is that storing "partial sector" files will require adding checksums to the download code. Currently, since we always download a full sector, the Merkle root of...