Some changes are coming to Forever Geek and I am looking for your feedback. Comments are open.
Tweak-o-matic — It's better than Microsoft Bob
Tweak-o-Matic is a tool for MS Windows that’s somewhere between TweakUI and Group Policy – it lets you change some of the same settings as […]
Trace code with .NET
The .NET Framework’s Trace class lets you record details about your application’s runtime behavior. Tracing gives you insight into your running code, but using it […]
Use your PC monitor to AM radio
Tempest for Eliza lets you use your computer monitor to transmit AM radio signals.
Sony shows PSP Software for First Time
Assuming all of this is true, then I can not wait to get my hands on this. I spend way too many hours playing on […]
Project Looking Glass Screenshots
Looking at these screenshots shows me two things: Sun is actually doing something that geeks can be proud of A cool 3D interface does not […]
CodeSmith
CodeSmith is a code generation tool. You create templates that specify the code to generate, and add properties (such as class name, namespace, etc.) to […]
WinFS Data Model
Even though it’s still a ways off, WinFS (Longhorn’s storage model) is looking really sweet. While there have been some articles on it at MSDN […]
Make IE5 Mac look more Panther-ish
Tired of the Jaguar-esque striped look of IE5 in OS X? Change a few bytes of hex code in the IE package and you can […]
C#: Obtaining the HTML from a URL
This is pretty much page scrapping in C#. Okay, not really, but in the end it just comes out to be one useful, but huge, […]