Daniel Aleksandersen

Results 238 comments of Daniel Aleksandersen

@sammacbeth here’s a work-around using a temp staging directory before applying the changes to the hyperdrive: rsync --whole-file -T `mktemp --directory` (`--temp-dir=` appears to be broken in 3.1.x so use...

I made a directory with a 2000 files with 20 kb from /dev/rand. I then copied these over into a hypedrive. I then changed the contents of 200 of those...

I also want an import command that doesn’t stick around. Suggestions: * change the default and require `--watch` to stick around, * or keep the default and add a `--exit`...

* Is the client reachable (to establish if hole-punching is working for everyone) – if not then find its public IP but include the IP’s ASN in the report not...

Sorry about reporting against the wrong repo. Should I close this and reopen an issue there?

https://github.com/random-access-storage/random-access-file/issues/23

AFAIK, it uses a different port per connection. See https://hypercore-protocol.org/#hyperswarm holepunching.

@mafintosh @andrewosh just a hunch, but could this be related to copy-on-write filesystems and fragmentation in the hyper* storage files? Hyper is kind of the worst case scenario for CoW...

I just happen to have a collection of these links. I’m shamelessly promoting my own feed as the example. Sorted by how good the user experience is for existing and...

> Also `~/.config/micro/backups` should probably be on `~/.cache/micro/backups` instead The `./backup/*` directory is configurable (`backupdir`). However, it does belong in the `$XDG_CACHE_HOME` directory rather than `$XDG_CONFIG_HOME` as-is the current default....