<?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>Wisdom and Wonder &#187; Link</title>
	<atom:link href="http://www.wisdomandwonder.com/category/link/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wisdomandwonder.com</link>
	<description>Science and Philosophy</description>
	<lastBuildDate>Wed, 25 Jan 2012 05:09:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>A Flowchart Cheatsheet</title>
		<link>http://www.wisdomandwonder.com/link/6179/a-flowchart-cheatsheet</link>
		<comments>http://www.wisdomandwonder.com/link/6179/a-flowchart-cheatsheet#comments</comments>
		<pubDate>Wed, 25 Jan 2012 05:09:54 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[Link]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[Teaching]]></category>

		<guid isPermaLink="false">http://www.wisdomandwonder.com/?p=6179</guid>
		<description><![CDATA[(via extreme presentation via lifehacker)]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wisdomandwonder.com/wordpress/wp-content/uploads/2012/01/choosing_a_good_chart.jpg"><img src="http://www.wisdomandwonder.com/wordpress/wp-content/uploads/2012/01/choosing_a_good_chart-150x150.jpg" alt="" title="choosing_a_good_chart" width="150" height="150" class="aligncenter size-thumbnail wp-image-6180"/></a></p>
<p>(via <a href="http://extremepresentation.typepad.com/blog/2006/09/choosing_a_good.html">extreme presentation</a> via <a href="http://lifehacker.com/5134033/flowchart-decides-which-chart-style-is-best-for-your-data">lifehacker</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wisdomandwonder.com/link/6179/a-flowchart-cheatsheet/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Endocrinology</title>
		<link>http://www.wisdomandwonder.com/link/6159/what-is-endocrinology</link>
		<comments>http://www.wisdomandwonder.com/link/6159/what-is-endocrinology#comments</comments>
		<pubDate>Wed, 25 Jan 2012 04:40:11 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[Link]]></category>
		<category><![CDATA[Endometriosis]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://www.wisdomandwonder.com/?p=6159</guid>
		<description><![CDATA[A lot of papers on endometriosis that talk about measurements are talking about hormones. Reading about the study of those chemicals and mechanisms lead me to read Wikipedia&#8217;s article on the topic. These were the main high level points from the introductory paragraph: &#8220;is a branch of biology and medicine dealing with the endocrine system, [...]]]></description>
			<content:encoded><![CDATA[<p>A lot of papers on endometriosis that talk about measurements are talking about hormones. Reading about the study of those chemicals and mechanisms lead me to read <a href="http://en.wikipedia.org/wiki/Endocrinology">Wikipedia&#8217;s</a> article on the topic. These were the main high level points from the introductory paragraph:</p>
<ul>
<li>&#8220;is a branch of biology and medicine dealing with the endocrine system, its diseases, and its specific secretions called hormones&#8221;</li>
<li>and it&#8217;s mechanisms: &#8220;the coordination of metabolism, respiration, excretion, movement, reproduction, and sensory perception depend on chemical cues, substances synthesized and secreted by specialized cells.&#8221;</li>
<li>&#8220;is concerned with the study of the biosynthesis, storage, chemistry, and physiological function of hormones and with the cells of the endocrine glands and tissues that secrete them.&#8221;</li>
<li>&#8220;The endocrine system consists of several glands, all and in different parts of the body, that secrete hormones directly into the blood rather than into a duct system. Hormones have many different functions and modes of action; one hormone may have several effects on different target organs, and, conversely, one target organ may be affected by more than one hormone.&#8221;</li>
<li>&#8220;In the original 1902 definition by Bayliss and Starling, they specified that, to be classified as a hormone, a chemical must be produced by an organ, be released (in small amounts) into the blood, and be transported by the blood to a distant organ to exert its specific function. This definition holds for most &#8220;classical&#8221; hormones, but there are also paracrine mechanisms (chemical communication between cells within a tissue or organ), autocrine signals (a chemical that acts on the same cell), and intracrine signals (a chemical that acts within the same cell)&#8221;</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wisdomandwonder.com/link/6159/what-is-endocrinology/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NexJ Scheme</title>
		<link>http://www.wisdomandwonder.com/link/6135/nexj-scheme</link>
		<comments>http://www.wisdomandwonder.com/link/6135/nexj-scheme#comments</comments>
		<pubDate>Mon, 23 Jan 2012 03:08:47 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[Link]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming Language]]></category>
		<category><![CDATA[Scheme]]></category>

		<guid isPermaLink="false">http://www.wisdomandwonder.com/?p=6135</guid>
		<description><![CDATA[NexJ Scheme is an open source project providing an efficient and powerful interpreter for the programming language Scheme that executes in a Java virtual machine. Today I was sort of shocked to learn that there is another implementation besides SISC and Kawa that runs on Java! There wasn&#8217;t even an announcement for NexJ on comp.lang.scheme [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><a href="http://nexj-scheme.org/">NexJ</a> Scheme is an open source project providing an efficient and powerful interpreter for the programming language Scheme that executes in a Java virtual machine.</p></blockquote>
<p>Today I was sort of shocked to learn that there is another implementation besides <a href="http://sisc-scheme.org/">SISC</a> and <a href="http://www.gnu.org/software/kawa/">Kawa</a> that runs on Java!</p>
<p>There wasn&#8217;t even an announcement for NexJ on comp.lang.scheme and NexJ has been around for two years :(! Rather it was mentioned on scheme-reports this week.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wisdomandwonder.com/link/6135/nexj-scheme/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tarsnap: Online backups for the truly paranoid</title>
		<link>http://www.wisdomandwonder.com/link/6130/tarsnap-online-backups-for-the-truly-paranoid</link>
		<comments>http://www.wisdomandwonder.com/link/6130/tarsnap-online-backups-for-the-truly-paranoid#comments</comments>
		<pubDate>Sat, 21 Jan 2012 15:53:54 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[Link]]></category>
		<category><![CDATA[Utility]]></category>

		<guid isPermaLink="false">http://www.wisdomandwonder.com/?p=6130</guid>
		<description><![CDATA[Tarsnap is a secure online backup service for BSD, Linux, OS X, Solaris, Cygwin, and can probably be compiled on many other UNIX-like operating systems. The Tarsnap client code provides a flexible and powerful command-line interface which can be used directly or via shell scripts. The design of Tarsnap was guided by the following four [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Tarsnap is a secure online backup service for BSD, Linux, OS X, Solaris, Cygwin, and can probably be compiled on many other UNIX-like operating systems. The Tarsnap client code provides a flexible and powerful command-line interface which can be used directly or via shell scripts.</p></blockquote>
<blockquote><p>The design of Tarsnap was guided by the following four principles:</p>
<p><a href="http://www.tarsnap.com/security.html">Security</a>: Backups should be secure against attackers ranging from &#8220;script kiddies&#8221; up to major world governments, even if they can compromise the systems on which the backups are being stored. Backups are supposed to be a tool for mitigating damage — not a potential vulnerability to worry about!</p>
<p><a href="http://www.tarsnap.com/flexibility.html">Flexibility</a>: Backups should be flexible and convenient. When you decide you want to create an archive, you should be able to store in it whatever files you want; if you decide that you want to delete an archive, you should be able to do it whenever you want, without impacting other archives; and there should be no arbitrary limits on how many archives you have stored, how often you can create new archives, or how long you can keep them for.</p>
<p><a href="http://www.tarsnap.com/efficiency.html">Efficiency</a>: Backups should be efficient, using a minimal amount of storage and bandwidth. If you archive the same file twice, it should still only be uploaded and stored once; likewise, if you move, rename, copy, or make small changes to a file (e.g., adding a small amount of new data to the end of a log file or mail spool) you should never need to re-upload the entire file.</p>
<p><a href="http://www.tarsnap.com/utility.html">Utility</a>: Backups should be provided as a utility, with linear (i.e., per-GB) pricing. Forcing people to figure out ahead of time how much data they want to back up so that they can sign up for the right &#8220;plan&#8221; is dumb, and having some customers subsidize other customers is inherently unfair.</p></blockquote>
<p>&#8211; <a href="http://www.tarsnap.com/index.html">tarsnap website</a></p>
<p>Looks like an interesting service.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wisdomandwonder.com/link/6130/tarsnap-online-backups-for-the-truly-paranoid/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How one class brought SICP back at MIT</title>
		<link>http://www.wisdomandwonder.com/link/6123/how-one-class-brought-sicp-back-at-mit</link>
		<comments>http://www.wisdomandwonder.com/link/6123/how-one-class-brought-sicp-back-at-mit#comments</comments>
		<pubDate>Wed, 18 Jan 2012 20:50:53 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[Link]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[philosophy]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Scheme]]></category>
		<category><![CDATA[Teaching]]></category>

		<guid isPermaLink="false">http://www.wisdomandwonder.com/?p=6123</guid>
		<description><![CDATA[Zombie-like, 6.001 rises from the dead to threaten students again. Unlike a zombie, though, it&#8217;s moving quite a bit faster than it did the first time. Like the original, don&#8217;t walk into the class expecting that it will teach you Scheme; instead, it attempts to teach thought patterns for computer science, and the structure and [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Zombie-like, 6.001 rises from the dead to threaten students again. Unlike a zombie, though, it&#8217;s moving quite a bit faster than it did the first time. Like the original, don&#8217;t walk into the class expecting that it will teach you Scheme; instead, it attempts to teach thought patterns for computer science, and the structure and interpretation of computer programs. Three projects will be assigned and graded. Prereq: some programming experience; high confusion threshold.</p></blockquote>
<p>(via <a href="http://web.mit.edu/alexmv/6.S184/">MIT</a> via <a href="http://mainisusuallyafunction.blogspot.com/2012/01/zombie-6001-starts-tomorrow.html">keegan</a> via <a href="http://planet.haskell.org/">planethaskell</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wisdomandwonder.com/link/6123/how-one-class-brought-sicp-back-at-mit/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Take a Calculus Test</title>
		<link>http://www.wisdomandwonder.com/link/6117/how-to-take-a-calculus-test</link>
		<comments>http://www.wisdomandwonder.com/link/6117/how-to-take-a-calculus-test#comments</comments>
		<pubDate>Sun, 15 Jan 2012 15:22:31 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[Link]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[Teaching]]></category>

		<guid isPermaLink="false">http://www.wisdomandwonder.com/?p=6117</guid>
		<description><![CDATA[Show what you know. Don’t invent new math. Don’t contradict yourself. Do the easy questions first. If you don’t know how to do a problem, start by writing down relevant things that you know are true in general. Break difficult problems into manageable pieces. Know what a function is, and know what things are functions. [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Show what you know.<br />
Don’t invent new math.<br />
Don’t contradict yourself.<br />
Do the easy questions first.<br />
If you don’t know how to do a problem, start by writing down relevant things that you know are true in general.<br />
Break difficult problems into manageable pieces.<br />
Know what a function is, and know what things are functions.<br />
If you aren’t taking a derivative, it’s probably wrong. (see the explanation below)<br />
If you’re doing obscene amounts of computation, it’s probably wrong.<br />
Don’t care about the final answer.</p></blockquote>
<p>(via <a href="http://jeremykun.wordpress.com/2011/10/20/how-to-take-a-calculus-test/">Jeremy</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wisdomandwonder.com/link/6117/how-to-take-a-calculus-test/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Version Control in Dolphin Smalltalk</title>
		<link>http://www.wisdomandwonder.com/link/6113/version-control-in-dolphin-smalltalk</link>
		<comments>http://www.wisdomandwonder.com/link/6113/version-control-in-dolphin-smalltalk#comments</comments>
		<pubDate>Sun, 15 Jan 2012 15:05:23 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[Link]]></category>
		<category><![CDATA[Dolphin]]></category>
		<category><![CDATA[Programming Language]]></category>
		<category><![CDATA[Smalltalk]]></category>

		<guid isPermaLink="false">http://www.wisdomandwonder.com/?p=6113</guid>
		<description><![CDATA[If you&#8217;ve ever wondered how to do version control in a Smalltalk system then check out these videos that Andy Bower recorded for our benefit: Sts Setup: http://bit.ly/StsSetup Sts Projects: http://bit.ly/StsProjects Sts Changes: http://bit.ly/StsPkgChanges Sts Project Changes: http://bit.ly/StsProjChanges Sts Community Repository: http://bit.ly/StsCommRepo (lost the source)]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve ever wondered how to do version control in a Smalltalk system then check out these videos that Andy Bower recorded for our benefit:</p>
<p>Sts Setup: <a href="http://bit.ly/StsSetup ">http://bit.ly/StsSetup </a><br />
Sts Projects: <a href="http://bit.ly/StsProjects ">http://bit.ly/StsProjects </a><br />
Sts Changes: <a href="http://bit.ly/StsPkgChanges ">http://bit.ly/StsPkgChanges </a><br />
Sts Project Changes: <a href="http://bit.ly/StsProjChanges ">http://bit.ly/StsProjChanges </a><br />
Sts Community Repository: <a href="http://bit.ly/StsCommRepo">http://bit.ly/StsCommRepo</a></p>
<p>(lost the source)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wisdomandwonder.com/link/6113/version-control-in-dolphin-smalltalk/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dolphin runs under Wine</title>
		<link>http://www.wisdomandwonder.com/link/6108/dolphin-runs-under-wine</link>
		<comments>http://www.wisdomandwonder.com/link/6108/dolphin-runs-under-wine#comments</comments>
		<pubDate>Sun, 15 Jan 2012 15:01:21 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[Link]]></category>
		<category><![CDATA[Dolphin]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming Language]]></category>
		<category><![CDATA[Smalltalk]]></category>

		<guid isPermaLink="false">http://www.wisdomandwonder.com/?p=6108</guid>
		<description><![CDATA[Folks, As promised I have put up a blog post on how to get Dolphin running native under Wine (in this particular case on Mac OSX using a free product called WineSkin). You can find the blog at: http://object-arts.com/blog/blog.html There are a few videos to go along with the blog and these can be found [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Folks, </p>
<p>As promised I have put up a blog post on how to get Dolphin running native under Wine (in this particular case on Mac OSX using a free product called WineSkin). You can find the blog at: </p>
<p><a href="http://object-arts.com/blog/blog.html">http://object-arts.com/blog/blog.html</a> </p>
<p>There are a few videos to go along with the blog and these can be found in the OA video library at: </p>
<p><a href="http://object-arts.com/support/videos.html">http://object-arts.com/support/videos.html</a> </p>
<p>Best regards </p>
<p>Andy Bower
</p></blockquote>
<p>(via <a href="http://groups.google.com/group/comp.lang.smalltalk.dolphin/browse_thread/thread/62a46f3334d11fdb/c14d0e058e55d656?show_docid=c14d0e058e55d656&#038;pli=1">comp.lang.smalltalk.dolphin</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wisdomandwonder.com/link/6108/dolphin-runs-under-wine/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Emacs like expression evaluation in Emacs</title>
		<link>http://www.wisdomandwonder.com/link/6090/emacs-like-expression-evaluation-in-emacs</link>
		<comments>http://www.wisdomandwonder.com/link/6090/emacs-like-expression-evaluation-in-emacs#comments</comments>
		<pubDate>Wed, 21 Dec 2011 03:55:33 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[Link]]></category>
		<category><![CDATA[DrRacket]]></category>
		<category><![CDATA[Emacs]]></category>
		<category><![CDATA[Ide]]></category>
		<category><![CDATA[Programming Language]]></category>
		<category><![CDATA[Racket]]></category>

		<guid isPermaLink="false">http://www.wisdomandwonder.com/?p=6090</guid>
		<description><![CDATA[A lot of people would like Emacs style evaluation of code in DrRacket. This document explains how to do it. (via racket-users)]]></description>
			<content:encoded><![CDATA[<p>A lot of people would like Emacs style evaluation of code in DrRacket.</p>
<p><a href="http://docs.racket-lang.org/drracket/Keyboard_Shortcuts.html?q=keybinding#%28part._.Sending_.Program_.Fragments_to_the_.R.E.P.L%29">This</a> document explains how to do it.</p>
<p>(via <a href="http://groups.google.com/group/racket-users/browse_thread/thread/57bd983866c5d2c6">racket-users</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wisdomandwonder.com/link/6090/emacs-like-expression-evaluation-in-emacs/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Never give up</title>
		<link>http://www.wisdomandwonder.com/link/6086/never-give-up</link>
		<comments>http://www.wisdomandwonder.com/link/6086/never-give-up#comments</comments>
		<pubDate>Mon, 19 Dec 2011 01:27:15 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[Link]]></category>
		<category><![CDATA[philosophy]]></category>

		<guid isPermaLink="false">http://www.wisdomandwonder.com/?p=6086</guid>
		<description><![CDATA[Never, never, never give up. &#8211; Winston Churchill]]></description>
			<content:encoded><![CDATA[<blockquote><p>Never, never, never give up.</p></blockquote>
<p>&#8211; Winston Churchill</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wisdomandwonder.com/link/6086/never-give-up/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

