-
Recent Posts
Categories
Meta
Author Archives: Bob Somers
Dual videocards without SLI
I just recently upgraded my workstation to a quad monitor setup, because you can never have enough screen real estate. I originally had a dual-monitor setup on a single videocard, an nVidia GeForce 8800 GT. A friend of mine sold … Continue reading
Posted in Gaming, Hardware
Leave a comment
Awesome regex test tool
So I’m working with a friend to develop a regex that matches something out of an API response, when we really wish we could quickly prototype a regex. Now, there are plenty of tools to do this, some are even … Continue reading
Posted in Code, Tools, Web
Leave a comment
Know your text editor
Let’s examine why it’s important as a programmer to really know your text editor, but in a different light that usual. Traditionally programmers are concerned with knowing all the tricks of their editor so that they can make use of … Continue reading
Posted in Code, Tools
Leave a comment
Ban programmers, not functions
So my daily travels around the intertubes landed me on a very interesting blog post by Microsoft’s Security Development Lifecycle team (which they call SDL, not to be confused with the arguably more useful Simple DirectMedia Layer library). The post … Continue reading
Posted in Code, Microsoft, Security
Leave a comment
SSL detection by PHP scripts run through FastCGI on nginx
How’s that title for acronym soup? I ran across this issue when playing around with nginx. I was trying to set up phpMyAdmin for SQL administration, but ran into a rather peculiar issue. To explain the problem, let me give … Continue reading
Posted in Linux, Scripting, Security
3 Comments