« November 2005 | Main | January 2006 »
December 12, 2005
The Passion of the Lion
We saw The Chronicles of Narnia this weekend and given all the religious fervor surrounding it, I must say the Christian groups are really reaching.
Overall, the movie was about as good as can be expected from the previews. It is a visual feast with average acting, average direction and ample tie-in opportunity. The story is obviously meant for a younger audience and the movie seems to cater well enough to that crowd. It wouldn't be a stretch to say that Narnia has that "it" that people thought the latest Harry Potter movie lacked; I'm just not sure what that "it" is.
The Christian angle is present, but like nearly anything now, it has been completely blown out of proportion compliments of overabundant news coverage. The sacrifice, the resurrection, the tolerance, the prophecy... we get it. The (intended) parallels are there, but given the amount of hype the connection was given made the movie-going experience a bit clouded for me. I kept looking for parallels that weren't there. "Does the lamp post represent the burning bush? The forces of 'good' sure seem to incorrectly look a lot like Roman soldiers; why?" And so on.
The biggest feature of the movie for me was the incredible job they did with the creatures. Clearly, the puppeteers and animators have easily lept the Uncanny Valley as there were very few odd movements that brought the fake. I found myself just marvelling at the incredible colors, textures and mechanics of some of the fantastic creatures. Even the rendering of Jesu...the lion was enough to distract me from the rough acting of the kids. Granted, they weren't Anakin Skywalker bad, but more on par with Harry Potter bad.
If you're on the fence about seeing the movie, go see it. The religious corollaries are easy enough to ignore and the visual splendor for a good part of the film will keep you well enough distracted from the average elements.
Posted at 09:05 AM | Life and Work | Comments (0)
December 06, 2005
LiveCD vs. Manual TCP/IP
Gonna get a bit technical on this one, but it's information so simple yet seemingly difficult to find on the net.
First, some background. A LiveCD is an operating system that runs entirely off a CD ROM. Download the LiveCD ISO, burn it, boot up the computer using the CD and you have a fully armed and operational battle stati... err workstation. Save your settings and files to a USB drive and you have a portable work environment that you can use on nearly any computer. Usually these LiveCDs are some flavor of linux.
The problem I've encountered is that all the live cds assume you're connected to a network with DHCP, and I'm sure by and large most people who would use a LiveCD would need that functionality. But at work, I need to specify the network settings manually.
So here's a quick setup guide that should work for most LiveCDs. Replace [x number] with the actual number sans brackets.
# ifconfig eth0 [IP Number] netmask 255.255.255.0
# route add default gw [Gateway number]
# nano /etc/resolv.conf
search [search domain]
nameserver [DNS IP #1]
nameserver [DNS IP #2]
Of course this is only a session fix. Next time you boot, you'll need to go thru the same steps. I'm sure there's some files somewhere to edit to make this a permanent thing with settings on USB drive.
Why it took hours of googling and bothering my sysadmin to get something that simple is beyond me. That seems to be the largest hurdle for the jump to linux. Everyone either assumes you're a linux guru or is too elitist to care about n00b problems. :P
Posted at 02:24 PM | Life and Work | Comments (0)