Ximin Luo

Results 364 comments of Ximin Luo

ping again on this :) In case it wasn't clear, my last comment boils down to modifying this PR to instead have ```haskell tryDeserialise :: Serialise a => ByteString ->...

Performance is interesting, though for me (and I expect others) is of secondary importance to interoperability and security. I see your link has a comparison table for [interoperability](https://github.com/haskell-perf/serialization#tested-libraries) so that...

Relatively speaking, would you say that the table is inaccurate? Even with CDNs hiding a lot of downloads, I would expect this to affect all packages equally no? And the...

Pseudo-randomness does not need to be an effect, because it's completely deterministic for each given seed. I think it's good to make that obvious in the type signature so that...

You didn't explain where it comes from here so I extrapolated from previous conversations. Do you want to explain it in more detail then?

Sure, I can see how the API works and wrote similar stuff to the above already, what I meant is that it would be nice (convenience) for those of us...

> To answer your original point, the simplest way to get e.g. Fortuna to be stateless would be to implement it that way, which is not difficult. Its just that...

In both scenarios, openwrt's `dhcp6 solicit` looks like this: ``` 21:15:24.647436 IP6 (flowlabel 0x29a7b, hlim 1, next-header UDP (17) payload length: 110) fe80::.546 > ff02::1:2.547: [udp sum ok] dhcp6 solicit...

https://heartbleed.com/

> Please use return instead of pure Sorry, I will do this, this is just an automatic habit for me. My understanding is that newer Haskell code prefers `pure` due...