<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>Home Automation</title>
        <link>http://www.blogusmaximus.net/category/1691.aspx</link>
        <description>items of or about Home Automation, possibly including MS Speech Server, X10, Media Center and anything else related</description>
        <language>en-US</language>
        <copyright>Chris Williams</copyright>
        <managingEditor>chrisgwilliams@gmail.com</managingEditor>
        <generator>Subtext Version 0.0.0.0</generator>
        <item>
            <title>keep your fingers crossed...</title>
            <link>http://blogusmaximus.net/archive/2005/06/16/43961.aspx</link>
            <description>I submitted 3 book proposals yesterday (2 on Game Development, 1 on Home Automation).

&lt;P&gt;First Attempt... wait and see&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=43961"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=43961" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://blogusmaximus.net/aggbug/43961.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Chris Williams</dc:creator>
            <guid>http://blogusmaximus.net/archive/2005/06/16/43961.aspx</guid>
            <pubDate>Thu, 16 Jun 2005 15:54:00 GMT</pubDate>
            <wfw:comment>http://blogusmaximus.net/comments/43961.aspx</wfw:comment>
            <comments>http://blogusmaximus.net/archive/2005/06/16/43961.aspx#feedback</comments>
            <wfw:commentRss>http://blogusmaximus.net/comments/commentRss/43961.aspx</wfw:commentRss>
            <trackback:ping>http://blogusmaximus.net/services/trackbacks/43961.aspx</trackback:ping>
        </item>
        <item>
            <title>playing with firecrackers</title>
            <link>http://blogusmaximus.net/archive/2005/05/28/40872.aspx</link>
            <description>&lt;P&gt;Well, I've been playing with my firecracker today &lt;I&gt;(keep your jokes to yourself)&lt;/I&gt; and I have to say it's pretty cool. I grabbed an X10 library dll from Brian Vallelunga's site: &lt;A href="http://geekswithblogs.net/cwilliams/admin/brian.vallelunga.com/code/x10/"&gt;here&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The code below took about 5 minutes to write and now I can control the two modules that came with the firecracker just by clicking on a form button. 
&lt;P&gt;Next step, speech control... 
&lt;P&gt;&lt;PRE&gt;Imports Vallelunga.X10
Public Class Form1
   Private DeviceID As Integer

   Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
      RadioButton1.Checked = True
   End Sub&lt;BR&gt;
   Private Sub LampON(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
      SendSignal(CM17ACommand.TurnOn)
   End Sub&lt;BR&gt;
   Private Sub LampOFF(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
      SendSignal(CM17ACommand.TurnOff)
   End Sub&lt;BR&gt;
   Private Sub ItemSelect(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles RadioButton1.CheckedChanged, RadioButton2.CheckedChanged
      If sender.Equals(RadioButton1) Then
         DeviceID = 2
      ElseIf sender.Equals(RadioButton1) Then
         DeviceID = 3
      End If
   End Sub&lt;BR&gt;
&lt;BR&gt;&lt;BR&gt;   Private Sub SendSignal(ByVal command As CM17ACommand)
      Dim firecracker As CM17A = CM17A.Instance("COM1")
      firecracker.SendCommand(HouseCode.B, DeviceID, command)
      firecracker.Dispose()
   End Sub
End Class
&lt;/PRE&gt;
&lt;P&gt;&lt;IMG src="http://www.mystictriad.com/images/automation.bmp"&gt;&lt;/P&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=40872"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=40872" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://blogusmaximus.net/aggbug/40872.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Chris Williams</dc:creator>
            <guid>http://blogusmaximus.net/archive/2005/05/28/40872.aspx</guid>
            <pubDate>Sun, 29 May 2005 03:26:00 GMT</pubDate>
            <wfw:comment>http://blogusmaximus.net/comments/40872.aspx</wfw:comment>
            <comments>http://blogusmaximus.net/archive/2005/05/28/40872.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://blogusmaximus.net/comments/commentRss/40872.aspx</wfw:commentRss>
            <trackback:ping>http://blogusmaximus.net/services/trackbacks/40872.aspx</trackback:ping>
        </item>
        <item>
            <title>Home Control Assistant</title>
            <link>http://blogusmaximus.net/archive/2005/05/27/40791.aspx</link>
            <description>&lt;P&gt;If you have used Home Control Assistant (v5 or v6) please contact me.&amp;nbsp; I'm interested in hearing what you think of it before I spend $80 - $250 (depending on the version I get).&lt;/P&gt;
&lt;P&gt;I'm downloading the &amp;#8220;try before you buy&amp;#8221; version, but I'd like to hear what others think.&lt;/P&gt;
&lt;P&gt;I'm also looking at the software that comes with the CM15A (ActiveHome) but I've heard some pretty negative things about that one.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=40791"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=40791" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://blogusmaximus.net/aggbug/40791.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Chris Williams</dc:creator>
            <guid>http://blogusmaximus.net/archive/2005/05/27/40791.aspx</guid>
            <pubDate>Fri, 27 May 2005 20:20:00 GMT</pubDate>
            <wfw:comment>http://blogusmaximus.net/comments/40791.aspx</wfw:comment>
            <comments>http://blogusmaximus.net/archive/2005/05/27/40791.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://blogusmaximus.net/comments/commentRss/40791.aspx</wfw:commentRss>
            <trackback:ping>http://blogusmaximus.net/services/trackbacks/40791.aspx</trackback:ping>
        </item>
        <item>
            <title>more X10 stuff</title>
            <link>http://blogusmaximus.net/archive/2005/05/27/40762.aspx</link>
            <description>&lt;TABLE width=600 border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width=250&gt;&lt;IMG height=157 alt="Firecracker Serial Interface" src="http://graphics.x10.com/images2/ck17a_detail.jpg" width=200 border=0&gt;&lt;BR&gt;&lt;IMG height=75 alt="Firecracker kit includes Firecracker interface, Palm Pad Remote Control, Powerline Transceiver and Lamp Module" src="http://graphics.x10.com/automation/images/fc_bot_right_1.jpg" width=167 border=0&gt;&lt;/TD&gt;
&lt;TD&gt;Got home from work yesterday and there was a package on my desk. Ripped it open and it was the firecracker kit I bought on ebay. 
&lt;P&gt;Haven't had a chance to play with it yet, but I will be this weekend. (Michael Earls chastized me for messing with firecrackers, due to the serial interface. I'm getting the USB one soon... btw, you never replied to my last email.) 
&lt;P&gt;There's a few .NET &amp;amp; Firecracker related projects on the net already. GotDotNet and Sourceforge both have some. &lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colSpan=2&gt;
&lt;HR&gt;
&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;IMG height=300 alt="Home Automation" src="http://graphics.x10.com/images_ahp//cm15a_c.gif" width=250 align=right border=0&gt;&lt;/TD&gt;
&lt;TD&gt;This is the USB one I want to get, eventually... 
&lt;P&gt;&lt;A href="http://www.activehomepro.com/activehome-pro.html"&gt;ActiveHome Pro&lt;/A&gt; 
&lt;P&gt;There's just too many toys to choose from right now.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=40762"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=40762" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://blogusmaximus.net/aggbug/40762.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Chris Williams</dc:creator>
            <guid>http://blogusmaximus.net/archive/2005/05/27/40762.aspx</guid>
            <pubDate>Fri, 27 May 2005 13:53:00 GMT</pubDate>
            <wfw:comment>http://blogusmaximus.net/comments/40762.aspx</wfw:comment>
            <comments>http://blogusmaximus.net/archive/2005/05/27/40762.aspx#feedback</comments>
            <slash:comments>3</slash:comments>
            <wfw:commentRss>http://blogusmaximus.net/comments/commentRss/40762.aspx</wfw:commentRss>
            <trackback:ping>http://blogusmaximus.net/services/trackbacks/40762.aspx</trackback:ping>
        </item>
        <item>
            <title>Some thoughts on Media Center Development</title>
            <link>http://blogusmaximus.net/archive/2005/05/23/40322.aspx</link>
            <description>&lt;P&gt;Yesterday, Michael Earls posted a great entry titled: &lt;/P&gt;
&lt;P&gt;Some thoughts on Media Center Development&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.cerkit.com/cerkitBlog/Some+Thoughts+On+Media+Center+Development.aspx"&gt;http://www.cerkit.com/cerkitBlog/Some+Thoughts+On+Media+Center+Development.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;It's good reading, so check it out!&lt;/P&gt;
&lt;P&gt;(oh and he received the 'NIDs I sent him, so that's cool!)&lt;/P&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=40322"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=40322" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://blogusmaximus.net/aggbug/40322.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Chris Williams</dc:creator>
            <guid>http://blogusmaximus.net/archive/2005/05/23/40322.aspx</guid>
            <pubDate>Mon, 23 May 2005 19:00:00 GMT</pubDate>
            <wfw:comment>http://blogusmaximus.net/comments/40322.aspx</wfw:comment>
            <comments>http://blogusmaximus.net/archive/2005/05/23/40322.aspx#feedback</comments>
            <wfw:commentRss>http://blogusmaximus.net/comments/commentRss/40322.aspx</wfw:commentRss>
            <trackback:ping>http://blogusmaximus.net/services/trackbacks/40322.aspx</trackback:ping>
        </item>
        <item>
            <title>X10... Harry Potter style</title>
            <link>http://blogusmaximus.net/archive/2005/05/22/40228.aspx</link>
            <description>Ok I know this is just wrong... but I have small kids and it's pretty hilarious to watch them.

&lt;P&gt;They haven't figured out I have X10 (and a remote control) so somehow they've come to the conclusion that this one particular lamp responds to their "magic". My 4 year old will spin around, stomp his foot and wave his hands to make the lap come on and off.  over and over and over...

&lt;P&gt;eventually the lamp "gets tired" and stops responding for a few hours.  but I hear them in the next room trying to convince each other to sneak in and try it again.

&lt;P&gt;I think my 9 year old is figuring it out although he hasn't seen my remote yet. My 6 year old is definitely convinced she has "magicpowers". Each of them has their own way of making it happen. 

&lt;P&gt;Eventually they'll figure it out, but until then it's a lot of fun to watch.&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=40228"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=40228" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://blogusmaximus.net/aggbug/40228.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Chris Williams</dc:creator>
            <guid>http://blogusmaximus.net/archive/2005/05/22/40228.aspx</guid>
            <pubDate>Sun, 22 May 2005 13:28:00 GMT</pubDate>
            <wfw:comment>http://blogusmaximus.net/comments/40228.aspx</wfw:comment>
            <comments>http://blogusmaximus.net/archive/2005/05/22/40228.aspx#feedback</comments>
            <wfw:commentRss>http://blogusmaximus.net/comments/commentRss/40228.aspx</wfw:commentRss>
            <trackback:ping>http://blogusmaximus.net/services/trackbacks/40228.aspx</trackback:ping>
        </item>
        <item>
            <title>ok now I'm officially hooked</title>
            <link>http://blogusmaximus.net/archive/2005/05/21/40196.aspx</link>
            <description>I've got the X10 bug...

&lt;P&gt;Stopped by the local Radio Shack on the way home from helping a co-worker move. had some well-earned cash burning a hole in my pocket, so I grabbed a couple of X10 compatible goodies. Spent about $40. They didn't have anything to tie into my PC, but I know where I can find that stuff online. Once I buy that, I'll already have some of the add on modules from today's purchase.

&lt;P&gt;Until then...  *click* the lamp goes on... *click* the lamp goes off... *click* the lamp goes on...

&lt;P&gt;God I'm so lazy.&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=40196"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=40196" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://blogusmaximus.net/aggbug/40196.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Chris Williams</dc:creator>
            <guid>http://blogusmaximus.net/archive/2005/05/21/40196.aspx</guid>
            <pubDate>Sat, 21 May 2005 21:08:00 GMT</pubDate>
            <wfw:comment>http://blogusmaximus.net/comments/40196.aspx</wfw:comment>
            <comments>http://blogusmaximus.net/archive/2005/05/21/40196.aspx#feedback</comments>
            <slash:comments>5</slash:comments>
            <wfw:commentRss>http://blogusmaximus.net/comments/commentRss/40196.aspx</wfw:commentRss>
            <trackback:ping>http://blogusmaximus.net/services/trackbacks/40196.aspx</trackback:ping>
        </item>
        <item>
            <title>evening ketchup</title>
            <link>http://blogusmaximus.net/archive/2005/05/16/39830.aspx</link>
            <description>Installed SourceSafe 2005 (just the client tools for now)... nice and easy. picked up my existing 6.0d server no problem, and all my SourceControl bindings in &lt;a title="" href="http://www.heroicadventure.com" &gt;HA!&lt;/a&gt; are working peachy again. I guess I'll wait a while longer on implementing Vault.  Now I just need a decent bug tracker. My wife is getting tired of me writing on the wall (ok technically it's a big whiteboard that I never erase)

&lt;P&gt;I'm DL'ing the Speech SDK as I type this, along with Win XP Media Center Edition 2005 (CD1 &amp; 2)

&lt;P&gt;I see the XNA page has been updated with some very cool looking stuff: &lt;A href="http://www.microsoft.com/xna/multimedia.aspx"&gt;&lt;B&gt;XNA&lt;/B&gt;&lt;/a&gt;

&lt;P&gt;Microsoft's "Wonder Twins" program ends at the end of this month. What's that?  &lt;a href="http://www.microsoft.com/learning/mcp/offers/mcp/"&gt;check it out!&lt;/a&gt; (yes there are limitations, but it's still cool!)

&lt;P&gt;I've ordered a retail kit for checking out Speech Server  (2-3 weeks... *sigh*)  I wonder if any of my friends can hook me up with a CD to play with... guys? anyone? Bueller?

&lt;P&gt;transmitted my application to the academy... oh wait, nevermind... wrong fantasy. (48 hours &amp; 6 minutes until I'm sitting on the edge of my seat watching the movie I've been awaiting for the last 28 years)

&lt;P&gt;priced some various X10 starter kits, actually not that pricey although the one kit I was interested in has a serial port thingy instead of USB, which I would prefer. Although it's not like I actually use my serial ports for anything.

&lt;P&gt;Would the guy who took a bazillion pics of me giving my talk at Atlanta Code Camp please drop me a line?  I figure at least a couple of them had to turn out alright.  :)

&lt;P&gt;Bill has acknowledged my gauntlet, as it were. heh. I'm curious about adding a little twist to it. I'd love to use the (ebay and/or amazon) SDK in conjunction with media center (little popup messages while I'm watching a movie). Throw in a little home automation (via X10) to turn a certain lamp on whenever I'm within 5 minutes of losing an auction and letting me up my bid via voice command (speech server)!! Wow if I could work from home (actually I can) I'd never leave the couch again... (not true actually... my wife would make me)

&lt;P&gt;I'm trying to get Max Karpov to come visit our group, or my job, either one. He's up for it, I just have to work out the logistics. I think our core (oops, almost said the "I word") team would benefit from meeting him.&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=39830"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=39830" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://blogusmaximus.net/aggbug/39830.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Chris Williams</dc:creator>
            <guid>http://blogusmaximus.net/archive/2005/05/16/39830.aspx</guid>
            <pubDate>Tue, 17 May 2005 04:58:00 GMT</pubDate>
            <wfw:comment>http://blogusmaximus.net/comments/39830.aspx</wfw:comment>
            <comments>http://blogusmaximus.net/archive/2005/05/16/39830.aspx#feedback</comments>
            <wfw:commentRss>http://blogusmaximus.net/comments/commentRss/39830.aspx</wfw:commentRss>
            <trackback:ping>http://blogusmaximus.net/services/trackbacks/39830.aspx</trackback:ping>
        </item>
        <item>
            <title>Inspiring others to greatness...</title>
            <link>http://blogusmaximus.net/archive/2005/05/16/39823.aspx</link>
            <description>&lt;I&gt; If I don't have a working demo using XP media Center edition, X10 and Speech Server by June 1st, please feel free to write me and remind me that I am a lazy procrastinating windbag.&lt;/I&gt;

&lt;P&gt;It would seem the challenge has been made, the gauntlet thrown, the line drawn... &lt;A HREF="http://msmvps.com/williamryan/archive/2005/05/16/47242.aspx?Pending=true"&gt;Bill Ryan's blog&lt;/A&gt; &lt;P&gt;You've got 2 weeks Bill...&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=39823"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=39823" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://blogusmaximus.net/aggbug/39823.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Chris Williams</dc:creator>
            <guid>http://blogusmaximus.net/archive/2005/05/16/39823.aspx</guid>
            <pubDate>Tue, 17 May 2005 03:55:00 GMT</pubDate>
            <wfw:comment>http://blogusmaximus.net/comments/39823.aspx</wfw:comment>
            <comments>http://blogusmaximus.net/archive/2005/05/16/39823.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://blogusmaximus.net/comments/commentRss/39823.aspx</wfw:commentRss>
            <trackback:ping>http://blogusmaximus.net/services/trackbacks/39823.aspx</trackback:ping>
        </item>
        <item>
            <title>home automation</title>
            <link>http://blogusmaximus.net/archive/2005/05/16/39783.aspx</link>
            <description>&lt;P&gt;Ever since I caught the home automation bug at the &lt;a href=http://www.atlantacodecamp.com&gt;Atlanta Code Camp&lt;/a&gt;... I've been thinking about cool stuff I can do with it. &lt;a href="http://msmvps.com/williamryan/"&gt;Bill Ryan&lt;/a&gt; and &lt;a href="http://www.cerkit.com/cerkitBlog/"&gt;Michael Earls&lt;/a&gt; both gave me some GREAT ideas. (Neither of their presentations were strictly on that topic, but both of them touched on it in ways that got me thinking.)&lt;/P&gt;
&lt;P&gt;The problem is, I don't have the first clue on what to buy or where to get started. I've been to &lt;A href="http://www.x10.com/"&gt;www.x10.com&lt;/A&gt; and a couple other sites, but until I really figure out what it is I want to accomplish I should probably hold off on dumping a bunch of cash into it.&lt;/P&gt;
&lt;P&gt;So at this point, I'm curious... what kind of stuff have any of you good folks done? I'd like to hear about it. Post a comment or send me an email. The more info, the better. I know I'm gonna end up spending WAY too much cash once I get firmly hooked, so I want to make my initial investment worthwhile.&lt;/P&gt;
&lt;P&gt;As I learn more, I'll blog about it, so expect to learn more with me. ;)&amp;nbsp; I've added a Home Automation channel to my blog, and you can pick up the feed &lt;A href="http://www.geekswithblogs.net/cwilliams/category/1691.aspx/rss"&gt;here&lt;/A&gt;&lt;/P&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=39783"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=39783" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://blogusmaximus.net/aggbug/39783.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Chris Williams</dc:creator>
            <guid>http://blogusmaximus.net/archive/2005/05/16/39783.aspx</guid>
            <pubDate>Mon, 16 May 2005 18:25:00 GMT</pubDate>
            <wfw:comment>http://blogusmaximus.net/comments/39783.aspx</wfw:comment>
            <comments>http://blogusmaximus.net/archive/2005/05/16/39783.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://blogusmaximus.net/comments/commentRss/39783.aspx</wfw:commentRss>
            <trackback:ping>http://blogusmaximus.net/services/trackbacks/39783.aspx</trackback:ping>
        </item>
    </channel>
</rss>