<?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>Finite Improbability &#187; random-ideas</title>
	<atom:link href="http://blog.finiteimprobability.com/category/random-ideas/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.finiteimprobability.com</link>
	<description>Just programming and math, no spontaneously jumping undergarments</description>
	<lastBuildDate>Wed, 10 Mar 2010 17:56:28 +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>Random Ideas: Online browser sync</title>
		<link>http://blog.finiteimprobability.com/2008/11/16/random-ideas-online-browser-sync/</link>
		<comments>http://blog.finiteimprobability.com/2008/11/16/random-ideas-online-browser-sync/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 18:46:24 +0000</pubDate>
		<dc:creator>Adam Jones</dc:creator>
				<category><![CDATA[random-ideas]]></category>

		<guid isPermaLink="false">http://blog.finiteimprobability.com/?p=34</guid>
		<description><![CDATA[I spend a lot of time hopping between computers. My Windows &#8220;gaming rig&#8221; usually also sees a fair bit of programming research. Typically I&#8217;m about halfway through an article when I end up having to go somewhere else, and I end up wanting to continue from there on my Macbook. My trusty delicious bookmarks add-on [...]]]></description>
			<content:encoded><![CDATA[<p>I spend a lot of time hopping between computers. My Windows &#8220;gaming rig&#8221; usually also sees a fair bit of programming research. Typically I&#8217;m about halfway through an article when I end up having to go somewhere else, and I end up wanting to continue from there on my Macbook. My trusty <a href="https://addons.mozilla.org/en-US/firefox/addon/3615">delicious bookmarks</a> add-on gets me halfway there, but I want more.</p>

<p>Right now I&#8217;m reading through the book <a href="http://book.realworldhaskell.org/">Real World Haskell</a>, and finding my way back to where I was is kind of a pain. I don&#8217;t want to save intermediate bookmarks because I don&#8217;t want to have to clean up the mess, or pollute delicious with redundant links. (I think we can all agree that&#8217;s happened enough)</p>

<p>What I&#8217;d really like is something like version control for the browsing environment. Basically an add-on that saves the browser state somewhere online and checks for updates. This should preserve open windows, tabs, and scroll locations. Obviously things like restoring JavaScript/Flash/Java applet states would be more of a challenge than it is worth, but it would be pretty useful to me.  My very brief search didn&#8217;t find anything like this, if it doesn&#8217;t exist I may have to see how hard it really is to make an add-on.</p>

<p><em>Update:</em></p>

<p>What I&#8217;m looking for kind of exists in the aptly named <a href="https://addons.mozilla.org/en-US/firefox/addon/2324">Session Manager</a> add-on. The only problem is that it saves these sessions locally. It might not be too hard to make it work with a different (i.e. online) data store.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.finiteimprobability.com/2008/11/16/random-ideas-online-browser-sync/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
