Daniel Cousens

Results 526 comments of Daniel Cousens
trafficstars

> All three of these typically require some sort of administrative access as they are providing system-wide services. The web server could be started using a non-privileged process on a...

> It does need port 80 though, because that is the port which ads hit (impossible to change with just a DNS server) That can be easily configured via port...

Don't use `new Buffer(8)`. Use `Buffer.alloc(8)`. ~~The results are different because you are accessing uninitialized memory.~~ Wait, `writeDoubleLE` should overwrite all 8 bytes...

Maybe a half-way approach for this could be to support a hash function parameter which users can provide and is applied to incoming passwords. That would cover the use-case without...

The returned hex from `toString` also seems to be incomplete, in that `hex.length % 2 === 0` doesn't always hold true. In fact, `0x01` will be returned as `0x1`. Is...

Rebased. Ok @indutny I addressed most of the nits. Waiting on your answer about whether it should have a the default zero padding of `1` (which IMHO I think is...

Sure, did you have a branch I could target? On 11 Apr 2015 04:29, "Fedor Indutny" [email protected] wrote: > @dcousens https://github.com/dcousens looking very good now, except > positive-only hex and...

Added this back into my work queue :+1: **edit 29/09/2016:** soon... **edit 30/11/2017:** :disappointed:

re-adding to work queue attempt 3