<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">ori amiga's blog</title><subtitle type="html">ori amiga's blog</subtitle><id>http://blogs.msdn.com/oriamiga/atom.xml</id><link rel="alternate" type="text/html" href="http://blogs.msdn.com/oriamiga/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.msdn.com/oriamiga/atom.xml" /><generator uri="http://communityserver.org" version="2.1.61025.2">Community Server</generator><updated>2008-11-09T02:15:35Z</updated><entry><title>Sweet Sauce Live Services / Mesh Backgrounds</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/oriamiga/archive/2008/11/11/sweet-sauce-live-services-mesh-backgrounds.aspx" /><id>http://blogs.msdn.com/oriamiga/archive/2008/11/11/sweet-sauce-live-services-mesh-backgrounds.aspx</id><published>2008-11-12T03:13:27Z</published><updated>2008-11-12T03:13:27Z</updated><content type="html">&lt;p&gt;We’ve gotten endless pings about folks wanting to get their hands on our sweet looking desktop backgrounds for Live Services / Live Mesh.&lt;/p&gt;  &lt;p&gt;Well… you can now grab an entire pack of various backgrounds from &lt;a href="http://dev.live.com/downloads/resources/LiveServicesBackgrounds.zip"&gt;[here]&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;A few samples to wet your appetite…&lt;/p&gt;  &lt;p align="center"&gt;&lt;a href="http://blogs.msdn.com/blogfiles/oriamiga/WindowsLiveWriter/SweetSauceLiveServicesMeshBackgrounds_A257/Orb_Wallpaper_Black_624x630_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Orb_Wallpaper_Black_624x630" border="0" alt="Orb_Wallpaper_Black_624x630" src="http://blogs.msdn.com/blogfiles/oriamiga/WindowsLiveWriter/SweetSauceLiveServicesMeshBackgrounds_A257/Orb_Wallpaper_Black_624x630_thumb.png" width="104" height="104" /&gt;&lt;/a&gt; &lt;a href="http://blogs.msdn.com/blogfiles/oriamiga/WindowsLiveWriter/SweetSauceLiveServicesMeshBackgrounds_A257/red_2.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="red" border="0" alt="red" src="http://blogs.msdn.com/blogfiles/oriamiga/WindowsLiveWriter/SweetSauceLiveServicesMeshBackgrounds_A257/red_thumb.jpg" width="137" height="104" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p align="center"&gt;&lt;a href="http://blogs.msdn.com/blogfiles/oriamiga/WindowsLiveWriter/SweetSauceLiveServicesMeshBackgrounds_A257/gold_2.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="gold" border="0" alt="gold" src="http://blogs.msdn.com/blogfiles/oriamiga/WindowsLiveWriter/SweetSauceLiveServicesMeshBackgrounds_A257/gold_thumb.jpg" width="137" height="104" /&gt;&lt;/a&gt; &lt;a href="http://blogs.msdn.com/blogfiles/oriamiga/WindowsLiveWriter/SweetSauceLiveServicesMeshBackgrounds_A257/blue_2.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="blue" border="0" alt="blue" src="http://blogs.msdn.com/blogfiles/oriamiga/WindowsLiveWriter/SweetSauceLiveServicesMeshBackgrounds_A257/blue_thumb.jpg" width="137" height="104" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Spread the love.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9061015" width="1" height="1"&gt;</content><author><name>oriamiga</name><uri>http://blogs.msdn.com/members/oriamiga.aspx</uri></author></entry><entry><title>LiveFX using IronPython</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/oriamiga/archive/2008/11/09/livefx-using-ironpython.aspx" /><id>http://blogs.msdn.com/oriamiga/archive/2008/11/09/livefx-using-ironpython.aspx</id><published>2008-11-10T03:45:18Z</published><updated>2008-11-10T03:45:18Z</updated><content type="html">&lt;p&gt;Several folks have asked how to get started using LiveFX with IronPython.&lt;/p&gt;  &lt;p&gt;Here is a quick Getting Started guide:&lt;/p&gt;  &lt;ol&gt;   &lt;ol&gt;     &lt;li&gt;Download and install the latest IronPython console from &lt;a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=IronPython"&gt;[here]&lt;/a&gt;        &lt;br /&gt;&lt;/li&gt;      &lt;li&gt;Grab the sample LiveOE.py file from &lt;a href="http://cid-2d6cd416d36465bc.skydrive.live.com/self.aspx/Public/LiveFX/IronPython/LiveOE.py "&gt;[here]&lt;/a&gt;         &lt;br /&gt;&lt;/li&gt;      &lt;li&gt;Edit the LiveOE.py file and change the line       &lt;br /&gt;&lt;font face="conso" size="2"&gt;&amp;#160;&amp;#160; &lt;/font&gt;&lt;font face="conso" size="1"&gt;&lt;font face="conso" size="2"&gt;sdkLibsPath = r&amp;quot;..\LiveFrameworkSDK\Libraries\.Net Library&amp;quot;&lt;/font&gt;          &lt;br /&gt;&lt;/font&gt;to reflect the path where you’ve installed the LiveFX SDK .NET libraries        &lt;br /&gt;&lt;/li&gt;      &lt;li&gt;Launch the IronPython console from the command line: [ipy.exe -X:TabCompletion]       &lt;br /&gt;&lt;/li&gt;      &lt;li&gt;At the console, you can now type something like:       &lt;br /&gt;        &lt;br /&gt;&lt;font face="conso" size="2"&gt;&amp;#160;&amp;#160; import LiveOE         &lt;br /&gt;&amp;#160;&amp;#160; livefx = LiveOE.Connect(&amp;quot;username@live.com&amp;quot;, &amp;quot;password&amp;quot;)          &lt;br /&gt;&amp;#160;&amp;#160; for i in livefx.Mesh.MeshObjects.Entries : print i.Resource.Title&lt;/font&gt;&lt;/li&gt;   &lt;/ol&gt; &lt;/ol&gt;  &lt;p&gt;&lt;font face="conso" size="2"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;That about does it.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9056593" width="1" height="1"&gt;</content><author><name>oriamiga</name><uri>http://blogs.msdn.com/members/oriamiga.aspx</uri></author></entry><entry><title>Introducing the MeshMobile…</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/oriamiga/archive/2008/11/09/introducing-the-meshmobile.aspx" /><id>http://blogs.msdn.com/oriamiga/archive/2008/11/09/introducing-the-meshmobile.aspx</id><published>2008-11-09T13:15:35Z</published><updated>2008-11-09T13:15:35Z</updated><content type="html">&lt;p align="right"&gt;&lt;em&gt;[pronounced like Batmobile]&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;The &lt;em&gt;MeshMobile&lt;/em&gt; is the latest addition to my &lt;a href="http://www.mesh.com"&gt;device mesh&lt;/a&gt; – enabling my car to be always connected to the rest of my PCs, Macs, Media Centers, and mobile phones.&amp;#160; It is essentially a &lt;a href="http://en.wikipedia.org/wiki/Carputer"&gt;carputer&lt;/a&gt; running an instance of the Live Operating Environment, and software which uses &lt;a href="http://dev.live.com/liveframework/"&gt;Live Framework&lt;/a&gt; to enable the car to become an integral part of the mesh.&lt;/p&gt;  &lt;p&gt;The MeshMobile took about a month of hardware/software design… and about 3 weeks of fabrication and installation.&amp;#160; In a nutshell, it’s a miniPC platform, running Vista as the base OS, Live Operating Environment, Centrafuse shell with some custom extensions to plug-in Mesh functionality.&amp;#160; Of course, the ultimate carputer is part of the ultimate pure bread of air-cooled engineering marvels… the &lt;a href="http://vista.pca.org/stl/993turbo.htm"&gt;993 Turbo&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/oriamiga/WindowsLiveWriter/bcb2caf513f6_FED/meshmobile_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="meshmobile" border="0" alt="meshmobile" align="right" src="http://blogs.msdn.com/blogfiles/oriamiga/WindowsLiveWriter/bcb2caf513f6_FED/meshmobile_thumb.jpg" width="219" height="164" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;So, what can it do (besides going from 0-60mph in 3.7 seconds)… the MeshMobile essentially has completed access to all Live Operating Environment functionality, including access to services such as identity, synchronization, peer-to-peer, mesh applications, etc.&amp;#160; Using these…&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;The MeshMobile automatically synchronizes multiple data types such as music, videos, and pictures within the mesh.&amp;#160; For example, when I add a new music album to my collection at home, the next time I hop in the car that album is automatically synchronized locally to the vehicle and is available within the car’s music collection.&lt;/li&gt;    &lt;li&gt;The MeshMobile automatically reports its location into a Live Folder within the mesh.&amp;#160; Every few seconds a set of GPS coordinates (with their Virtual Earth link) are dropped into a Live Folder which is then shared with a select group of folks who can view the vehicle’s location at any point.&lt;a href="http://blogs.msdn.com/blogfiles/oriamiga/WindowsLiveWriter/bcb2caf513f6_FED/display_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="display" border="0" alt="display" align="right" src="http://blogs.msdn.com/blogfiles/oriamiga/WindowsLiveWriter/bcb2caf513f6_FED/display_thumb.jpg" width="219" height="164" /&gt;&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;The MeshMobile web browser synchronizes its Favorites links with the rest of the devices in the mesh.&lt;/li&gt;    &lt;li&gt;It can log all relevant activity in the vehicle and synchronize across the rest of the devices in the mesh.&lt;/li&gt;    &lt;li&gt;It can send out notifications with mesh News, SMS messages, etc.&lt;/li&gt;    &lt;li&gt;Has complete phone/address-book integration.&lt;/li&gt;    &lt;li&gt;Also working on integrating its night-vision camera, and ODB-II diagnostics in the next rev.&lt;/li&gt;    &lt;li&gt;… and lots more.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Check out the Channel 9 video for more info: &lt;a title="http://channel9.msdn.com/posts/Charles/Ori-Amiga-Mesh-Mobile/" href="http://channel9.msdn.com/posts/Charles/Ori-Amiga-Mesh-Mobile/"&gt;http://channel9.msdn.com/posts/Charles/Ori-Amiga-Mesh-Mobile/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;So, what type of hardware is in the MeshMobile…&lt;/strong&gt;&lt;/p&gt;  &lt;table border="0" cellspacing="0" cellpadding="2" width="517"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="110"&gt;&lt;strong&gt;Base System&lt;/strong&gt;&lt;/td&gt;        &lt;td valign="top" width="405"&gt;&lt;a href="http://usa.aopen.com/products_detail.aspx?Auno=2445"&gt;AOpen miniPC Duo MP965-D&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="110"&gt;&amp;#160;&lt;/td&gt;        &lt;td valign="top" width="405"&gt;&amp;#160; - 165(W)x50(H)x165(D) mm         &lt;br /&gt;&amp;#160; - Intel Core 2 Duo Mobile 2.0GHz T7300 (45nm)          &lt;br /&gt;&amp;#160; - Intel GM965 + ICH8M Chipset          &lt;br /&gt;&amp;#160; - 4GB DDR2 SODIMM 667 Memory          &lt;br /&gt;&amp;#160; - 250GB SATA 5400 rpm, 8MB cache&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="110"&gt;&amp;#160;&lt;/td&gt;        &lt;td valign="top" width="405"&gt;&amp;#160;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="110"&gt;&lt;strong&gt;Power&lt;/strong&gt;&lt;/td&gt;        &lt;td valign="top" width="405"&gt;&amp;#160; - 90W (19V, 4.74A) AC Power Adapter&amp;#160; &lt;br /&gt;&amp;#160; - Two-phase voltage stabilization          &lt;br /&gt;&amp;#160; - &lt;a href="http://www.carnetix.com/CNXP1900.htm"&gt;Carnetix PNX-P1900&lt;/a&gt; Dual Output           &lt;br /&gt;&amp;#160; - 140 watt 12v DC-DC Regulator&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="110"&gt;&amp;#160;&lt;/td&gt;        &lt;td valign="top" width="405"&gt;&amp;#160;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="110"&gt;&lt;strong&gt;Video / Display&lt;/strong&gt;&lt;/td&gt;        &lt;td valign="top" width="405"&gt;&amp;#160; - GM965 chipset (Intel GMA X3100)         &lt;br /&gt;&amp;#160; - DVI-i Port          &lt;br /&gt;&amp;#160; - D-Sub Port (via DVI to VGA Adapter)          &lt;br /&gt;&amp;#160; - Multi-TV Out (Composite, S-Video, YPbPr)          &lt;br /&gt;&amp;#160; - &lt;a href="http://store.mp3car.com/New_7_Transflective_LED_Backlit_Sunlight_Readab_p/mon-052.htm"&gt;Mp3Car 2008 7'' Transflective LED&lt;/a&gt;          &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; Backlit Sunlight Readable Touchscreen&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="110"&gt;&amp;#160;&lt;/td&gt;        &lt;td valign="top" width="405"&gt;&amp;#160;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="110"&gt;&lt;strong&gt;Networking&lt;/strong&gt;&lt;/td&gt;        &lt;td valign="top" width="405"&gt;&amp;#160; - WiFi 802.11b/g USB Mini-Adapter         &lt;br /&gt;&amp;#160; - AT&amp;amp;T USB Connect 3G          &lt;br /&gt;&amp;#160; - Bluetooth&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="110"&gt;&amp;#160;&lt;/td&gt;        &lt;td valign="top" width="405"&gt;&amp;#160;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="110"&gt;&lt;strong&gt;GPS&lt;/strong&gt;&lt;/td&gt;        &lt;td valign="top" width="405"&gt;&amp;#160; - &lt;a href="http://www.globalsat.com.tw/eng/product_detail_00000044.htm"&gt;BU-353 Weather-proof GPS Receiver&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="110"&gt;&amp;#160;&lt;/td&gt;        &lt;td valign="top" width="405"&gt;&amp;#160;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="110"&gt;&lt;strong&gt;Microphone&lt;/strong&gt;&lt;/td&gt;        &lt;td valign="top" width="405"&gt;&amp;#160; - &lt;a href="http://www.andreaelectronics.com/automotive_after-market.htm"&gt;Andrea Electronics Microphone DA-350&lt;/a&gt; linear multi-element          &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; array microphone&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="110"&gt;&amp;#160;&lt;/td&gt;        &lt;td valign="top" width="405"&gt;&amp;#160;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="110"&gt;&lt;strong&gt;Accessories&lt;/strong&gt;&lt;/td&gt;        &lt;td valign="top" width="405"&gt;&amp;#160; - SPEC Research RF Wireless Mini Keyboard, Optical Trackball         &lt;br /&gt;&amp;#160; - &lt;a href="http://www.griffintechnology.com/products/powermate/"&gt;Griffin Powermate&lt;/a&gt; Volume Knob          &lt;br /&gt;&amp;#160; - CCD Infrared 'night vision' camera          &lt;br /&gt;&amp;#160; - Zune mini-audio jack&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="110"&gt;&amp;#160;&lt;/td&gt;        &lt;td valign="top" width="405"&gt;&amp;#160;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="110"&gt;&lt;strong&gt;Software&lt;/strong&gt;&lt;/td&gt;        &lt;td valign="top" width="405"&gt;&amp;#160; - Vista Ultimate SP1         &lt;br /&gt;&amp;#160; - Live Framework Client Runtime          &lt;br /&gt;&amp;#160; - &lt;a href="http://www.fluxmedia.net/"&gt;Centrafuse 2.0&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;The CAD-designed custom fabrication for all the hardware and wiring was done by &lt;a href="http://www.benchmarkmotoring.com/"&gt;Benchmark Motoring&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9055456" width="1" height="1"&gt;</content><author><name>oriamiga</name><uri>http://blogs.msdn.com/members/oriamiga.aspx</uri></author></entry></feed>