<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>syborg &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/syborg/</link>
	<description>Feed of posts on WordPress.com tagged "syborg"</description>
	<pubDate>Wed, 02 Dec 2009 02:49:03 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[An Introduction to the Symbian Virtual Platform]]></title>
<link>http://blog.symbian.org/2009/11/20/an-introduction-to-the-symbian-virtual-platform/</link>
<pubDate>Fri, 20 Nov 2009 16:51:55 +0000</pubDate>
<dc:creator>Tyson Key</dc:creator>
<guid>http://blog.symbian.org/2009/11/20/an-introduction-to-the-symbian-virtual-platform/</guid>
<description><![CDATA[Hi, I&#8217;m Tyson Key, a college student currently residing somewhere in the north of England. Whe]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Hi, I&#8217;m Tyson Key, a college student currently residing somewhere in the north of England.</p>
<p>When I&#8217;m not studying, I happen to advocate and contribute to open source, and open platforms and enjoy spending time testing and documenting software, and exploring various aspects of low-level operating system and computer networking technology &#8211; all whilst trying to be a generally reasonable and agreeable person&#8230;</p>
<p>Of course, I also happen to be a heavy user, and advocate of the Symbian platform, and have been involved with the Symbian Foundation to varying extents, since its announcement.</p>
<p>Introduction aside, I&#8217;ve been invited to introduce the Symbian Virtual Platform. This is a project that I&#8217;ve been involved in beta testing, prior to the release of the Symbian Kernel Taster Kit.</p>
<p style="text-align:left;"><strong>What&#8217;s the Symbian Virtual Platform?</strong></p>
<p>The <a href="http://developer.symbian.org/wiki/index.php/SYBORG/QEMU">Symbian Virtual Platform</a> consists of a customised version of <a href="http://www.qemu.org">QEMU</a> (an Open Source CPU instruction set and hardware emulator), containing several additional features, along with a corresponding baseport referred to as Syborg.</p>
<p>This combination potentially represents the future of inexpensive, accurate, user-level application testing, and low-level debugging and experimentation on the Symbian Platform, without the need for additional hardware.</p>
<p>As a bonus, some of the hallmark causes of frustration with the older Windows-based emulator (commonly referred to as WINS or WINSCW dependant upon toolchain used) are removed, such as:</p>
<ul>
<li>Low performance</li>
<li>Simulation inaccuracy (e.g. differing memory models with various limitations, behavioural differences from real hardware, and disabled/restricted software functionality)</li>
<li>Platform dependence &#8211; QEMU is well-supported under Windows, most Linux distributions and Mac OS X, and also runs under many other operating systems<!--more--></li>
</ul>
<p style="text-align:center;">
<p style="text-align:left;"><strong>What can it do for you?</strong></p>
<p>The &#8220;official&#8221;/mainline version of QEMU already emulates an ARMv5 architecture CPU, and a number of hardware features including &#8211; but not limited to:</p>
<ul>
<li>Serial ports &#8211; complete with the ability to redirect traffic to a file, which is essential for Symbian Platform debugging and problem diagnosis</li>
<li>Ethernet chipsets &#8211; a driver for which is included in Syborg, although additional work is necessary, before being suitable for intensive use</li>
<li>Various forms of Flash memory devices (e.g. MultiMediaCard/SD Card, and SPI NAND Flash)</li>
<li>An audio chipset &#8211; support for this in the baseport was <a href="http://developer.symbian.org/oss/FCL/interim/QEMU/rev/5fca9e46c6fa">recently contributed</a> by Johnathan White of Accenture</li>
</ul>
<p>However, the version supplied by Symbian also adds a number of useful features that enhance this functionality to potentially save development time and effort, and let users/enthusiasts test software quickly and easily without access to a physical handset, including:</p>
<ul>
<li>The ability to run real Symbian OS binaries &#8220;as-is&#8221; &#8211; meaning that you no longer also need to rebuild software to run within an x86 and Windows-only simulator</li>
<li>A host file system-backed emulated drive (<code><em>S:\</em></code> on the QEMU guest, which maps to <code><em>\svphostfs</em></code> on the host) that acts as an extension of firmware when custom executables are added, and allows for quickly moving files between the host and guest whilst the Platform is running</li>
<li>A Python-based dynamic hardware modelling system that allows for varying degrees of control over the behaviour of the emulated system at runtime, without needing to modify QEMU source code and rebuild</li>
</ul>
<p style="text-align:left;">The source code for these enhancements, and the baseport are available in the Symbian Foundation <a href="http://developer.symbian.org/oss/FCL/sf/adaptation/qemu/">repositories</a>.</p>
<p style="text-align:left;">
<p style="text-align:center;">
<p style="text-align:left;"><strong>Intrigued? Here&#8217;s what it looks like&#8230;</strong></p>
<p style="text-align:center;"><strong> </strong></p>
<div class="wp-caption aligncenter" style="width: 410px"><strong><strong><img title="Symbian OS under QEMU" src="http://lh6.ggpht.com/_Y5mZY1-de8o/SvW6fUEjS9I/AAAAAAAADPo/7FfhBD0BTdk/Symbian_OS_on_QEMU.PNG" alt="" width="400" height="316" /></strong></strong><p class="wp-caption-text">An EShell session, showing the output of various utilities, on a Windows XP host</p></div>
<p style="text-align:center;">
<p style="text-align:center;">
<p style="text-align:center;">
<p><strong> </strong></p>
<p style="text-align:center;"><strong> </strong></p>
<p><strong> </strong></p>
<p style="text-align:center;">
<p style="text-align:left;"><strong>What have I done with QEMU?</strong></p>
<ul>
<li>Built several ROM images containing various Platform components, and documented the results on the <a href="http://developer.symbian.org/forum/forumdisplay.php?f=31">Symbian forums</a> so that others can assist in resolving problems, and enhancing the results</li>
<li>Spent time debugging the execution of various binaries using serial port file redirection, and resolving dependency issues, as they arose</li>
</ul>
<p>Which leads nicely on to a practical example, based upon a problem that I faced&#8230;</p>
<p><strong>Getting the EUserHL Walkthrough test suite running</strong></p>
<p>A forum thread that I started, with additional suggestions from the community, prior to writing this post is available <a href="http://developer.symbian.org/forum/showthread.php?t=3653">here</a> for reference.  I&#8217;ll now attempt to explain how I answered a not-too-uncommon question using several features of the Symbian Virtual Platform, and a process of elimination -</p>
<blockquote><p><em>How can I test a Platform component (in this case &#8211; EUserHL), when I don&#8217;t have access to the source code?</em></p></blockquote>
<p>The initial steps involved boil down to:</p>
<ul>
<li>Install and configure the Symbian <a href="http://developer.symbian.org/main/tools_and_kits/downloads/view.php?id=8">Kernel Taster Kit</a> and RVCT 4.0 according to the instructions on the Symbian Wiki</li>
<li>Create a directory on the host file system at <em>\svphostfs</em> and a set of subdirectories to hold executables and DLLs inside: <em>sys\bin</em></li>
<li>Copy <em>\epoc32\release\armv5\urel\euserhl_walkthrough.exe</em> and <em>\epoc32\release\armv5\urel\euserhl.dll</em> to <em>\svphostfs\sys\bin</em></li>
<li>Start a <em>cmd.exe </em>prompt session, and switch to <em>\symbian-qemu-0.9.1\bin\</em></li>
</ul>
<ul>
<li>Run QEMU using the prebuilt Syborg ROM image using: <em>arm-none-symbianelf-qemu-system -M \sf\adaptation\qemu\baseport\syborg\syborg.dtb -kernel \epoc32\rom\syborg.img </em>within the active <em>cmd.exe </em>session</li>
<li>Once the ROM has booted to EShell, attempt to invoke <em>euserhl_walkthrough.exe</em></li>
<li>Notice that execution simply bails, before printing a rather vague, generic &#8220;<em>Not found&#8221;</em> error message</li>
</ul>
<p>Obviously, this a rather sorry state of affairs &#8211; but there&#8217;s hope.  So, let&#8217;s move on:</p>
<ul>
<li>Halt the previous QEMU session</li>
<li>This time, run QEMU again using <em>arm-none-symbianelf-qemu-system -M \sf\adaptation\qemu\baseport\syborg\syborg.dtb -kernel \epoc32\rom\syborg.img <strong>-serial file:&#8221;EUserHLDebug.txt&#8221; <span style="font-style:normal;"><span style="font-weight:normal;">to redirect serial port output to a file</span></span></strong></em></li>
<li>Within the EShell session, invoke <em>trace /L 4 </em>to enable debugging of executable loading and DLL iteration</li>
<li>Attempt to invoke <em>euserhl_walkthrough.exe </em>once again within EShell, to receive the familiar <em>&#8220;Not found</em>&#8221; error</li>
<li>Open <em>\symbian-qemu-0.9.1\bin\EUserHLDebug.txt </em>on the host, using your favourite text editor</li>
<li>Following the chain of execution, from <em>euserhl_walkthrough.exe</em> onwards, to <em>euserhl.dll</em>, we can see that various dependency DLLs are located successfully (demarcated by &#8220;<em>New image found</em>&#8220;)</li>
<li>However, if we closely follow <em>euserhl.dll</em>, the fact that a critical dependency is missing at a late stage is alluded to by &#8220;<em>No suitable image found</em>&#8221; &#8211; although reattempts are constantly being made to locate the missing DLL</li>
<li>Unfortunately, this debug output does not tell us exactly which DLL we require &#8211; so we turn to another useful tool (<em>elftran</em>)</li>
<li>At this stage, it would be a good idea to halt the QEMU session, to avoid some rather confusing behaviour that arises from the handling of the <em>S:\</em> drive, and executable caching when copying additional DLLs and executables to <em>\sys\bin</em> within it</li>
</ul>
<p>Now, we should be on the home stretch:</p>
<ul>
<li>Within another <em>cmd.exe</em> session, run: <em>elftran \svphostfs\sys\bin\euserhl.dll &#62; EUserHLDeps.txt </em>to create a file containing information related to the dependencies of the <em>euserhl.dll </em>binary, amongst other attributes</li>
<li>Searching for &#8220;imports from&#8221; within the <em>EUserHLDeps.txt </em>file will reveal that <em>euserhl.dll </em>depends upon <em>estor.dll</em> &#8211; which doesn&#8217;t exist in the prebuilt ROM image, or in <em>\svphostfs\sys\bin</em></li>
<li>Copy <em>\epoc32\release\armv5\urel\estor.dll</em> to <em>\svphostfs\sys\bin</em></li>
<li>Run <em>arm-none-symbianelf-qemu-system -M \sf\adaptation\qemu\baseport\syborg\syborg.dtb -kernel \epoc32\rom\syborg.img</em> once again</li>
<li>With a little luck, attempting to invoke <em>euserhl_walkthrough.exe </em>should result in:</li>
<div class="wp-caption aligncenter" style="width: 410px"><img title="EUserHL Test Suite" src="http://symbianfoundation.wordpress.com/files/2009/11/euserhl-start.png" alt="" width="400" height="313" /><p class="wp-caption-text">Partial output from running the EUserHL Walkthrough test suite</p></div>
<li>Have fun exploring the serial debugging and tracing tracing functionality, and the host-bound file system</li>
</ul>
<p>If that&#8217;s not enough, you can even try to build these components into a ROM image:</p>
<ul>
<li>Copy <em>\sf\os\kernelhwsrv\kernel\eka\rombuild\tshell.oby</em> to <em>\sf\os\kernelhwsrv\kernel\eka\rombuild\tshellwitheuserhl.oby</em></li>
<li><em> </em>
<div id="_mcePaste"><span style="font-style:normal;"><em>Add the following lines to the bottom of <em>\sf\os\kernelhwsrv\kernel\eka\rombuild\tshellwitheuserhl.oby</em>:</em></span></div>
<div id="_mcePaste"><em>file=\epoc32\release\armv5\udeb\estor.dll \sys\bin\estor.dll</em></div>
<div id="_mcePaste"><em>file=\epoc32\release\armv5\udeb\euserhl_walkthrough.exe\sys\bin\euserhl_walkthrough.exe</em></div>
<div id="_mcePaste"><em>file=\epoc32\release\armv5\udeb\euserhl.dll \sys\bin\euserhl.dll</em></div>
<p><em> </em></li>
<li>Delete <em>euserhl_walkthrough.exe</em>, <em>euserhl.dll</em> and <em>estor.dll</em> from <em>\svphostfs\sys\bin\</em> to ensure that the contents of the ROM are not being supplemented/overridden with the contents of <em>S:\sys\bin</em> on the guest at boot time</li>
<li>Within a <em>cmd.exe</em> session, switch to <em>\sf\os\kernelhwsrv\kernel\eka\rombuild</em></li>
<li>Run <em>rom &#8211;variant=syborg &#8211;inst=armv5 &#8211;build=udeb &#8211;type=tshellwitheuserhl &#8211;name=\epoc32\rom\tshellwitheuserhl.img </em>to attempt to build a new ROM image containing the EUserHL DLL, walkthrough/demo application, and the EStor DLL</li>
<li>If everything worked according to plan, you should be able to run your new ROM image using: <em>arm-none-symbianelf-qemu-system -M \sf\adaptation\qemu\baseport\syborg\syborg.dtb -kernel \epoc32\rom\tshellwitheuserhl.img </em>within the <em>\symbian-qemu-0.9.1\bin\ </em>directory</li>
<li>Invoking <em>euserhl_walkthrough.exe </em>for the final time should produce the same result as the previous exercise!</li>
</ul>
<p style="text-align:center;">
<p style="text-align:left;"><strong>Additional Resources and Information</strong></p>
<ul>
<li>A series of forum threads related to <a href="http://developer.symbian.org/forum/showthread.php?t=3685">PIPS and networking</a>, and the legacy, development-specific <a href="http://developer.symbian.org/forum/showthread.php?t=3739">TechView GUI</a>, in addition to the aforementioned EUserHL thread that I started, and continue to contribute to</li>
<li>A list of backlog items and planned features for the Symbian Virtual Platform are available, <a href="http://developer.symbian.org/wiki/index.php/QEMU_Backlog">here</a></li>
<li>Johnathan&#8217;s presentation about the Symbian Virtual Platform at SEE 2009:<object id="22311005" name="22311005" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" align="middle" height="500" width="100%">
<param name="movie" value="http://documents.scribd.com/ScribdViewer.swf?document_id=22311005&access_key=key-2ckdbevfesfwi42g36yx&page=&version=1&auto_size=true&viewMode="><param name="quality" value="high"><param name="play" value="true"><param name="loop" value="true"><param name="scale" value="showall"><param name="wmode" value="opaque"><param name="devicefont" value="false"><param name="bgcolor" value="#ffffff"><param name="menu" value="true"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><param name="salign" value="">
<embed src="http://documents.scribd.com/ScribdViewer.swf?document_id=22311005&access_key=key-2ckdbevfesfwi42g36yx&page=&version=1&auto_size=true&viewMode=" name="22311005_object" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" play="true" loop="true" scale="showall" wmode="opaque" devicefont="false" bgcolor="#ffffff" menu="true" allowfullscreen="true" allowscriptaccess="always" salign="" type="application/x-shockwave-flash" align="middle"  height="500" width="100%"></embed>
</object>
<div style="font-size:10px;text-align:center;width:100%"><a href="http://www.scribd.com/doc/22311005">View this document on Scribd</a></div></li>
</ul>
<p><strong> </strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Frenky ne yapıyor?]]></title>
<link>http://animedunyam.wordpress.com/2009/07/05/frenky-ne-yapiyor/</link>
<pubDate>Sun, 05 Jul 2009 11:10:48 +0000</pubDate>
<dc:creator>Gorath</dc:creator>
<guid>http://animedunyam.wordpress.com/2009/07/05/frenky-ne-yapiyor/</guid>
<description><![CDATA[One Piece 549. sayının kapağı yine oldukça çarpıcıydı. Kaptakta daha önceden tahminlerimde bahsettiğ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://img40.imageshack.us/img40/4947/52192182.jpg"><img class="alignleft" title="Frenky ne yapıyor?" src="http://img40.imageshack.us/img40/4947/52192182.jpg" alt="" width="125" height="188" /></a>One Piece 549. sayının kapağı yine oldukça çarpıcıydı. Kaptakta daha önceden tahminlerimde bahsettiğim bir bilim adamı, deli doktor görmeyi bekliyordum. Nitekim tam olarak beklediğim olmasa da buna yakın bir durum gerçekleşti. Dr. Vegapunk&#8217;ın eski evinin kapısında, ona dönük şekilde, oldukça ilginç bir pozisyonda duran bir Frenky karşımıza çıktı.</p>
<p>Frenky&#8217;nin bu hafta iyi değilim macerasının final bölümünde Dr. Vegapunk&#8217;ın eski evinin kapısı tahtalarla kapatılmış, belli ki kullanılmaz bir durumda. Karlarla kaplı bir diyarda don paça gezen Frenky&#8217;nin müsait bir yerleri donacaktır ki içeriye girecektir illaki&#8230;</p>
<p>Ama asıl konumuz bu da değil!</p>
<p>Frenky oldukça ilginç bir pozisyonda duruyor Vegapunk&#8217;ın eski evinin kapısının önünde. Elleri belinden aşağıya doğru önüne gitmiş, bacaklar hafif aralık; sanki işemeye hazırlanıyor gibi&#8230; Syborg hayvanlardan kaçarken çok mu sıkıştı da işeyecek başka bir yer bulamadı, Vegapunk&#8217;ın kapısının önüne mi durdu, nedir yani?</p>
<p>Bu haftanın kapağı ile Frenky&#8217;e de elveda derken her iki haftada bir tayfa ile ilgili daha fazla merak içerisinde kalıyoruz ne yazık ki;</p>
<p>Sanji elinde topuklu ayakkabıları ile şarkılar söyleyerek Okama diyarında gezerken Robin kendisini himayesi altına alan Devrimci ordusunun içerisine sızdı bile&#8230; Şimdi de Frenky içerisinde kim bilir neler, ne gibi icatlar olan efsanevi Doktor Vegapunk&#8217;ın evinin önüne duruyor, benim tahminime göre güzelce bir işedikten sonra içeriye girmeye hazırlanıyor.</p>
<p>Bakalım kendisini nasıl modifiye edecek, nasıl güçlendirecek ve nasıl geriye dönecek&#8230; Merak ve merak&#8230; İşte bütün mesele bu&#8230;</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Kapak kızımız Frenky: Syborg'lardan kaçan Syborg]]></title>
<link>http://animedunyam.wordpress.com/2009/06/26/kapak-kizimiz-frenky-syborglardan-kacan-syborg/</link>
<pubDate>Fri, 26 Jun 2009 05:57:58 +0000</pubDate>
<dc:creator>Gorath</dc:creator>
<guid>http://animedunyam.wordpress.com/2009/06/26/kapak-kizimiz-frenky-syborglardan-kacan-syborg/</guid>
<description><![CDATA[Geçtiğimiz günlerde geçen, &#8220;acaba sıradaki kapak kızımız kim olacak&#8221; sohbetlerinden biri]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://img341.imageshack.us/img341/361/35303348.png"><img class="alignleft" title="Kapak kızı Frenky" src="http://img341.imageshack.us/img341/361/35303348.png" alt="" width="125" height="182" /></a>Geçtiğimiz günlerde geçen, &#8220;acaba sıradaki <em>kapak kızımız</em> kim olacak&#8221; sohbetlerinden birinde &#8220;Frenky olacak&#8221; diye bir tahminde bulunmuştum. İşte şimdi görüyoruz ki 548. bölüm kapağında Frenky boy gösteriyor. Peki ya nasıl? Kendisi gibi Syborg olan hayvanlardan kaçarken&#8230; Şimdi hemen bir bakalım;</p>
<p>Syborg&#8217;un kelime anlamı neydi? Sibernetik Organizma? Yani makine ve insan karışımı ile oluşan bir canlı&#8230;</p>
<p>Bilindiği gibi Water 7 ve akabinde Enies Lobby&#8217;de aramıza katılan tayfanın son üyelerinden, bir gemi ustası; ama bundan da önemlisi bir Syborg Frenky&#8230; Düştüğü yerin gizemleri tam olarak bu bölümün kapağında bizlere sunuldu. Frenky aynı Sanji ve Nico Robin gibi bir şeylerden kaçıyordu. Görünen o ki kaçtığı o &#8220;bir şeyler&#8221; pek de doğal seleksiyon, normal bir oluşum sonucu ortaya çıkan bir şeyler değildi. Aynı kendisi gibi Syborg olan hayvanlar tarafından kovalanıyordu. Birer Syborg olduğunu derinlemesine incelemeden de görebileceğimiz birer aslan, goril, yılan ve uçan bir tür böcekten kaçıyordu.</p>
<p>Şimdi, bunda bu kadar ilginç olan ne var? Kuşkusuz kapak olduğu bölümün dehşetine yaraşır bir kapak gibi görünmemekte&#8230; Lakin öyle değil&#8230; Arka planda yer alan mekanik kuleler dikkatsiz bakışlar tarafından fark edilmiyorlar. Bu da demek oluyor ki bu doğal olmayan hayvanımsılar öyle başı boş hayvanımsılar değiller. Bir ormanda, ya da bir vadide kovalamıyorlar Frenky&#8217;i, belirgin bir şekilde, mekanik binalardan oluşan bir şehirde kovalıyorlar&#8230; Aslında bina terimi de tam uymuyor&#8230; Binadan çok tesise benziyor&#8230; Yine de bir tür şehir olduğu ortada&#8230; Bu da gösteriyor ki birisi tarafından yapılmış hayvanımsılar bunlar&#8230; Syborg yapma teknolojisine sahip bu birisi kim olabilir? Tahminlerimiz gerçekse ve böyle birisi varsa, Frenky gibi bir Syborg&#8217;da böyle birisinin eline düşerse neler olur?</p>
<p>Tayfa üyeleri kendilerine göre bölgelere düşmüşler. Hani, artık Kuma&#8217;nın onları bilinçli olarak bu noktalara gönderdiğini düşünmeye başladım ciddi ciddi&#8230; Artık gelecek görüşü olduğundan emin olduğum Kuma&#8217;nın onları seçerek, kendi seçimi olan bölgelere gönderdiğini de düşünmeden edemiyorum&#8230;</p>
<p>Sanji gibi bayan hastası bir karakter okamaların içerisine, Robin gibi hayatı kaçmakla geçmiş bir karakter bir tür hapishaneye ve akabinde başka bir kaçışa, tarih bilgisi kırıntılarına ve şimdi de bir Syborg olan Frenky gibi bir karakter kendisi gibi Syborglardan oluşan bir adaya&#8230;</p>
<p>Tayfa tamamen planlı dağıtılmış gibi&#8230;</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Syborg Twin Turbo Poster #3]]></title>
<link>http://simondy.wordpress.com/2009/05/26/syborg-twin-turbo-poster-3/</link>
<pubDate>Tue, 26 May 2009 21:05:57 +0000</pubDate>
<dc:creator>simondy</dc:creator>
<guid>http://simondy.wordpress.com/2009/05/26/syborg-twin-turbo-poster-3/</guid>
<description><![CDATA[Poster 3 ouf of 6. Marty McGuire&#8217;s Syborg Twin Turbo V6. Poster design by me &#8211; Simon Hol]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Poster 3 ouf of 6.</p>
<table class="border" style="text-align:justify;" border="0">
<tbody>
<tr>
<td class="border"><a href="http://www.flickr.com/photos/mondy/3614062990/" title="Marty's Syborg Twin Turbo 03 by simonholmlist, on Flickr"><img src="http://farm4.static.flickr.com/3338/3614062990_8ef8cf873d.jpg" width="333" height="500" alt="Marty's Syborg Twin Turbo 03" /></a></td>
</tr>
</tbody>
</table>
<p style="text-align:justify;">Marty McGuire&#8217;s <a title="Syborg Twin Turbo" href="http://www.syborgtwinturbo.com/" target="_blank">Syborg Twin Turbo V6</a>.<br />
Poster design by me &#8211; <a title="About" href="http://simondy.wordpress.com/about/" target="_self">Simon Holm List</a>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Singularity: Live Long and Prosper]]></title>
<link>http://athenadr.wordpress.com/2009/05/24/singularity-live-long-and-prosper/</link>
<pubDate>Sun, 24 May 2009 07:21:00 +0000</pubDate>
<dc:creator>athenadr</dc:creator>
<guid>http://athenadr.wordpress.com/2009/05/24/singularity-live-long-and-prosper/</guid>
<description><![CDATA[Share I admit that I admire Ray Kurzweil. I read his book the “Singularity is Near”, couple of years]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><!-- AddThis Button BEGIN --></p>
<div>
<div class="addthis_toolbox addthis_default_style">
<a href="http://www.addthis.com/bookmark.php?v=250&#38;pub=nakita1" class="addthis_button_compact">Share</a>
</div>
</div>
<p><!-- AddThis Button END --></p>
<div><span style="font-size:100%;"><span style="font-family:verdana;">I admit that I admire Ray Kurzweil. I read his book the “<a href="http://www.amazon.co.uk/Singularity-Near-Humans-Transcend-Biology/dp/0670033847/ref=sr_1_3?ie=UTF8&#38;s=books&#38;qid=1258440656&#38;sr=8-3" target="_blank">Singularity is Near</a>”, couple of years ago and I loved it. That is not to say that I believe that all his predictions will come true. I simply don’t know. I am not even sure if I like his vision about the future. </span></span></div>
<div><span style="font-size:100%;"><span style="font-family:verdana;"> </span></span></div>
<p><span style="font-size:100%;"><span style="font-family:verdana;"> </span></span></p>
<p style="text-align:center;">
<div class="wp-caption aligncenter" style="width: 310px"><img src="http://www.futureforall.org/images/singularity.jpg" alt="" width="300" height="299" /><p class="wp-caption-text">Image Credit:http://www.futureforall.org</p></div>
<div style="text-align:left;"><span style="font-size:100%;"><span style="font-family:verdana;">Ray Kurzweil says that Singularity is already here. He believes that in 40 years the world will be, well, different. In his encounter with <a href="http://www.newsweek.com/id/188706">Daniel Lyons</a> which was published in the <a href="http://www.newsweek.com/id/197812">Newsweek.com</a>, he states that</span></span></div>
<blockquote>
<div style="text-align:left;"><span style="font-size:100%;"><span style="font-family:verdana;"><br />
&#8220;computer intelligence is advancing so rapidly that in a couple of decades, machines will be as intelligent as humans, and soon after that they will surpass humans and start creating even smarter technology. By the middle of this century, the only way for us to keep up will be to merge with the machines so that their superior intelligence can boost our weak little brains and beef up our pitiful, illness-prone bodies.&#8221; </span></span></div>
</blockquote>
<div style="text-align:left;"><span style="font-size:100%;"><span style="font-family:verdana;"><br />
</span></span></div>
<div><span style="font-size:100%;"><span style="font-family:verdana;"><span style="font-family:verdana;">I am not sure, how we are going to beef up our bodies. You see our genetic package says that we can live 130 -140 years the most. After that, even with all the odds of vitamins and supplements – Kurzweil takes 120 everyday – out bodies stop working. They just break down. We could transfer our minds and consciousness into machines of course…..</span></span></span></div>
<p><span style="font-size:100%;"><span style="font-family:verdana;"><span style="font-family:verdana;">Do I want to live a longer, healthier life? Definitely yes!</span> <span style="font-family:verdana;"><br />
Do I want to be able to acquire intelligence and knowledge that goes beyond the current human brain limitations? Yes, I would like that.</span> <span style="font-family:verdana;"><br />
Do I want to be a cyborg? That I don’t know! It could be an interesting…. development, if I may say so. </span></span></span></p>
<div><span style="font-family:verdana;"> </span> <span style="font-family:verdana;">My perception from the discussion with Lyons, is that Lyns does not know what to make about Kurzweil and his vision about the future. Is he a genius, an inspirational futurist or just an obsessed man who fears death and tries to conjure it using technology? Maybe, as one scientist who asked for anonymity says, “Ray is going through the single most public midlife crisis that any male has ever gone through.&#8221;</span><span style="font-family:verdana;"><span style="font-family:verdana;"> </span></span></div>
<div><span style="font-family:verdana;"><span style="font-family:verdana;">Kurzweil seems to ignore criticism and retirement is not in his plans. The movie, based on his Singularity book will be on the cinemas soon. This year he also established with Peter Diamandis, the founder of the <a href="http://www.xprize.org/">X-Prize Foundation</a>, the Singularity University, where for nine weeks everyone will be able hear all these fancy predictions about the future and immortality.</span></span></div>
<p><span style="font-family:verdana;">And, he is optimist about the future. The world, he believes, will be different and probably much better. Our superhuman progenies will honor us and love us. We will be able to live for ever and ever, embedding our consciousness into silicon.</span></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Syborg Twin Turbo Poster #2]]></title>
<link>http://simondy.wordpress.com/2009/04/06/syborg-twin-turbo-poster-2/</link>
<pubDate>Mon, 06 Apr 2009 11:08:23 +0000</pubDate>
<dc:creator>simondy</dc:creator>
<guid>http://simondy.wordpress.com/2009/04/06/syborg-twin-turbo-poster-2/</guid>
<description><![CDATA[Poster 2 ouf of 6. Marty McGuire&#8217;s Syborg Twin Turbo V6. Poster design by me &#8211; Simon Hol]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Poster 2 ouf of 6.</p>
<table class="border" style="text-align:justify;" border="0">
<tbody>
<tr>
<td class="border"><a href="http://www.flickr.com/photos/mondy/3418329162/" title="Marty's Syborg Twin Turbo 02 by simonholmlist, on Flickr"><img src="http://farm4.static.flickr.com/3364/3418329162_da3acaa7fa.jpg" width="333" height="500" alt="Marty's Syborg Twin Turbo 02" /></a></td>
</tr>
</tbody>
</table>
<p style="text-align:justify;">Marty McGuire&#8217;s <a title="Syborg Twin Turbo" href="http://www.syborgtwinturbo.com/" target="_blank">Syborg Twin Turbo V6</a>.<br />
Poster design by me &#8211; <a title="About" href="http://simondy.wordpress.com/about/" target="_self">Simon Holm List</a>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Syborg Twin Turbo Poster #1]]></title>
<link>http://simondy.wordpress.com/2009/03/09/syborg-twin-turbo-poster-1/</link>
<pubDate>Mon, 09 Mar 2009 10:53:33 +0000</pubDate>
<dc:creator>simondy</dc:creator>
<guid>http://simondy.wordpress.com/2009/03/09/syborg-twin-turbo-poster-1/</guid>
<description><![CDATA[Poster 1 ouf of 6. Marty McGuire&#8217;s Syborg Twin Turbo V6. Poster design by me &#8211; Simon Hol]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Poster 1 ouf of 6.</p>
<table class="border" style="text-align:justify;" border="0">
<tbody>
<tr>
<td class="border"><a href="http://www.flickr.com/photos/mondy/3341139684/" title="Marty's Syborg Twin Turbo 01 w/Flame Background by simonholmlist, on Flickr"><img src="http://farm4.static.flickr.com/3656/3341139684_be74caee5c.jpg" width="333" height="500" alt="Marty's Syborg Twin Turbo 01 w/Flame Background" /></a></td>
</tr>
</tbody>
</table>
<p style="text-align:justify;">Marty McGuire&#8217;s <a title="Syborg Twin Turbo" href="http://www.syborgtwinturbo.com/" target="_blank">Syborg Twin Turbo V6</a>.<br />
Poster design by me &#8211; <a title="About" href="http://simondy.wordpress.com/about/" target="_self">Simon Holm List</a>.</p>
<p>You can see four versions of this poster with different backgrounds at my <a title="Car Posters at my flickr site" href="http://www.flickr.com/photos/mondy/sets/72157594430408866/detail/" target="_blank">flickr site</a>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Syborg Twin Turbo - 4.3l v6 TT Mini-Truck]]></title>
<link>http://buildthreads.wordpress.com/2009/02/25/syborg-twin-turbo-43l-v6-tt-mini-truck/</link>
<pubDate>Wed, 25 Feb 2009 01:11:29 +0000</pubDate>
<dc:creator>anth</dc:creator>
<guid>http://buildthreads.wordpress.com/2009/02/25/syborg-twin-turbo-43l-v6-tt-mini-truck/</guid>
<description><![CDATA[Over in Chicago, a guy named Marty &#8211; in conjunction with some key sponsors and talented worksh]]></description>
<content:encoded><![CDATA[Over in Chicago, a guy named Marty &#8211; in conjunction with some key sponsors and talented worksh]]></content:encoded>
</item>
<item>
<title><![CDATA[Scenariile SF devin realitate: cyborgii spioni ne vor invada lumea!]]></title>
<link>http://bataiosu.wordpress.com/2008/03/07/scenariile-sf-devin-realitate-cyborgii-spioni-ne-vor-invada-lumea/</link>
<pubDate>Fri, 07 Mar 2008 08:05:07 +0000</pubDate>
<dc:creator>bătăiosu</dc:creator>
<guid>http://bataiosu.wordpress.com/2008/03/07/scenariile-sf-devin-realitate-cyborgii-spioni-ne-vor-invada-lumea/</guid>
<description><![CDATA[Gândacii, şobolanii, fluturii sau rechinii ar putea fi transformaţi, de serviciile secrete, în spion]]></description>
<content:encoded><![CDATA[Gândacii, şobolanii, fluturii sau rechinii ar putea fi transformaţi, de serviciile secrete, în spion]]></content:encoded>
</item>

</channel>
</rss>
