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

Category computers

Digital ICE

Digital ICE on the Nikon Coolscan V ED works rather well.

For example, here is a single frame scanned both without and with Digital ICE, set to remove dust and scratches. The negative wasn’t removed from the scanner between scans, the option was simply turned on and the frame re-scanned:

· Without ICE. Note the dust on the mountain, and small scratches on the house at the right side of the frame.
· With ICE. Aforementioned dust and scratches (and other bits) are just simply gone.

computersmoved from livejournal

3.5GB Yay!

Two hours, twenty six minutes, and sixteen seconds (2:26:16) after starting the Apple Hardware Tests, my machine can finally be said to have received a RAM upgrade. For the last three years I’ve been running it with 1.5GB of RAM, and that had been enough. Until I tried to work with 4000dpi scans of 35mm slides.

I must say, things run much better now. Especially with my compliment of other apps running, including Safari, Mail.app, Adium, SSH Agent, iTunes, Xjournal, Obsession (LJ Checker), Terminal, Gallery Remote, Vienna, and a few others.

acquired thingscomputersmoved from livejournal

Tea and Biscuits


PG Tips, McVitie’s Digestives, and Organic Milk

What an excellent afternoon snack on a day when I returned from a rather lengthy lunch, only to be told that I can leave if I want.

Now I’m sitting here waiting for 2GB of RAM to show up for the G5 so that I can scan negatives. I was able to scan the 110 slides with the 1.5GB in here now, but it was pushing things. Opening the 45MB TIFFs in Lightroom with the current amount of RAM causes the machine to chew on the disk for 2-3 minutes per image. This needs to change before I tackle ~1000 full-frame 35mm negatives.

computersfoodmoved from livejournal

nuxx.net

Also, my site, any I host, and email is down right now. I’m upgrading MySQL, so it’s not currently running, making things which are backed by it not work.

Email is still coming in, it’s just being queued up. Once MySQL is back up things should be back to normal.

UPDATE @ 09:43 EST: MySQL upgrade done. Email and sites working again. Time to do the PHP upgrade, which will break all websites for a while. Sorry.

UPDATE @ 11:16 EST: All updates complete. Everything should be back to normal. Let me know if it isn’t.

computersmoved from livejournalnuxx.net

Win32 RSS / Atom Feed Reader

Can any of you recommend a Win32 RSS / Atom feed reader? I’m liking Vienna on OS X, and Google Reader, but Google Reader just suddenly breaks all too often. And by breaks I mean fails to update feeds for long periods of time, if ever.

And Firefox sucks for feeds, because if I nest a bunch under one bookmark toolbar entry I have to drill down to each to check if there is anything new there.

computersmoved from livejournal

Donating Software

Do any of you know how to donate software licenses?

I’ve got a 20 CAL copy of Windows Server 2003 R2 Enterprise Edition, for x64 here. It’s NFR, and was handed to me by a MS rep. Unfortunately I don’t have a use for it. I can’t really sell it, so I’d like to donate it to a charity which can use it. But I don’t know of any. If any of you know of a organization which can (and will) use it, and how I can get it to them, please let me know.

And yes, it’s brand new, still sealed, etc.

Thanks. :D

computersmoved from livejournal

Mail.app IMAP Folder Display Bug

Anyone want to see a bug in Mail.app v2.1 (752/752.2)? Here: mail_imap_single_subfolder_bug.mp4

In short, I have two folders under INBOX (in this case .Logs and .Other) which aren’t defined as special folders (.Sent, .Drafts, .Junk, and .Trash are being used as special folders in Mail.app). If I delete one of them, in this case .Other, suddenly .Logs is no longer visible.

In short, if there is one folder besides the ‘special’ ones off of INBOX, it won’t be shown. And yes, I’ve confirmed that the folder is subscribed. Pointing SquirrelMail or Thunderbird at the account shows all folders as expected.

This is with Courier-IMAP 4.1.1 running on FreeBSD 6.1.

And yes, this has been reported to Apple as Problem ID 4764544.

computersmoved from livejournal

bsd tar

Can any of you tell me why the following matches no files (and thusly won’t back things up?

tar -czP --include '*.sh' -f /home/telematic/backup/`date +"%Y-%m-%d_scripts.tar.gz"` /usr/local/sbin

This is with BSD tar, and there are files matching *.sh under there. In fact:

root@rowla:~telematic/backup# find /usr/local/sbin -name "*.sh"
/usr/local/sbin/fastcgi/fastcgi-katester.sh
/usr/local/sbin/fastcgi/fastcgi-c0nsumer.sh
/usr/local/sbin/fastcgi/fastcgi-rekram.sh
/usr/local/sbin/fastcgi/fastcgi-sithspawn.sh
/usr/local/sbin/fastcgi/fastcgi-nuxxfriends.sh
/usr/local/sbin/fastcgi/fastcgi-tnorman.sh
/usr/local/sbin/fastcgi/fastcgi-secure.sh
/usr/local/sbin/automysqlbackup.sh
/usr/local/sbin/webalizer_daily.sh
/usr/local/sbin/dailybackup.sh
/usr/local/sbin/lighttpd-hash.sh
root@rowla:~telematic/backup#

So, uhm… What am I doing wrong?

computersmoved from livejournal

DreamHost


DreamHost Cancelation
(Click for full res image…)

In case any of you are interested, the process for canceling an account with DreamHost is completely automated. In fact, it’s easier than signing up for the account in the first place. When canceling the site simply calculates whether or not it has been more than 97 days since signing up for the account and if not, automatically supplies a refund.

Maybe they get quite a few of these or something.

Anyway, I’m (obviously) going to wait a few days to be sure things go through as expected with the credit card company, but this is definitely a bright spot in this whole ordeal with DreamHost.

Oh, and yes, all sites are now on rowla.nuxx.net at the wonderful host which is Waveform Technology Inc, LLC. As long as I can provide a stable, unhacked box for another more than two years I’ll be content.

computersmoved from livejournal

lighttpd? Nokia Image Upload API?

So it seems that my choice of webserver for rowla.nuxx.net, lighttpd, isn’t working out so well. It seems that the Nokia 6600 (and I’d imagine others), as part of implementing the Nokia Image Upload Server API v1.1 sends an Expect: 100-continue, but lighttpd always returns 417 Expectation Failed. As can be seen here, the ‘100 – Continue’ part of HTTP/1.1 simply hasn’t been implemented.

A bug report (#377 – Incorrect handling of the 100 (Continue) Status) has been submitted, but it looks like there hasn’t been any work done on it in quite a while.

I presume that Nokia uses that because then the client will only send another chunk of image after the server has received the last, helping ensure data doesn’t get lost somewhere in the high latency / flaky world of GPRS. Or maybe because they anticipate the Image Upload feature of the phones to be used on potentially overloaded ISP / telco servers and they don’t want the phones sending data faster than the server can handle it.

As is stated in RFC2068, 10.1.1 – 100 Continue:

The client may continue with its request. This interim response is used to inform the client that the initial part of the request has been received and has not yet been rejected by the server. The client SHOULD continue by sending the remainder of the request or, if the request has already been completed, ignore this response. The server MUST send a final response after the request has been completed.

I don’t think I can use some sort of proxy for it either, because it seems that Expect headers need to be forwarded by proxies. (RFC2616, 14.20)

So, back to Apache, or I can try to find another way around this… At least I know what’s causing it. Until then, no from-phone updating of my moblog can occur.

computersmoved from livejournal