-
You can't post any comments in the current top story on Slashdot (NASA's Space Plans...) and posting on the story about CA traffic light cameras is or was misdirected to the comment area for another story about some Microsoft developer tool. What the heck is going on!?!
2009-09-25 23:59:07 UTC in Slash
-
The disclosure triangle doesn't even work with the following errors:
TypeError: Result of expression 'e.attr("id")' [undefined] is not an object.
c.fsdn.com/sd/all-minified.js?T_2_5_0_270:20
This had been broken for a long time on the main page, but it always worked on the individual pages before. As of about a week ago, the individual pages fail with the same error.
2009-09-09 03:48:31 UTC in Slash
-
The -k flag to nc (in recent versions) causes nc to continue listening after the client connects. In practice, this nc behavior is required for writing any generally useful daemon, as two clients trying to connect at once is not at all rare. When multiple clients connect, nc should service the first connection, then service the next connection as soon as the first connection closes, and so on.
2009-08-31 23:27:02 UTC in The GNU netcat