JibberJabber

CMake Lua

170px-cmake_logo_textmedium

For anybody who accidentally stumbles on this, we're trying to organize a continuation of a CMake/Lua experiment. Dr. Ken Martin of Kitware recently decided to try embedding 

Lua in CMake.

For those who don't know, CMake is a 'build system generator' or 

'meta-build system'. You provide a build description in a simple script like language and CMake generates a (native) project that you request. Among the project types CMake can generate are Visual Studio, GNU Makefiles, Xcode, KDevelop, and more. This allows developers to have one single unified build description, but yet allow people to use their favorite IDEs and build systems. For anybody who is serious about cross-platform development, CMake is a must-look-at.

Quick Thoughts and Benchmarks on Moving to Gigabit Ethernet

So gigabit ethernet is finally ubiquitous enough that I (unintentionally) have two machines that both have it. My existing ethernet switch still works, but don't have enough ports on it so I sometimes end up having to unplug stuff and switch cables which is inconvenient.

I've been hesitant to invest in a new switch. My existing switch which is a 10/100 Netgear blue box switch originally gave me problems. About a year after my original purchase, the switch started malfunctioning and then stopped working. It was still under warranty, so Netgear replaced it, but I remember they were very slow about it (3 weeks?). Meanwhile, I was without a switch and ended up buying a temporary switch (a Linksys) to hold me over while waiting for Netgear to replace it. …

Copyright © PlayControl Software, LLC / Eric Wing