<?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>Eric Blue's Blog &#187; Brain</title>
	<atom:link href="http://eric-blue.com/category/brain/feed/" rel="self" type="application/rss+xml" />
	<link>http://eric-blue.com</link>
	<description>Technology, Philosophy, and Personal Development</description>
	<lastBuildDate>Mon, 21 May 2012 02:29:57 +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>MindStream &#8211; NeuroSky EEG Data Streamer</title>
		<link>http://eric-blue.com/2011/07/24/mindstream-neurosky-eeg-data-streamer/</link>
		<comments>http://eric-blue.com/2011/07/24/mindstream-neurosky-eeg-data-streamer/#comments</comments>
		<pubDate>Sun, 24 Jul 2011 18:33:57 +0000</pubDate>
		<dc:creator>ericblue76</dc:creator>
				<category><![CDATA[Brain]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Headline]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Quantified Self]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://eric-blue.com/?p=1526</guid>
		<description><![CDATA[Since I last posted on the NeuroSky Brainwave Visualizer, I decided to write a simple app to &#8220;stream&#8221; brainwave/EEG data from NeuroSky devices (the MindWave &#38; MindSet).  I couldn&#8217;t find any apps to save the ...]]></description>
			<content:encoded><![CDATA[<p>Since I last posted on the <a href="http://eric-blue.com/2011/07/13/neurosky-brainwave-visualizer/">NeuroSky Brainwave Visualizer</a>, I decided to write a simple app to &#8220;stream&#8221; brainwave/EEG data from NeuroSky devices (the MindWave &amp; MindSet).  I couldn&#8217;t find any apps to save the EEG data so I decided to write a system tray app that will save data to a file and broadcast so other applications can consume the data.  The app is released as open source, requires Java (1.6 and above), and is currently in an alpha release.  Here is a brief overview from my new GitHub page <a href="https://github.com/ericblue/MindStream">https://github.com/ericblue/MindStream</a>:</p>
<p><a href="http://eric-blue.com/wp-content/uploads/2011/07/logo.jpg"><img class="aligncenter size-full wp-image-1530" title="logo" src="http://eric-blue.com/wp-content/uploads/2011/07/logo.jpg" alt="" width="168" height="168" /></a></p>
<blockquote><p>README</p>
<div>
<pre># Author: Eric Blue
# 	url   = <a href="../">http://eric-blue.com/</a>
#   email = ericblue76 (at) gmail (dot) com
# Project: Neurosky Mindstream - System tray app to stream EEG data 

[Overview]

Mindstream is a simple java-based system tray app that streams EEG brainwave data from
NeuroSky devices (MindWave,MindSet).  The app interfaces to NeuroSky devices using the
ThinkGear Socket protocol (connecting on localhost:13854), retrieves data in JSON
Format, and can "stream" to other applications.  Mindstream can save the following
data:

	* Focus levels
		- attention
		- meditation
	* EEG values
		- delta
		- theta
		- lowAlpha
		- highAlpha
		- lowBeta
		- highBeta
		- lowGamma
		- highGamma
	* Headset signal strength
		- poorSignalLevel

Streaming functions will include:

    * Saving EEG data to a CSV File
    * Listen on a socket and replay data from localhost:13854
    	- allowing other applications to connect
    * Broadcast to a URL - supporting POST/M-POST and streaming real-time data
    	- future use? Processing Javascript version of the
                Neurosky BrainWave Visualizer
    		<a href="../2011/07/13/neurosky-brainwave-visualizer/">http://eric-blue.com/2011/07/13/neurosky-brainwave-visualizer/</a>

[Current Status]

- Alpha state
- Streaming only supports writing to a CSV file
- Tested on Linux and Windows with Java 1.6 and the MindWave headset</pre>
</div>
</blockquote>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=MindStream+%E2%80%93+NeuroSky+EEG+Data+Streamer+http://eric-blue.com/?p=1526+via+@ericblue" title="Post to Twitter"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://eric-blue.com/2011/07/24/mindstream-neurosky-eeg-data-streamer/&amp;title=MindStream+%E2%80%93+NeuroSky+EEG+Data+Streamer" title="Post to Delicious"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-delicious-big3.png" alt="Post to Delicious" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://eric-blue.com/2011/07/24/mindstream-neurosky-eeg-data-streamer/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Zeo Personal Sleep Coach &#8211; Hacking Your Way To A Better Night&#8217;s Sleep</title>
		<link>http://eric-blue.com/2011/01/02/zeo-personal-sleep-coach-hacking-your-way-to-a-better-nights-sleep/</link>
		<comments>http://eric-blue.com/2011/01/02/zeo-personal-sleep-coach-hacking-your-way-to-a-better-nights-sleep/#comments</comments>
		<pubDate>Sun, 02 Jan 2011 18:53:48 +0000</pubDate>
		<dc:creator>ericblue76</dc:creator>
				<category><![CDATA[Brain]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Fitness]]></category>
		<category><![CDATA[Health]]></category>
		<category><![CDATA[Mind]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Personal Development]]></category>
		<category><![CDATA[Personal Informatics]]></category>
		<category><![CDATA[Quantified Self]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://eric-blue.com/?p=1344</guid>
		<description><![CDATA[
What&#8217;s a better way to kick off the New Year than by giving tips on how to improve your overall quality of sleep? I decided to write this post as a mini-review of the Zeo ...]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-1346" title="zeo1" src="http://eric-blue.com/wp-content/uploads/2011/01/zeo1.jpg" border="0" alt="" width="413" height="305" /></p>
<p>What&#8217;s a better way to kick off the New Year than by giving tips on how to improve your overall quality of sleep? I decided to write this post as a mini-review of the <a href="http://myzeo.com">Zeo Personal Sleep Coach</a> and share some open source tools and APIs to help with saving your Zeo data for your own personal analysis.</p>
<p><strong>Overview<br />
</strong></p>
<p>In retrospect, 2010 was a pivotal year for me since I first learned about some amazing new technology gadgets that help you keep track of your overall health and well-being. Last February I discovered the <a href="http://www.withings.com">WiThings</a> scale that will automatically track your weight and BMI, and will upload your data online so you can set goals and visually see how you are progressing.  Then, in April I received my <a href="http://www.fitbit.com">FitBit</a> and have been consistently using it to track my overall fitness activity &#8211; calories burned, miles walked, activity level, etc.  The thing that I love about these gadgets is that they &#8220;just work&#8221;: simply stepping on scale, or wearing a little gadget on your belt will help produce interesting sets of data and visual graphs that can help guide you to take action to improve your health.  A few months ago I discovered another amazing device called the <a href="http://www.myzeo.com/">Zeo Personal Sleep Coach</a> that will actually track how well you&#8217;re sleeping, provide detailed data and visual feedback, and give coaching tips to improve your overall quality of sleep.</p>
<p><strong>What is Zeo?</strong></p>
<p>In a nutshell, the Zeo product is designed to analyze your sleep patterns and provide you with a lightweight wireless headband, a bedside display, a set of online analytical tools, and a personalized email-based coaching program.  The main thing that initially blew me away with Zeo was the fact that the wireless headband will actually record your brainwave activity!  Not only can the device tell you what time you go to bed and what time you wake up, but it will provide detailed info on exactly when you&#8217;re lightly sleeping, in REM sleep, and in deep sleep.  With all this info at its disposal, the Zeo is able to provide you some valuable information and tools to analyze trends in your sleeping patterns.  Here&#8217;s a sample of some of the sleep data you can review once it&#8217;s been uploaded to the myzeo.com site:</p>
<ul>
<li><strong>Zeo Sleep Score</strong></li>
</ul>
<blockquote><p>When you wake up and place the headband back on the bedside display, the Zeo will provide you with an overall sleep score (ZQ) that is based on your sleep quality and quantity.  Your base score is your total sleeping time, combined with restorative sleep (Deep &amp; REM) and disrupted sleep (wakeups, total wake time).  Think of the score as your overall grade for how well you slept.  I was surprised to learn that the average score for my age group is a ZQ score of 77.  Since I started using the Zeo in November, my sleep score has been averaging a ZQ of 98.</p></blockquote>
<p><a href="http://eric-blue.com/wp-content/uploads/2011/01/zeo_score.jpg"><img class="aligncenter size-full wp-image-1363" title="zeo_score" src="http://eric-blue.com/wp-content/uploads/2011/01/zeo_score.jpg" alt="" width="563" height="322" /></a></p>
<ul>
<li><strong>Sleep Graph</strong></li>
</ul>
<blockquote><p>This is where the Zeo data can get interesting.  This particular graph will not only show what time you went to bed and woke up, but also the total time it took to fall to sleep and a detailed breakdown of what sleep phase you were in throughout the night!  Reviewing this graph can provide some telling feedback on how different factors may impact your night&#8217;s sleep: going to bed too early/late, stress (a racing mind), too much caffeine or alcohol, working out too late in the evening, etc.</p></blockquote>
<p><a href="http://eric-blue.com/wp-content/uploads/2011/01/zeo_graph.jpg"><img class="aligncenter size-full wp-image-1359" title="zeo_graph" src="http://eric-blue.com/wp-content/uploads/2011/01/zeo_graph.jpg" alt="" width="563" height="352" /></a> <strong> </strong></p>
<ul>
<li><strong>Sleep History</strong></li>
</ul>
<blockquote><p>The sleep history graph will show key information (ZQ score, total sleep time, deep sleep/rem sleep, etc.) for different time intervals (daily, weekly, monthly).  Again, being able to use this data to see trends in your sleeping patterns can provide some useful feedback on how to be more conscious of what&#8217;s impacting your quality of sleep.</p></blockquote>
<p><a href="http://eric-blue.com/wp-content/uploads/2011/01/zeo_graph2.jpg"><img class="aligncenter size-full wp-image-1361" title="zeo_graph2" src="http://eric-blue.com/wp-content/uploads/2011/01/zeo_graph2.jpg" alt="" width="563" height="341" /></a></p>
<p>For a good review and video of the Zeo, I&#8217;d recommend reading the<a href="http://online.wsj.com/article/SB124451280076496767.html"> WallStreet Journal article</a> from last year (note the price for the Zeo is now $199.95 USD and available at retailers like Brookstone &amp; Sharper image).  And, for another recommended review with some detailed info on how the Zeo actually works check out <a href="http://dreamstudies.org/2010/11/29/product-review-zeo-personal-sleep-coach/">Ryan Hurd&#8217;s review</a> and some <a href="http://www.myzeo.com/pages/52_for_health_professionals.cfm">peer-reviewed literature on the science behind Zeo</a>.</p>
<p><strong>Open Source and APIs </strong></p>
<p>Now, this is where the post gets a little technical (and exciting)!  The thing that I *really* like about the Zeo is their willingness to give you as much access to your sleep data as possible and embracing open source as a compliment to their commercial offering.  How are they doing this?  Zeo issued a <a href="http://whatiszeo3.myzeo.com/hp/3/pr/2010/06/api/">press release back in June</a> announcing their new open API to allow 3rd party companies and individual developers complete access to their sleep data.  The <a href="http://mysleep.myzeo.com/api/api.shtml">published API</a> offers developers the ability to register and signup for an API Key, and provides a comprehensive REST API (using both JSON and XML) so 3rd party libraries can be developed.</p>
<p>Zeo currently offers some sample code using the API in a variety of languages (Perl, PHP, Java, etc.) and a fully working Ruby libarary developed by <a href="http://dailyburn.com/">DailyBurn</a>.  In order to help ease my own effort to download data and help other developers, I decided to create my own OO <a href="http://eric-blue.com/2010/05/11/fitbit-unofficial-perl-api-and-csv-download/">Perl library similar to the one I initially created for Fitbit</a> back in May.  Unlike the FitBit libary which is somewhat unofficial (Fitbit does not offer &#8216;published&#8217; API for developers), the Zeo Perl library has been fully tested against the published API, and any future changes by Zeo can be easily incorporated in the the library.</p>
<p>The Perl API (WebService::Zeo) is now hosted on GitHub at <a href="https://github.com/ericblue/Perl-Zeo-API">http://github.com/ericblue/Perl-Zeo-API</a>.  In the near future this library will also be made available on CPAN.  This module provides an OO (Object-Oriented) library that currently supports all major services in the REST catalog (methods for getting sleep averages, detailed sleep data based on exact dates and ranges, and pagination to step through the sleep records).</p>
<p><strong>More Open Source &#8220;Hacking&#8221;</strong></p>
<p>In my mind, the officially supported API is major news for techy geeks and data junkies (me).  But, it gets even cooler&#8230;. along with the Web API, Zeo also offers:</p>
<ul>
<li>Zeo Data Decoder Library &#8211; A version of software and a library that enables a user to decode Zeo sleep data stored on a memory card without uploading data to mySleep.myZeo.com.</li>
<li>Zeo Raw Data Library &#8211; A version of software and a library that enables a user to decode Zeo sleep data and raw signal data in real time using the auxiliary serial port located on the back of Zeo.</li>
</ul>
<p>Their <a href="http://developers.myzeo.com/">developer site</a> lists some cool sample projects:</p>
<ul>
<li>Integrate Zeo sleep data into a website that tracks your weight, nutrition, and exercise.</li>
<li>Create a desktop application to view and process Zeo sleep data.</li>
<li>Build a lucid dreaming system to notify you when you are in REM sleep and alert you using a sound.</li>
<li>Use Zeo while you are awake to measure meditation.</li>
</ul>
<p>Overall, I&#8217;m very pleased with the Zeo so far and would highly recommend to anybody interested in improving their sleep quality.  And, for the &#8220;hackers&#8221; out there, the open source offering provides some great tools to access all of your sleep data and analyze in unique and interesting ways.  Happy 2011, and I wish all of you restful sleep and a healthy ZQ score!</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Zeo+Personal+Sleep+Coach+%E2%80%93+Hacking+Your+Way+To+A+Better+Night%E2%80%99s+Sleep+http://eric-blue.com/?p=1344+via+@ericblue" title="Post to Twitter"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://eric-blue.com/2011/01/02/zeo-personal-sleep-coach-hacking-your-way-to-a-better-nights-sleep/&amp;title=Zeo+Personal+Sleep+Coach+%E2%80%93+Hacking+Your+Way+To+A+Better+Night%E2%80%99s+Sleep" title="Post to Delicious"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-delicious-big3.png" alt="Post to Delicious" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://eric-blue.com/2011/01/02/zeo-personal-sleep-coach-hacking-your-way-to-a-better-nights-sleep/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>BioFeedback, Mind Machines &amp; Brain Entrainment</title>
		<link>http://eric-blue.com/2009/05/24/biofeedback-mind-machines-brain-entrainment/</link>
		<comments>http://eric-blue.com/2009/05/24/biofeedback-mind-machines-brain-entrainment/#comments</comments>
		<pubDate>Mon, 25 May 2009 00:47:59 +0000</pubDate>
		<dc:creator>ericblue76</dc:creator>
				<category><![CDATA[Brain]]></category>
		<category><![CDATA[Meditation]]></category>
		<category><![CDATA[Mind]]></category>
		<category><![CDATA[Mind Mapping]]></category>
		<category><![CDATA[Quantified Self]]></category>

		<guid isPermaLink="false">http://eric-blue.com/?p=856</guid>
		<description><![CDATA[I&#8217;ve had an interest in Biofeedback, Mind Machines, and Brainwave Entrainment for many years now.  Since my collection of links/bookmarks is starting to grow too large I decided to start putting them in a mindmap.  ...]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had an interest in <a href="http://en.wikipedia.org/wiki/Biofeedback">Biofeedback</a>, <a href="http://en.wikipedia.org/wiki/Mind_machines">Mind Machines</a>, and <a href="http://en.wikipedia.org/wiki/Brainwave_entrainment">Brainwave Entrainment</a> for many years now.  Since my collection of links/bookmarks is starting to grow too large I decided to start putting them in a mindmap.  This map is by no means complete, but a very good start for people who are interested in this topic.  I&#8217;ve personally had a lot of experience with brainwave entrainment software, but am eager to try out some mindmachines in the near future.  Please check out what I have so far (I plan to update the map periodically as I find new information).</p>
<p><center><br />
<iframe id="mindmap" name="mindmap" height="400" width="500" src="http://eric-blue.com/projects/mindmapviewer/display.cgi?mmap_url=http://eric-blue.com/research/biofeedback/BioFeedbackMindMachine%2Emmap&#038;format=flash"></iframe><br />
</center></p>
<p>Download the <a href="http://eric-blue.com/research/biofeedback/BioFeedbackMindMachine.mmap">MindMap in MindManager format</a></p>
<p>Or, <a href="http://eric-blue.com/projects/mindmapviewer/display.cgi?mmap_url=http%3A%2F%2Feric-blue%2Ecom%2Fresearch%2Fbiofeedback%2FBioFeedbackMindMachine%2Emmap&#038;format=flash" target="_blank">view the map fullscreen in flash</a> (freemind format)</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=BioFeedback%2C+Mind+Machines+%26+Brain+Entrainment+http://eric-blue.com/?p=856+via+@ericblue" title="Post to Twitter"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://eric-blue.com/2009/05/24/biofeedback-mind-machines-brain-entrainment/&amp;title=BioFeedback%2C+Mind+Machines+%26+Brain+Entrainment" title="Post to Delicious"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-delicious-big3.png" alt="Post to Delicious" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://eric-blue.com/2009/05/24/biofeedback-mind-machines-brain-entrainment/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The Man Who Remebers Forever</title>
		<link>http://eric-blue.com/2008/09/03/the-man-who-remebers-forever/</link>
		<comments>http://eric-blue.com/2008/09/03/the-man-who-remebers-forever/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 03:55:04 +0000</pubDate>
		<dc:creator>ericblue76</dc:creator>
				<category><![CDATA[Brain]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Learning]]></category>

		<guid isPermaLink="false">http://eric-blue.com/?p=523</guid>
		<description><![CDATA[Last April I blogged about Piotr Wozniak, a Polish Renaissance Man of sorts, who developed an algorithm and software product to help people learn and retain knowledge at amazing levels.  His software SuperMemo can ...]]></description>
			<content:encoded><![CDATA[<p>Last April I blogged about <a href="http://eric-blue.com/2008/04/27/want-to-remember-everything-youll-ever-learn/">Piotr Wozniak</a>, a Polish Renaissance Man of sorts, who developed an algorithm and software product to help people learn and retain knowledge at amazing levels.  His software SuperMemo can help turn people into geniuses.</p>
<p>Well, it turns out that there are some people out there with *amazing* memories who can do incredible feats of mental gymnastics on their own (think about the amazing Rainman &#8211; <a href="http://en.wikipedia.org/wiki/Kim_Peek">Kim Peek</a>, or Brainman &#8211; <a href="http://en.wikipedia.org/wiki/Daniel_Tammet">Daniel Tammet</a>).  The latest brain wiz to add to the list is Brad Williams.</p>
<blockquote><p>For as long as he can remember, Brad Williams has been able to recall the most trifling dates and details about his life. <!--startclickprintexclude--> <!-- PURGE: /2008/HEALTH/02/22/memory.man.ap/art.memory.ap.jpg --><!-- KEEP --></p>
<div class="cnnStoryPhotoBox">
<div id="cnnImgChngr" class="cnnImgChngr"><!----><!--===========IMAGE============--><!--===========/IMAGE===========--></p>
<div class="cnnStoryPhotoCaptionBox">
<div class="cnn3pxTB9pxLRPad">
<p><!--===========CAPTION==========-->News anchor Brad Williams is believed to have a &#8220;superior autobiographical memory.&#8221;<!--===========/CAPTION=========--></div>
</div>
<div class="cnnWireBoxFooter"></div>
</div>
</div>
<p><!-- /PURGE: /2008/HEALTH/02/22/memory.man.ap/art.memory.ap.jpg --> <!--endclickprintexclude-->For example, he can tell you it was August 18, 1965, when his family stopped at Red Barn Hamburger during a road trip through Michigan. He was 8 years old at the time. And he had a burger, of course.</p>
<p>&#8220;It was a Wednesday,&#8221; recalled Williams, now 51. &#8220;We stayed at a motel that night in Clare, Michigan. It seemed more like a cabin.&#8221;</p>
<p>To Williams and his family, his ability to recall events &#8212; and especially dates &#8212; is a regular source of amusement. But according to one expert, Williams&#8217; skill might rank his memory among the best in the world. Doctors are now studying him, and a woman with similar talents, hoping to achieve a deeper understanding of memory.</p>
<p>Williams, a radio anchor in La Crosse, <a class="cnnInlineTopic" href="http://topics.edition.cnn.com/topics/Wisconsin">Wisconsin</a>, seems to enjoy having his memory tested. Name a date from the last 40 years and, after a few moments, he can typically tell you what he did that day and what was in the news.</p>
<p>How about November 7, 1991?</p>
<p>&#8220;Let&#8217;s see,&#8221; he mused, gazing into the distance for about five seconds. &#8220;That would be around when Magic Johnson announced he had HIV. Yes, a Thursday. There was a big snowstorm here the week before.&#8221;</p>
<p>He went on to identify correctly some 20 other events, including the birth of the first test-tube baby in 1978, the toxic-gas leak in Bhopal, India, in 1984, and Billie Jean King&#8217;s victory over Bobby Riggs in tennis&#8217;s &#8220;Battle of the Sexes&#8221; in 1973.</p>
<p>&#8220;I&#8217;ve always been this way,&#8221; Williams said. &#8220;Growing up, I never really had reason to think I wasn&#8217;t like everyone else.</p></blockquote>
<p>Read more of this <a href="http://edition.cnn.com/2008/HEALTH/02/22/memory.man.ap/index.html?eref=rss_topstories">article at CNN</a>. Credit to <a href="http://www.mindhacks.org/2008/05/20/the-man-who-remembers-forever/">MindHacks.org</a>.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=The+Man+Who+Remebers+Forever+http://eric-blue.com/?p=523+via+@ericblue" title="Post to Twitter"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://eric-blue.com/2008/09/03/the-man-who-remebers-forever/&amp;title=The+Man+Who+Remebers+Forever" title="Post to Delicious"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-delicious-big3.png" alt="Post to Delicious" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://eric-blue.com/2008/09/03/the-man-who-remebers-forever/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>120 Ways to Boost Your Brain Power</title>
		<link>http://eric-blue.com/2008/08/27/120-ways-to-boost-your-brain-power/</link>
		<comments>http://eric-blue.com/2008/08/27/120-ways-to-boost-your-brain-power/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 21:34:21 +0000</pubDate>
		<dc:creator>ericblue76</dc:creator>
				<category><![CDATA[Brain]]></category>
		<category><![CDATA[Creativity]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[Personal Development]]></category>

		<guid isPermaLink="false">http://eric-blue.com/blog2/2008/08/27/120-ways-to-boost-your-brain-power/</guid>
		<description><![CDATA[Luciano over at Litemind has posted a great article that shows  120 Ways to Boost Your Brain Power. These are things you can do starting today to help you think faster ...]]></description>
			<content:encoded><![CDATA[<p>Luciano over at <a href="http://litemind.com/">Litemind</a> has posted a great article that shows <a href="http://litemind.com/boost-brain-power/"> 120 Ways to Boost Your Brain Power</a>.  These are  things you can do starting today to help you think faster, improve memory, comprehend information better and unleash your brain’s full potential.</p>
<p>Here&#8217;s a quick sample of some of my favorites on this uber list:</p>
<blockquote><p>4. Learn mind mapping.<br />
25. Exercise!<br />
39. Simplify!<br />
47. Capture every idea. Keep an idea bank.<br />
50. Keep a journal.</p>
<p>Overall, great post.  Please do check it out!</p></blockquote>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=120+Ways+to+Boost+Your+Brain+Power+http://eric-blue.com/?p=430+via+@ericblue" title="Post to Twitter"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://eric-blue.com/2008/08/27/120-ways-to-boost-your-brain-power/&amp;title=120+Ways+to+Boost+Your+Brain+Power" title="Post to Delicious"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-delicious-big3.png" alt="Post to Delicious" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://eric-blue.com/2008/08/27/120-ways-to-boost-your-brain-power/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Role of Alpha and Consciousness</title>
		<link>http://eric-blue.com/2007/04/08/the-role-of-alpha-and-consciousness/</link>
		<comments>http://eric-blue.com/2007/04/08/the-role-of-alpha-and-consciousness/#comments</comments>
		<pubDate>Mon, 09 Apr 2007 05:43:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Brain]]></category>
		<category><![CDATA[Mind Hacks]]></category>
		<category><![CDATA[Philosophy]]></category>

		<guid isPermaLink="false">http://eric-blue.zaadz.com/blog/2007/4/the_role_of_alpha_and_consciousness</guid>
		<description><![CDATA[I just caught an interesting post on Mind Update (a side blog for the Transparent Corporation) titled:

Brain Rhythms and Consciousness, and how Alpha may play a new role 
The article discusses how certain brainwave frequencies, ...]]></description>
			<content:encoded><![CDATA[<p>I just caught an interesting post on <a href="http://www.mindupdate.com/">Mind Update</a> (a side blog for the Transparent Corporation) titled:<br />
<a href="http://www.mindupdate.com/?p=37"><br />
Brain Rhythms and Consciousness, and how Alpha may play a new role </a></p>
<p>The article discusses how certain brainwave frequencies, like Gamma and Alpha, affect levels of consciousness.  Gamma frequencies have been typically associated with a more awakened state, higher levels of consciousness, and have been shown to be exhibited by experienced meditators.</p>
<p>Alpha frequencies, on the other hard, are associated with a quiet and idle mind.  Activities like day dreaming, or closing your eyes will produce Alpha frequencies.</p>
<p>A new study suggests that Alpha does play a crucial role in higher levels of consciousness and cognitive performance.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=The+Role+of+Alpha+and+Consciousness+http://eric-blue.com/?p=1105+via+@ericblue" title="Post to Twitter"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://eric-blue.com/2007/04/08/the-role-of-alpha-and-consciousness/&amp;title=The+Role+of+Alpha+and+Consciousness" title="Post to Delicious"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-delicious-big3.png" alt="Post to Delicious" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://eric-blue.com/2007/04/08/the-role-of-alpha-and-consciousness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Polyphasic Sleep</title>
		<link>http://eric-blue.com/2007/04/06/polyphasic-sleep/</link>
		<comments>http://eric-blue.com/2007/04/06/polyphasic-sleep/#comments</comments>
		<pubDate>Fri, 06 Apr 2007 04:02:36 +0000</pubDate>
		<dc:creator>ericblue76</dc:creator>
				<category><![CDATA[Brain]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Meditation]]></category>

		<guid isPermaLink="false">http://eric-blue.com/blog2/2007/04/06/polyphasic-sleep/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>Steve Pavlina recently <a target="newwin" href="http://www.stevepavlina.com/blog/2007/03/polyphasic-sleep-one-year-later/">posted an interesting article</a> recollecting his <a target="newwin" href="http://www.stevepavlina.com/blog/2005/10/polyphasic-sleep/">previous experience</a> adjusting to a Polyphasic Sleep Cycle.</p>
<blockquote><p>
&#8220;It’s been nearly a year since I terminated my polyphasic sleep experiment.  If you didn’t follow that experiment, for 5-1/2 months (Oct 2005 &#8211; Apr 2006) I followed a pattern of sleeping about 20 minutes once every four hours around the clock – 6 naps every 24 hours, about 2 hours of sleep per day. &#8221;
</p></blockquote>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Polyphasic+Sleep+http://eric-blue.com/?p=331+via+@ericblue" title="Post to Twitter"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://eric-blue.com/2007/04/06/polyphasic-sleep/&amp;title=Polyphasic+Sleep" title="Post to Delicious"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-delicious-big3.png" alt="Post to Delicious" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://eric-blue.com/2007/04/06/polyphasic-sleep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subliminal Messages Work!</title>
		<link>http://eric-blue.com/2007/03/14/subliminal-messages-work/</link>
		<comments>http://eric-blue.com/2007/03/14/subliminal-messages-work/#comments</comments>
		<pubDate>Wed, 14 Mar 2007 04:07:58 +0000</pubDate>
		<dc:creator>ericblue76</dc:creator>
				<category><![CDATA[Brain]]></category>
		<category><![CDATA[Psychology]]></category>

		<guid isPermaLink="false">http://eric-blue.com/blog2/2007/03/14/subliminal-messages-work/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>According to <a target="newwin" href="http://www.neurosciencemarketing.com/blog/articles/subliminal-messages-work.htm">NeuroscienceMarketing.com</a> new research at the University College London confirms the effectiveness of subliminal messages.</p>
<blockquote>
<p>Scientists at the University College London (UCL) have found the first physiological evidence that invisible subliminal images do attract the brain’s attention on a subconscious level. The findings challenge previous scientific assumptions that consciousness and attention go hand-in-hand.</p>
</blockquote>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Subliminal+Messages+Work%21+http://eric-blue.com/?p=315+via+@ericblue" title="Post to Twitter"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://eric-blue.com/2007/03/14/subliminal-messages-work/&amp;title=Subliminal+Messages+Work%21" title="Post to Delicious"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-delicious-big3.png" alt="Post to Delicious" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://eric-blue.com/2007/03/14/subliminal-messages-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meditation and EEG</title>
		<link>http://eric-blue.com/2007/03/11/meditation-and-eeg/</link>
		<comments>http://eric-blue.com/2007/03/11/meditation-and-eeg/#comments</comments>
		<pubDate>Mon, 12 Mar 2007 01:52:59 +0000</pubDate>
		<dc:creator>ericblue76</dc:creator>
				<category><![CDATA[Brain]]></category>
		<category><![CDATA[Integral]]></category>
		<category><![CDATA[Meditation]]></category>

		<guid isPermaLink="false">http://eric-blue.com/blog2/2007/03/11/meditation-and-eeg/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a target="newwin" href="http://www.mindupdate.com/">Mind Update</a>, a blog from <a href="http://www.transparentcorp.com/">Transparent Corporation</a> recently posted an interesting video on illustrating the effects of transcendental mediation using an EEG.</p>
<p><center></p>
<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/kaiLeIyxOKM"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/kaiLeIyxOKM" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
<p></center></p>
<p>This reminded me of a Ken Wilber video from a few months ago where he &#8220;stops his brain wave activity&#8221;.  According to the video post on YouTube:</p>
<blockquote>
<p>That&#8217;s right, Ken can stop his brainwaves on demand. Actually—and in a more serious vein—this is the famous EEG machine recording where Ken enters various meditative states, one of which is a type of &#8220;thoughtless,&#8221; &#8220;image-less,&#8221; or &#8220;formless&#8221; state, whose correlate is that his brainwaves come to an almost complete stop, as clearly recorded on this portable electroencephalograph (EEG) machine. (This video is discussed in One Taste, April 10 entry.)</p>
</blockquote>
<p><center></p>
<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/LFFMtq5g8N4"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/LFFMtq5g8N4" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
<p></center></p>
<p>Finally,  a search on YouTube for &#8220;EEG mediation&#8221; turned up a few related videos.  This particular video &#8220;Brain Coherence Measured with Dan Winter&#8221; yielded some additional results on Google.</p>
<p><a target="newwin" href="http://www.heartcoherence.com/userguide/Bliss%20Tuner%20AnnouncedEcstatic&#038;Insight%20States%20as%20Science%20in%20Feedback.htm">Bliss Tuner</a><br />
<a href="http://www.heartcoherence.com/index.html">Heart Tuner</a></p>
<p><center><br />
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/wCB4jiyUm-I"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/wCB4jiyUm-I" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object><br />
</center></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Meditation+and+EEG+http://eric-blue.com/?p=313+via+@ericblue" title="Post to Twitter"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://eric-blue.com/2007/03/11/meditation-and-eeg/&amp;title=Meditation+and+EEG" title="Post to Delicious"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-delicious-big3.png" alt="Post to Delicious" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://eric-blue.com/2007/03/11/meditation-and-eeg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

