Archive for the 'CoolStuff' Category

Note: I've reorganized this site to use tags; the category archive remains to support old links. Only posts prior to April, 2006 are categorized. Tag Archive »

Extreme Closeup!

Sean bought the Canon Digital Rebel a couple of months ago, and has been taking some good pictures with it. He just got a new lens with macro functionality, as well as a diopter kit for image magnification. He has a review of the new equipment, which includes some great pictures. What a camera. He also has other camera stuff, and I’m sure he’ll be adding more.

The 80 minute 45?

Verbatim has a cool new CD-R product available – Digital Vinyl:

Image of Digital Vinyl CR-R

It’s a CD-R disc that’s made to look like a vinyl record… complete with grooves. Of course, I think they should have left some room on the ‘label’ (painted, not paper) for a description of the contents.

Partitionless Magic

Simon Willison recently wrote about Knoppix. Knoppix is a complete Linux distribution on a single, bootable CD. After reading Simon’s account, I’ve been meaning to give it a whirl. Tonight I did. And am… this entry is being blogged to you from Knoppix 3.3.

I’m very impressed. Simon’s review was right on the money… it works great, right out of the box. Autodetects everything. Audio, video, USB keyboard & mouse, configured the network connection; beautiful. I love it when something Just Works™.

Since I normally run Windows 2000 on this pc, my drive contains a single NTFS partition. Knoppix has mounted it read-only. If it were FAT, I could write to it, even creating a swap partition within a file in the FAT filesystem. I’ve been planning to re-install this machine from scratch for a while; when I do you can be sure I’ll be leaving some room for (at a minimum) a nice Linux swap partition (right now, I’m running with 256K ram and no swap… nicely!). Of course, the beautiful thing here is that I’m running a totally useful Linux desktop without repartitioning my hard drive. For that matter, without any setup whatsoever. If Linux is ever to make a presence on the desktop, this is how it will happen… with a distribution that’s even easier to use that Windows.

So far, my only complaint is that it doesn’t seem to include tcsh. I really need to break down and learn to use bash, I suppose, but I’ve been using tcsh ever since college and old habbits are hard to break.

What To Do With That Empty 5.25″ Drive Bay

Terra Soft Solutions, creators of Yellow Dog Linux, have an incredibly cool way to fill an empty 5.25″ drive bay in your desktop pc. With a PowerPC. Meet the Briq.

Pricey, but boy oh boy do I want one. With Cygwin’s XFree86 implementation running an X server under windows, I’d never even need a display connected directly too it.

They are a bit pricey… I’d love to see a cheaper version, perhaps an X86-based box. Hmm, maybe using something like this.

Like Unix, only on Windows

As I’ve mentioned, I’m a Windows programmer by day. Yesterday, after typing “l” (my alias for ls -lF) and “cat” in a DOS windows for the 20th time in 2 minutes, I finally snapped. I went Googling for a Unix-on-windows solution. I’ve used Cygwin before, but it seemed a bit klunky and limited. Well, no more.

I didn’t find anything except reference to Cygwin. I finally decided to download it again and give it a whirl. I must say, it’s come a long way. There’s alot of good packages available now, including Python, Perl, Emacs, and XFree86… rootless, fullscreen, with external window manager, you name it. And the installer handles dependancies seemlessly.

One of my first complaints with the old cygwin was that the shell runs inside a DOS window, so you are limited to 80 columns. That still applies, but now I can run an X Server and used xterm instead. It works wonderfully… and since I can run DOS commands as well, I’ll probably retire CMD.EXE completely. I can also retire Exceed, the X server we use at work to connect to our Solaris machines. Once I got xhost configured, I can just rsh from my box to the remote system, set my DISPLAY, and go.