Monthly Archives: April 2009

April 2009

Bliss

By |2009-04-28T10:46:00-09:00April 28th, 2009|Uncategorized|

WindowMaker running a simple, nifty theme on two screens using emacs on an xterm is bliss. Yeah, sure, the big guys are all refined and awesome and stuff, but for development there is nothing better than WindowMaker and a few xterms.Late at night I ran across some "current" window maker screen shots including that same old [...]

Managing Precompiled Headers

By |2009-04-15T16:00:00-09:00April 15th, 2009|Uncategorized|

You should only include third party headers in a precompiled header when using it for development. If you include headers from your own project, your build system will constantly have to recompile your pch every time you edit one of your own headers, which defeats the purpose of using precompiled headers in the first place.But, [...]