Category Archives: tech

Make Firefox Fly

This is awesome.. Check commenters for other tips as well.

Posted in tech | Leave a comment

Creativity and Working Conditions

The computer industry, especially the programming profession, has long had (at least internally) a reputation as one of the most creativity-centered disciplines of anything that’s called “engineering” (though what’s called software engineering usually isn’t). This is a very interesting study, … Continue reading

Posted in tech | 4 Comments

SSH and Proxies

While I’m commenting on interesting stuff on Dave Dribin’s blog, let me point out a couple things about his post on SSH proxies. The problem with this technique is DNS. One, it becomes possible to figure out which sites you’re … Continue reading

Posted in tech | 1 Comment

C++ and implicit constructors

Nope, Dave, C++ calls Super() in the following code: class Super{ public: Super() { cout

Posted in tech | Leave a comment

wrapped exceptions

Who the fuck would catch, log, AND THEN RETHROW an exception? Dear lord. If you’re throwing it, let the top layer deal with it, dumbass. That includes logging it. Sometimes I really hate java exceptions. Update: I was referring to … Continue reading

Posted in tech | 1 Comment

VOIP roundup

A few things I’ve been looking at: Glossary: FXO – Foreign Exchange Office, a device that connects to a POTS provider such as the PSTN. FXS – Foreign Exchange Station, a device that connects to a phone. Provides power. voip-info.org, … Continue reading

Posted in tech | Leave a comment

Funny Outlook bug

1) Get New Mail 2) Read it with OWA 3) Notice that the envelope icon in the taskbar doesn’t go away, even if you double click it and see there are no new messages. You can right click on the … Continue reading

Posted in tech | Leave a comment

Font Selection

this is so broken. I installed the Bitstream Vera fonts (download from here) on Windows XP. I rebooted, changed font display options from 120 dpi to 96 dpi (which is more appropriate anyway since I’m only running at 1280×1024, to … Continue reading

Posted in tech | Leave a comment

Who writes this stuff?

If, for some reason, I append “.exe” to devenv, when running a command line build in a batch file, the build runs but is completely silent. If I copy and paste that same command into a regular command prompt window, … Continue reading

Posted in tech | 2 Comments

windows XP idiocy of the day

Apparently (and I say only “apparently” because I’m not too big on testing this) — if I leave a process in the debug state using the MSVC.NET debugger and the screen saver kicks in, after I unlock the screen the … Continue reading

Posted in tech | Leave a comment