<?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>grazz.com</title>
	<atom:link href="http://grazz.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://grazz.com</link>
	<description>Building Better Worlds</description>
	<lastBuildDate>Sat, 19 Jun 2010 19:58:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Huawei K3765 and Vodafone on Arch Linux</title>
		<link>http://grazz.com/2010/05/huawei-k3765-and-vodafone-on-arch-linux/</link>
		<comments>http://grazz.com/2010/05/huawei-k3765-and-vodafone-on-arch-linux/#comments</comments>
		<pubDate>Sat, 29 May 2010 09:24:25 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[arch linux]]></category>
		<category><![CDATA[huawei k3765]]></category>
		<category><![CDATA[mobile connect]]></category>
		<category><![CDATA[pppd]]></category>
		<category><![CDATA[vodafone]]></category>

		<guid isPermaLink="false">http://grazz.com/?p=385</guid>
		<description><![CDATA[Recently I got myself a 3G subscription as a fallback for when the ADSL is down. Since I use a Linux server to manage things at home it became the logical choice to maintain this connection. Although Vodafone is quite ahead with supporting Linux that came with all sorts of dependencies (python, GUI) I didn't [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I got myself a 3G subscription as a fallback for when the ADSL is down. Since I use a Linux server to manage things at home it became the logical choice to maintain this connection. Although Vodafone is quite ahead with <a href="http://www.business.vodafone.com/site/bus/public/enuk/support/10_productsupport/laptop_connectivity/40_software/software/10_latest/p_software.jsp" target="_blank">supporting Linux</a> that came with all sorts of dependencies (python, GUI) I didn't like.</p>
<p>The ingredients: Arch Linux, kernel 2.6.33 (and pppd), Huawei K3765 and Vodafone Mobile Connect.</p>
<p><span id="more-385"></span>The following is more of a overview of all the configuration files involved and the expected values by Vodafone in The Netherlands. If the files already exist on your system please make sure these additions are correctly added. Also, your AP (office.vodafone.nl in my example) may be different.</p>
<p>Configure the hardware;<br />
<code>modprobe usbserial vendor=0x12d1 product=0x1465</code><br />
You can add the previous command to <i>/etc/rc.local</i> or use a better solution to survive reboots. Check out the output of <i>dmesg</i>, it should read something like;</p>
<blockquote><p>usbcore: registered new interface driver usbserial<br />
USB Serial support registered for generic<br />
usb 1-1: generic converter now attached to ttyUSB0</p></blockquote>
<p>After that we need to make sure we have all the necessary software;<br />
<code>pacman -Sy pppd</code></p>
<p>We have a lot of files to configure, let's go:<br />
<b>/etc/ppp/chap-secrets</b><br />
<code>vodafone * vodafone *</code><br />
<b>/etc/chatscripts/vodafone.chat</b><br />
<code>TIMEOUT 3<br />
ABORT "BUSY"<br />
ABORT DELAYED<br />
"" ATZ<br />
OK AT+CGCONT=1,"IP","office.vodafone.nl"<br />
OK ATD*99#<br />
CONNECT ""</code><br />
<b>/etc/ppp/peers/vodafone</b><br />
<code>connect "/usr/sbin/chat -v -f /etc/chatscripts/vodafone.chat"<br />
noauth<br />
noipdefault<br />
user vodafone<br />
defaultroute<br />
usepeerdns</code><br />
<b>/etc/ppp/ip-up.d/vodafone.sh</b> (optional)<br />
<code>#!/bin/sh<br />
echo `date +%s` vodafone UP >> /var/log/vodafone.log</code><br />
<b>/etc/ppp/ip-down.d/vodafone.sh</b> (optional)<br />
<code>#!/bin/sh<br />
echo `date +%s` vodafone DOWN time: $CONNECT_TIME recv: $BYTES_RCVD sent: $BYTES_SENT >> /var/log/vodafone.log</code><br />
If you decide to use these script make sure both are executable;<br />
<code>chmod +x /etc/ppp/ip-up.d/vodafone.sh /etc/ppp/ip-down.d/vodafone.sh</code><br />
We're done! To start your connection;<br />
<code>pppd /dev/ttyUSB0 4000000 call vodafone</code><br />
after that <i>/var/log/everything.log</i> should contain something like;</p>
<blockquote><p>pppd: Serial connection established.<br />
pppd: Using interface ppp0<br />
pppd: Connect: ppp0 < --> /dev/ttyUSB0<br />
pppd: CHAP authentication succeeded</p></blockquote>
<p>To close the connection;<br />
<code>poff</code><br />
If you chose to use the up &#038; down scripts check out <i>/var/log/vodafone.log</i>. In this file you'll find UNIX timestamps plus any information related to the event.</p>
]]></content:encoded>
			<wfw:commentRss>http://grazz.com/2010/05/huawei-k3765-and-vodafone-on-arch-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>amBX support for foobar2000</title>
		<link>http://grazz.com/2010/02/ambx-support-for-foobar2000/</link>
		<comments>http://grazz.com/2010/02/ambx-support-for-foobar2000/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 01:03:33 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[ambx]]></category>
		<category><![CDATA[foobar2000]]></category>
		<category><![CDATA[module]]></category>

		<guid isPermaLink="false">http://grazz.com/?p=342</guid>
		<description><![CDATA[I think foobar2000 is just an awesome lean and mean music player. Another thing I like is amBX. Check out the foo_amBX module. Initial version, feedback is always welcome :)]]></description>
			<content:encoded><![CDATA[<p>I think <a href="http://www.foobar2000.org/" target="_blank">foobar2000</a> is just an awesome lean and mean music player. Another thing I like is <a href="http://www.ambx.com/" target="_blank">amBX</a>.</p>
<p>Check out the <a href="/Projects/foo_amBX">foo_amBX module</a>. Initial version, feedback is always welcome :)</p>
]]></content:encoded>
			<wfw:commentRss>http://grazz.com/2010/02/ambx-support-for-foobar2000/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>It has been a while...</title>
		<link>http://grazz.com/2009/12/it-has-been-a-while/</link>
		<comments>http://grazz.com/2009/12/it-has-been-a-while/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 10:18:41 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://grazz.com/?p=331</guid>
		<description><![CDATA[Okay, so my previous posting was on October 14th. I've been busy with a lot of things, exciting and fun times. See the new category on the right? On my TODO list for the coming months: Blogging about the Dingoo A320 portable gaming console. At about $80/€60 this is an absolute steal. 360mhz MIPS32 processor [...]]]></description>
			<content:encoded><![CDATA[<p>Okay, so my previous posting was on October 14th. I've been busy with a lot of things, exciting and fun times. See the new category on the right?</p>
<p>On my TODO list for the coming months:</p>
<ul>
<li>Blogging about the <a href="http://en.wikipedia.org/wiki/Dingoo" target="_blank">Dingoo A320</a> portable gaming console. At about $80/€60 this is an absolute steal. 360mhz MIPS32 processor with SIMD extensions, 32 MB DDR RAM and 4GB of NAND flash storage. It has a true-color 320x240 TFT display and a rechargeable battery via USB. It emulates all kinds of hardware (GBA, Neo Geo, etc) and it can run Linux (imagine a Beowulf cluster of these!). Mysterious Chinese origins but has a complete toolchain and SDK available. Starting to see why I am interested?</li>
<li>How I Learned to Stop Worrying and Love the iPhone. Some Objective-C, <a href="http://en.wikipedia.org/wiki/Cocoa_%28API%29" target="_blank">Cocoa</a>, the Cores and UIKit.</li>
<li>Publishing my work-in-progress software 3D engine (ah, the good old days).</li>
<li>Incorporating <a href="http://www.angelcode.com/angelscript/" target="_blank">AngelScript</a> in said engine.</li>
<li>Getting my hands dirty with OpenGL ES 2.0, which rocks because of programmable shader support.</li>
</ul>
<p>So much to do, so little time :) Stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://grazz.com/2009/12/it-has-been-a-while/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Activision has gone batshit crazy</title>
		<link>http://grazz.com/2009/10/activision-has-gone-batshit-crazy/</link>
		<comments>http://grazz.com/2009/10/activision-has-gone-batshit-crazy/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 04:31:28 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[activision]]></category>
		<category><![CDATA[pricing]]></category>
		<category><![CDATA[steam]]></category>

		<guid isPermaLink="false">http://grazz.com/?p=323</guid>
		<description><![CDATA[Wolfenstein is now available on Steam. For only €59.95. What were they thinking? This game retails for €39.95 in brick and mortar stores. Metacritic rates it 74/100. Activision, you just want PC gaming to die, right? In other news, Fallout 3 GOTY will be available this friday. Yay!]]></description>
			<content:encoded><![CDATA[<p>Wolfenstein is now available on Steam. For only €59.95. What were they thinking? This game retails for €39.95 in brick and mortar stores. Metacritic rates it 74/100. Activision, you just want PC gaming to die, right?</p>
<p>In other news, Fallout 3 GOTY will be available this friday. Yay!</p>
]]></content:encoded>
			<wfw:commentRss>http://grazz.com/2009/10/activision-has-gone-batshit-crazy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Operation Flashpoint 2: Dragon Rising behind NAT</title>
		<link>http://grazz.com/2009/10/operation-flashpoint-2-dragon-rising-behind-nat/</link>
		<comments>http://grazz.com/2009/10/operation-flashpoint-2-dragon-rising-behind-nat/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 18:00:04 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[dragon rising]]></category>
		<category><![CDATA[nat]]></category>
		<category><![CDATA[operation flashpoint 2]]></category>
		<category><![CDATA[port forward]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://grazz.com/?p=318</guid>
		<description><![CDATA[If you want to create a server for OFP2 behind NAT these are the ports you'll have to forward on your router: UDP 9100-9120. You'll also have to allow ICMP traffic. Great game BTW, with amazing amBX support.]]></description>
			<content:encoded><![CDATA[<p>If you want to create a server for OFP2 behind NAT these are the ports you'll have to forward on your router: UDP 9100-9120. You'll also have to allow ICMP traffic.</p>
<p>Great game BTW, with amazing amBX support.</p>
]]></content:encoded>
			<wfw:commentRss>http://grazz.com/2009/10/operation-flashpoint-2-dragon-rising-behind-nat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>To the cinema: District 9</title>
		<link>http://grazz.com/2009/10/to-the-cinema-district-9/</link>
		<comments>http://grazz.com/2009/10/to-the-cinema-district-9/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 08:00:36 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Entertainment]]></category>

		<guid isPermaLink="false">http://grazz.com/?p=311</guid>
		<description><![CDATA[Get Flash to see this player. Watch this trailer. The director, one of the graduates of the amazing Vancouver Film School, is one to be watched for the future. District 9 is set to be released on October 9 here in The Netherlands (regional delays suck, BTW). No further words, just go to the cinema, [...]]]></description>
			<content:encoded><![CDATA[<p><object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="500" height="300"><param name="movie" value="/wp-content/plugins/jwplayer/player.swf"/><param name="allowfullscreen" value="true"/><param name="allowscriptaccess" value="always"/><param name="flashvars" value="file=http://grazz.com/video/v_district9.mp4"/><object type="application/x-shockwave-flash" data="/wp-content/plugins/jwplayer/player.swf" width="500" height="300"><param name="movie" value="/wp-content/plugins/jwplayer/player.swf"/><param name="allowfullscreen" value="true"/><param name="allowscriptaccess" value="always"/><param name="flashvars" value="file=http://grazz.com/video/v_district9.mp4"/><p><a href="http://get.adobe.com/flashplayer">Get Flash</a> to see this player.</p></object></object><br />
Watch this trailer. The director, one of the graduates of the amazing <a href="http://www.vfs.com/" target="_blank">Vancouver Film School</a>, is one to be watched for the future. District 9 is set to be released on October 9 here in The Netherlands (regional delays suck, BTW). No further words, just go to the cinema, you should just go!</p>
]]></content:encoded>
			<wfw:commentRss>http://grazz.com/2009/10/to-the-cinema-district-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review: The Mist</title>
		<link>http://grazz.com/2009/10/review-the-mist/</link>
		<comments>http://grazz.com/2009/10/review-the-mist/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 08:00:28 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[frank darabont]]></category>
		<category><![CDATA[movie]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[stephen king]]></category>
		<category><![CDATA[the mist]]></category>
		<category><![CDATA[trailer]]></category>

		<guid isPermaLink="false">http://grazz.com/?p=128</guid>
		<description><![CDATA[Get Flash to see this player. Fear Changes Everything A freak storm unleashes a species of blood-thirsty creatures on a small town, where a small band of citizens hole-up in a supermarket and fight for their lives. Dave Drayton, an illustrator, is happily married and spends a weekend at his picturesque vacation home with his [...]]]></description>
			<content:encoded><![CDATA[<p><object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="500" height="304"><param name="movie" value="/wp-content/plugins/jwplayer/player.swf"/><param name="allowfullscreen" value="true"/><param name="allowscriptaccess" value="always"/><param name="flashvars" value="file=/video/v_themist.mp4"/><object type="application/x-shockwave-flash" data="/wp-content/plugins/jwplayer/player.swf" width="500" height="304"><param name="movie" value="/wp-content/plugins/jwplayer/player.swf"/><param name="allowfullscreen" value="true"/><param name="allowscriptaccess" value="always"/><param name="flashvars" value="file=/video/v_themist.mp4"/><p><a href="http://get.adobe.com/flashplayer">Get Flash</a> to see this player.</p></object></object><br />
<span id="more-128"></span></p>
<blockquote>
<p style="text-align: center;"><strong>Fear Changes Everything</strong></p>
<p>A freak storm unleashes a species of blood-thirsty creatures on a small town, where a small band of citizens hole-up in a supermarket and fight for their lives.</p></blockquote>
<p>Dave Drayton, an illustrator, is happily married and spends a weekend at his picturesque vacation home with his wife and son. One night there is an enormous storm and his boathouse is wrecked by his neighbors tree. This neighbor, a fancy lawyer, isn't the most social fellow around, but they decide to together get to the local supermarket to pick up some supplies and tools. Meanwhile an eerie mist starts to creep over the mountain and lake but they don't think much of it. When they are in the store the same opaque mist starts to envelop the entire surroundings. A man comes running out of it screaming at everybody to stay inside. Strange things start to happen. The people, together when the mist appeared, are now entirely dependent on each other.</p>
<p>I've always been an avid Stephen King reader, especially as a kid, and I fondly remember this short story in one of the bundles. Later in my life we were all treated by Frank Darabont on some excellent movie renditions, like the Shawshank Redemption and the Green Mile. Stephen King and Frank Darabont have developed this fantastic relationship of trust. That trust is validated yet again with this movie. Not only does it have fantastic actors, pacing and visual effects, but it gives you that visceral feeling of really being there. Nothing is over-played, there are no false emotions or forced situations. Actually, this movie was exactly how I imagined it when I read the book. The only thing different is the ending, which is even better than it originally was. Wow.</p>
<p>My opinion; I am biased, but hail to the King <strong>9/10</strong>.<br />
<a href="http://www.imdb.com/title/tt0884328/" target="_blank">IMDB</a></p>
]]></content:encoded>
			<wfw:commentRss>http://grazz.com/2009/10/review-the-mist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Left 4 Dead 2 pre-orders have started</title>
		<link>http://grazz.com/2009/10/left-4-dead-2-pre-orders-have-started/</link>
		<comments>http://grazz.com/2009/10/left-4-dead-2-pre-orders-have-started/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 05:48:30 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[left 4 dead 2]]></category>
		<category><![CDATA[pre-order]]></category>
		<category><![CDATA[steam]]></category>
		<category><![CDATA[valve]]></category>

		<guid isPermaLink="false">http://grazz.com/?p=287</guid>
		<description><![CDATA[All fans of chainsaws, co-op shooters and zombies rejoice! If you head over to Steam you'll find Left 4 Dead 2 (Steam link) available for a release date of November 18. While you're there, this weekend you can get the awesome game Audiosurf (Steam link) for 50% off!]]></description>
			<content:encoded><![CDATA[<p>All fans of chainsaws, co-op shooters and zombies rejoice! If you head over to Steam you'll find <a href="http://store.steampowered.com/app/550/" target="_blank">Left 4 Dead 2</a> (Steam link) available for a release date of November 18.</p>
<p>While you're there, this weekend you can get the awesome game <a href="http://store.steampowered.com/app/12900/" target="_blank">Audiosurf</a> (Steam link) for 50% off!</p>
]]></content:encoded>
			<wfw:commentRss>http://grazz.com/2009/10/left-4-dead-2-pre-orders-have-started/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>H.264 encoding tutorial</title>
		<link>http://grazz.com/2009/10/h-264-encoding-tutorial/</link>
		<comments>http://grazz.com/2009/10/h-264-encoding-tutorial/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 09:01:37 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[encoding]]></category>
		<category><![CDATA[h264]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://grazz.com/?p=281</guid>
		<description><![CDATA[I've added a page to the tutorials section with information about encoding H.264 video for websites. Check out the page, you can find it on the right.]]></description>
			<content:encoded><![CDATA[<p>I've added a page to the tutorials section with information about encoding H.264 video for websites. Check out the page, you can find it on the right.</p>
]]></content:encoded>
			<wfw:commentRss>http://grazz.com/2009/10/h-264-encoding-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review: Thank You For Smoking</title>
		<link>http://grazz.com/2009/09/review-thank-you-for-smoking/</link>
		<comments>http://grazz.com/2009/09/review-thank-you-for-smoking/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 18:00:36 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[movie]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[thank you for smoking]]></category>
		<category><![CDATA[trailer]]></category>

		<guid isPermaLink="false">http://grazz.com/?p=116</guid>
		<description><![CDATA[Get Flash to see this player. Don't hide the truth. Just filter it. Satirical comedy follows the machinations of Big Tobacco's chief spokesman, Nick Naylor, who spins on behalf of cigarettes while trying to remain a role model for his twelve-year-old son. Nick Taylor has a way with words. He will twist your words and [...]]]></description>
			<content:encoded><![CDATA[<p><object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="500" height="236"><param name="movie" value="/wp-content/plugins/jwplayer/player.swf"/><param name="allowfullscreen" value="true"/><param name="allowscriptaccess" value="always"/><param name="flashvars" value="file=/video/v_thankfosmo.mp4"/><object type="application/x-shockwave-flash" data="/wp-content/plugins/jwplayer/player.swf" width="500" height="236"><param name="movie" value="/wp-content/plugins/jwplayer/player.swf"/><param name="allowfullscreen" value="true"/><param name="allowscriptaccess" value="always"/><param name="flashvars" value="file=/video/v_thankfosmo.mp4"/><p><a href="http://get.adobe.com/flashplayer">Get Flash</a> to see this player.</p></object></object><br />
<span id="more-116"></span></p>
<blockquote>
<p style="text-align: center;"><strong>Don't hide the truth. Just filter it.</strong></p>
<p>Satirical comedy follows the machinations of Big Tobacco's chief spokesman, Nick Naylor, who spins on behalf of cigarettes while trying to remain a role model for his twelve-year-old son.</p></blockquote>
<p>Nick Taylor has a way with words. He will twist your words and distorts reality as he sees fit. The basics of his job description are; "if you argue correctly, you're never wrong". His job is representing the tobacco industry, with his closest friends doing the same for guns and alcohol. One day reality strikes back and he is kidnapped by activists. When he barely survives he discovers that his girlfriend is a reporter, only in for the scoop. Something has to change.</p>
<p>It's hard to say if this movie fulfills any promise of a storyline. But Aaron Eckhart is captivating to watch and his lines, especially when he addresses the public, are hilarious. The movie is filled with many great moments; like the toxicity 'experimentation' on rats by an vaguely Eastern-Europe accented professor, or the cameo by Rob Lowe (who steals every scene totally). The story is a testament to the denial happening every day.</p>
<p>'Cigarettes in space?', "It's the final frontier, Nick.", 'But wouldn't they blow up in an all oxygen environment?', "Probably. But it's an easy fix. One line of dialogue. 'Thank God we invented the... you know, whatever device..'".</p>
<p>My opinion; more of this please <strong>8.5/10</strong>.<br />
<a href="http://www.imdb.com/title/tt0427944/" target="_blank">IMDB</a></p>
]]></content:encoded>
			<wfw:commentRss>http://grazz.com/2009/09/review-thank-you-for-smoking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
