Month: February 2009

Viewing Infra-Red

Viewing Infra-Red

The Upload section of Make is dedicated to “digital arts and crafts.” This can include any process, device, or software that you can tweak or hack to create digital, “uploadable” output. As the editor of this section I’ve pursued topics including how to make a chroma-keyed, “green-screen” video, how to use software that facilitates music […]

Single character commenting

It’s a pretty common practice to comment and uncomment big chunks of code during the development and testing of software. Here’s an odd little hack from the ajaxian blog that can make this a little easier for blocks that you’re constantly flipping on and off during development. For C style comments, the following will be […]