<?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>floating in space... &#187; fb</title>
	<atom:link href="http://blog.floatinginspace.za.org/category/fb/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.floatinginspace.za.org</link>
	<description>Ladies and Gentlemen, we are</description>
	<lastBuildDate>Sat, 10 Dec 2011 06:03:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Annular Eclipse of the Sun: 26 January 2009</title>
		<link>http://blog.floatinginspace.za.org/2009/cool/annular-eclipse-of-the-sun-26-january-2009/96/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=annular-eclipse-of-the-sun-26-january-2009</link>
		<comments>http://blog.floatinginspace.za.org/2009/cool/annular-eclipse-of-the-sun-26-january-2009/96/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 17:43:41 +0000</pubDate>
		<dc:creator>bluegray</dc:creator>
				<category><![CDATA[cool]]></category>
		<category><![CDATA[fb]]></category>
		<category><![CDATA[moon]]></category>

		<guid isPermaLink="false">http://blog.floatinginspace.za.org/cool/2009/01/22/annular-eclipse-of-the-sun-26-january-2009/</guid>
		<description><![CDATA[There is a annular eclipse of the Sun on Monday 26 January. In Cape Town it will start at 06:58 SAST and it will take almost 3 hours for the moon to complete its pass in front of the sun. In Johannesburg it will start at 07:06 SAST. See the diagrams and the above linked [...]]]></description>
			<content:encoded><![CDATA[<p>There is a <a href="http://www.eclipse.org.uk/eclipse/0132009/">annular eclipse of the Sun on Monday 26 January</a>. In Cape Town it will start at 06:58 SAST and it will take almost 3 hours for the moon to  complete its pass in front of the sun. In Johannesburg it will start at 07:06 SAST. See the diagrams and the above linked site for more.</p>
<p><a href="http://blog.floatinginspace.za.org/wp-content/uploads/2009/01/cape_town_south_africa_2009jan26.png" title="Annular Eclipse of the Sun: 26 January 2009 - Cape Town"><img src="http://blog.floatinginspace.za.org/wp-content/uploads/2009/01/cape_town_south_africa_2009jan26.png" alt="Annular Eclipse of the Sun: 26 January 2009 - Cape Town" /></a><a href="http://blog.floatinginspace.za.org/wp-content/uploads/2009/01/johannesburg_south_africa_2009jan26.png" title="Annular Eclipse of the Sun: 26 January 2009 - Johannesburg"><img src="http://blog.floatinginspace.za.org/wp-content/uploads/2009/01/johannesburg_south_africa_2009jan26.png" alt="Annular Eclipse of the Sun: 26 January 2009 - Johannesburg" /></a></p>
<p>If it is cloudy, follow it in real time on your computer with http://www.stellarium.org/ ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.floatinginspace.za.org/2009/cool/annular-eclipse-of-the-sun-26-january-2009/96/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiling Firefox Beta 5 on Ubuntu Gutsy Gibbon with nicer fonts</title>
		<link>http://blog.floatinginspace.za.org/2008/internet/compiling-firefox-beta-5-on-ubuntu/93/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=compiling-firefox-beta-5-on-ubuntu</link>
		<comments>http://blog.floatinginspace.za.org/2008/internet/compiling-firefox-beta-5-on-ubuntu/93/#comments</comments>
		<pubDate>Mon, 05 May 2008 09:59:01 +0000</pubDate>
		<dc:creator>bluegray</dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[fb]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://blog.floatinginspace.za.org/internet/2008/05/05/compiling-firefox-beta-5-on-ubuntu/</guid>
		<description><![CDATA[The firefox binaries available on Mozilla's site is compiled with a version of cairo that does a different type of subpixel rendering when anti-aliasing than what is used by the Ubuntu Gutsy system - I much prefer the way fonts look in ubuntu on my LCD display. To fix this I had to compile Firefox [...]]]></description>
			<content:encoded><![CDATA[<p>The firefox binaries available on Mozilla's site is compiled with a version of <a href="http://en.wikipedia.org/wiki/Cairo_(graphics)">cairo</a> that does a different type of <a href="http://en.wikipedia.org/wiki/Subpixel_rendering">subpixel rendering</a> when <a href="http://en.wikipedia.org/wiki/Anti_aliasing">anti-aliasing</a> than what is used by the Ubuntu Gutsy system - I much prefer the way fonts look in ubuntu on my LCD display. To fix this I had to compile Firefox myself with the enable-system-cairo option. But for this I also needed a more recent version of cairo than what Gutsy provides - which is probably why mozilla decided to include their own version in the binaries.</p>
<p>You will need to get the source and compile the following packages yourself from <a href="http://freetype.sourceforge.net/download.html#stable">freetype's download page</a> and <a href="http://cairographics.org/releases/"> cairo's releases page</a>:</p>
<ul>
<li>freetype-2.3.5</li>
<li>pixman-0.10.0</li>
<li>cairo-1.6.4</li>
</ul>
<p>with the usual</p>
<pre><code>./configure &#038;& make &#038;& sudo make install</code></pre>
<p>You might have to install make with the following before you can compile cairo:</p>
<pre><code>sudo apt-get install build-essential</code></pre>
<p>Freetype needs special attention to enable LCD sub-pixel rendering because of <a href="http://permalink.gmane.org/gmane.comp.fonts.freetype.user/1912">these patent issues</a>. So uncomment <code>define FT_CONFIG_OPTION_SUBPIXEL_RENDERING</code> in devel/ftoption.h <a href="https://sourceforge.net/project/shownotes.php?release_id=479191&#038;group_id=3157">to enable it</a>.</p>
<p>It is not really necessary to recompile freetype, I just included it to play around with it - and the new cairo is just so that firefox will compile. You can delete the new libraries (by default in <code>/usr/local/lib</code>) after firefox is compiled with system cairo. Then everything should be back to using the default font settings as set in the gutsy preferences. Or so I am guessing, works for me  ;)</p>
<p>Now to compile Firefox:<br />
Create a ~/.mozconfig file as described <a href="http://developer.mozilla.org/en/docs/Configuring_Build_Options#Example_.mozconfig_Files">here</a>.<br />
This is mine:</p>
<pre><code>. $topsrcdir/browser/config/mozconfig
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/ff-opt
ac_add_options --disable-tests
ac_add_options --enable-optimize
ac_add_options --enable-libxul
<strong>ac_add_options --enable-system-cairo </strong></code></pre>
<p>Make sure you have all the <a href="http://developer.mozilla.org/en/docs/Linux_Build_Prerequisites">build prerequisites</a>. I had to install the following packages:</p>
<pre><code>sudo apt-get install build-essential
sudo apt-get install libdbus-glib-1-dev
sudo apt-get install libcurl4-openssl-dev
sudo apt-get install libxt-dev</code></pre>
<p>If you have everything, start compiling with this command</p>
<pre><code>make -f client.mk build</code></pre>
<p>After some time, build a tarball <a href="http://developer.mozilla.org/en/docs/Build_and_Install#Installing_Your_Build">as recommended</a> with:</p>
<pre><code>cd ff-opt
make package</code></pre>
<p>You will find your new firefox package in the dist/ directory. Unpack somewhere and enjoy ;)</p>
<p>Before shot with Mozilla cairo:<br />
<a href='http://blog.floatinginspace.za.org/wp-content/uploads/2008/05/firefox-cairo.png' title='With Mozilla cairo'><img src='http://blog.floatinginspace.za.org/wp-content/uploads/2008/05/firefox-cairo.thumbnail.png' alt='With Mozilla cairo' /></a></p>
<p>After shot with system cairo:<br />
<a href='http://blog.floatinginspace.za.org/wp-content/uploads/2008/05/system-cairo.png' title='With system cairo'><img src='http://blog.floatinginspace.za.org/wp-content/uploads/2008/05/system-cairo.thumbnail.png' alt='With system cairo' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.floatinginspace.za.org/2008/internet/compiling-firefox-beta-5-on-ubuntu/93/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Total eclipse of the Moon on Thursday morning 21 Feb 2008</title>
		<link>http://blog.floatinginspace.za.org/2008/cool/total-eclipse-of-the-moon-on-thursday-morning-21-feb-2008/90/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=total-eclipse-of-the-moon-on-thursday-morning-21-feb-2008</link>
		<comments>http://blog.floatinginspace.za.org/2008/cool/total-eclipse-of-the-moon-on-thursday-morning-21-feb-2008/90/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 12:21:20 +0000</pubDate>
		<dc:creator>bluegray</dc:creator>
				<category><![CDATA[cool]]></category>
		<category><![CDATA[fb]]></category>

		<guid isPermaLink="false">http://blog.floatinginspace.za.org/cool/2008/02/19/total-eclipse-of-the-moon-on-thursday-morning-21-feb-2008/</guid>
		<description><![CDATA[It should be viewable from South Africa between 4am and 6am, with the full eclipse at about 5am on 21 February 2008.]]></description>
			<content:encoded><![CDATA[<p> It should be viewable from South Africa between 4am and 6am, with the full eclipse at about 5am on 21 February 2008.
</p>
<p>More info here: <a href="http://sunearth.gsfc.nasa.gov/eclipse/LEmono/TLE2008Feb21/TLE2008Feb21.html">Total Eclipse of the Moon, 21 February 2008</a>
</p>
<p><a href='http://blog.floatinginspace.za.org/wp-content/uploads/2008/02/tle2008feb21-gmt2.GIF' title='Total eclipse of the moon, 21 February 2008'><img src='http://blog.floatinginspace.za.org/wp-content/uploads/2008/02/tle2008feb21-gmt2.thumbnail.GIF' alt='Total eclipse of the moon, 21 February 2008' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.floatinginspace.za.org/2008/cool/total-eclipse-of-the-moon-on-thursday-morning-21-feb-2008/90/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEACOM prices announced &#8211; some light at the end of the tunnel?</title>
		<link>http://blog.floatinginspace.za.org/2008/technical/seacom-prices-announced-some-light-at-the-end-of-the-tunnel/89/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=seacom-prices-announced-some-light-at-the-end-of-the-tunnel</link>
		<comments>http://blog.floatinginspace.za.org/2008/technical/seacom-prices-announced-some-light-at-the-end-of-the-tunnel/89/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 23:14:02 +0000</pubDate>
		<dc:creator>bluegray</dc:creator>
				<category><![CDATA[fb]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[technical]]></category>

		<guid isPermaLink="false">http://blog.floatinginspace.za.org/technical/2008/02/19/seacom-prices-announced-some-light-at-the-end-of-the-tunnel/</guid>
		<description><![CDATA[From http://mybroadband.co.za/news/Telecoms/2911.html: Brian Herlihy, SEACOM president, said that the idea behind the cable is to offer international bandwidth at a lower price but to increase usage to ensure profits. In a move seldom experienced in the local telecoms arena, SEACOM revealed their wholesale pricing structure and strategy to the media. The company will have a [...]]]></description>
			<content:encoded><![CDATA[<p>From <a href="http://mybroadband.co.za/news/Telecoms/2911.html">http://mybroadband.co.za/news/Telecoms/2911.html</a>:
</p>
<blockquote>
<p>Brian Herlihy, SEACOM president, said that the idea behind the cable is to offer international bandwidth at a lower price but to increase usage to ensure profits.
  </p>
<p>In a move seldom experienced in the local telecoms arena, SEACOM revealed their wholesale pricing structure and strategy to the media.
  </p>
<p>The company will have a four tiered bandwidth pricing approach where bandwidth prices for larger products, in this case STM-64, STM-16 and STM-4 connections, are sold at reduced rates to the standard STM-1 connection.
  </p>
<p>Their price for an STM-1 connection however sets a roof for the resale of bandwidth by larger bulk-bandwidth buyers thereby ensuring that smaller players receive a competitive rate.
  </p>
<p>The price for an STM-64 connection, supplying 9.6 Gbps of bandwidth, is $ 1 663 875 or R 267-00 per Mbps per month. The price per Mbps per month for a STM-1 (155 Mbps) service is R 673-00 while a STM-4 (600 Mbps) connection costs R 575-00 and a STM-16 (2.5 Gbps) service will cost R 435-00.
  </p>
</blockquote>
<p>or in other words:</p>
<table style="width: 100%;" border="1" cellpadding="1" cellspacing="1">
<tbody>
<tr>
<td style="width: 50%;">STM-1 (155 Mbps)</td>
<td style="width: 50%;">R673 per Mbps per month</td>
</tr>
<tr>
<td style="width: 50%;">STM-4 (600 Mbps)</td>
<td style="width: 50%;">R575 per Mbps per month</td>
</tr>
<tr>
<td style="width: 50%;">STM-16 (2500 Mbps)</td>
<td style="width: 50%;">R435 per Mbps per month</td>
</tr>
<tr>
<td style="width: 50%;">STM-64 (9600 Mbps)</td>
<td style="width: 50%;">R267 per Mbps per month</td>
</tr>
</tbody>
</table>
<p>As I understand it, this means the cost for an always on 128 KB/s connection will cost between R267 and R673 per month, but we still don't know the contention ratio, so I can't speculate too much.
</p>
<p> Certainly good news though, but I'll wait to see the actual cost to the end consumer before I start jumping for joy. Only the bigger ISP's will be able to afford STM-64, although, considering the current cost of bandwidth, STM-1 will be far less than the current offerings anyway.
</p>
<p>At least we have a specific date and pricing this time. Hopefully change is more imminent now than the imminent change promised by DoC in the past...</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.floatinginspace.za.org/2008/technical/seacom-prices-announced-some-light-at-the-end-of-the-tunnel/89/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lila: An Inquiry into Morals</title>
		<link>http://blog.floatinginspace.za.org/2007/blogroll/lila-an-inquiry-into-morals/88/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=lila-an-inquiry-into-morals</link>
		<comments>http://blog.floatinginspace.za.org/2007/blogroll/lila-an-inquiry-into-morals/88/#comments</comments>
		<pubDate>Mon, 03 Dec 2007 09:35:23 +0000</pubDate>
		<dc:creator>bluegray</dc:creator>
				<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[fb]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[religion]]></category>

		<guid isPermaLink="false">http://blog.floatinginspace.za.org/critical-thinking/2007/12/03/lila-an-inquiry-into-morals/</guid>
		<description><![CDATA[Just finished the book Lila: An Inquiry into Morals. A definite must read. If you've read Pirsig's first book, you will know what to expect, but I liked this one even more. It's somehow more practical and provides a fresh view on the big questions in life. But it is difficult to read. Well, I [...]]]></description>
			<content:encoded><![CDATA[<p> Just finished the book <i><a href="http://en.wikipedia.org/wiki/Lila:_An_Inquiry_into_Morals" title="Lila: An Inquiry into Morals">Lila: An Inquiry into Morals</a></i>. A definite must read. If you've read Pirsig's first book, you will know what to expect, but I liked this one even more. It's somehow more practical and provides a fresh view on the big questions in life.</p>
<p> But it is difficult to read. Well, I suppose it's not a simple subject, and his meticulous exploration of every detail is necessary. And that is partly what I like about his books as well. It's not just some easy to read feel good book, that provides you with feel good catch phrases on a plate. You reason with the author, exploring and following his train of thought from beginning to end. </p>
<p>Unfortunately this is why many people will not read this book. Even though it provides much more than just a rehash of new age values (like the recent <em>The Secret</em>) it is not as accessible. You have to dig a little.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.floatinginspace.za.org/2007/blogroll/lila-an-inquiry-into-morals/88/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quod Libet plugin for Facebook</title>
		<link>http://blog.floatinginspace.za.org/2007/internet/quod-libet-plugin-for-facebook/86/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=quod-libet-plugin-for-facebook</link>
		<comments>http://blog.floatinginspace.za.org/2007/internet/quod-libet-plugin-for-facebook/86/#comments</comments>
		<pubDate>Mon, 16 Jul 2007 13:56:04 +0000</pubDate>
		<dc:creator>bluegray</dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[fb]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://blog.floatinginspace.za.org/internet/2007/07/16/quod-libet-plugin-for-facebook/</guid>
		<description><![CDATA[Still very rough and hackish, but it works ;) Quod Libet plugin to change your Facebook status message The quodlibet plugin is just a quick hack of the gajim plugin, the python class is easy to use anywhere...]]></description>
			<content:encoded><![CDATA[<p>Still very rough and hackish, but it works ;)<br />
<a href="http://www.floatinginspace.za.org/quodlibet_facebook_status/">Quod Libet plugin to change your Facebook status message</a></p>
<p>The quodlibet plugin is just a quick hack of the gajim plugin, the python class is easy to use anywhere...</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.floatinginspace.za.org/2007/internet/quod-libet-plugin-for-facebook/86/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Snow in Joburg</title>
		<link>http://blog.floatinginspace.za.org/2007/personal/snow-in-joburg/85/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=snow-in-joburg</link>
		<comments>http://blog.floatinginspace.za.org/2007/personal/snow-in-joburg/85/#comments</comments>
		<pubDate>Sun, 01 Jul 2007 10:47:47 +0000</pubDate>
		<dc:creator>bluegray</dc:creator>
				<category><![CDATA[fb]]></category>
		<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://blog.floatinginspace.za.org/personal/2007/07/01/snow-in-joburg/</guid>
		<description><![CDATA[It recently snowed in Johannesburg for the first time in 26 years. I was 4 years old the last time it snowed there. I have a lot of memories from early childhood but that one stands out as one of the more detailed ones. I can remember the snowman we built, my mother being pregnant [...]]]></description>
			<content:encoded><![CDATA[<p>It recently snowed in Johannesburg for the first time in 26 years. I was 4 years old the last time it snowed there.<br />
I have a lot of memories from early childhood but that one stands out as one of the more detailed ones. I can remember the snowman we built, my mother being pregnant and a woman that was stuck in our yard with her volksie. But I never realized that I was only 4 years old when it happened until now -- for some reason I felt older when thinking back to that day. Maybe because I'm thinking now with an older brain, an older sense of myself.  </p>
<p>I wonder how old I'll be in my memories the next time it snows in Joburg...</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.floatinginspace.za.org/2007/personal/snow-in-joburg/85/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VIOLENT FEMMES in South Africa</title>
		<link>http://blog.floatinginspace.za.org/2007/music/violent-femmes-in-south-africa/80/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=violent-femmes-in-south-africa</link>
		<comments>http://blog.floatinginspace.za.org/2007/music/violent-femmes-in-south-africa/80/#comments</comments>
		<pubDate>Tue, 26 Jun 2007 22:32:03 +0000</pubDate>
		<dc:creator>bluegray</dc:creator>
				<category><![CDATA[fb]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://blog.floatinginspace.za.org/music/2007/06/27/violent-femmes-in-south-africa/</guid>
		<description><![CDATA[VIOLENT FEMMES Tour Schedule Jippeee! I didn't believe it when I first heard about it, but now I'm happy ;) 9 August at oppikoppi and 11 August in Cape Town. Would have liked to go to oppikoppi...]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.vfemmes.com/tour.html">VIOLENT FEMMES Tour Schedule</a>  </p>
<p>Jippeee! I didn't believe it when I first heard about it, but now I'm happy ;)<br />
9 August at oppikoppi and 11 August in Cape Town. Would have liked to go to oppikoppi...</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.floatinginspace.za.org/2007/music/violent-femmes-in-south-africa/80/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speed Reading Made EZ</title>
		<link>http://blog.floatinginspace.za.org/2007/blogroll/speed-reading-made-ez/76/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=speed-reading-made-ez</link>
		<comments>http://blog.floatinginspace.za.org/2007/blogroll/speed-reading-made-ez/76/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 10:51:04 +0000</pubDate>
		<dc:creator>bluegray</dc:creator>
				<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[fb]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[pseudoscience]]></category>

		<guid isPermaLink="false">http://blog.floatinginspace.za.org/critical-thinking/2007/06/11/speed-reading-made-ez/</guid>
		<description><![CDATA[Found the following in some newsgroup. Some more detail on speed reading here: Speed reading - wikibooks Test your reading speed with this handy Online Reading Speed Test. Sit down at a well lit table and sit up straight. Take a hard cover book with big easy to read print. preferably not a novel -- [...]]]></description>
			<content:encoded><![CDATA[<p>Found the following in some newsgroup. Some more detail on speed reading here:<br />
<a href="http://en.wikibooks.org/wiki/Speed_reading" title="">Speed reading - wikibooks</a><br />
Test your reading speed with this handy <a href="http://www.bulletread.com/speedtest.php" title="">Online Reading Speed Test</a>.</p>
<blockquote>
<ol>
<li>Sit down at a well lit table and sit up straight.</li>
<li>Take a hard cover book with big easy to read print. preferably not a novel -- some kind of no-brainer non fiction works best.</li>
<li>Take your finger or a pen and underline the words as you read them. Get used to pacing with your finger for a few minutes.</li>
<li>Now speed up. Simply move your finger FASTER THAN YOU CAN SOUND OUT THE WORDS. You probably will not be able to understand what you read. In fact, if you think you can comprehend what you are reading, speed up till you simply see a blur of words that you recognize. If you are having problems and keeps sounding out the words compulsively -- hum a tune. This disables your brain's capacity for verbalizing words.</li>
<li>Aim your eyes above the line of text you are reading, as if you were trying to read "between the lines". This makes it easy to focus your attention on GROUPS of words rather than your eye stopping on individual words, which slows you down. At first you are not aiming to understand; you are trying to train your brain to accept that it can see and know what phrases of words mean simply by looking at them.</li>
<li>Practice this exercise for no more than 15 minutes at a sittting, no more than one sitting per day, usually after your morning wake-up ritual when you are at your prime. If you practice for more than 15 minutes, you will exhaust the overworked neurons that are trying to adapt to a new skill, and will have to wait for 2 to 3 days and restart. If you try to push too hard or too fast, your brain hardware will resist you.</li>
<li>After 8 or so sessions, your brain will start to abandon trying to comprehend what you read as "sounds" and instead will visually grab words and process them in parallel, instead of one at a time. Typical reading speeds at this point in time are around 800 to 1500 words per minute.</li>
<li>The ultimate key to speed reading is realizing that your brain is learning to process words with the process of seeing them in groups, then processing their meaning. We are taught to read by seeing words, sounding them out, and then using our spoken speech hardware to comprehend what we read. The brain doesn't need this slow speech step.</li>
<li>After a number of sessions in which you are comfortable with this technique, get rid of the finger and use a small brown index card with three black semicircular dots along one edge on it. The black dots tell you where to position your eyes as you read across the page. Take this card, and drag it down the page, scanning each line 123 123 123 123 with your eyes fixating either on the dots or above the text lines. With your finger out of the way, you can pick up some serious speed. As with before, don't expect perfect comprehension right away.</li>
<li>Lose the card. Get in the habit of just scanning with your eyes. (If I'm tired, sometimes I still pull out the card. It's a great crutch.)</li>
</ol>
<p>There are more techniques for speed than just these. I used to crank along at 30K WPM. This 10 step plan is good for about 3K WPM or sometimes a little more. The fantastic rates come from learning to scan in text essentially out of order, grabbing entire paragraphs as your eyes pop around them almost at random.</p>
<p>Practice Practice Practice.</p>
<p>As you read, try to ask questions to yourself about what is going on, or who the material is suitable for, or something to allow you to "correlate" it. If you are not reading with need or potential purpose in mind, your brain won't remember it. In fact, your brain will not even process it. It will just see words flying by. The purpose of studying for an exam just doesn't cut it. You have to try to imagine using the material in the real world, or sifting it for "junk" or planning something to do with it, and considering what effect what you are reading will have on your plan or your needs. In short, your brain will slowly get in the habit of "asking questions" at lightning speeds. It won't even bother to sound these questions out or formulate them -- just instantly come up with them and compare them relative to the material being read.</p>
<p>You will remember what you read relative to the questions you thought up as you read the material.</p>
<p>Some people try to speed read novels. Forget it. It really doesn't work so well. They become lifeless, because you have to read for "this did happen and this did etc." Speed-read novels often lose that sense of life. If you have an exam in a Lit class, then speed reading is for you. Just expect the novel to be a little less "alive" than it might otherwise be when you otherwise read slowly and can feel the emotions that were conveyed in the words.</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.floatinginspace.za.org/2007/blogroll/speed-reading-made-ez/76/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Regina Spektor &#8211; On the Radio</title>
		<link>http://blog.floatinginspace.za.org/2007/personal/regina-spektor-on-the-radio/75/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=regina-spektor-on-the-radio</link>
		<comments>http://blog.floatinginspace.za.org/2007/personal/regina-spektor-on-the-radio/75/#comments</comments>
		<pubDate>Wed, 06 Jun 2007 23:55:57 +0000</pubDate>
		<dc:creator>bluegray</dc:creator>
				<category><![CDATA[fb]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://blog.floatinginspace.za.org/personal/2007/06/07/regina-spektor-on-the-radio/</guid>
		<description><![CDATA[>This is how it works >You're young until you're not >You love until you don't >You try until you can't >You laugh until you cry >You cry until you laugh >And everyone must breathe >Until their dying breath]]></description>
			<content:encoded><![CDATA[<p>>This is how it works<br />
>You're young until you're not<br />
>You love until you don't<br />
>You try until you can't<br />
>You laugh until you cry<br />
>You cry until you laugh<br />
>And everyone must breathe<br />
>Until their dying breath  </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.floatinginspace.za.org/2007/personal/regina-spektor-on-the-radio/75/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

