Categories
General

Fixing Netjuke

I use Netjuke and the Netjuke-Tivo to stream music from my server-esque computer to the Tivo in the living room. Unfortunately, Netjuke’s been orphaned since its developer moved on to a new project, Jinzora, which I’m sure is better that Netjuke, but doesn’t have a Netjuke-Tivo analog.

This wasn’t a problem for me until Netjuke stopped working after I upgraded to Fedora-Core 4. It turns out that Netjuke has a variable name, “PRIVATE,” that’s the same as a new reserved keyword in PHP5. Changing that variable name to something more cryptic in all the Netjuke files fixed it.

Categories
General

iBook repair success

It’d been annoying me for a while – when I opened the lid past a certain angle my iBook’s screen would go black. I could still barely see the screen image, but the lamp was off. Wiggling the lid back would usually bring it to life, but eventually the angle where it would work crept back to where my neck was hurting from bending down to see it.

This is apparently a well-known flaw with the routing of he cables running through/past the hinge to the screen. There are two bundles of cables, one on each side. If the backlight fails (but the screen image is still there) the problem is probably the reed switch cable, but if the screen image gets corrupted but the light’s still on then it’s probably the video data cable. I’ve collected the sites and pages that helped me diagnose and fix the problem in my iBook section at del.icio.us.

Small Dog Electronics had the reed switch cable for about half the price of anywhere else. I think some of the others did include the Airport antenna, but I didn’t need that since my wireless seemed to be working just fine. The package included a replacement plastic fan cover, which I thought strange until I compared it to the old one. On the replacement, the side where the reed switch cable runs has a little more space. I’m hoping that means it’ll be a while before I need to take it apart again.

It took me about 2 hours to take it all apart and put it back together. I did have one leftover screw and two spots where I didn’t have a screw that would fit (take note if I ever try to sell you an iBook…). But it works now!

Categories
General

Broke my clavicle…

I slipped off a boulder at the Homer Spit and broke my right collarbone into at least 4 pieces Saturday night. So, I’ll be here in Alaska a bit longer to get the bones connected and to recover a little. I’m only going to have a left hand for a couple of weeks so there won’t be much typing going on.

Precious sniffs a sockeye

Categories
General

On Vacation

I’m in Alaska on vacation so I’ve been ignoring my email. Sorry! So, if you’ve emailed me recently, I’ll probably get back to you sometime after the 4th of July.

Ninilchik from the hill

This is Ninilchik, on the Kenai Peninsula.

Categories
General

Photopress 0.6

It seems to be working well enough to package another release. I appreciate all of the bug reports I’ve gotten. If your favorite annoyance isn’t fixed or listed below as ‘known,’ please let me know.

The biggest improvement is in the album manager. Thumbnails can now be turned off, which should help with large image collections. It’s also now paged by category, which should help too. The delete function should work properly now.

Download photopress.zip or photopress.tar.gz.

You can always find the most recent version (and older versions too if you know where to look) at wp-plugins.org.

Known issues:

  • no dropdowns in the album manager: haven’t figured out how to do this yet
  • descriptions aren’t stored: the description you enter in the uploader is only used to make the image tag to insert in a post – it’s not stored in the database
  • missing options: see this post for details (upgrade to the latest WP to fix this)
  • broken buttons: try enabling the failsafe buttons on the options page
  • broken album layout: edit album.php, in the photopress folder
  • bad paths: the plugin tries to guess the right paths, but it sometimes fails – you can set the paths manually at the end of photopress-inc.php
  • resizing fails: your GD install needs to be working properly, sometimes re-installing seems to trick it into working