This is a New York Times video review of “Dragon NaturallySpeaking 8″ with David Pogue. The video came from the SpeakingSolutions.com web site. It briefly illustrates how speech recognition software works.
Entries from March 2008
Dragon NaturallySpeaking 8 New York Times Video Review
March 31, 2008 · Leave a Comment
Categories: Tutorials
Tagged: David Pogue, Dragon NaturallySpeaking, New York Times, Review, Video
Medieval Helpdesk
March 31, 2008 · Leave a Comment
Another version of the “Book Help Desk” video, but with improved English subtitles. The video is a humorous parody of how people deal with changing technology. It describes a period when “books” as a relatively new technology were beginning to replace “scrolls” as the accepted format for knowledge.
Categories: Books · Humor · Technology · Video
Tagged: Book Help Desk, Book Helpdesk, Books, Help Desk, Helpdesk, Medieval Help Desk, Medieval Helpdesk, Scrolls
How to add an Interactive Treasure Chest in RPG Maker XP
March 17, 2008 · 8 Comments
So, what’s an ‘Interactive Treasure Chest’ and how is it different than a regular one?
Well, regular chests just open up when a player loots them and that’s usually all. By contrast, my Interactive Treasure Chests do a little bit more. While the player is interacting with it and the code is being executed, this chest is fully open. After the player is done getting the loot or whatever, the chest remains open a little bit to indicate at a glance from the player that the chest has already been looted. Also, if a player attempts to open the chest again it opens wide and tells the player that it is empty.
So, I guess you could say that my Interactive Treasure Chest just provides the player with more useful feedback using both visual cues and a status message.
Instructions:
- In a new Edit Event window, double-click the empty graphic box and select a closed chest graphic facing the direction you want. (These are on the top row of the built-in chest graphics.)
- Uncheck Move Animation.
- In the Event Commands, add a [Set Move Route…] event from page 2. Change the drop-down box to “This Event”, click [Turn Up], and [OK].
- Add a [Play SE…] event from page 2. Choose “055-Right01” from the list and click [OK].
- Add a [Show Text…] event from page 1. Type a message to the player indicating what was found. (e.g. “You found some Bread!” Click [OK].
- From page 1, add a [Change Items…], [Change Gold…], [Change Weapons…], or [Change Armor…]) event. Choose what you want to give to the player. Set the Operation to Increase and the Operand to Constant. If you are adding gold, set the amount in the Constant box.
- Add a [Control Self Switch…] event from page 1. Click [OK] to create an event that sets Self Switch A to ON.
- Now press the [New Event Page] button at the top of the Edit Event window.
- Double-click the empty graphic box and select an open chest graphic facing the direction you want. (These are on the third row of the built-in chest graphics.)
- Check Self Switch so that A is ON.
- Uncheck Move Animation.
- In the Event Commands, add a [Set Move Route…] event from page 2. Change the drop-down box to “This Event”, click [Turn Up], and [OK].
- Add a [Show Text…] event from page 1. Type a message to the player indicating the chest is empty. (e.g. “The chest is empty.” Click [OK].
- In the Event Commands, add a [Set Move Route…] event from page 2. Change the drop-down box to “This Event”, click [Turn Right], and [OK].
Categories: Gaming · Tutorials
Tagged: RMXP, RPG Maker, RPG Maker XP, Treasure Chest
Easter 2008 Trivia
March 17, 2008 · Leave a Comment
Easter is always the first Sunday after the first full moon after the Spring Equinox (which is March 20 this year). This dating of Easter is based on the lunar calendar that Hebrew people used to identify Passover, which is why it moves around on our Roman calendar.
This year is the earliest Easter any of us will ever see during the remainder of our lives! And only the most elderly of our population have ever seen it this early (95 years old or above!). And none of us have ever, or will ever, see it a day earlier!
Here are the facts:
- The next time Easter will be this early (March 23) will be the year 2228 (220 years from now). The last time it was this early was 1913 (so if you’re 95 or older, you are the only ones that were around for that!).
- The next time it will be a day earlier, March 22, will be in the year 2285 (277 years from now). The last time it was on March 22 was 1818. So, no one alive today has or will ever see it any earlier than this year!
Categories: Trivia
Tagged: 2008, Astronomy, Calendar, Date of Easter, Easter

