Kristoffer Hepler

Results 7 comments of Kristoffer Hepler

https://developer.apple.com/legacy/library/documentation/mac/pdf/Operating_System_Utilities/MLU.pdf Beginning on page 3-12. It's basically a ~~half-assed~~ quick-and-dirty arctan with slope described as the inverted change in y (-dy) when the change in x (dx) is 2^16 (65536)....

Oh, it's definitely not close enough. For one, my function does the reverse. ;) It was merely meant to demo a way the values could have been computed. Or the...

Also a problem when a server moves to a different IP. Had a client constantly trying to connect to an old IP after DNS pointed to the new one. Only...

In my case the server was certainly specified by DNS, and the server does not support IPv6.

I specified the server by DNS hostname when I started the program. I did not specify an IP address. Unfortunately I do not know if irssi was making any name...

The [JSON spec](http://www.json.org) allows un-escaped Unicode characters other than " or \ or "control characters" in strings. I ran into trouble once where the quotes surrounding strings were smart quotes,...

I've been seeing this behavior on ZNC 1.2 too. However, /some/ messages do occasionally make it through. Sometimes (rarely) I see the SSL packets to Colloquy's push API, but even...