Demi Marie Obenour

Results 1161 comments of Demi Marie Obenour

I was not aware that Android used epoll! I was worried it was based on binder or similar. The web backend can (and must) just use the web’s own async...

> oh, wait, mio doesn't have _level_ triggering WAT? Sorry I didn't really take in what you said, and assumed the opposite :) That's surprising. I would have guessed edge...

I consider “nomination proxy” and “validator control proxy” to be more intuitive than “nominator controller” and “validator controller”. That said, proxied transactions [currently involve an extra storage read](https://github.com/paritytech/substrate/blob/666555733c05a4c4df0445f567d7c921c10a83f3/frame/proxy/src/lib.rs#L178-L191), so we...

If we made nominator and validator transactions require a proxy, I would support this.

> > > not using a proxy is cheaper, so this discourages good key management. > > > If you are using the insecure variant because of some small fee...

I think that NeoVIM should remove the ability to use TCP sockets unless a strong means of cryptographic authentication is used, such as HMAC. On Mar 11, 2016 7:35 PM,...

Doing this securely with TCP sockets requires challenge-response authentication of both parties — I send you a large secure random number (128+ bits) and you need to HMAC it, then...

One difficulty is that I don't know of *any* open source implementations of XSLT3.

> it's the limitation of the tool and dm-thin. Unlike fstrim, thin_trim performs discard from userland, and the dm-thin driver does not lock unused data blocks during the process. That's...

> There's an ongoing feature `thin_shrink` written in Rust, which remaps data blocks beyond the new size to the free blocks before. Not sure that's what you're looking for. >...