<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Speed reading and my RSVP web application</title>
	<atom:link href="http://www.fsavard.com/flow/2008/10/speed-reading-and-my-rsvp-web-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fsavard.com/flow/2008/10/speed-reading-and-my-rsvp-web-application/</link>
	<description>Programming, personal knowledge management. Topics unstable.</description>
	<lastBuildDate>Thu, 01 Jul 2010 12:30:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Francois</title>
		<link>http://www.fsavard.com/flow/2008/10/speed-reading-and-my-rsvp-web-application/comment-page-1/#comment-3841</link>
		<dc:creator>Francois</dc:creator>
		<pubDate>Fri, 16 Jan 2009 14:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.fsavard.com/flow/?p=251#comment-3841</guid>
		<description>Hi Rick. As a former crazy-on-highlighting student, I can identify with the trend you outline :) I&#039;m not quite sure, though, that I would&#039;ve used an RSVP application to study back my highlights, as pausing to understand, relate concepts to each others etc. was too important. RSVP, and reading at higher speeds in general, for me, is best when reading lighter material.

As for the cost, that&#039;s a very tricky question, speaking from a software engineering point of view. Technicalities: it clearly could not be made as an extension of a Web app like mine, since you&#039;re speaking of computer files (ODT, DOC, PDF...) which would need to be parsed by something other than pure client-side (browser-only) code. And the very act of (seriously) estimating the time/resources required to write a commercial-grade application such as RapidReader is hugely error-prone and complex.

But if you really want to implement your idea, a simpler way I can see is to write macros to extract the highlights from the different formats and then use those extracted parts as input to an existing RSVP reader. That could be quite fast for Word/ODF (a simple loop over the words to extract those which are on a colored background), but I&#039;m not familiar with PDF processing so I&#039;m not sure how I&#039;d proceed for that format.</description>
		<content:encoded><![CDATA[<p>Hi Rick. As a former crazy-on-highlighting student, I can identify with the trend you outline <img src='http://www.fsavard.com/flow/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I&#8217;m not quite sure, though, that I would&#8217;ve used an RSVP application to study back my highlights, as pausing to understand, relate concepts to each others etc. was too important. RSVP, and reading at higher speeds in general, for me, is best when reading lighter material.</p>
<p>As for the cost, that&#8217;s a very tricky question, speaking from a software engineering point of view. Technicalities: it clearly could not be made as an extension of a Web app like mine, since you&#8217;re speaking of computer files (ODT, DOC, PDF&#8230;) which would need to be parsed by something other than pure client-side (browser-only) code. And the very act of (seriously) estimating the time/resources required to write a commercial-grade application such as RapidReader is hugely error-prone and complex.</p>
<p>But if you really want to implement your idea, a simpler way I can see is to write macros to extract the highlights from the different formats and then use those extracted parts as input to an existing RSVP reader. That could be quite fast for Word/ODF (a simple loop over the words to extract those which are on a colored background), but I&#8217;m not familiar with PDF processing so I&#8217;m not sure how I&#8217;d proceed for that format.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://www.fsavard.com/flow/2008/10/speed-reading-and-my-rsvp-web-application/comment-page-1/#comment-3826</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Fri, 16 Jan 2009 05:56:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.fsavard.com/flow/?p=251#comment-3826</guid>
		<description>Hi:
Current:
  When studying, students highlight key learning material with a highlighter pen and then goes back and for study purposes, will go back and review only the highlighted material in the textbook.   However, the student still reads the highlighted material at his regular speed because he is reading it from a textbook.

The holy grail   :-)
Ideal:  RSVP software that can read text and/or highlighted material , from pdf,word or .odt.   This combination will significantly cut down on student learning time.

Software
Rapidreader.com is the only program I have found that comes close, but it is buggy and missing features.

Cost?
What would it cost to have something built similar to Rapidreader?  Appearance is not important, but functionality is.  :-)

Thx
Rick
Vancouver</description>
		<content:encoded><![CDATA[<p>Hi:<br />
Current:<br />
  When studying, students highlight key learning material with a highlighter pen and then goes back and for study purposes, will go back and review only the highlighted material in the textbook.   However, the student still reads the highlighted material at his regular speed because he is reading it from a textbook.</p>
<p>The holy grail   <img src='http://www.fsavard.com/flow/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
Ideal:  RSVP software that can read text and/or highlighted material , from pdf,word or .odt.   This combination will significantly cut down on student learning time.</p>
<p>Software<br />
Rapidreader.com is the only program I have found that comes close, but it is buggy and missing features.</p>
<p>Cost?<br />
What would it cost to have something built similar to Rapidreader?  Appearance is not important, but functionality is.  <img src='http://www.fsavard.com/flow/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Thx<br />
Rick<br />
Vancouver</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francois</title>
		<link>http://www.fsavard.com/flow/2008/10/speed-reading-and-my-rsvp-web-application/comment-page-1/#comment-13</link>
		<dc:creator>Francois</dc:creator>
		<pubDate>Fri, 17 Oct 2008 17:19:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.fsavard.com/flow/?p=251#comment-13</guid>
		<description>I&#039;m definetely interested in these developments. Mobile reading is a great application of the concept.

Note to readers: Daniel contacted me to discuss this. I&#039;ve put his contact info in the About tab of the speed reading app. If any of you is interested in helping for the mobile version, you can contact him at &quot;dakh_rsvpmo AT dakhalsey . com&quot;.</description>
		<content:encoded><![CDATA[<p>I&#8217;m definetely interested in these developments. Mobile reading is a great application of the concept.</p>
<p>Note to readers: Daniel contacted me to discuss this. I&#8217;ve put his contact info in the About tab of the speed reading app. If any of you is interested in helping for the mobile version, you can contact him at &#8220;dakh_rsvpmo AT dakhalsey . com&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.fsavard.com/flow/2008/10/speed-reading-and-my-rsvp-web-application/comment-page-1/#comment-12</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Fri, 17 Oct 2008 15:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.fsavard.com/flow/?p=251#comment-12</guid>
		<description>Wow!  I was in the car for &gt;40h this past weekend, and had the idea to write a JS speedreading app.  I&#039;d played around with Dictator and a few similar programs a while ago, and liked them, but found them a little limited in usefulness by their interfaces and need to copy and paste from other apps into them.  I put the idea aside to incubate (and get back to &quot;real&quot; work, and was getting back to it today, when I thought &quot;wait--someone&#039;s had to have done this already&quot;, and found that yes: you had, just days ago!

Your program is almost exactly what I was thinking of, with a few exceptions, primarily based on my desire to eventually be able to use it on my phone.  I&#039;m working on adding line width-based grouping (which means a bit of re-coding, because of the way word grouping is done), and will probably strip down some of the interface, but you&#039;ve done great work and I&#039;ll be glad to let you know how my adaptation goes.</description>
		<content:encoded><![CDATA[<p>Wow!  I was in the car for &gt;40h this past weekend, and had the idea to write a JS speedreading app.  I&#8217;d played around with Dictator and a few similar programs a while ago, and liked them, but found them a little limited in usefulness by their interfaces and need to copy and paste from other apps into them.  I put the idea aside to incubate (and get back to &#8220;real&#8221; work, and was getting back to it today, when I thought &#8220;wait&#8211;someone&#8217;s had to have done this already&#8221;, and found that yes: you had, just days ago!</p>
<p>Your program is almost exactly what I was thinking of, with a few exceptions, primarily based on my desire to eventually be able to use it on my phone.  I&#8217;m working on adding line width-based grouping (which means a bit of re-coding, because of the way word grouping is done), and will probably strip down some of the interface, but you&#8217;ve done great work and I&#8217;ll be glad to let you know how my adaptation goes.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
