RSS .92| RSS 2.0| ATOM 0.3
  • Home
  • About
  • Eric’s Toolset
  • Free Software
  • Software License
  •  

    The NSA Questions My Lifestyle

    June 17th, 2010

    The National Security Agency (NSA) has a video about their polygraph testing, which was critiqued by AntiPolygraph.org, and recently reported about on Slashdot. In 1991, while still a college student, I applied for a summer internship with the NSA, so I got to take one of these tests myself. The official results were “inconclusive”, but I think they suspected that I was secretly gay.

    Read the rest of this entry »


    MessageBox: Just Say Nein

    June 14th, 2010

    The Windows MessageBox is really convenient to use. A single line of code gets you a dialog box with a caption, a message, an icon and a set of available buttons that cover a lot of possible input scenarios. Unfortunately, the text on the buttons is supplied by the system, so if you’re building an application that is intended to be localized, you invariably end up with something that looks like a bug.

    Read the rest of this entry »