nuxx.net
Making, baking, and (un-)breaking things in Southeast Michigan.


It works!
(Click for more moblog photos…)

1) I have Founder’s Breakfast Stout.

2) My MAME cabinet (photo gallery retired) is working again, this time running completely from Compact Flash. I played Bubble Bobble!

As soon as I figure out why the sound card keeps failing (it’ll just cease to work suddenly, for no apparent reason) and fix that, everything will be good. Oh, and once I get all the controls / display stuffs sorted out. But that’s not too difficult.

I just bid on another card on eBay. I think it’s the card failing, so it’s best to replace it.

Expect more on the MAME cabinet soon. There will likely be photos and a write-up in the projects portion of nuxx.net.

Also, today I:
· Smoked a power supply after replacing the fuse inside. I guess more than the fuse was bad.
· Diagnosed a motherboard bearing a rather nice AMD Athlon XP 1700+ chip as no longer powering on. I hope I can figure out why, as it was working fine a few months ago. (It’s not the power supply.) This was to be the board in the MAME cabinet. Fortunately I still had my trusty nine year old Abit BH-6, formerly of many different computers including bornslippy.nuxx.net (photo gallery retired). Seems to be working well enough with MAME.
· Ate Kraft Macaroni and Cheese w/ curry powder for dinner.
· Played with Compact Flash to IDE adapters, which work great.
· Installed DOS a few times.
· Ate an enormous salad for lunch which had completely too much blue cheese on it.
· Learned that RAMDRIVE.SYS RAMdisks can’t be more than 32MB.
· Found that AdvanceMAME runs horribly from flash unless you turn on write caching. (Not sure of why yet.)

beerelectronicsgamesmoved from livejournal

Moon’s Milk


Halo around the moon.

As and I were heading out the door of my house earlier today I noticed a rather pronounced halo around the moon. I didn’t take a picture of it at the time, but after returning to my house I noticed that it was still around and a good bit more visible, so I grabbed the camera and fired off a few shots.

I don’t have a wide enough lens to get the whole halo (the Tokina 12-24 would have been great about now), but I did get a fair bit of it. After seeing the blinding glare of the moon I went to take another photo with something (me?) blocking out the moon, but it was too late and the halo was gone.

So, there you go. Not a great photo, but it’s a halo none the less. I just hope I get to see another 3-4 ring halo like I did one night when I was little. That was amazing.

found thingsmoved from livejournalweather

iSight Car Mount

I know this is old news, but I finally banged together a page about my iSight Car Mount.

There are embedded videos of the tests I did, both driving around a bit and a stop-motion video of my drive to work.

And yes, this is related to the silly Flash question I had earlier. I was able to find a newer version of the player which has a click-to-play button available, so that should a noisy video be clicked on my the user, it doesn’t immediately deafen them.

I think there is still a lot to do with Gallery and it’s video support, and I need to figure out a better way to transcode files consistently and add hinting needed for lighttpd’s flv streaming support.

But, for now, it works. :)

automotivemaking thingsmoved from livejournal

Gallery Sitemap Problem

For some reason (probably because of the size of my gallery and the number of sites hosted on the box) I’ve been having problems with Google being able to pull an XML sitemap for the gallery. Google was apparantly timing out while attempting to download it. I’m not sure if some change was made on their end recently regarding the length of time which could be spend during sitemap downloads or what, but I think I found a solution:

#!/bin/sh

newfile=~/www/nuxx.net/gallery/sitemap.xml.new
oldfile=~/www/nuxx.net/gallery/sitemap.xml

/usr/local/bin/curl -Sso $newfile http://nuxx.net/gallery/main.php?g2_view=sitemap.Sitemap

if [ -d ~/www/nuxx.net/gallery/sitemap.xml.new ]; then
mv $newfile $oldfile
fi

Yes, I know it’s a hack, but running it every six hours should work around the problem.

UPDATE: Yep, I just realized this won’t work. The test argument needs to be changed to -f (or -e) because it’s not a directory. Doh!

computersmoved from livejournalnuxx.net

110 Slide / 35mm Negative Scanning & Custom Cables

Well, I finally started something and finished it! Earlier today I began writing up a overview of how I’ve been handling scanning my 110 slides and 35mm negatives. It’s still in a sort-of rough draft state, but all the photos are there and such. So, if you are interested in how I’ve been handling the scanning, along with enough info to do it yourself in a similar way, go ahead and give this article a read:

· 110 Slide / 35mm Negative Scanning

I also spent a bit of time putting together info about the materials and such which I use for making custom audio and video cables. It currently only covers component video cables, iPod connectors, and subwoofer cables. More info will come later. The article can be found here:

· Custom Cables

It’s nice to feel as if I’ve finally managed to get something done.

UPDATE: Also, please digg this story.

electronicsmaking thingsmoved from livejournal

Honda Music Link

The Honda Music Link communicates with an iPod at 9600 / N-8-1, and I can successfully sniff it.

Eg: 000043 17:16:12.750 FF 55 04 04 00 29 04 CB FF 55 04 04 00 29 01 CE

This can be looked up here: http://ipodlinux.org/Apple_Accessory_Protocol

UPDATE: As an exercise to myself, this is as follows:

FF 55 – Header
04 – Length of Command
04 – Mode 4 / AiR Mode
00 29 – AiR Playback Control
04 – Skip– Command
CB – Checksum calculated as: 0x100 – (FF + 04 + 04 + 00 + 29 + 04)

FF 55 – Header
04 – Length of Command
04 – Mode 4 / AiR Mode
00 29 – AiR Playback Control
01 – Toggle Play / Pause
CE – Checksum

computerselectronicsmoved from livejournal

.1μF

How can a place called Radio Shack not even have .1μF polarized caps?

I need five to build this MAX232 circuit because the level shifters from Spark Fun don’t work for some reason.

Bah. This is absurd.

electronicsmoved from livejournal

Cookies and Car

· Windshield wiper blades changed. (Pain in the ass.)
· Air filter changed. (Easy.)
· Tires at 32psi after cold weather. (Will likely have to redo with arrival sub-zero temps.)
· Chocolate chip cookies baking.
· Packages sent off to Australia and Scotland.

Now, to balance my checkbook.

automotivefoodmoved from livejournal

NYT

Hmm, someone writing an article on vehicular iPod integration for the New York Times just emailed me with some questions about the Honda Music Link. My answers may have been a bit much, but I hope he got what he is looking for.

The name the person who wrote is Jim Motavalli and he appears to be a fairly frequent writer of enviromental-type stories, with many contributions to the NYT. It’ll be interesting to see what the final story is like.

automotiveelectronicsmoved from livejournal