Oldskooler Ramblings

the unlikely child born of the home computer wars

Archive for January 11th, 2006

Discovery Health National Body Challenge

Posted by Trixter on January 11, 2006

I think popular media is — gasp — actually doing something responsible and bringing attention to the USA’s obesity problem.  The Biggest Loser is popular, and now I see Discovery Health is hosting something called the National Body Challenge.  8-week free trial at Bally’s, nutritional advice, progress tracking… Unless I’m missing something obvious, it really looks like a great thing.

(Of course, if I am missing something obvious, like a hidden cost, let me know!)

Posted in Weight Loss | Leave a Comment »

Programmers: Deeper understanding of video games?

Posted by Trixter on January 11, 2006

Being a programmer for two decades has given me a special insight into video games; because I know how the majority of them are programmed, hardly any of them feel foreign to me. I may not be a master at any one particular game, but I can definitely pick them up quickly.

This has led to some chuckles along the way. Two games popular around the house lately have been Need For Speed Underground 2 and Ratchet: Deadlocked. In NFSU2, you can use a simulated GPS to continuously point an arrow to your destination so you can find it easier. When you first select the destination, it pauses for a few seconds with the text “Searching Connection: Unable to contact Satellite”. Sounds like a cute simulation, yes? Because I’m a programmer, I know what’s actually happening: The pathfinding algorithm is slow and taking a few seconds to plot the quickest path to the destination. The programmers of NFSU2 masked that pause with the “Searching Connection” message so the user wouldn’t see it as a flaw.

As for Ratchet: Deadlocked, there is a 2-player cooperative mode where you can play through the game with a friend. If the two of you get too far away from each other while playing, the game threatens to blow the both of you up if you don’t get closer to each other again. While this looks intentional, I have a very strong suspicion that it is there to mask a limitation of the game engine — such as, if both players are too far away from each other, that’s too much geometry for the engine to cache and fling around.

I’d be curious if anyone else notices things like this…

Posted in Gaming, Programming | 5 Comments »

New Look

Posted by Trixter on January 11, 2006

Got more than one comment that people thought the old theme was broken with the overlapping windows.  It wasn’t, so I switched to the nice clean Regulus theme by Binary Moon.

Personally, I’d love to have a terminal look, like ASCII, but for some people, the medium is the message.  So I will remain all purty-like for the time being.

Posted in Uncategorized | 3 Comments »