<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Blog.OnlyHype.com</title>
	
	<link>http://blog.onlyhype.com</link>
	<description />
	<lastBuildDate>Mon, 07 Dec 2009 15:41:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/onlyhypecom" /><feedburner:info uri="onlyhypecom" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>HTC Magic ADB driver install instructions</title>
		<link>http://feedproxy.google.com/~r/onlyhypecom/~3/kLgPuW-TzI0/</link>
		<comments>http://blog.onlyhype.com/2009/07/06/htc-magic-adb-driver-install-instructions/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 19:11:22 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[htc magic]]></category>

		<guid isPermaLink="false">http://blog.onlyhype.com/?p=104</guid>
		<description><![CDATA[If you diligently followed the android driver install instruction from the Android Developer site but your HTC Magic is still discovered only as an &#8220;HTC Android Phone USB Device&#8221; and an unknown device named &#8220;ADB&#8221; because the driver contained in the last SDK (android-sdk-windows-1.5_r2\usb_driver\x86\) is not recognized, follow these steps:

Open the Device Manager, select the [...]]]></description>
			<content:encoded><![CDATA[<p>If you diligently followed the <a href="http://developer.android.com/guide/developing/device.html#setting-up">android driver install instruction</a> from the Android Developer site but your HTC Magic is still discovered only as an &#8220;HTC Android Phone USB Device&#8221; and an unknown device named &#8220;ADB&#8221; because the driver contained in the last <a href="http://developer.android.com/sdk/1.5_r2/index.html">SDK</a> (<em><em>android-sdk-windows-1.5_r2</em><code>\usb_driver\x86\</code></em>) is not recognized, follow these steps:</p>
<ul>
<li>Open the Device Manager, select the ADB Device and open the Details tab. Look for &#8220;Device Instance Id&#8221;, it should be something like vid_0bb4&amp;pid_0c0*.<br />
If your * is not 2, these instructions will probably solve your issue.</li>
</ul>
<ul>
<li>Disconnect your device and uninstall the two discovered devices (i used usbdeview but you can do it manually from the Device Manager).</li>
</ul>
<ul>
<li>Open with a text editor <em>android-sdk-windows-1.5_r2\usb_driver\x86\android_usb.inf</em>.<br />
Replace all the vid_0bb4&amp;pid_0c02 with vid_0bb4&amp;pid_0c0* (e.g. vid_0bb4&amp;pid_0c03).</li>
</ul>
<ul>
<li>Connect your phone and when asked for driver choose to specify manually a path and select <em>android-sdk-windows-1.5_r2\usb_driver\x86\</em>.</li>
</ul>
<ul>
<li>If the installation is successful, to verify that all is ok execute <em>android-sdk-windows-1.5_r2\tools\adb devices</em>, your phone should be listed in the device table.</li>
</ul>
<p>Thanks to Wysie, for the full discussion see the <a href="http://groups.google.com/group/android-beginners/browse_thread/thread/8f99c245c78af3ab/6a1437c912aac2f1?show_docid=6a1437c912aac2f1#">original thread</a>.</p>
<p><strong>UPDATE:</strong> This procedure should likely work for HTC Hero/Touch and Samsung Galaxy too, just substitute where needed the “Device Instance Id” found at step 1.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.onlyhype.com/2009/07/06/htc-magic-adb-driver-install-instructions/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://blog.onlyhype.com/2009/07/06/htc-magic-adb-driver-install-instructions/</feedburner:origLink></item>
		<item>
		<title>Software development books for Christmas 2008</title>
		<link>http://feedproxy.google.com/~r/onlyhypecom/~3/4DrNNhPg0mg/</link>
		<comments>http://blog.onlyhype.com/2008/12/23/software-development-books-for-christmas-2008/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 10:07:02 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[books]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blog.onlyhype.com/?p=42</guid>
		<description><![CDATA[In a post on JavaLobby, Meera presents her TOP5 of technical books published in 2008.
I definitely agree with the first three:  a new book from Robert C.  Martin, the second edition of the great Effective Java and a collection of articles from ThoughtWorks.
I haven&#8217;t read yet the first one but i liked his &#8220;Agile Software [...]]]></description>
			<content:encoded><![CDATA[<p>In a <a href="http://java.dzone.com/articles/the-top-5-books-i-read-2008" target="_blank">post on JavaLobby</a>, Meera presents her TOP5 of technical books published in 2008.<br />
I definitely agree with the first three:  a new book from Robert C.  Martin, the second edition of the great Effective Java and a collection of articles from ThoughtWorks.<br />
I haven&#8217;t read yet the first one but i liked his &#8220;Agile Software Development&#8221; and the initial reviews are quite good.<br />
The new edition of Effective Java contains 21 new items and presents 1.5 language features such as enum, generics and annotations and also updates items related to improved features e.g.  items in the concurrency section.<br />
An interesting reading is also the ThoughtWorks Anthology, a collection of essays on various IT topics, ranging from software methodology advices to ant build files optimization tips.<br />
If you are a software developer or if you know one, this time of the year is the right time to buy one of these books.<br />
Let me add a few more titles, that even if not published in 2008 (or not technical) could be good gift ideas:</p>
<p><span id="more-42"></span></p>
<table style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top"><a href="http://www.amazon.com/Java-TM-Puzzlers-Pitfalls-Corner/dp/032133678X/ref=pd_bbs_sr_1?ie=UTF8&amp;s=books&amp;qid=1229983293&amp;sr=8-1" target="_blank"><img id="prodImage" class="alignleft" style="border: 0pt none;" src="http://ecx.images-amazon.com/images/I/51R5GN5BJML._SL500_AA240_.jpg" border="0" alt="Java(TM) Puzzlers: Traps, Pitfalls, and Corner Cases" width="86" height="86" /></a></td>
<td valign="top"><strong><em>Java Puzzlers: Traps, Pitfalls and corner cases</em></strong></p>
<p style="text-align: left;"><strong><em> </em></strong>Another book from the great Joshua Bloch based on the JavaOne&#8217;s serie of presentations, full of thought-provoking &#8220;puzzles&#8221;  related to details or known bug of the Java language.<br />
Here is a video of one of the Joshua&#8217;s presentations:</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/wDN_EYUvUq0&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/wDN_EYUvUq0&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></td>
</tr>
<tr>
<td valign="top">
<p style="text-align: center;"><a href="http://www.amazon.com/Common-Knowledge-Essential-Intermediate-Programming/dp/0321321928/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1229984777&amp;sr=1-1" target="_blank"><img id="prodImage" class="alignleft" style="border: 0pt none;" src="http://ecx.images-amazon.com/images/I/5120NXF4Y8L._SL500_AA240_.jpg" border="0" alt="C++ Common Knowledge: Essential Intermediate Programming" width="86" height="86" /></a></p>
</td>
<td valign="top"><strong><em>C++ Common Knowledge: Essential Intermediate Programming</em></strong></p>
<p>As the cover says : &#8220;What Every Professional C++ Programmer Needs to Know—Pared to Its Essentials So It Can Be Efficiently and Accurately Absorbed&#8221;.<br />
As an Effective Java for the  C++ language,  it uses the same itemized approach and it describes very clearly and with many examples what every C++ programmer should know.<br />
Perfect for anyone who needs to review the language skipping the basics.</td>
</tr>
<tr>
<td valign="top"><a onclick="return amz_js_PopWin(this.href,'AmazonHelp','width=700,height=600,resizable=1,scrollbars=1,toolbar=0,status=1');" href="http://www.amazon.com/Job-Went-India-Pragmatic-Programmers/dp/0976694018/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1230024825&amp;sr=8-1"><img id="prodImage" class="alignleft" style="border: 0pt none;" src="http://ecx.images-amazon.com/images/I/51BfF0wLtEL._SL500_AA240_.jpg" border="0" alt="My Job Went to India: 52 Ways to Save Your Job (Pragmatic Programmers)" width="86" height="86" /></a></td>
<td valign="top"><strong>My job went to India</strong></p>
<p>In this book published in 2005 , <a href="http://chadfowler.com/" target="_blank">Chad Fowler</a> takes his experience with outsourcing in India as a starting point to give reasonable advices about IT carer development. Even if some of these could sound obvious (as reasonable advices usually are), the book is still an enjoyable reading and give you the opportunity to review the way you approach your job in IT and think about what could be improved.<br />
Highly recommended.</td>
</tr>
<tr>
<td valign="top"><a href="http://www.amazon.com/Permutation-City-Greg-Egan/dp/006105481X/ref=sr_1_12?ie=UTF8&amp;s=books&amp;qid=1229984396&amp;sr=1-12" target="_blank"><img id="dp28526321" class="alignleft" style="border: 0pt none;" src="http://g-ecx.images-amazon.com/images/G/01/ciu/9d/18/1cfb8149e7a08edb6687d110._AA240_.L.jpg" border="0" alt="Permutation City" width="86" height="86" /></a></td>
<td valign="top"><strong>Permutation City</strong></p>
<p>A post-cyberpunk sci-fi book by Greg Egan, full of clever ideas about AIs, future post-death scenarios and virtual reality.</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://blog.onlyhype.com/2008/12/23/software-development-books-for-christmas-2008/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blog.onlyhype.com/2008/12/23/software-development-books-for-christmas-2008/</feedburner:origLink></item>
		<item>
		<title>DNS-323/CH3SNAS: A low cost NAS and embedded development</title>
		<link>http://feedproxy.google.com/~r/onlyhypecom/~3/2cnGGn6IWqg/</link>
		<comments>http://blog.onlyhype.com/2008/12/13/dns-323ch3snas-a-low-cost-nas-and-embedded-development/#comments</comments>
		<pubDate>Sat, 13 Dec 2008 14:51:17 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[ch3snas]]></category>
		<category><![CDATA[conceptronic]]></category>
		<category><![CDATA[dns-313]]></category>
		<category><![CDATA[dns-321]]></category>
		<category><![CDATA[dns-323]]></category>
		<category><![CDATA[embedded]]></category>
		<category><![CDATA[ffp]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[opensource]]></category>

		<guid isPermaLink="false">http://blog.onlyhype.com/?p=23</guid>
		<description><![CDATA[If you are looking for a low cost NAS you surely will come across with three devices: the Linksys NSLU2, the Iomega MyBook WE and the D-Link DNS-323 (or its sibling CH3SNAS pitcured on left).
Devices with similar functionality (all of them support Samba/FTP/ITunesServer/UPNPAVServer/etc&#8230;) and that in a similar fashion have been greatly extended thanks to [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="size-full wp-image-26 alignleft" title="nas-conceptronic_ch3snas_10241" src="http://blog.onlyhype.com/wp-content/uploads/nas-conceptronic_ch3snas_10241.png" alt="nas-conceptronic_ch3snas_10241" width="290" height="260" />If you are looking for a low cost NAS you surely will come across with three devices: the <a href="http://www.nslu2-linux.org/" target="_blank">Linksys NSLU2</a>, the <a href="http://mybookworld.wikidot.com/start" target="_blank">Iomega MyBook WE</a> and the <a href="http://wiki.dns323.info/" target="_blank">D-Link DNS-323</a> (or its sibling CH3SNAS pitcured on left).<br />
Devices with similar functionality (all of them support Samba/FTP/ITunesServer/UPNPAVServer/etc&#8230;) and that in a similar fashion have been greatly extended thanks to the community. The NSLU2 with its custom firmware, linux distributions and the optware package repository, the MyBook WE with a first customized firmware and now with a full fledged community and the DNS-323/CH3SNAS with the <a href="http://www.inreto.de/dns323/" target="_blank">fonz&#8217;s fun_plug</a> and the huge amount of modifications that came after that.<br />
Something similar to what always happens to devices based on FOSS and when the opportunity to enhance them is given to the community and something,  in my opinion, that always boosts the &#8220;saleability&#8221; of such products, just think to the famous Linksys WRT54G.<br />
I got my own Conceptronic CH3SNAS last year, and since then i enjoyed the progress made by the community and contributed my little share when possible.<br />
You can now find all my DNS323/CH3SNAS binaries <a href="http://onlyhype.com/dns-323/" target="_blank">here</a>. Feel free to try them and call for support if needed.</p>
<p style="text-align: justify;">After this long preamble about opensource and NASes, let&#8217;s talk briefly about Linux and embedded development.<br />
There are many ways to start learning Linux for those who come from a MSWindows background such as installing a random distribution, maybe on a virtual machine, and so on&#8230;<br />
But what the DNS323 and similar devices give you is the opportunity to get a taste of what <a href="http://en.wikipedia.org/wiki/Embedded_devices" target="_blank">embedded</a> <a href="http://elinux.org/Main_Page" target="_blank">development</a> is.<br />
The hardware platform reminds what you could find in your average pocket-pc and is good enough for this use:  a Marvell SoC with an ARM926Tj at 500Mhz and 64Mb of RAM.<br />
Don&#8217;t limit your experience to installing a different UPnP AV Server or the latest Transmission/mldonkey, try to compile some software yourself and <a href="http://en.wikipedia.org/wiki/Linux_From_Scratch" target="_blank">experiment</a>.<br />
Browse the <a href="http://wiki.dns323.info/" target="_blank">WIKI</a> to discover what a toolchain is, how you can <a href="http://www.miriamruiz.es/weblog/?p=41" target="_blank">cross-compile</a> software for different CPUs (in this case an ARM926) on a x86 host and which are the main differences among glibc and libraries like uclibc, eglibc, etc&#8230;<br />
This post should contain enough pointers for you to start <img src='http://blog.onlyhype.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.onlyhype.com/2008/12/13/dns-323ch3snas-a-low-cost-nas-and-embedded-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.onlyhype.com/2008/12/13/dns-323ch3snas-a-low-cost-nas-and-embedded-development/</feedburner:origLink></item>
		<item>
		<title>Google: The early days</title>
		<link>http://feedproxy.google.com/~r/onlyhypecom/~3/SiXo1WwkZiI/</link>
		<comments>http://blog.onlyhype.com/2008/09/12/google-the-early-days/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 20:19:45 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[books]]></category>
		<category><![CDATA[banvard's folly]]></category>
		<category><![CDATA[founders]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://blog.onlyhype.com/?p=17</guid>
		<description><![CDATA[In handwritten letters it said, “Google World Headquarters”. 
Ubergizmo publishes this touching interview from 1998 and this reminds me of the great book &#8220;The Search&#8221; by John Battelle , a vivid and detailed description of the search market in the pre-bubble era (plus some chapters with debatable content about the future of the search engine [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><span id="intelliTxt">In handwritten letters it said, “Google World Headquarters”. </span></p></blockquote>
<p>Ubergizmo publishes this touching <a href="http://www.ubergizmo.com/15/archives/2008/09/googles_first_steps.html" target="_blank">interview</a> from 1998 and this reminds me of the great book &#8220;The Search&#8221; by John Battelle , a vivid and detailed description of the search market in the pre-bubble era (plus some chapters with debatable content about the future of the search engine and the search market in general).<br />
Maybe it&#8217;s the right time to start &#8220;Founders at Work&#8221; or to buy the recent &#8220;Once You&#8217;re Lucky, Twice You&#8217;re Good&#8221;.<br />
All Books about great people and successful ventures, someone should really write something similar to <a href="http://www.amazon.com/Banvards-Folly-Renowned-Obscurity-Anonymity/dp/0312268866/ref=sr_1_30?ie=UTF8&amp;s=books&amp;qid=1221249499&amp;sr=1-30" target="_blank">Banvard&#8217;s Folly</a> (GREAT book with awesome stories) set in the bubble era, possibly non following the Startup.com documentary lousy approach&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.onlyhype.com/2008/09/12/google-the-early-days/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.onlyhype.com/2008/09/12/google-the-early-days/</feedburner:origLink></item>
		<item>
		<title>SUN Spot</title>
		<link>http://feedproxy.google.com/~r/onlyhypecom/~3/bsIpjO6w18s/</link>
		<comments>http://blog.onlyhype.com/2008/08/03/sun-spot/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 09:27:36 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[embedded]]></category>
		<category><![CDATA[googletechtalks]]></category>
		<category><![CDATA[spot]]></category>
		<category><![CDATA[sun]]></category>

		<guid isPermaLink="false">http://blog.onlyhype.com/?p=9</guid>
		<description><![CDATA[Open-source electronics platforms for rapid prototyping have already been around for a while, i can think of Arduino board but surely there are more of them.
The low cost, the wide variety of inputs/outputs, the ability to interact with sensors ot to control motors, the ease of use and the community, make these platforms a perfect [...]]]></description>
			<content:encoded><![CDATA[<p>Open-source electronics platforms for rapid prototyping have already been around for a while, i can think of <a title="Arduino Board" href="http://www.arduino.cc" target="_blank">Arduino board</a> but surely there are more of them.<br />
The low cost, the wide variety of inputs/outputs, the ability to interact with sensors ot to control motors, the ease of use and the community, make these platforms a perfect fit for hobbyist&#8217;s and artist&#8217;s projects.<br />
Regarding the ease of use, Arduino can be programmed in a c-like language ( additional straightforward libraries to access the board&#8217;s functions are provided ) and has a development environment based on the famous <a title="Processing" href="http://www.processing.com" target="_blank">Processing</a>.<br />
And now, <a title="SUN Spot" href="http://www.sunspotworld.com/" target="_blank">SUN Spot</a>.<br />
<span id="more-9"></span><br />
I&#8217;ve spotted the video embedded below on the googletechtalks youtube channel.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/fGSObzubTfY&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/fGSObzubTfY&amp;hl=en&amp;fs=1" allowfullscreen="true"></embed></object></p>
<p>The platform developed by SUN Laboratories seems awesome:</p>
<ul>
<blockquote>
<li><em>Completely open source (hardware/software)</em></li>
<li>180 MHz 32 bit ARM920T core <em>(with jazelle?) </em>- 512K RAM/4M Flash</li>
<li>2.4 GHz IEEE 802.15.4 radio with integrated antenna</li>
<li>USB interface <em>(host?)</em></li>
<li>2G/6G 3-axis accelerometer</li>
<li>Temperature sensor</li>
<li>Light sensor</li>
<li>8 tri-color LEDs</li>
<li>6 analog inputs</li>
<li>2 momentary switches</li>
<li>5 general purpose I/O pins and 4 high current output pins</li>
<li><em>100 mt max distance between Spots (more info on this on the sunspotworld.com forum, the devices together form a meshed network, so multiple stations can be used to extend the network civerage, but the maximum distance between two spots seems limited to that)<br />
</em></li>
</blockquote>
</ul>
<p>Missing agps and only 4mb flash you say? Looks like someone already built a custom gps module and SD module for their projects. Some new addons have been shown at <a href="http://www.youtube.com/watch?v=QD7wI_IQvko" target="_blank">JavaOne2008</a>.</p>
<p>The SUN Spot can be programmed enterely in Java, and has a development platform based on NetBeans (Eclipse can also be used).<br />
Refer to the embedded video for some example projects. Above all, watch @00:21 for the cool Sun Blackbox monitoring project.<br />
It comes in a developer kit with 1 Spot base station and 2 standard Spots for under $700, a kit that reminds me of the early <a href="http://www.openmoko.com/" target="_blank">openmoko</a> developers kit.<br />
The two things that i found most intriguing are the ability to upload new &#8220;software packages&#8221; wirelessly (in this presentation is done through a management interface, could this be done dinamically using the java api provided?) and the way the meshed wireless network formed by Spots is managed (i should take a look at this sooner or later).<br />
Additional videos about Sun Spot and projects based on it can be found on <a href="http://www.youtube.com/results?search_query=sun+spot">youtube</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.onlyhype.com/2008/08/03/sun-spot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.onlyhype.com/2008/08/03/sun-spot/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.271 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-03-05 11:16:30 -->
