<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Iberian Tales, Septic Topics And Other Strange Missives</title>
	<atom:link href="http://cjbulow.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://cjbulow.wordpress.com</link>
	<description>USA, Macs and other ramblings..</description>
	<lastBuildDate>Wed, 15 Oct 2008 23:41:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='cjbulow.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Iberian Tales, Septic Topics And Other Strange Missives</title>
		<link>http://cjbulow.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://cjbulow.wordpress.com/osd.xml" title="Iberian Tales, Septic Topics And Other Strange Missives" />
	<atom:link rel='hub' href='http://cjbulow.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Cloud computing and Amazon&#8217; S3 down-time &#8211; an analysis</title>
		<link>http://cjbulow.wordpress.com/2008/07/26/cloud-computing-and-amazon-s3-down-time-an-analysis/</link>
		<comments>http://cjbulow.wordpress.com/2008/07/26/cloud-computing-and-amazon-s3-down-time-an-analysis/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 22:51:20 +0000</pubDate>
		<dc:creator>cjbulow</dc:creator>
				<category><![CDATA[amazon]]></category>
		<category><![CDATA[Blogroll]]></category>

		<guid isPermaLink="false">http://cjbulow.wordpress.com/?p=11</guid>
		<description><![CDATA[Amazon Web Services » Service Health Dashboard » Amazon S3 Availability Event: July 20, 2008 Amazon S3 Availability Event: July 20, 2008 We wanted to provide some additional detail about the problem we experienced on Sunday, July 20th. At 8:40am &#8230; <a href="http://cjbulow.wordpress.com/2008/07/26/cloud-computing-and-amazon-s3-down-time-an-analysis/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cjbulow.wordpress.com&amp;blog=963990&amp;post=11&amp;subd=cjbulow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Amazon Web Services  »  Service Health Dashboard  »  Amazon S3 Availability Event: July 20, 2008<br />
Amazon S3 Availability Event: July 20, 2008</p>
<p>We wanted to provide some additional detail about the problem we experienced on Sunday, July 20th.</p>
<p>At 8:40am PDT, error rates in all Amazon S3 datacenters began to quickly climb and our alarms went off. By 8:50am PDT, error rates were significantly elevated and very few requests were completing successfully. By 8:55am PDT, we had multiple engineers engaged and investigating the issue. Our alarms pointed at problems processing customer requests in multiple places within the system and across multiple data centers. While we began investigating several possible causes, we tried to restore system health by taking several actions to reduce system load. We reduced system load in several stages, but it had no impact on restoring system health.</p>
<p>At 9:41am PDT, we determined that servers within Amazon S3 were having problems communicating with each other. As background information, Amazon S3 uses a gossip protocol to quickly spread server state information throughout the system. This allows Amazon S3 to quickly route around failed or unreachable servers, among other things. When one server connects to another as part of processing a customer&#8217;s request, it starts by gossiping about the system state. Only after gossip is completed will the server send along the information related to the customer request. On Sunday, we saw a large number of servers that were spending almost all of their time gossiping and a disproportionate amount of servers that had failed while gossiping. With a large number of servers gossiping and failing while gossiping, Amazon S3 wasn&#8217;t able to successfully process many customer requests.</p>
<p>At 10:32am PDT, after exploring several options, we determined that we needed to shut down all communication between Amazon S3 servers, shut down all components used for request processing, clear the system&#8217;s state, and then reactivate the request processing components. By 11:05am PDT, all server-to-server communication was stopped, request processing components shut down, and the system&#8217;s state cleared. By 2:20pm PDT, we&#8217;d restored internal communication between all Amazon S3 servers and began reactivating request processing components concurrently in both the US and EU.</p>
<p>At 2:57pm PDT, Amazon S3&#8242;s EU location began successfully completing customer requests. The EU location came back online before the US because there are fewer servers in the EU. By 3:10pm PDT, request rates and error rates in the EU had returned to normal. At 4:02pm PDT, Amazon S3&#8242;s US location began successfully completing customer requests, and request rates and error rates had returned to normal by 4:58pm PDT.</p>
<p>We&#8217;ve now determined that message corruption was the cause of the server-to-server communication problems. More specifically, we found that there were a handful of messages on Sunday morning that had a single bit corrupted such that the message was still intelligible, but the system state information was incorrect. We use MD5 checksums throughout the system, for example, to prevent, detect, and recover from corruption that can occur during receipt, storage, and retrieval of customers&#8217; objects. However, we didn&#8217;t have the same protection in place to detect whether this particular internal state information had been corrupted. As a result, when the corruption occurred, we didn&#8217;t detect it and it spread throughout the system causing the symptoms described above. We hadn&#8217;t encountered server-to-server communication issues of this scale before and, as a result, it took some time during the event to diagnose and recover from it.</p>
<p>During our post-mortem analysis we&#8217;ve spent quite a bit of time evaluating what happened, how quickly we were able to respond and recover, and what we could do to prevent other unusual circumstances like this from having system-wide impacts. Here are the actions that we&#8217;re taking: (a) we&#8217;ve deployed several changes to Amazon S3 that significantly reduce the amount of time required to completely restore system-wide state and restart customer request processing; (b) we&#8217;ve deployed a change to how Amazon S3 gossips about failed servers that reduces the amount of gossip and helps prevent the behavior we experienced on Sunday; (c) we&#8217;ve added additional monitoring and alarming of gossip rates and failures; and, (d) we&#8217;re adding checksums to proactively detect corruption of system state messages so we can log any such messages and then reject them.</p>
<p>Finally, we want you to know that we are passionate about providing the best storage service at the best price so that you can spend more time thinking about your business rather than having to focus on building scalable, reliable infrastructure. Though we&#8217;re proud of our operational performance in operating Amazon S3 for almost 2.5 years, we know that any downtime is unacceptable and we won&#8217;t be satisfied until performance is statistically indistinguishable from perfect.</p>
<p>Sincerely,</p>
<p>The Amazon S3 Team</p>
<p>Conditions of Use | Privacy Notice     © 2006-2008 Amazon Web Services LLC or its affiliates. All rights reserved.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cjbulow.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cjbulow.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cjbulow.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cjbulow.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cjbulow.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cjbulow.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cjbulow.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cjbulow.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cjbulow.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cjbulow.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cjbulow.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cjbulow.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cjbulow.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cjbulow.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cjbulow.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cjbulow.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cjbulow.wordpress.com&amp;blog=963990&amp;post=11&amp;subd=cjbulow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cjbulow.wordpress.com/2008/07/26/cloud-computing-and-amazon-s3-down-time-an-analysis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/46e371e542ed9941e12e4cb52a70ad28?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cjbulow</media:title>
		</media:content>
	</item>
		<item>
		<title>The Carambola tree&#8230;.</title>
		<link>http://cjbulow.wordpress.com/2008/07/26/the-carambola-tree/</link>
		<comments>http://cjbulow.wordpress.com/2008/07/26/the-carambola-tree/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 22:25:58 +0000</pubDate>
		<dc:creator>cjbulow</dc:creator>
				<category><![CDATA[Blogroll]]></category>

		<guid isPermaLink="false">http://cjbulow.wordpress.com/?p=7</guid>
		<description><![CDATA[This tree, currently about 4ft. in height (but grows to around 33&#8242;!) is now ensconced on the front terrace. I decided it looked plain, so hied off to the nearest Home Depot and brought this back, unaware that it produces &#8230; <a href="http://cjbulow.wordpress.com/2008/07/26/the-carambola-tree/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cjbulow.wordpress.com&amp;blog=963990&amp;post=7&amp;subd=cjbulow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This tree, currently about 4ft. in height (but grows to around 33&#8242;!) is now ensconced on the front terrace. I decided it looked plain, so hied off to the nearest Home Depot and brought this back, unaware that it produces the star fruit as well!</p>
<p>Anyway, let&#8217;s see how it does over the next few months&#8230;.</p>
<div id="globalWrapper">
<div id="column-content">
<div id="content">
		<a name="top" id="top"></a></p>
<h1 class="firstHeading">Carambola</h1>
<div id="bodyContent">
<h3>From Wikipedia, the free encyclopedia</h3>
<div id="contentSub"></div>
<div id="jump-to-nav">Jump to: <a href="#column-one">navigation</a>, <a href="#searchInput">search</a></div>
<p>			<!-- start content --></p>
<div class="dablink">This article is about the plant.  For the cue sport, see <a href="/wiki/Carom_billiards" title="Carom billiards">Carom billiards</a>.</div>
<table style="float:right;clear:right;background:none;border:none;" align="right">
<tr>
<td>
<table class="infobox biota" style="text-align:center;width:200px;padding:2.5px;">
<tr style="text-align:center;">
<th><i>Averrhoa carambola</i></th>
</tr>
<tr style="text-align:center;">
<td><a href="Carambola_cut.jpg" class="image" title="Carambola fruits"><img alt="Carambola fruits" src="http://upload.wikimedia.org/wikipedia/commons/thumb/a/a3/Carambola_cut.jpg/250px-Carambola_cut.jpg" width="250" height="121" border="0" /></a></p>
<div style="text-align:center;">Carambola fruits</div>
</td>
</tr>
<tr style="text-align:center;">
<th><a href="/wiki/Biological_classification" title="Biological classification">Scientific classification</a></th>
</tr>
<tr style="text-align:center;">
<td>
<table style="text-align:left;background:transparent;margin:0 auto;" cellpadding="2">
<tr valign="top">
<td>Kingdom:</td>
<td><span class="kingdom"><a href="/wiki/Plant" title="Plant">Plantae</a></span>
</td>
</tr>
<tr valign="top">
<td>Division:</td>
<td><a href="/wiki/Flowering_plant" title="Flowering plant">Magnoliophyta</a>
</td>
</tr>
<tr valign="top">
<td>Class:</td>
<td><span class="taxoclass"><a href="/wiki/Dicotyledon" title="Dicotyledon">Magnoliopsida</a></span>
</td>
</tr>
<tr valign="top">
<td>Order:</td>
<td><span class="order"><a href="/wiki/Oxalidales" title="Oxalidales">Oxalidales</a></span>
</td>
</tr>
<tr valign="top">
<td>Family:</td>
<td><span class="family"><a href="/wiki/Oxalidaceae" title="Oxalidaceae">Oxalidaceae</a></span>
</td>
</tr>
<tr valign="top">
<td>Genus:</td>
<td><span class="genus"><i><a href="/wiki/Averrhoa" title="Averrhoa">Averrhoa</a></i></span>
</td>
</tr>
<tr valign="top">
<td>Species:</td>
<td><span style="white-space:nowrap;"><i><b>A. carambola</b></i></span>
</td>
</tr>
</table>
</td>
</tr>
<tr style="background:#90EE90;">
<th><a href="/wiki/Binomial_nomenclature" title="Binomial nomenclature">Binomial name</a></th>
</tr>
<tr style="text-align:center;">
<td><b><span class="binomial"><i>Averrhoa carambola</i></span></b></p>
<p><a href="/wiki/Carolus_Linnaeus" class="mw-redirect" title="Carolus Linnaeus">L.</a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<div class="thumb tright">
<div class="thumbinner" style="width:177px;"><a href="Averrhoa_carambola_ARS_k5735-7.jpg" class="image" title="Carambolas still on the tree"><img alt="Carambolas still on the tree" src="http://upload.wikimedia.org/wikipedia/commons/thumb/6/62/Averrhoa_carambola_ARS_k5735-7.jpg/175px-Averrhoa_carambola_ARS_k5735-7.jpg" width="175" height="261" border="0" class="thumbimage" /></a></p>
<div class="thumbcaption">
<div class="magnify"><a href="Averrhoa_carambola_ARS_k5735-7.jpg" class="internal" title="Enlarge"><img src="/skins-1.5/common/images/magnify-clip.png" width="15" height="11" alt="" /></a></div>
<p>Carambolas still on the tree</p></div>
</div>
</div>
</td>
</tr>
</table>
<p>The <b>carambola</b> is a species of <a href="/wiki/Tree" title="Tree">tree</a> native to <a href="/wiki/Indonesia" title="Indonesia">Indonesia</a>, <a href="/wiki/India" title="India">India</a> and <a href="/wiki/Sri_Lanka" title="Sri Lanka">Sri Lanka</a> and is popular throughout <a href="/wiki/Southeast_Asia" title="Southeast Asia">Southeast Asia</a>, <a href="/wiki/Trinidad" title="Trinidad">Trinidad</a>, <a href="/wiki/Malaysia" title="Malaysia">Malaysia</a> and parts of <a href="/wiki/East_Asia" title="East Asia">East Asia</a>. It is also grown throughout the tropics. Carambola is commercially grown in the <a href="/wiki/United_States" title="United States">United States</a> in south <a href="/wiki/Florida" title="Florida">Florida</a> and <a href="/wiki/Hawaii" title="Hawaii">Hawaii</a>, for its fruit, known as the <b>starfruit</b>. It is closely related to the <a href="/wiki/Bilimbi" title="Bilimbi">bilimbi</a>.</p>
<table id="toc" class="toc" summary="Contents">
<tr>
<td>
<div id="toctitle">
<h2>Contents</h2>
</div>
<ul>
<li class="toclevel-1"><a href="#Health_risks"><span class="tocnumber">1</span> <span class="toctext">Health risks</span></a></li>
<li class="toclevel-1"><a href="#Drug_interactions"><span class="tocnumber">2</span> <span class="toctext">Drug interactions</span></a></li>
<li class="toclevel-1"><a href="#History"><span class="tocnumber">3</span> <span class="toctext">History</span></a></li>
<li class="toclevel-1"><a href="#Gallery"><span class="tocnumber">4</span> <span class="toctext">Gallery</span></a></li>
<li class="toclevel-1"><a href="#References"><span class="tocnumber">5</span> <span class="toctext">References</span></a></li>
<li class="toclevel-1"><a href="#External_links"><span class="tocnumber">6</span> <span class="toctext">External links</span></a></li>
</ul>
</td>
</tr>
</table>
<p><a name="Health_risks" id="Health_risks"></a></p>
<h2><span class="editsection">[<a href="/w/index.php?title=Carambola&amp;action=edit&amp;section=1" title="Health risks">edit</a>]</span> <span class="mw-headline">Health risks</span></h2>
<p>Individuals with <a href="/wiki/Kidney" title="Kidney">kidney</a> trouble should avoid consuming the fruit, because of the presence of <a href="/wiki/Oxalic_acid" title="Oxalic acid">oxalic acid</a>. Juice made from carambola can be even more dangerous owing to its concentration of the acid. It can cause hiccups, vomiting, nausea, and mental confusion. Fatal outcomes after ingestion of star fruits have been described in uraemic patients.<sup class="reference"><a href="#cite_note-0" title="">[1]</a></sup> <sup class="reference"><a href="#cite_note-1" title="">[2]</a></sup></p>
<p><a name="Drug_interactions" id="Drug_interactions"></a></p>
<h2><span class="editsection">[<a href="/w/index.php?title=Carambola&amp;action=edit&amp;section=2" title="Drug interactions">edit</a>]</span> <span class="mw-headline">Drug interactions</span></h2>
<p>Like grapefruit, star fruit is considered to be a potent inhibitor of seven <a href="/wiki/Cytochrome_P450" title="Cytochrome P450">cytochrome P450</a> isoforms.<sup class="reference"><a href="#cite_note-2" title="">[3]</a></sup><sup class="reference"><a href="#cite_note-3" title="">[4]</a></sup> These enzymes are significant in the <a href="/wiki/Drug_metabolism" title="Drug metabolism">first pass elimination</a> of many medicines, and thus the consumption of star fruit or its juice in combination with certain medications can significantly increase their effective dosage within the body. Research into <a href="/wiki/Grapefruit" title="Grapefruit">grapefruit</a> juice has identified a number of common medications affected, including <a href="/wiki/Statins" class="mw-redirect" title="Statins">statins</a> which are commonly used to treat cardiovascular illness, <a href="/wiki/Benzodiazepines" class="mw-redirect" title="Benzodiazepines">benzodiazepines</a> (a tranquilizer family including <a href="/wiki/Diazepam" title="Diazepam">diazepam</a>) as well as other medicines.<sup class="reference"><a href="#cite_note-4" title="">[5]</a></sup> These interactions can be fatal if an unfortunate confluence of genetic, pharmacological, and lifestyle factors results in, for instance, <a href="/wiki/Heart_failure" title="Heart failure">heart failure</a>, as could occur from the co-ingestion of star fruit or star fruit juice with <a href="/wiki/Atorvastatin" title="Atorvastatin">atorvastatin</a> (Lipitor).</p>
<p><a name="History" id="History"></a></p>
<h2><span class="editsection">[<a href="/w/index.php?title=Carambola&amp;action=edit&amp;section=3" title="History">edit</a>]</span> <span class="mw-headline">History</span></h2>
<p>The star fruit originally came from Sri Lanka and the Moluccas. For the past several hundred years, it has been cultivated in Malaysia.<sup class="reference"><a href="#cite_note-5" title="">[6]</a></sup></p>
<p><a name="Gallery" id="Gallery"></a></p>
<h2><span class="editsection">[<a href="/w/index.php?title=Carambola&amp;action=edit&amp;section=4" title="Gallery">edit</a>]</span> <span class="mw-headline">Gallery</span></h2>
<table class="gallery" cellspacing="0" cellpadding="0">
<tr>
<td>
<div class="gallerybox" style="width:155px;">
<div class="thumb" style="width:150px;padding:34px 0;">
<div style="margin-left:auto;margin-right:auto;width:120px;"><a href="Leaves-_both_sides_I_IMG_8443.jpg" class="image" title="Leaves- both sides I IMG 8443.jpg"><img alt="" src="http://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Leaves-_both_sides_I_IMG_8443.jpg/120px-Leaves-_both_sides_I_IMG_8443.jpg" width="120" height="77" border="0" /></a></div>
</div>
<div class="gallerytext">
<p>Leaves- both sides in <a href="/wiki/India" title="India">India</a>.</p>
</div>
</div>
</td>
<td>
<div class="gallerybox" style="width:155px;">
<div class="thumb" style="width:150px;padding:13px 0;">
<div style="margin-left:auto;margin-right:auto;width:120px;"><a href="Fruits%2C_leaves_%26_Trunk_I_IMG_8445.jpg" class="image" title="Fruits, leaves &amp; Trunk I IMG 8445.jpg"><img alt="" src="http://upload.wikimedia.org/wikipedia/commons/thumb/2/22/Fruits%2C_leaves_%26_Trunk_I_IMG_8445.jpg/80px-Fruits%2C_leaves_%26_Trunk_I_IMG_8445.jpg" width="80" height="120" border="0" /></a></div>
</div>
<div class="gallerytext">
<p>Fruits, leaves &amp; Trunk</p>
</div>
</div>
</td>
<td>
<div class="gallerybox" style="width:155px;">
<div class="thumb" style="width:150px;padding:13px 0;">
<div style="margin-left:auto;margin-right:auto;width:120px;"><a href="Big-bilimbi.jpg" class="image" title="Big-bilimbi.jpg"><img alt="" src="http://upload.wikimedia.org/wikipedia/en/thumb/9/92/Big-bilimbi.jpg/87px-Big-bilimbi.jpg" width="87" height="120" border="0" /></a></div>
</div>
<div class="gallerytext">
<p>Full grown fruit</p>
</div>
</div>
</td>
</tr>
</table>
<p><a name="References" id="References"></a></p>
<h2><span class="editsection">[<a href="/w/index.php?title=Carambola&amp;action=edit&amp;section=5" title="References">edit</a>]</span> <span class="mw-headline">References</span></h2>
<ol class="references">
<li><b><a href="#cite_ref-0" title="">^</a></b> Chang JM et al., Am J Kidney Dis 2000;35:189.</li>
<li><b><a href="#cite_ref-1" title="">^</a></b> <a href="http://www.nutritionatc.hawaii.edu/HO/2003/202.htm" class="external free" title="http://www.nutritionatc.hawaii.edu/HO/2003/202.htm" rel="nofollow">http://www.nutritionatc.hawaii.edu/HO/2003/202.htm</a></li>
<li><b><a href="#cite_ref-2" title="">^</a></b> <a href="http://www.hktmc.com/ChineseMedia/Magazine/Medicine/ajdmpk/AJDMPK-2006-3/asian6-3(248-261)(DM).doc" class="external text" title="http://www.hktmc.com/ChineseMedia/Magazine/Medicine/ajdmpk/AJDMPK-2006-3/asian6-3(248-261)(DM).doc" rel="nofollow">Abstracts: Metabolism and metabolic enzymes studies for the 8th National Congress on Drug and Xenobiotic Metabolism in China</a></li>
<li><b><a href="#cite_ref-3" title="">^</a></b> <a href="http://www.theannals.com/cgi/content/full/40/7/1472-a" class="external text" title="http://www.theannals.com/cgi/content/full/40/7/1472-a" rel="nofollow">Potential Drug-Food Interactions with Pomegranate Juice</a></li>
<li><b><a href="#cite_ref-4" title="">^</a></b> <a href="http://medicine.iupui.edu/flockhart/table.htm" class="external text" title="http://medicine.iupui.edu/flockhart/table.htm" rel="nofollow">P450 Table</a></li>
<li><b><a href="#cite_ref-5" title="">^</a></b> <a href="http://www.foodreference.com/html/art-star-fruit.html" class="external text" title="http://www.foodreference.com/html/art-star-fruit.html" rel="nofollow">Star Fruit, Carambola &#8211; star fruit facts &#8211; Food Reference</a></li>
</ol>
<p><a name="External_links" id="External_links"></a></p>
<h2><span class="editsection">[<a href="/w/index.php?title=Carambola&amp;action=edit&amp;section=6" title="External links">edit</a>]</span> <span class="mw-headline">External links</span></h2>
<ul>
<li><a href="http://ndt.oxfordjournals.org/cgi/content/full/18/1/120" class="external text" title="http://ndt.oxfordjournals.org/cgi/content/full/18/1/120" rel="nofollow">Intoxication by star fruit (Averrhoa carambola) in 32 uraemic patients: treatment and outcome (Oxford journals)</a></li>
</ul>
<div class="infobox sisterproject">
<div align="left" style="float:left;">
<div style="position:relative;"><a href="http://commons.wikimedia.org/wiki/Averrhoa_carambola" title="Averrhoa carambola"><img alt="" src="http://upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/50px-Commons-logo.svg.png" width="50" height="67" border="0" /></a></div>
</div>
<div style="margin-left:60px;"><a href="/wiki/Wikimedia_Commons" title="Wikimedia Commons">Wikimedia Commons</a> has media related to:</p>
<div style="margin-left:10px;"><i><b><a href="http://commons.wikimedia.org/wiki/Averrhoa_carambola" class="extiw" title="Averrhoa_carambola">Averrhoa carambola</a></b></i></div>
</div>
</div>
</div>
</div>
</div>
</div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cjbulow.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cjbulow.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cjbulow.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cjbulow.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cjbulow.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cjbulow.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cjbulow.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cjbulow.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cjbulow.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cjbulow.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cjbulow.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cjbulow.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cjbulow.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cjbulow.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cjbulow.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cjbulow.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cjbulow.wordpress.com&amp;blog=963990&amp;post=7&amp;subd=cjbulow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cjbulow.wordpress.com/2008/07/26/the-carambola-tree/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/46e371e542ed9941e12e4cb52a70ad28?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cjbulow</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/commons/thumb/a/a3/Carambola_cut.jpg/250px-Carambola_cut.jpg" medium="image">
			<media:title type="html">Carambola fruits</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/commons/thumb/6/62/Averrhoa_carambola_ARS_k5735-7.jpg/175px-Averrhoa_carambola_ARS_k5735-7.jpg" medium="image">
			<media:title type="html">Carambolas still on the tree</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Leaves-_both_sides_I_IMG_8443.jpg/120px-Leaves-_both_sides_I_IMG_8443.jpg" medium="image" />

		<media:content url="http://upload.wikimedia.org/wikipedia/commons/thumb/2/22/Fruits%2C_leaves_%26_Trunk_I_IMG_8445.jpg/80px-Fruits%2C_leaves_%26_Trunk_I_IMG_8445.jpg" medium="image" />

		<media:content url="http://upload.wikimedia.org/wikipedia/en/thumb/9/92/Big-bilimbi.jpg/87px-Big-bilimbi.jpg" medium="image" />

		<media:content url="http://upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/50px-Commons-logo.svg.png" medium="image" />
	</item>
		<item>
		<title>Technorati again&#8230;.</title>
		<link>http://cjbulow.wordpress.com/2008/03/12/technorati-again/</link>
		<comments>http://cjbulow.wordpress.com/2008/03/12/technorati-again/#comments</comments>
		<pubDate>Wed, 12 Mar 2008 00:05:43 +0000</pubDate>
		<dc:creator>cjbulow</dc:creator>
				<category><![CDATA[Blogroll]]></category>

		<guid isPermaLink="false">http://cjbulow.wordpress.com/2008/03/12/technorati-again/</guid>
		<description><![CDATA[Hmmmm&#8230;&#8230;. ranked at 8.9 million? Hardly leader of the pack but&#8230;.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cjbulow.wordpress.com&amp;blog=963990&amp;post=6&amp;subd=cjbulow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-family:Times;line-height:normal;" class="Apple-style-span">
<div style="width:auto;font:normal normal normal 100%/normal Georgia, serif;text-align:left;border-color:initial;border-style:initial;border-width:0;margin:0;padding:3px;">Hmmmm&#8230;&#8230;. ranked at 8.9 million? Hardly leader of the pack but&#8230;.</div>
<p></span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cjbulow.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cjbulow.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cjbulow.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cjbulow.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cjbulow.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cjbulow.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cjbulow.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cjbulow.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cjbulow.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cjbulow.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cjbulow.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cjbulow.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cjbulow.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cjbulow.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cjbulow.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cjbulow.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cjbulow.wordpress.com&amp;blog=963990&amp;post=6&amp;subd=cjbulow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cjbulow.wordpress.com/2008/03/12/technorati-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/46e371e542ed9941e12e4cb52a70ad28?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cjbulow</media:title>
		</media:content>
	</item>
		<item>
		<title>Technorati&#8230;</title>
		<link>http://cjbulow.wordpress.com/2008/03/11/technorati/</link>
		<comments>http://cjbulow.wordpress.com/2008/03/11/technorati/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 10:59:01 +0000</pubDate>
		<dc:creator>cjbulow</dc:creator>
				<category><![CDATA[Blogroll]]></category>

		<guid isPermaLink="false">http://cjbulow.wordpress.com/2008/03/11/technorati/</guid>
		<description><![CDATA[Technorati Profile<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cjbulow.wordpress.com&amp;blog=963990&amp;post=5&amp;subd=cjbulow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://technorati.com/claim/n679q8cj3i" rel="me">Technorati Profile</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cjbulow.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cjbulow.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cjbulow.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cjbulow.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cjbulow.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cjbulow.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cjbulow.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cjbulow.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cjbulow.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cjbulow.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cjbulow.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cjbulow.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cjbulow.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cjbulow.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cjbulow.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cjbulow.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cjbulow.wordpress.com&amp;blog=963990&amp;post=5&amp;subd=cjbulow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cjbulow.wordpress.com/2008/03/11/technorati/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/46e371e542ed9941e12e4cb52a70ad28?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cjbulow</media:title>
		</media:content>
	</item>
		<item>
		<title>A new start or just re-visiting the past?</title>
		<link>http://cjbulow.wordpress.com/2007/04/08/a-new-start-or-just-re-visiting-the-past/</link>
		<comments>http://cjbulow.wordpress.com/2007/04/08/a-new-start-or-just-re-visiting-the-past/#comments</comments>
		<pubDate>Sun, 08 Apr 2007 15:36:06 +0000</pubDate>
		<dc:creator>cjbulow</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[chris bulow]]></category>
		<category><![CDATA[USA]]></category>

		<guid isPermaLink="false">http://cjbulow.wordpress.com/2007/04/08/a-new-start-or-just-re-visiting-the-past/</guid>
		<description><![CDATA[Just a few words to start this location off afresh and anew. The old blog is still available of course here and there&#8217;s other stuff at Blogspot as well&#8230;.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cjbulow.wordpress.com&amp;blog=963990&amp;post=3&amp;subd=cjbulow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just a few words to start this location off afresh and anew. The old blog is still available of course <a href="http://ceebee.com/blogs.blogger.html" title="Chris Bulow">here</a> and there&#8217;s other stuff at <a href="http://cjbulow.blogspot.com">Blogspot</a> as well&#8230;.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cjbulow.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cjbulow.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cjbulow.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cjbulow.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cjbulow.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cjbulow.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cjbulow.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cjbulow.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cjbulow.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cjbulow.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cjbulow.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cjbulow.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cjbulow.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cjbulow.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cjbulow.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cjbulow.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cjbulow.wordpress.com&amp;blog=963990&amp;post=3&amp;subd=cjbulow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cjbulow.wordpress.com/2007/04/08/a-new-start-or-just-re-visiting-the-past/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/46e371e542ed9941e12e4cb52a70ad28?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cjbulow</media:title>
		</media:content>
	</item>
	</channel>
</rss>
