<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>www.spaghettipython.com</title>
	<atom:link href="http://www.spaghettipython.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.spaghettipython.com</link>
	<description>Applied Pythonomics...</description>
	<lastBuildDate>Sun, 21 Aug 2011 07:48:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>WORA does it again: HTML 5 has the signs of following Java&#8217;s winning strategy</title>
		<link>http://www.spaghettipython.com/2011/08/21/wora-and-htlm5/</link>
		<comments>http://www.spaghettipython.com/2011/08/21/wora-and-htlm5/#comments</comments>
		<pubDate>Sun, 21 Aug 2011 07:48:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming Tools]]></category>

		<guid isPermaLink="false">http://www.spaghettipython.com/?p=94</guid>
		<description><![CDATA[In 1996, Sun Microsystems released the Java platform. Although it was yet another programming language entering a landscape already populated by the likes of older languages like Perl, C++, and C, Java had an ace up its sleeve: While older languages required recompilation for every different platform, Java was cross-platform. Older languages also needed special [...]]]></description>
			<content:encoded><![CDATA[<p>In 1996, Sun Microsystems released the Java platform. Although it was yet another programming language entering a landscape already populated by the likes of older languages like Perl, C++, and C, Java had an ace up its sleeve: While older languages required recompilation for every different platform, Java was cross-platform. Older languages also needed special tweaks to handle the issues they encountered when running on different platforms. From the start, Java ran on any operating system without the need for recompilation or operating system-specific tweaking.</p>
<p><a href="http://www.spaghettipython.com/wp-content/uploads/2011/08/html51.jpg" ><img class="aligncenter size-medium wp-image-95" title="html51" src="http://www.spaghettipython.com/wp-content/uploads/2011/08/html51-300x171.jpg" alt="" width="300" height="171" /></a><span id="more-94"></span></p>
<p>This revolutionary feature was given the acroynm WORA &#8211; “Write Once, Run Anywhere.” How did Java pull this off? The Java libraries are packed with every bit of information needed to operate in a variety of platforms – memory and file management, network operations and management, and thread creation for cross platform purposes. Java proved an immediate hit since many veteran programmers, especially C++ and C coders liked the high amount of abstraction found in Java. This gave them the freedom to focus on application logic.</p>
<p>Java&#8217;s WORA strategy was so appealing that, by 2005, Java became the language of choice for open source projects listed at Sourceforge. Eventually, other languages incorporated Java&#8217;s winning WORA philosophy. In fact, WORA has now become the default standard for Javascript, Python, and PHP.</p>
<p>Given its mass adoption by competing languages, does WORA still have any relevance? Yes it does – on the client side. Users access the Internet through web browsers and these applications use a wide range of technologies to compile and organize the content. There are still many proprietary technologies that lack a common standard (for example: Microsoft&#8217;s Silverlight versus Adobe&#8217;s Flash) interacting with differing standards (HTML vs XHTML). This poses a special challenge for browsers which have to accommodate all these elements to properly render a page. This leads to either bloated browsers handling increasingly complicated sets of operations or less than optimal interpretations of the differing standards. Regardless, to the user, content is all that matters. The underlying technology is just a means to an end.</p>
<p>This problem is highlighted in particularly stark terms in the mobile web browsing environment. There is a fast-rising conflict between native mobile apps written for a particular platform and mobile webapps. Mobile apps have to be rewritten and recompiled for each new platform it will run on. This is similar to the pre-Java computing days of having to recompile and tweak C, C++, and Perl programs as you switch from one OS to another. Thankfully, HTML 5 holds the same promise as Java did in the past. While native phone apps can boast of better performance and more effective access to their native phone platform&#8217;s features, the days of this advantage against web apps are fast disappearing with the rise of HTML 5. Its feature sets are fast approaching parity with mobile apps. The proverbial handwriting might be on the wall regarding HTML 5&#8242;s triumph as mobile computing&#8217;s WORA champion: first, much of the confusion wrought by XHTML was eliminated when the World Wide Web Consortium (W3C) agreed to halt XHTML2&#8242;s development. Instead, it threw its weight into HTML5&#8242;s favor as the HTML standard for the future.</p>
<p>Second, mobile OS heavyweights&#8217; positions lend themselves to natural support for mobile web apps running on the free HTML 5standard. Apple never supported Flash for its iPhone line and Steve Jobs has praised HTML 5 as the future&#8217;s mobile web app standard. Google has supported HTML5 development all along by tying it to its fast rising Chrome browser and adding HTML5 support to Youtube. Interestingly enough, Microsoft has decided to change its strategy from Silverlight to HTML5.</p>
<p>Third, Windows 8 treats HTML5 apps as native apps which pushes HTML5&#8242;s capabilities beyond the confines of the browser. Content providers are taking notice as exemplified by Facebook&#8217;s push for mobile utilization of its content through the HTML 5 standard.</p>
<p>Often, dramatic sea changes in technology standards simmer before boiling over into ubiquity. The developments described in detail above point to an overwhelming change in client browsing technology on the side of HTML5. WORA is poised to triumph yet again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spaghettipython.com/2011/08/21/wora-and-htlm5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google releases Go runtime version for App Engine</title>
		<link>http://www.spaghettipython.com/2011/08/14/google-releases-go/</link>
		<comments>http://www.spaghettipython.com/2011/08/14/google-releases-go/#comments</comments>
		<pubDate>Sun, 14 Aug 2011 18:13:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Programming Tools]]></category>

		<guid isPermaLink="false">http://www.spaghettipython.com/?p=76</guid>
		<description><![CDATA[Google announced the launch of a runtime version of Go for the Google App Engine. Go is a platform-as-a-service specialized programming language in the same category as Java and Python. Both these latter languages have runtimes already available for theGoogle App Engine. According to Google engineer Andrew Gerrand&#8217;s post on the Go Programming Language Blog, [...]]]></description>
			<content:encoded><![CDATA[<p>Google announced the launch of a runtime version of Go for the Google App Engine. Go is a platform-as-a-service specialized programming language in the same category as Java and Python. Both these latter languages have runtimes already available for theGoogle App Engine.</p>
<p>According to Google engineer Andrew Gerrand&#8217;s post on the Go Programming Language Blog, “This means you can take that Go app you&#8217;ve been working on (or meaning to work on) and deploy it to App Engine right now with the new 1.5.2 SDK.”</p>
<p style="text-align: center;"><img class="aligncenter" title="Google Go" src="http://t3n.de/news/wp-content/uploads/2009/11/GoogleGo.png" alt="" width="406" height="238" /></p>
<p>Well, not exactly “right now.” You&#8217;d have to get the SDK first by downloading it. The developer kit has 2 versions, 64-bit and 32-bit, forMac OS X and Linux. If you need to get up to speed on Google App Engine and Go, you might want to first check out Google&#8217;s docs on getting started.</p>
<p><span id="more-76"></span></p>
<p>Although the Go release is quite exciting and broadens the runtime library of Google App Engine, it isn&#8217;t exactly polished yet. As Gerrand wrote: &#8220;Note that the Go runtime is still considered experimental; it is not as well-supported as the Python and Java runtimes.&#8221; Why? Go is Google&#8217;s “homebrewed” language and it is still relatively novel. Google has championed this internally developed languageto fulfill its vision of an &#8220;expressive, concise, clean, and efficient&#8221; language. Google touts Go as &#8220;a fast, statically typed, compiledlanguage that feels like a dynamically typed, interpreted language.&#8221;</p>
<p>Go was originally announced in May at San Francisco&#8217;s Google I/O conference. During the release, Rob Pike, one of Go&#8217;s inventors, said&#8221;For large programming – programming in the large, like we do at Google, using large systems with many programmers working onthem – static [typing] is a huge safety net. It catches tons of stuff early that would not be caught with all-dynamic typing.</p>
<p>&#8220;Go is a real systems language, a compiled language. You can write really efficient code that runs closer to the metal. But you can use &#8230;higher-level ideas to build servers out of the pieces you put together,&#8221; he said.<br />
Give Go a spin and tap into massively distributed computing infrastructure of Google through the Google App engine service.</p>
<p>And share your thoughts in the comments below&#8230;We are looking forward to hearing your opinion.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spaghettipython.com/2011/08/14/google-releases-go/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle releases first big update to Java language platform since buying Sun Microsystems</title>
		<link>http://www.spaghettipython.com/2011/08/06/oracle-releases-first-big-update-to-java-language-platform-since-buying-sun-microsystems/</link>
		<comments>http://www.spaghettipython.com/2011/08/06/oracle-releases-first-big-update-to-java-language-platform-since-buying-sun-microsystems/#comments</comments>
		<pubDate>Sat, 06 Aug 2011 18:24:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.spaghettipython.com/?p=86</guid>
		<description><![CDATA[When Oracle bought Sun Microsystems in 2010, it gained control of one of Sun&#8217;s mammoth contributions to computing – the Java platform. With the release of Java SE 7, Oracle has produced the first key update to the ubiquitous open-source platform in several years. In fact, it&#8217;s been five long years since Java had a [...]]]></description>
			<content:encoded><![CDATA[<p>When Oracle bought Sun Microsystems in 2010, it gained control of one of Sun&#8217;s mammoth contributions to computing – the Java platform. With the release of Java SE 7, Oracle has produced the first key update to the ubiquitous open-source platform in several years. In fact, it&#8217;s been five long years since Java had a major update. SE 7 packs some goodies that are sure to please many developers– support for Javascript, Python, and Ruby, simplified common tasks, and an application programminginterface that is ready for multicore processors.</p>
<p style="text-align: center;"><img class="aligncenter" title="Oracle" src="http://www.android-hilfe.de/attachments/news-ankuendigungen/42287d1310408222-auch-oracle-bittet-hersteller-nun-zur-kasse-oracle-logo.jpg" alt="" width="490" height="98" /></p>
<p>Based on Oracle&#8217;s numbers, Java runs on the vast majority of enterprise desktops (over 97%!) and over three billion computing/communication devices run on Java technology.</p>
<p>In addition to formally releasing SE 7, Oracle also announced that it is planning to work on the next version of the platform, Java SE 8. This is all in keeping with Oracle&#8217;s long-term plans. According to Oracle Fusion Middleware and Java Products senior vice president, Hasan Rizvi, &#8220;Oracle has a strong vested interest in the success of the Java platform and is firmly committed to delivering a consistent, high-performance, high-quality Java SE implementation and will be supporting the Java SE 7 release across the Oracle FusionMiddleware product portfolio.&#8221; In fact, Oracle is increasing the amount of resources it is investing in the platform. Based on an Oracleblog entry, Oracle&#8217;s senior VP of app server development, Steve Harris, said the company&#8217;s goals regarding Java are to keep Java&#8217;s features and offerings &#8220;vibrant&#8221; as well as &#8220;free and open,&#8221; and to boost support for the platform&#8217;s developer community.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spaghettipython.com/2011/08/06/oracle-releases-first-big-update-to-java-language-platform-since-buying-sun-microsystems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source interacts with business data through Hadoop</title>
		<link>http://www.spaghettipython.com/2011/08/01/open-source-interacts-with-business-data-through-hadoop/</link>
		<comments>http://www.spaghettipython.com/2011/08/01/open-source-interacts-with-business-data-through-hadoop/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 16:58:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Programming Tools]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.spaghettipython.com/?p=72</guid>
		<description><![CDATA[Ten years ago, the open source stack of platforms, languages, scripts, and procedures of Python/PHP, MySQL, Apache, and Linux (also known as LAMP) ushered the flowering of low cost start ups. Due to the free infrastructure LAMP provided, startups easily and economically got their web presences up. The low-cost hardware needed for a LAMP set [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="margin: 10px;" title="hadoop" src="http://hadoop.apache.org/images/hadoop-logo.jpg" alt="" width="300" height="71" />Ten years ago, the open source stack of platforms, languages, scripts, and procedures of Python/PHP, MySQL, Apache, and Linux (also known as LAMP) ushered the flowering of low cost start ups. Due to the free infrastructure LAMP provided, startups easily and economically got their web presences up. The low-cost hardware needed for a LAMP set up triggered an avalanche of startups since the barrier to entry in terms of web presence and application development was significantly lowered by this open source stack. Given the huge user base some of these start ups generated, LAMP setups dramatically lowered scaling and upgrade costs. However, there was a major problem – a possibly missed opportunity – that such large user bases using open source infrastructure created. <span id="more-72"></span></p>
<p>The problem revolved around data management for each user and transaction intelligence. The opportunity centered on how this mass of users can be used as a collective source of intelligence for user experience upgrades. As startups reached breakout sizes in scale and user population, analyzing data at this large of a scale required precisely the type of infrastructure LAMP was originally designed to sidestep. Expensive software deals and even hardware began to appear as options. A free new open source framework called Hadoop fixes this problem.</p>
<p>Hadoop is a Java-based framework that provides support for distributed applications running on tons of computers processing huge volumes of data. Hadoop lets startup engineers plan for the future while leveraging free resources. No expensive custom software needed – Hadoop is customizable and can be made to fit your network&#8217;s ever rising application management and coordination needs. Hadoop definitely takes the spirit of LAMP development one step further in servicing startups&#8217; needs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spaghettipython.com/2011/08/01/open-source-interacts-with-business-data-through-hadoop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3D Models from Minecraft</title>
		<link>http://www.spaghettipython.com/2011/07/16/52/</link>
		<comments>http://www.spaghettipython.com/2011/07/16/52/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 09:35:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Python Modules]]></category>

		<guid isPermaLink="false">http://www.spaghettipython.com/?p=52</guid>
		<description><![CDATA[When you hear about a &#8220;little project&#8221; coming out of the MIT media lab, you can be sure that it will completely blow your mind. Its no revelation that whoever gets to work there is wicked smart and if you needed any proof, here it is: Cody Sumter and Jason Boggess, the two heroes of [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="" src="http://minecraftprint.com/media/img/logo.png" title="minecraft print" class="aligncenter" width="488" height="50" />When you hear about a &#8220;little project&#8221; coming out of the MIT media lab, you can be sure that it will completely blow your mind. Its no revelation that whoever gets to work there is wicked smart and if you needed any proof, here it is: Cody Sumter and Jason Boggess, the two heroes of this story, have developed Minecraft.print, a pretty amazing little tool that lets you print three-dimensional objects previously created in Minecraft, from a simple cube to a model of the Starship Enterprise. The way it works is simple and made possible by Python.<span id="more-52"></span></p>
<p>As most of you know, in Minecraft you can build structures using various &#8220;materials&#8221; that come in the form of different cubes. Using a somewhat unusual but specific combination of these blocks you designate a three-dimensional area. The combination has to be unusual so that you won&#8217;t end up printing the whole Minecraft world. Afterwards, the script written in Python converts the area into a standard file for 3D printers. Sumter and Boggess have a put a video on youtube that shows you exactly how its done (see below). Their site also features a nice collections of 3D models that they have created using their &#8220;little project&#8221;. The one question that I just cant seem to answer: When do these kids ever study?</p>
<p>Check it out on: <a target="_blank" rel="nofollow" href="http://www.spaghettipython.com/goto/http://minecraftprint.com/" rel="nofollow" >http://minecraftprint.com/</a></p>
<p>Or see for yourself, here is the vid:<br />
<iframe width="560" height="349" src="http://www.youtube.com/embed/7CLfNIZ4LNo" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.spaghettipython.com/2011/07/16/52/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 2011 PyCon AU</title>
		<link>http://www.spaghettipython.com/2011/06/28/the-2011-pycon-au/</link>
		<comments>http://www.spaghettipython.com/2011/06/28/the-2011-pycon-au/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 18:43:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Python Events]]></category>

		<guid isPermaLink="false">http://www.spaghettipython.com/?p=45</guid>
		<description><![CDATA[Just read about this on ITWire, a must for Python enthusiasts &#8220;down under&#8221;: More than 250 users and developers, mostly from Australia and New Zealand, will get together at Sydney&#8217;s Masonic Center on August 20 and 21 and what they will probably talk about is web programming, business applications, game development, science and mathematics, education, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="margin-top: 0px; margin-bottom: 0px; margin-left: 10px; margin-right: 10px;" title="pycon au" src="http://pycon-au.org/pyconau.png" alt="" width="168" height="203" />Just read about this on <a target="_blank" rel="nofollow" href="http://www.spaghettipython.com/goto/http://www.itwire.com/business-it-news/open-source/48173-python-conference-to-be-held-in-august" rel="nofollow" >ITWire</a>, a must for Python enthusiasts &#8220;down under&#8221;: More than 250 users and developers, mostly from Australia and New Zealand, will get together at Sydney&#8217;s Masonic Center on August 20 and 21 and what they will probably talk about is web programming, business applications, game development, science and mathematics, education, testing, databases, documentation and all that good stuff. There will be presentations and workshops as well as a series of keynote lectures. The speakers include Raymond Hettinger, a core Python developer and experienced presenter, Mary Gardiner, doctoral candidate at Macquarie University with a specialty on computational linguistics, and Audrey Roy, a designer, developer and artist who apparently describes herself as the &#8220;world&#8217;s #1 orange and rainbow specialist&#8221;.<span id="more-45"></span></p>
<p>After a successful first version of the event, the organizers hope to attract a diverse crowd again this year, preferably with a slight increase in numbers (last year&#8217;s event was attended by 200). Accordingly, they will cater to beginners with tutorial-style presentations such as Python 101, Python&#8217;s Dark Corners, and Python for Science and Engineering while also offering lots of beef for the connaisseur of &#8220;Applied Pythonomics&#8221;, everything from serious business &#8211; like the presentation of Geoscience Australia&#8217;s Duncan Gray who will talk about the ways in which his organization has used Python to develop scientific software &#8211; to fun and games, for example Chris McCormicks lecture on infiniteplatformer.com, a Free Software multiplayer user-created-content platform video game written in Pygame. Should be good! Prices range from $440 for corporate clients to a $44 fee for students.</p>
<p>For more, check out <a target="_blank" rel="nofollow" href="http://www.spaghettipython.com/goto/http://pycon-au.org/2011/about/" rel="nofollow" >http://pycon-au.org/2011/about/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.spaghettipython.com/2011/06/28/the-2011-pycon-au/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Future is Now</title>
		<link>http://www.spaghettipython.com/2011/06/15/the_future/</link>
		<comments>http://www.spaghettipython.com/2011/06/15/the_future/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 09:33:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.spaghettipython.com/?p=21</guid>
		<description><![CDATA[I am sure all of you know about Python&#8217;s use in Dropbox (which runs not only on Windows and Mac but also on Linux) and other successful projects. You also might have heard that last month D-Wave Systems (out of Burnaby, B.C., Canada) announced the sale of the world&#8217;s first commercial quantum processor, the D-Wave One, which [...]]]></description>
			<content:encoded><![CDATA[<p>I am sure all of you know about Python&#8217;s use in Dropbox (which runs not only on Windows and Mac but also on Linux) and other successful projects. You also might have heard that last month D-Wave Systems (out of Burnaby, B.C., Canada) announced the sale of the world&#8217;s first commercial quantum processor, the D-Wave One, which uses a 128-qubit chip they decided to name &#8220;Rainier&#8221; (anyone know why?). The thought of that monster makes me a little giddy, especially since they sold that thing to Lockheed Martin and I can&#8217;t necessarily say I like that corporation&#8217;s development history. The price tag, by the way, is $10M.</p>
<p style="text-align: center;"><a href="http://www.spaghettipython.com/wp-content/uploads/2011/06/d_wave_one_system.jpg" ><img class="aligncenter size-full wp-image-23" title="d_wave_one_system" src="http://www.spaghettipython.com/wp-content/uploads/2011/06/d_wave_one_system.jpg" alt="" width="160" height="175" /></a></p>
<p><span id="more-21"></span><br />
Anyways, the point is this: While, of course, the D-Wave One (which sounds a lot like Air Force One) is full of exotic technology, very little specialized knowledge is required to operate the system . Via an Application Programming Interface, users can interact with the system, which means that you can communicate with and access the system from several pogramming environments and one of them, you guessed it, is Python. I haven&#8217;t quite figured what needs to be done to get started but the first blogs on how the program the monster have already appeared on the net:</p>
<p><a target="_blank" rel="nofollow" href="http://www.spaghettipython.com/goto/http://dwave.wordpress.com/2011/05/20/learning-to-program-the-d-wave-one-software-you-should-install-a-book-you-should-buy/"  rel="nofollow">http://dwave.wordpress.com/2011/05/20/learning-to-program-the-d-wave-one-software-you-should-install-a-book-you-should-buy/</a></p>
<p>Here is a link to an HPCwire article on the topic:</p>
<p><a target="_blank" rel="nofollow" href="http://www.spaghettipython.com/goto/http://www.hpcwire.com/hpcwire/2011-05-26/d-wave_sells_first_quantum_computer.html?featured=top"  rel="nofollow">http://www.hpcwire.com/hpcwire/2011-05-26/d-wave_sells_first_quantum_computer.html?featured=top</a></p>
<p><a target="_blank" rel="nofollow" href="http://www.spaghettipython.com/goto/http://www.dwavesys.com/en/dw_homepage.html"  rel="nofollow">D-Wave</a> is obviously pretty excited about their sale. In a <a target="_blank" rel="nofollow" href="http://www.spaghettipython.com/goto/http://www.dwavesys.com/en/pressreleases.html#lm_2011" >press release</a> CEO Brownell is quoted: &#8220;D-Wave is thrilled to establish a strategic relationship with Lockheed Martin Corporation. Our combined strength will provide capacity for innovation needed to tackle important unresolved computational problems of today and tomorrow. Our relationship will allow us to significantly advance the potential of quantum computing.&#8221; If they work with LMC too much, they might cause problems, too. But that is neither here nor there&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spaghettipython.com/2011/06/15/the_future/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My Care</title>
		<link>http://www.spaghettipython.com/2011/06/08/my_care/</link>
		<comments>http://www.spaghettipython.com/2011/06/08/my_care/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 16:10:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Python Events]]></category>

		<guid isPermaLink="false">http:/?p=1</guid>
		<description><![CDATA[Imagine you are in an accident and the paramedics find you unconscious in your car. They need to save your live yet know nothing about your medical history, blood type or allergies, pre-existing conditions, all that stuff. Can they use their latex gloves, they wonder, or are you allergic to latex? But then they find [...]]]></description>
			<content:encoded><![CDATA[<p>Imagine you are in an accident and the paramedics find you unconscious in your car. They need to save your live yet know nothing about your medical history, blood type or allergies, pre-existing conditions, all that stuff. Can they use their latex gloves, they wonder, or are you allergic to latex? But then they find this little card in your wallet right next to your organ donor&#8217;s card (which now, they will never have to look at): Your MyCare-card. Via USB, they plug it into their board computer and recognize immediately: Yep, latex allergy&#8230;</p>
<p style="text-align: center;"><a href="http://www.spaghettipython.com/wp-content/uploads/2011/06/my_care.jpg" ><img class="aligncenter size-full wp-image-18" title="my_care" src="http://www.spaghettipython.com/wp-content/uploads/2011/06/my_care.jpg" alt="" width="300" height="225" /></a><em>Credit: Image courtesy of EPSRC</em></p>
<p><span id="more-1"></span></p>
<p style="text-align: left;">Been there, you might say. How is that a new invention? Well, the trick, of course, is Python. Developed by researchers at City University London and Coventry University, with funding from the Engineering and Physical Sciences Research Council (EPSRC), this card solves a problem that other cards have not been able to address: Different hospitals, different systems. MyCare uses software that is written in a portable way and Python is just the ideal language for that. Now, data can be easily transferred from one computer to another even if they use different computer operating systems.</p>
<p style="text-align: left;">But there is more: The system functions on an open-source basis which means that scientists, programmers and physicians can collaborate on the development process. Extensions, add-ons, new database record types &#8211; the necessities of the future can be implemented in this system. No wonder the science community is getting pretty excited.</p>
<p style="text-align: left;">Science Daily carried a story last week:</p>
<p style="text-align: left;"><a target="_blank" rel="nofollow" href="http://www.spaghettipython.com/goto/http://www.sciencedaily.com/releases/2011/06/110608122548.htm"  rel="nofollow">http://www.sciencedaily.com/releases/2011/06/110608122548.htm</a></p>
<p style="text-align: left;">and even the HuffingtonPost published something:</p>
<p style="text-align: left;"><a target="_blank" rel="nofollow" href="http://www.spaghettipython.com/goto/http://www.huffingtonpost.com/2011/06/09/mycare-the-card-that-coul_n_874512.html"  rel="nofollow">http://www.huffingtonpost.com/2011/06/09/mycare-the-card-that-coul_n_874512.html</a></p>
<p style="text-align: left;">If you are interested in the development process:</p>
<p style="text-align: left;"><a target="_blank" rel="nofollow" href="http://www.spaghettipython.com/goto/http://www.myc2.org/trac"  rel="nofollow">http://www.myc2.org/trac</a></p>
<p style="text-align: left;">&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spaghettipython.com/2011/06/08/my_care/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
