latest tweets:

Jump to content.

Installing Windows 7 From a Flash Drive

February 27th, 2010

If you have a copy of Windows 7 installation media as an ISO (disk image) you may want to put it on a flash drive.  You might think that you’d be able to just click and drag the file onto the flash drive and be done, but that isn’t the case!  Here’s how to do it

First, have a Windows 7 ISO (duh)

Next, download and install Microsoft’s ISO tool here. (That is a direct link, originally found the link here.  If you’re doing this on Windows XP, go to that page and scroll down to “For Windows XP Users” to find two more downloads you will need.)

When you open the program, it will look like this.
Windows 7 Flash Drive 1

(Read on …)

Hey! Roomie isn’t dead either!

February 11th, 2010

After completely rewriting FRI from scratch (and renaming it Arcadia), I have decided to rewrite my other big project, Roomie.  This absolutely needed to be done.  Roomie had some good functionality, but I had hit the limit for its extensibility.  Roomie’s engine was a monolithic blob of ugly code, with very little room to make it into a full scripting language with features like custom functions and if statements.  My redesign of Roomie, which I call RoomieRemake for now, is completely expandable, is properly multithreaded, and has all of the potential to be a robust, featurefull scripting language.  Just like Arcadia, I am proud to declare that RoomieRemake shares absolutely no code with its predecessor.  Not even a single copy/pasted line of code!  More on that in a bit, but first an end scenario:
Roomie Text Message

(Read on …)