/dev/random

Reality has a liberal bias

/dev/random random header image

Entries from June 2004

CodeWarrior to XCode

June 30th, 2004 · Comments Off · Programming

I’ve spent the last week trying to get a CodeWarrior project that uses PowerPlant converted to XCode. I finally got it working today! I used XCode’s importer, but I also had to make a few changes to the PowerPlant code as well as change some of my own headers.
SHARETHIS.addEntry({ title: “CodeWarrior to XCode”, url: “http://mcdevzone.com/2004/06/30/codewarrior-to-xcode/” [...]

[Read more →]

Tags:

DirecTV at last

June 28th, 2004 · Comments Off · General

DirecTV sent someone else today and they were able to install it. The system works great, except they left an exposed junction box and some ugly exposed wire outside my building.
SHARETHIS.addEntry({ title: “DirecTV at last”, url: “http://mcdevzone.com/2004/06/28/directv-at-last/” });

[Read more →]

Tags:

DMB Selling Albums Online, but not in iTMS

June 28th, 2004 · Comments Off · Music

nancies.org:

DMB has been selling their albums digitally, through their website, as Windows Media files for some weeks now. For $10, any of their studio albums can be downloaded in this DRMed format, or at full CD quality for $13, one dollar less than getting the CD itself. Unlike most bands, however, their [...]

[Read more →]

Tags:

Hack attempt

June 25th, 2004 · Comments Off · Drupal

I see someone’s still trying to hack MacMegasite. I love checking Drupal’s error log - any attempt shows up there. I just saw someone attempt to access admin.php attempting to add a new administrator. Of course it failed since I’m no longer running PHP-Nuke. Even though his attempts are futile, I’ve blocked his IP address.
I [...]

[Read more →]

Tags:

No DirecTV

June 25th, 2004 · Comments Off · General

I ordered DirecTV and made an appointment to have it installed today. When the guy got here, he told me it couldn’t be installed because there are too many trees and/or there was no place to mount it. They’re sending someone Monday for a second opinion. Several other buildings here have dishes, including one of [...]

[Read more →]

Tags:

Diet Update - Phase two

June 24th, 2004 · Comments Off · General

Phase two of the South Beach diet is very easy, although I’ve been going very slowly and only adding one new food a day and limiting carbs to only one or two meals. When I weighed myself this morning I was down to 180. I now have to lose only 5 more pounds.
SHARETHIS.addEntry({ title: “Diet [...]

[Read more →]

Tags:

Orrin Hatch criminalizes the iPod

June 24th, 2004 · Comments Off · Music, News and Politics

Orrin Hatch criminalizes the iPod: “With Orrin Hatch’s nation-destroying Inducing Infringement of Copyrights Act headed for law, EFF has decided to create a real example of just what kind of “piracy” Hatch is targetting. Here’s EFF’s hypothetical complaint against Apple (for making the iPod) C|Net (for reviewing the iPod), and Toshiba (for supplying hard drives [...]

[Read more →]

Tags:

Preserving links when converting from PHP-Nuke to Drupal

June 24th, 2004 · Comments Off · Drupal, Programming

When I converted MacMegasite to Drupal it broke all of the old article links. It seems that a lot of people were still using old URLs, probably from pages cached at search engines. The first thing I did was redirect article links, which was easy since the story IDs remained the same. The rule I [...]

[Read more →]

Tags:

More RAM

June 23rd, 2004 · Comments Off · Macintosh

I just ordered 512M of RAM for my PowerBook G4. I find that with only 512M of RAM, it can get extremely slow when I’m compiling something big. Top shows only 5M of free memory when I have lots of stuff running. Unfortunately the current configuration is two 256M DIMMs, so I’ll only have 512M [...]

[Read more →]

Tags:

Best-selling poet dies at 13

June 22nd, 2004 · Comments Off · General

Mattie Stepanek, the inspiring young poet & advocate for muscular dystrophy died today of the disease.
Mattie truly made the world a better place during his short life. Despite being confined to a wheelchair for much of his life, he maintained a positive attitude and wrote several books of inspirational poetry. He was MDA’s National Goodwill [...]

[Read more →]

Tags:

DMB to Play Kerry Benefit

June 22nd, 2004 · Comments Off · General, Music, News and Politics

DMB to Play Kerry Benefit: “Dave Matthews Band will be performing at a benefit for Democratic presidential candidate John Kerry, according to an announcement on the band’s website. The July 8th event, which fits nicely into the band’s schedule, will be held at Radio City Music Hall in New York City, and will also [...]

[Read more →]

Tags:

Fun with MacOS 9

June 22nd, 2004 · Comments Off · Macintosh, Programming

I just ran into classic TextEdit’s 32K limit. I just love MacOS 9
SHARETHIS.addEntry({ title: “Fun with MacOS 9″, url: “http://mcdevzone.com/2004/06/22/fun-with-macos-9/” });

[Read more →]

Tags:

Downtown Oakland Park is shaping up

June 22nd, 2004 · Comments Off · Local

From Sun-Sentinel:
Despite some residents’ doubts that the blighted district could ever become pedestrian friendly, they will soon be able to sip java at a new coffee shop called Culinary Delights, listen to live music at a soon-to-open restaurant called The Flomingo or walk on landscaped sidewalks recently installed along the Florida East Coast Railway.
“This is [...]

[Read more →]

Tags:

Converting from PHP-Nuke to Drupal

June 20th, 2004 · Comments Off · Drupal, Programming

I found that I could preserve direct article links from the old Nuke site when I converted to Drupal by adding the following rewrite rule to my .htaccess:

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{QUERY_STRING} ^name=News&file=article&sid=([^&]+)$
RewriteRule modules.php index.php?q=node/view/%1 [L]

SHARETHIS.addEntry({ title: “Converting from PHP-Nuke to Drupal”, url: “http://mcdevzone.com/2004/06/20/converting-from-php-nuke-to-drupal/” });

[Read more →]

Tags:

Phase Two

June 19th, 2004 · Comments Off · General

I’ve moved to Phase Two of the diet today. I had my first carbs for lunch today, a small chicken wrap from Roly Poly Sandwiches before I went to the movie. I didn’t realize everything wasn’t low carb until after I got it or I would have ordered low carb. After I ate it I [...]

[Read more →]

Tags:

Successful Switch

June 19th, 2004 · Comments Off · Drupal

I’ve now switched MacMegasite to Drupal and everything seems to be working smoothly.
SHARETHIS.addEntry({ title: “Successful Switch”, url: “http://mcdevzone.com/2004/06/19/successful-switch/” });

[Read more →]

Tags:

Goodbye to PHP-Nuke

June 19th, 2004 · Comments Off · Drupal, Programming

I’ve thought about converting MacMegasite to Drupal and I’ve been working on the theme for a while. When MacMegasite got hacked today, I decided it’s finally time to dump Nuke and make the switch. I have a test site running on my home server and I’ve converted all of the users & stories to the [...]

[Read more →]

Tags:

Hacked Again

June 18th, 2004 · 1 Comment · General, Web

MacMegasite was hacked once again. I’m planning to convert it to Drupal this weekend.
SHARETHIS.addEntry({ title: “Hacked Again”, url: “http://mcdevzone.com/2004/06/18/hacked-again/” });

[Read more →]

Tags:

Mozilla takes a dump

June 18th, 2004 · Comments Off · General, Macintosh

I installed Mozilla 1.7 final and used it for a few hours. It suddenly froze my machine completely - I couldn’t even SSH to it from another machine, so I did a hard reboot. The next time I ran Mozilla, all of my preferences were gone, including all of my email accounts, cookies & saved [...]

[Read more →]

Tags:

Diet update

June 17th, 2004 · Comments Off · General

I’ve now been on the diet for just over two weeks. This weekend I switch to phase two, which means I start introducing some healthy carbs. When I weighed myself this morning I was down to 183. I no longer even think about the diet; it’s become almost automatic. I’m back to my normal energy [...]

[Read more →]

Tags: