Fabio Kung

Results 7 comments of Fabio Kung

Related: eventmachine/eventmachine#438

We use a simple implementation of Elo on our ping pong ranking, but some people were considering trueskill as well.

@kkarun004c hey, not sure why I was at-mentioned. Typo?

I forgot to mention that I opened this issue just to throw the idea. I'll happily help implementing it as soon as I can, unless someone else beats me to...

Quick update on this: I was wrong, `logger` does not send to logs to `/dev/log` by default, it probably uses the `syslog(3)` family of functions. Everything else remains true when...

I did some more research on this. POSIX doesn't say anything about where `syslog(3)` messages should be sent to: http://pubs.opengroup.org/onlinepubs/9699919799/functions/syslog.html But glibc's implementation will always write to a `/dev/log` dgram...