<?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>Warping it up! &#187; IBM</title>
	<atom:link href="http://www.bytefarmers.com/log/tag/ibm/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bytefarmers.com/log</link>
	<description>Fini Alring's Glossy Tech Zine</description>
	<lastBuildDate>Fri, 16 Dec 2011 13:42:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>The future of XML</title>
		<link>http://www.bytefarmers.com/log/2008/02/08/the-future-of-xml/</link>
		<comments>http://www.bytefarmers.com/log/2008/02/08/the-future-of-xml/#comments</comments>
		<pubDate>Fri, 08 Feb 2008 14:56:42 +0000</pubDate>
		<dc:creator>Fini Alring</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Data-Formats]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.bytefarmers.com/log/2008/02/08/the-future-of-xml/</guid>
		<description><![CDATA[Elliotte Rusty Harold prognosticates what he thinks is in store for XML. The wheels of progress turn slowly, but turn they do. The crystal ball might be a little hazy, but the outline of XML&#8217;s future is becoming clear. The exact time line is a tad uncertain, but where XML is going isn&#8217;t. XML&#8217;s future [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Elliotte Rusty Harold prognosticates what he thinks is in store for XML.<br />
The wheels of progress turn slowly, but turn they do. The crystal ball might be a little hazy, but the outline of XML&#8217;s future is becoming clear.  The exact time line is a tad uncertain, but where XML is going isn&#8217;t. XML&#8217;s future lies with the Web, and more specifically with Web publishing.</p>
<p>It seems a little funny to have to say that. After all, isn&#8217;t publishing what the Web is about? The Web was designed first and foremost as a mechanism to publish information. What else can it do? Quite a lot. The last three years have seen an explosion of interest in Web applications that go far beyond traditional Web sites. Word processors, spreadsheets, games, diagramming tools, and more are all migrating into the browser. This trend will only accelerate in the coming year as local storage in Web browsers makes it increasingly possible to work offline. But XML is still firmly grounded in Web 1.0 publishing, and that&#8217;s still very important.</p></blockquote>
<p>Read the full article:</p>
<ul>
<li><a href="http://www.ibm.com/developerworks/library/x-xml2008prevw.html?ca=dgr-lnxw01XML-Future">The future of XML</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.bytefarmers.com/log/2008/02/08/the-future-of-xml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3D Graphics for Java Mobile Devices</title>
		<link>http://www.bytefarmers.com/log/2005/10/12/3d-graphics-for-java-mobile-devices/</link>
		<comments>http://www.bytefarmers.com/log/2005/10/12/3d-graphics-for-java-mobile-devices/#comments</comments>
		<pubDate>Wed, 12 Oct 2005 14:19:47 +0000</pubDate>
		<dc:creator>Fini Alring</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[J2ME]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jsr]]></category>
		<category><![CDATA[M3G]]></category>
		<category><![CDATA[micro]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://www.bytefarmers.com/log/2005/10/12/3d-graphics-for-java-mobile-devices/</guid>
		<description><![CDATA[Claus HÃ¶fele has written a nice introduction to 3D graphics on Mobile Java Devices. This article, the first in a two-part series, describes the Mobile 3D Graphics API (JSR 184). The author introduces you to 3D programming for Javaâ„¢ mobile devices and shows how you can work with lights, cameras, and materials. Playing games on [...]]]></description>
			<content:encoded><![CDATA[<p><a href="mailto:Claus.Hoefele@gmail.com">Claus HÃ¶fele</a> has written a nice introduction to 3D graphics on Mobile Java Devices.</p>
<blockquote><p>This article, the first in a two-part series, describes the Mobile 3D Graphics API (JSR 184). The author introduces you to 3D programming for Javaâ„¢ mobile devices and shows how you can work with lights, cameras, and materials.</p>
<p>Playing games on mobile devices is a fun pastime. Up until now, hardware performance has favored classic game concepts that use addictive game play, but simple graphics. Today, Tetris and Pac-Man are increasingly complemented by two-dimensional action games with extensive graphics. Consequently, the next step is to move toward 3D graphics. Sony&#8217;s PlayStation Portable shows the graphics power you can put into a mobile device. Although the average mobile phone is technologically behind this specialized game machine, you can see where the market is heading. The Mobile 3D Graphics API (M3G for short), defined in Java Specification Request (JSR) 184, is an industry effort to create a standard 3D API for mobile devices that support Java programming.</p>
<p>M3G&#8217;s API can be divided roughly into two parts: immediate and retained mode. In immediate mode, you render individual 3D objects. In retained mode, you define and display an entire world of 3D objects, including information on their appearance. You can imagine immediate mode as the low-level access to 3D functions, and retained mode as a more abstract, but also more comfortable, way of displaying 3D graphics. In this article, I&#8217;ll explain the immediate mode APIs. The second part of this series shows how to use retained mode.</p></blockquote>
<p>Article: <a href="http://www-128.ibm.com/developerworks/wireless/library/wi-mobile1/?ca=dgr-lnxw01Java3DMobile">3D graphics for Java mobile devices, Part 1: M3G&#8217;s immediate mode</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bytefarmers.com/log/2005/10/12/3d-graphics-for-java-mobile-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XML Enhancements for Java 1.1 released</title>
		<link>http://www.bytefarmers.com/log/2005/07/29/xml-enhancements-for-java-11-released/</link>
		<comments>http://www.bytefarmers.com/log/2005/07/29/xml-enhancements-for-java-11-released/#comments</comments>
		<pubDate>Fri, 29 Jul 2005 13:35:08 +0000</pubDate>
		<dc:creator>Fini Alring</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[Dolphin]]></category>
		<category><![CDATA[ETTK]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[JSE7]]></category>
		<category><![CDATA[Schema]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XPath]]></category>

		<guid isPermaLink="false">http://www.bytefarmers.com/log/2005/07/29/xml-enhancements-for-java-11-released/</guid>
		<description><![CDATA[IBM releases XML toolkit for Java providing native XML features to the Java EE 1.4. IBM XML Enhancements for Java, part of their Emerging Technologies Toolkit (ETTK), has released a tool for providing language extensions to J2EE 1.4 to support XML, XML Schema, and XPath in Java. This is unique because it uses a Java [...]]]></description>
			<content:encoded><![CDATA[<p>IBM releases XML toolkit for Java providing native XML features to the Java EE 1.4.</p>
<blockquote><p>IBM <a href="http://www.alphaworks.ibm.com/tech/xj?open&amp;S_TACT=105AGX59&amp;S_CMP=GR&amp;ca=dgr-jw22awxj">XML Enhancements for Java</a>, part of their Emerging Technologies Toolkit (ETTK), has released a tool for providing language extensions to J2EE 1.4 to support XML, XML Schema, and XPath in Java. </p>
<p>This is unique because it uses a Java language-based approach to developing XML applications. Through integration of Java and XML, the extensions simplify the development of XML-based applications and enable developers to reuse existing Java libraries when developing XML code.</p>
<p>Integration with XML at the language level is a feature supported by Groovy, and currently being <a href="http://radio.javaranch.com/val/2005/07/21/1121924183653.html">debated by Java heavyweigts for inclusion in Dolphin. (JSE 7)</a>
</p></blockquote>
<p><a href="http://www.theserverside.com/news/thread.tss?thread_id=35489">XML Enhancements for Java 1.1 released</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bytefarmers.com/log/2005/07/29/xml-enhancements-for-java-11-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Harvesting and reusing idle compute cycles</title>
		<link>http://www.bytefarmers.com/log/2005/07/05/harvesting-and-reusing-idle-compute-cycles/</link>
		<comments>http://www.bytefarmers.com/log/2005/07/05/harvesting-and-reusing-idle-compute-cycles/#comments</comments>
		<pubDate>Tue, 05 Jul 2005 14:47:47 +0000</pubDate>
		<dc:creator>Fini Alring</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[BOINC]]></category>
		<category><![CDATA[Devices]]></category>
		<category><![CDATA[distributed]]></category>
		<category><![CDATA[Grid]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[LHC]]></category>
		<category><![CDATA[Nature]]></category>
		<category><![CDATA[Open_Source]]></category>
		<category><![CDATA[Physics]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[SETI]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[United]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.bytefarmers.com/log/2005/07/05/harvesting-and-reusing-idle-compute-cycles/</guid>
		<description><![CDATA[Excerpt from source: More on the University of Texas grid project&#8217;s mission to integrate numerous, diverse resources into a comprehensive campus cyber-infrastructure for research and education. In this article, the authors examine the idea of harvesting unused cycles from compute resources to provide this aggregate power for compute-intensive work. They will also place this concept [...]]]></description>
			<content:encoded><![CDATA[<p>Excerpt from source: More on the University of Texas grid project&#8217;s mission to integrate numerous, diverse resources into a comprehensive campus cyber-infrastructure for research and education. In this article, the authors examine the idea of harvesting unused cycles from compute resources to provide this aggregate power for compute-intensive work. They will also place this concept in context by offering an overview of a popular commercial software package designed to help achieve this task: the United Devices Grid MP platform.</p>
<p>Several early grid computing projects were focused on the idea of harvesting unused cycles from compute resources and providing this aggregated computing power for work that comprised lots of tasks &#8212; from hundreds to millions &#8212; that could be executed individually.</p>
<p>Today, there are several commercial and open source grid computing software packages that support this form of distributed computing on the desktop or other nondedicated computing resources. In this article, we will take a look at a popular commercial software package designed to help execute this function: the United Devices Grid MP platform.</p>
<p>Grid MP has several interesting and unique features, including:</p>
<p>* Support for heterogeneous desktops/nodes<br />
* Nonintrusive client execution<br />
* Tolerance to failures of desktop resources</p>
<p>We will provide an overview of the Grid MP features designed for harvesting idle cycles from nondedicated resources, and we&#8217;ll describe the types of applications that can effectively use the type of &#8220;desktop grid&#8221; we&#8217;re discussing.</p>
<p>Read the full article:<br />
* <a href="http://www-128.ibm.com/developerworks/grid/library/gr-harvest/?ca=dgr-lnxw01HarvestingGrid">Grid in action: Harvesting and reusing idle compute cycles</a></p>
<p>Also see:<br />
* <a href="http://boinc.berkeley.edu/"><acronym title="Berkeley Open Infrastructure for Network Computing">BOINC</acronym></a> (<a href="http://setiweb.ssl.berkeley.edu/">SETI@Home</a>, <a href="http://einstein.phys.uwm.edu/">Einstein@Home</a>, <a href="http://climateprediction.net/">ClimatePrediction.net</a>, <a href="http://athome.web.cern.ch/athome/">LHC@Home</a>, <a href="http://predictor.scripps.edu/">Predictor@Home</a>, <a href="http://www.cellcomputing.net/">Cell Computing (JP)</a>)<br />
* <a href="http://www.bytefarmers.com/seti/">Team GiGA Productions Computing Group</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bytefarmers.com/log/2005/07/05/harvesting-and-reusing-idle-compute-cycles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Largest Private Supercomputer?</title>
		<link>http://www.bytefarmers.com/log/2005/06/15/largest-private-supercomputer/</link>
		<comments>http://www.bytefarmers.com/log/2005/06/15/largest-private-supercomputer/#comments</comments>
		<pubDate>Wed, 15 Jun 2005 13:07:59 +0000</pubDate>
		<dc:creator>Fini Alring</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Blue]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Gene]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[robotics]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[teraflops]]></category>
		<category><![CDATA[Watson]]></category>

		<guid isPermaLink="false">http://www.bytefarmers.com/log/2005/06/15/largest-private-supercomputer/</guid>
		<description><![CDATA[/. &#8220;IBM has launched its Watson Blue Gene system, the largest privately owned supercompuer seen by the press. The super computer is described reaching a whopping 91.29 teraflops. IBM has plans on giving Academic researchers access to some computing time. Some more info can be found the IBM site. All this makes you wonder what [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://slashdot.org">/.</a> &#8220;<em>IBM has launched its Watson Blue Gene system, the largest privately owned supercompuer seen by the press. The super computer is <a href="http://www.marketwire.com/mw/release_html_b1?release_id=88568">described</a> reaching a whopping 91.29 teraflops.  IBM has plans on giving <a href="http://www.theregister.co.uk/2005/06/14/ibm_supercomputer_lives/">Academic researchers</a> access to some computing time. Some <a href="http://www.research.ibm.com/bluegene/conferences/bp2005/4.BGW_Overview.pdf">more info</a> can be found the IBM site. All this makes you wonder what other supercomputers are out there, </em><em>not</em> known to the press, and if it&#8217;s time to increase the size of your private key and strengthen your encryption.&#8221;</p>
<p>* <a href="http://hardware.slashdot.org/hardware/05/06/14/2319252.shtml?tid=231&#038;tid=136&#038;tid=137">Slashdot | Largest Privately Owned Supercomputer</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bytefarmers.com/log/2005/06/15/largest-private-supercomputer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux For Cell Processor Workstation</title>
		<link>http://www.bytefarmers.com/log/2005/06/07/linux-for-cell-processor-workstation-2/</link>
		<comments>http://www.bytefarmers.com/log/2005/06/07/linux-for-cell-processor-workstation-2/#comments</comments>
		<pubDate>Tue, 07 Jun 2005 19:53:30 +0000</pubDate>
		<dc:creator>Fini Alring</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Cell]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linuxtag]]></category>
		<category><![CDATA[PS3]]></category>
		<category><![CDATA[Sony]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Toshiba]]></category>

		<guid isPermaLink="false">http://www.bytefarmers.com/log/2005/06/07/linux-for-cell-processor-workstation-2/</guid>
		<description><![CDATA[/. News for nerds writes &#8220;The Cell processor from Sony, Toshiba and IBM, has been known as the chip that powers the upcoming PlayStation 3 computer entertainment system, but except for that very little is known about how it&#8217;s applied to a real use. This time, at LinuxTag 2005 from 22nd to 25rd June 2005, [...]]]></description>
			<content:encoded><![CDATA[<p>/. <a href="http://exe.adam.ne.jp/">News for nerds</a> writes <i>&#8220;The <a href="http://www.research.ibm.com/cell/">Cell processor</a> from Sony, Toshiba and IBM, has been known as the chip that powers the upcoming <a href="http://www.us.playstation.com/Pressreleases.aspx?id=279">PlayStation 3</a> computer entertainment system, but except for that very little is known about how it&#8217;s applied to a real use. This time, at <a href="http://www.linuxtag.org/typo3site/8.0.html?L=1">LinuxTag 2005</a> from 22nd to 25rd June 2005, at Messe- und Kongresszentrum Karlsruhe, Germany, Arnd Bergmann of IBM will <a href="http://www.linuxtag.org/typo3site/freecongress-details.html?talkid=156">speak</a></p>
<p>about the Cell Processor programming model under Linux, and the Linux kernel in the first Cell Processor-based workstation computer, which premieres at Linuxtag 2005.&#8221;</i></p>
<p>* <a href="http://hardware.slashdot.org/article.pl?sid=05/06/07/0257221&#038;tid=136&#038;tid=137&#038;tid=106">Slashdot | Linux For Cell Processor Workstation</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bytefarmers.com/log/2005/06/07/linux-for-cell-processor-workstation-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtual Brain Computing</title>
		<link>http://www.bytefarmers.com/log/2005/06/06/virtual-brain-computing/</link>
		<comments>http://www.bytefarmers.com/log/2005/06/06/virtual-brain-computing/#comments</comments>
		<pubDate>Mon, 06 Jun 2005 19:05:10 +0000</pubDate>
		<dc:creator>Fini Alring</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[brain]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[robotics]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[simulation]]></category>
		<category><![CDATA[supercomputer]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[teraflops]]></category>

		<guid isPermaLink="false">http://www.bytefarmers.com/log/2005/06/06/virtual-brain-computing/</guid>
		<description><![CDATA[/. bryan8m writes &#8220;An IBM supercomputer running on 22.8 teraflops of processing power will be involved in an effort to create the first computer simulation of the entire human brain. From the article: &#8216;The hope is that the virtual brain will help shed light on some aspects of human cognition, such as perception, memory and [...]]]></description>
			<content:encoded><![CDATA[<p>/. <a href="mailto:bryan.mishkin@@gmail..com">bryan8m</a> writes <i>&#8220;An IBM supercomputer running on 22.8 teraflops of processing power will be involved in an effort to create the <a href="http://www.newscientist.com/article.ns?id=dn7470">first computer simulation of the entire human brain</a>.<br />
From the article: &#8216;The hope is that the virtual brain will help shed light on some aspects of human cognition, such as perception, memory and perhaps even consciousness.&#8217; It should also help us understand brain malfunctions and &#8216;observe the electrical code our brains use to represent the world.&#8217;&#8221;</i></p>
<p><a href="http://science.slashdot.org/article.pl?sid=05/06/06/0715214&#038;tid=231&#038;tid=14">Slashdot | Effort to Create Virtual Brain Begins</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bytefarmers.com/log/2005/06/06/virtual-brain-computing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 12/19 queries in 0.007 seconds using disk: basic

Served from: www.bytefarmers.com @ 2012-02-08 13:52:48 -->
