nrclark

Results 11 comments of nrclark

I've got the same bug, also building for an aarch64 target (might not be an aarch-specific thing though). I'm also on thud, since that's the current release (we couldn't wait...

+1 for tmux control mode! This is implemented on iTerm2 for MacOS, and it's crazy magic that gives a native feeling to working with a remote server over SSH. It's...

Yes, @Brynyard has it exactly right. Nobody is saying that we shouldn't authenticate. But it's pretty annoying to need a graphical pop-up to do it. Why not let us enter...

@zadjii-msft could an SSH-style keypair get the job done? That could provide some security without requiring a sniffable password, and would still be automation-friendly.

Yes, I agree with this. I spend a fair amount of time SSHed from my desk into WSL running on remote lab-bench computers. Sometimes I need to do things that...

+1 to above, that would be a big help to me as well.

As it happens, I've been experimenting with an implementation of this. @jluebbe are you interested in a PR once I get it done? I called the value `lba-size` and added...

@michaelolbrich some context on this: I'm working on a PR that will add support for 4kB block sizes (or 2^N, (N>=9) more generally). While doing that work, I came across...

@michaelolbrich I'm thinking of implementing a reduced version of this: - Swap out stdlib's random() for an LFSR random number generator. - Add an optional config option called `randomseed` that...