Chris Howie

Results 80 comments of Chris Howie

Note that this may not be a good solution for securely backing up remote systems. On a LAN it might work, but restic has no way to communicate to the...

Timing from `restic stats --mode restore-size`: ``` real 131m25.498s user 123m49.552s sys 3m59.716s ``` Timing from `restic prune` on the same repository: ``` real 14m27.800s user 8m14.352s sys 0m25.212s ```

I'm running into this issue, too. Perhaps we could investigate a compromise, where irssi will react to SIGUSR1 by closing all of its open log file handles?

Note that we should handle the case where multiple requests are made in the same tick. We don't want each one generating a new `authorize()` call. In our code, we...

I had to take a hiatus from this development but will be back working on it this month. I am considering introducing another dependency maintained by me as it will...

I decided not to bring in this other dependency. I might later, but what I have today works (I've tested it against large files/buffers). I'm also not sure what environments...

The module is published. Feel free to leave code review comments here, or as issues on the module's repository. https://www.npmjs.com/package/@gideo-llc/backblaze-b2-upload-any

We have been using the module in production for the last few days and have migrated several TB of data successfully, streaming it from an HTTP origin to B2. I...

@odensc There's a few things that I may want to rewrite but I haven't had time, and what's there works pretty well. The main large-file-upload routine is a bit complex....

It is trivial to set up stunnel to provide this functionality against any full node implementation. (In fact I'd argue that bitcoind _shouldn't_ implement TLS listening support. That's what stunnel...