<?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>One Hand Clapping</title>
	<atom:link href="http://blog.words2u.net/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.words2u.net</link>
	<description>News and views from Costa Rica</description>
	<lastBuildDate>Wed, 07 Apr 2010 23:11:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Server Administration: first steps, configuring a static network address</title>
		<link>http://blog.words2u.net/?p=121</link>
		<comments>http://blog.words2u.net/?p=121#comments</comments>
		<pubDate>Wed, 07 Apr 2010 23:09:38 +0000</pubDate>
		<dc:creator>ziggy</dc:creator>
				<category><![CDATA[Ubuntu Linux Server Administration]]></category>

		<guid isPermaLink="false">http://blog.words2u.net/?p=121</guid>
		<description><![CDATA[I am hosting a Ubuntu server, and am trying to learn better how to administer and secure it, using resources available on the net and in popular books. To do that, I installed the free VMWare Server, created a virtual machine that is aware of my local area network, and installed an image of Ubuntu [...]]]></description>
			<content:encoded><![CDATA[<p>I am hosting a Ubuntu server, and am trying to learn better how to administer and secure it, using resources available on the net and in popular books. To do that, I installed the free VMWare Server, created a virtual machine that is aware of my local area network, and installed an image of Ubuntu Server on it. The host machine is a desktop, also running Ubuntu.</p>
<p>The first problem I ran into is that VMWare sets virtual machines to obtain their IP addresses from a DHCP server. Which means that every time the host server is rebooted (power outages, shut down due to travel, or the occasional crash that takes place on the desktop (much less on a server), the IP address changes and the server is no longer accessible on the older IP address. In general, a server is better off with a static IP address, so my first assignment is to change the IP address to a static address, and assign it.</p>
<p>But how do I do it without a GUI? Here Google is your friend. A quick search for  <a href="http://www.google.co.cr/search?q=static+ip+ubuntu+server+vmware&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;rls=com.ubuntu:en-US:official&amp;client=firefox-a"><strong>static ip ubuntu server vmware</strong></a> provides dozens of helpful web pages.</p>
<p>Apparently, there is a relevant file, which can be edited to accomplish this feat. It is also possible to use the <em>ifconfig</em> command, but I&#8217;d edit files rather than use commands any day of the week. The first one is /etc/network/interfaces, which you can view with the less command, and edit with vim, nano, pico, or other text editors.</p>
<p>If your machine is using dhcp to obtain an IP address, the relevant entry in the file would be (where eth0 is your first internet card):</p>
<p><em>auto eth0<br />
iface eth0 inet dhcp<br />
</em></p>
<p>Using the editor, change this entry to (use the su command to edit as root &#8211; you need root privileges to edit this file):</p>
<p><em>iface eth0 inet static<br />
    address 192.168.1.3<br />
    netmask 255.255.255.0<br />
    network 192.168.1.0<br />
    broadcast 192.168.1.255<br />
    gateway 192.168.1.1<br />
</em></p>
<p>The first line changes the way an IP is obtained from dhcp to static, and the following set the address and network settings for the ethernet card. Here the network is 192.168.1.N and the machine&#8217;s new IP address will be 192.168.1.3; Make sure it does not conflict with other computers on the home/office network.</p>
<p>After making the changes, networking has to be restarted, using the command, <em>sudo /etc/init.d/networking restart</em>, and checked using the command <em>ifconfig</em>, which should display the assigned network address.</p>
<p>The <em>ping</em> command can then be used to ping the gateway, another computer on the network, or even an external computer from the net.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.words2u.net/?feed=rss2&amp;p=121</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>More on Google Toolbar and SideWiki</title>
		<link>http://blog.words2u.net/?p=110</link>
		<comments>http://blog.words2u.net/?p=110#comments</comments>
		<pubDate>Wed, 31 Mar 2010 00:09:36 +0000</pubDate>
		<dc:creator>ziggy</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.words2u.net/?p=110</guid>
		<description><![CDATA[Here is a short breakdown of the functionality on my tool bar, from left to right. For some reason WordPress compresses the size of the image, so open the page again, right click on the image and select &#8216;view image&#8217; to see it in real size, if you do not use the toolbar already: 

The [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a short breakdown of the functionality on my tool bar, from left to right. For some reason WordPress compresses the size of the image, so open the page again, right click on the image and select &#8216;view image&#8217; to see it in real size, if you do not use the toolbar already: </p>
<p><img src="http://words2u.net/pmwiki/images/GoogleToolBar.png" width="1200" height="40" alt="Google Tool Bar" /></p>
<p>The tool bar contains the following elements, from left to right:</p>
<p>1. Google search box.<br />
2. Top stories and search for news articles using Google News.<br />
3. Web history &#8211; lists your searches and other history items. A nice memory jogger, on the one hand, on the other a bit scary.<br />
4. Add more toolbar buttons &#8211; links to other Google services, such as Orkut, and to other sites (Digg, Facebook, etc.)<br />
5. Access to Gmail accounts &#8211; list of recent thread titles, and open inbox in a web page.<br />
6. Twitter link for posting the open web page on twitter.<br />
7. Share the current page with friends through email or social networking services.<br />
8. Sidewiki &#8211; &#8220;contribute and read helpful information on any web page&#8221; &#8211; see below for more.<br />
9. Bookmark the current page<br />
10. Google bookmarks.<br />
11. PageRank information &#8211; cached snapshot, similar pages and backward links.<br />
12. Spell checker in many languages, for use when filling web forms.<br />
13. Google toolbar setting manager.<br />
14. Gmail login, toolbar synchronization and web history.</p>
<p>Every feature is useful and valuable, but to me the most fascinating function is <strong>sidewiki</strong> &#8211; which I use as a side <strong><em>blog</em></strong>, side<em> <strong>letter to the editor</strong></em>, side <strong><em>notepad</em></strong>, etc.</p>
<p>When I find a web page worth commenting on, I use sidewiki to add comments and content to it, without having to wait for approval by the site owner or newspaper editor. This is a heck of a lot better than adding an entry on my blog, which requires introducing the topic, writing, fact checking, spell checking, reviewing and editing, and which, quite frankly, nobody reads anyway. With sidewiki, I can just add my comments, clarifications or pearls of wisdom, without the need to write a stand-alone article. And I probably have a better chance of being read by other sidewiki users who read the same page.</p>
<p>Brilliant. Thank you Google!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.words2u.net/?feed=rss2&amp;p=110</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Toolbar and SideWiki.</title>
		<link>http://blog.words2u.net/?p=105</link>
		<comments>http://blog.words2u.net/?p=105#comments</comments>
		<pubDate>Sat, 13 Mar 2010 03:44:05 +0000</pubDate>
		<dc:creator>ziggy</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.words2u.net/?p=105</guid>
		<description><![CDATA[I am probably a few years late to the Google Toolbar party, but having just read about it in a book about SEO, I figured why not give it a try. The book, Search Engine Optimization for Dummies, will supposedly make use of the tool in different ways &#8211; I will burn that bridge when [...]]]></description>
			<content:encoded><![CDATA[<p>I am probably a few years late to the <a href="http://toolbar.google.com"><strong>Google Toolbar</strong></a> party, but having just read about it in a book about SEO, I figured why not give it a try. The book, Search Engine Optimization for Dummies, will supposedly make use of the tool in different ways &#8211; I will burn that bridge when I get to it &#8211; but in the meantime, I am enjoying one particular feature of the toolbar &#8211; SideWiki.</p>
<p><strong><a href="http://www.google.com/sidewiki/">Sidewiki</a></strong> allows me to add comments to web pages I read, and share them with others through Twitter, Facebook, or Blogger. This is a VERY NICE FEATURE, for those of us who read a page, have something to say, but do not wish to waste it on their own site, which nobody reads anyway, or spend the time to create, edit and publish a slog (error/pun intended) entry of their own. <strong>Genius!</strong> </p>
<p>So if you have not done so already, download the toolbar. Add your two cents to interesting pages, and have instant access to the comments of others. Without having to create or manage a blog or a wiki yourself.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.words2u.net/?feed=rss2&amp;p=105</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video editing in Linux</title>
		<link>http://blog.words2u.net/?p=97</link>
		<comments>http://blog.words2u.net/?p=97#comments</comments>
		<pubDate>Wed, 10 Mar 2010 21:57:50 +0000</pubDate>
		<dc:creator>ziggy</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.words2u.net/?p=97</guid>
		<description><![CDATA[I shot a short video at a butterfly farm, in San Joaquin de Flores, Heredia, Costa Rica. You can watch it  on You Tube, here!
The video needed some trimming, which I did with Avidemux. Not a problem. Saved it, played it, worked great. Except for the sound &#8211; the camera has a rather poor [...]]]></description>
			<content:encoded><![CDATA[<p>I shot a short video at a butterfly farm, in San Joaquin de Flores, Heredia, Costa Rica. You can watch it  <a href="http://www.youtube.com/watch?v=ERFx-VM8mGY">on You Tube, here!</a></p>
<p>The video needed some trimming, which I did with Avidemux. Not a problem. Saved it, played it, worked great. Except for the sound &#8211; the camera has a rather poor microphone, and it picked up conversations that were going on, in addition the fluttering and chirping of the birds outside. </p>
<p>Luckily, I was advised to use mencoder, by friends in South Florida: <strong> mencoder -ovc copy -nosound InputFileName -o OutputFileName </strong></p>
<p>With a single line of text, a silent copy was made. A few minutes later, the whole world could share the video with me, courtesy of YouTube.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.words2u.net/?feed=rss2&amp;p=97</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another case of the pot calling the kettle honest</title>
		<link>http://blog.words2u.net/?p=88</link>
		<comments>http://blog.words2u.net/?p=88#comments</comments>
		<pubDate>Thu, 04 Mar 2010 03:10:15 +0000</pubDate>
		<dc:creator>ziggy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.words2u.net/?p=88</guid>
		<description><![CDATA[So Karl Rova has finally shat his memoir. And what is he claiming? That Bushie really, really, believed there were WMDs in Iraq, that he would not have gone to war otherwise, and that his only failing in the case was not to respond more forcefully to the &#8220;Bush Lied&#8221; cries of the public.
Well, I [...]]]></description>
			<content:encoded><![CDATA[<p>So Karl Rova has finally <a href="http://thecaucus.blogs.nytimes.com/2010/03/03/rove-on-iraq-without-w-m-d-threat-bush-wouldnt-have-gone-to-war/?hp">shat his memoir</a>. And what is he claiming? That Bushie really, really, believed there were WMDs in Iraq, that he would not have gone to war otherwise, and that his only failing in the case was not to respond more forcefully to the &#8220;<em>Bush Lied</em>&#8221; cries of the public.</p>
<p>Well, I beg to differ. I followed what was going on during the buildup to war, and I am absolutely positive that many sources, including the Israeli Government and Army Chief of Staff, the French, German, British, Russian and many others have warned Bush there were no weapons of mass destruction there. The reason Bush and Rove trumped this war was to funnel money to mercenaries and defense contractors associated with the Bush family and their friends from church, and to win re-election in 2004. </p>
<p>The fact that national security was used to violate the civil rights of US citizens, to torture the &#8216;nasties&#8217;, to silence critics and to settle family account by the killing or countless innocent civilians is unforgivable, unforgettable, and will not be quelled by a compilation of more lies from one of the master architects of the end of the US as a leading global power.</p>
<p>Another sad case of one liar and criminal being a character witness for another. </p>
<p>Just because these people are not in jail &#8211; in the name of &#8216;unity and civility and American Tradition&#8217; does not make them innocent. It just leaves them free to collect more money from their victims &#8211; the American People. </p>
<p>A plague on both their houses.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.words2u.net/?feed=rss2&amp;p=88</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Making hummus soft</title>
		<link>http://blog.words2u.net/?p=85</link>
		<comments>http://blog.words2u.net/?p=85#comments</comments>
		<pubDate>Thu, 04 Mar 2010 02:46:33 +0000</pubDate>
		<dc:creator>ziggy</dc:creator>
				<category><![CDATA[Hummus]]></category>

		<guid isPermaLink="false">http://blog.words2u.net/?p=85</guid>
		<description><![CDATA[This is a continuation of earlier experiments in making hummus that is soft and creamy.
Today, I tried another route, a tip given to me by the cook at M&#8217;shawsha, one of the best hummus places in Tel Aviv, and also some advice from a couch surfer on the P.I.T.A. group.
Based on past experience, I soaked [...]]]></description>
			<content:encoded><![CDATA[<p>This is a continuation of earlier experiments in making hummus that is soft and creamy.</p>
<p>Today, I tried another route, a tip given to me by the cook at M&#8217;shawsha, one of the best hummus places in Tel Aviv, and also some advice from a couch surfer on the P.I.T.A. group.</p>
<p>Based on past experience, I soaked 1 cup of chick peas in 3 cups of water and 1 tsp baking soda overnight. I then rinsed the beans a couple of times, and using a small espresso cup pressed the beans to loosen up their skins. The idea was to be able to get the skin off the beans before grinding. This advice came from P.I.T.A.</p>
<p>I also added to the cooking water 1 tsp baking soda, then simmered the beans for 90 minutes, skimming the foam that collected at the top. This is the tip from the hummus joint.</p>
<p>The effect of the baking soda was amazing &#8211; the hummus beans/peas nearly melted in my mouth, and this is definitely the way to go towards making a hummus you can mash by hand. As a matter of fact, I am going to try with less baking soda next time, since there is no need for the beans to be SO soft.</p>
<p>The presence of the baking soda makes the skins glutinous and soft, so while the treatment with the cup helped more skins separate, it is not necessary &#8211; the skins with the baking soda were so soft as to not matter. </p>
<p>It also apparently released some sulfur compounds from the beans, as evidenced by the dark spots on my aluminum pot, and the darker hue (Aluminum sulfide Al2S3? probably not, as it is supposed to be yellow, but maybe another oxide of aluminum or another metal sulfide). Since these products are from the beans, their extraction is not too important, but still, I prefer not to digest black liquids that come from my cooking equipment. So for now, I will not use much cooking liquid in making my hummus (with beans so soft, it probably won&#8217;t be necessary anyway). And next time, will use half the amount of baking soda (sodium bicarbonate). <strong>And use a stainless steel pot, not an aluminum one&#8230;</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.words2u.net/?feed=rss2&amp;p=85</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t want an iPad? Let me give you another idea</title>
		<link>http://blog.words2u.net/?p=80</link>
		<comments>http://blog.words2u.net/?p=80#comments</comments>
		<pubDate>Fri, 19 Feb 2010 18:22:56 +0000</pubDate>
		<dc:creator>ziggy</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.words2u.net/?p=80</guid>
		<description><![CDATA[According to Ashley Vance of the New York Times:  
Fujitsu has built a smartphone that splits into two pieces: the display and the keyboard. NTT DoCoMo, another Japanese company that is part of the NTT Group, will sell the device under the Prime Series F-04B name.
DoCoMo pitched the product as the answer for gamers [...]]]></description>
			<content:encoded><![CDATA[<p>According to <a href="http://www.nytimes.com/2010/02/18/technology/18devices.html">Ashley Vance of the New York Times: </a> </p>
<blockquote><p>Fujitsu has built a smartphone that splits into two pieces: the display and the keyboard. NTT DoCoMo, another Japanese company that is part of the NTT Group, will sell the device under the Prime Series F-04B name.</p>
<p>DoCoMo pitched the product as the answer for gamers who want to set their display down and hold the keyboard like a controller. But the phone may appeal to businesspeople as well, since users can swap the keyboard for a tiny projector for presentations. </p></blockquote>
<p>If you ask me, this is a much better idea than the iPad, or for that matter, any useless tablet product that will be rolled out. If I were designing a new computer, I would eliminate the <strong>screen</strong>, not the keyword!</p>
<p>Here is my suggestion. Rather than eliminate the input part of the laptop, turning it into a media consumption device, leave the keyboard, processor, SS hard drive and i/o ports in the device, add a monochrome LCD screen, 80 character wide and 10 character long, so it can be used by itself. And provide a port for connecting to an external monitor. This will leave it as a production device, a very low cost/low energy computing platform.</p>
<p>As for screen, offer a choice of electronic ink screen for reading books and working on documents, low energy average quality (SVGA/XVGA) LCD color screen for browsing and general use on the road, and high resolution color screen for those who need/want it. At home, it can be attached to a HDTV or any type of monitor one has or buys for the purpose.</p>
<p>Now THAT is a netbook I would look forward to buying &#8211; not an expensive tablet with no keyboard!</p>
<p>Acer, are you listening? Acer? Oh well&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.words2u.net/?feed=rss2&amp;p=80</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Final lesson &#8211; hummus conversions</title>
		<link>http://blog.words2u.net/?p=77</link>
		<comments>http://blog.words2u.net/?p=77#comments</comments>
		<pubDate>Wed, 17 Feb 2010 20:12:07 +0000</pubDate>
		<dc:creator>ziggy</dc:creator>
				<category><![CDATA[Food, Cooking and Recipes]]></category>
		<category><![CDATA[Hummus]]></category>

		<guid isPermaLink="false">http://blog.words2u.net/?p=77</guid>
		<description><![CDATA[This is for those who look for an idea about converting dry beans to finished product, after cooking. Hummus beans are known also as garbanzo beans or chick peas. I use these terms interchangeably.
1 cup dry garbanzo beans = 180 grams dry beans
100 grams dry hummus = 250-275 grams soaked and cooked 
1 cup dry [...]]]></description>
			<content:encoded><![CDATA[<p>This is for those who look for an idea about converting dry beans to finished product, after cooking. Hummus beans are known also as garbanzo beans or chick peas. I use these terms interchangeably.</p>
<p>1 cup dry garbanzo beans = 180 grams dry beans</p>
<p>100 grams dry hummus = 250-275 grams soaked and cooked </p>
<p>1 cup dry beans = 2.5 cups cooked beans</p>
<p>The cooked weight depends on whether you soaked in water with baking soda, or plain water.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.words2u.net/?feed=rss2&amp;p=77</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Experiment 1. Final &#8211; effect of baking soda on soaked chick peas</title>
		<link>http://blog.words2u.net/?p=73</link>
		<comments>http://blog.words2u.net/?p=73#comments</comments>
		<pubDate>Tue, 16 Feb 2010 22:11:28 +0000</pubDate>
		<dc:creator>ziggy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.words2u.net/?p=73</guid>
		<description><![CDATA[Additional Soaking
I left the beans, one with a new dose of baking soda, the other covered with water. Again, each batch was soaked in 3 cups of water, and again left overnight, so the new soaking time was 27 hours, and in total the soaking time was 41 hours.
After the second soaking, there was little [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Additional Soaking</strong></p>
<p>I left the beans, one with a new dose of baking soda, the other covered with water. Again, each batch was soaked in 3 cups of water, and again left overnight, so the new soaking time was 27 hours, and in total the soaking time was 41 hours.</p>
<p>After the second soaking, there was little change in the weight of the beans, 393g with baking soda (up from 388g before) and 396 without soda (no change from the day before).</p>
<p>Both pots had a foam or froth on top of the water, but not much. This is similar to the foam that is created when one boils the beans after soaking, and is probably a sign that something is leached out and maybe ferments. Soaking is known to partially remove the gas inducing components in the beans, so maybe this is it.</p>
<p>The beans with the baking soda had a funky, musty smell. Fortunately, it disappeared in boiling, later on.</p>
<p><strong>Boiling</strong></p>
<p>Each batch of hummus (garbanzo beans or chick peas) was covered in 3 cups of tap water, brought to a rolling boil with highest setting of the range (it took about 7 minutes to reach boiling), then simmered for 90 minutes, then left to air cool, separated from the cooking liquid, weighed and tested.</p>
<p>After cooking, the beans soaked with baking soda were substantially heavier than the ones who were soaked in water (482 grams vs. 452 grams final weight). The volume was about the same with both batches, but the beans soaked with baking soda were softer and mealier. The baking soda soaked beans felt ready to disintegrate, while the water soaked beans felt more structurally integral. The peels remained in both cases, so all the beans actually  remained intact.</p>
<p><strong>Conclusions</strong></p>
<p>1. Soaking beans with a little baking soda makes them softer when cooked, but does not affect them much during the soaking process.</p>
<p>2. Overnight soaking is probably sufficient &#8211; I do not have a comparison of cooking after one night and two night soaking, but I did not like the way the beans smelled when left for so long.</p>
<p>3. Something has to be done about the peel, especially if attempting to make M&#8217;shawsha &#8211; hand mashed hummus.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.words2u.net/?feed=rss2&amp;p=73</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Experiment 1. Part 2</title>
		<link>http://blog.words2u.net/?p=66</link>
		<comments>http://blog.words2u.net/?p=66#comments</comments>
		<pubDate>Sun, 14 Feb 2010 14:22:27 +0000</pubDate>
		<dc:creator>ziggy</dc:creator>
				<category><![CDATA[Hummus]]></category>

		<guid isPermaLink="false">http://blog.words2u.net/?p=66</guid>
		<description><![CDATA[After about 14.25 hours of soaking, the following was observed:
Hummus with baking soda
Volume after soaking: 20 Oz.
Weight after soaking: 388 gr (original 180).
Water is a little colored (yellowish).
Hummus with no soda (water only)
Volume after soaking: 20 Oz.
Weight after soaking: 396 gr (original 180).
Water is clear.
Initial Conclusion: The addition of soda does not have an effect [...]]]></description>
			<content:encoded><![CDATA[<p>After about 14.25 hours of soaking, the following was observed:</p>
<p><strong>Hummus with baking soda</strong><br />
Volume after soaking: 20 Oz.<br />
Weight after soaking: 388 gr (original 180).</p>
<p>Water is a little colored (yellowish).</p>
<p><strong>Hummus with no soda (water only)</strong><br />
Volume after soaking: 20 Oz.<br />
Weight after soaking: 396 gr (original 180).</p>
<p>Water is clear.</p>
<p><strong>Initial Conclusion</strong>: The addition of soda does not have an effect on the amount of water absorbed through soaking of 14 hours. </p>
<p><strong>Note</strong>: weight was determined by pouring off the liquid and tossing the beans to remove liquid water. The beans were still humid on the outside (what is known as saturated surface dry), but not wet.</p>
<p>The beans were covered again with 3 cups of water, with and without baking soda, and left for another day.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.words2u.net/?feed=rss2&amp;p=66</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
