<?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>Dan Weinreb's blog &#187; Free Software</title>
	<atom:link href="http://danweinreb.org/blog/category/free-software/feed" rel="self" type="application/rss+xml" />
	<link>http://danweinreb.org/blog</link>
	<description>Software and Innovation</description>
	<lastBuildDate>Fri, 10 Sep 2010 17:44:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>I Like Thunderbird Version 3</title>
		<link>http://danweinreb.org/blog/i-like-thunderbird-version-3</link>
		<comments>http://danweinreb.org/blog/i-like-thunderbird-version-3#comments</comments>
		<pubDate>Sun, 13 Jun 2010 15:25:22 +0000</pubDate>
		<dc:creator>Dan Weinreb</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Useful Stuff]]></category>

		<guid isPermaLink="false">http://danweinreb.org/blog/?p=319</guid>
		<description><![CDATA[I just upgraded from Thunderbird 2 to Thunderbird 3 on my Vista machine, and I like it a lot. If you haven&#8217;t heard about version 3, I recommend that you upgrade. I have not yet tried it on my work machine, running the old version 8 (&#8220;Intrepid&#8221;) of Ubuntu; if you have experience with this, [...]]]></description>
			<content:encoded><![CDATA[<p>I just upgraded from Thunderbird 2 to Thunderbird 3 on my Vista machine, and I like it a lot.  If you haven&#8217;t heard about version 3, I recommend that you upgrade.  I have not yet tried it on my work machine, running the old version 8 (&#8220;Intrepid&#8221;) of Ubuntu; if you have experience with this, I&#8217;d appreciate hearing about it.</p>
<p>Some cool things:</p>
<p>Search is much faster, due to indexing.  (When I first brought up version 3, it spend a long time indexing, but that&#8217;s because I have a huge number of saved messages.  I was able to use it while it indexed.)</p>
<p>When you select several messages, it displays extended summaries of all of them: whom it&#8217;s from, date, and the first few lines.</p>
<p>If you double-click on a message in the summary line, instead of creating a new window, it creates a &#8220;tab&#8221; in the main Thunderbird window, a lot like Firefox tabs.</p>
<p>The operations on a message being read are now down where the message is, to the right of the header display.  This seems a bit more intuitive, although I don&#8217;t think it matters much.</p>
<p>Archive: The new &#8220;Archive&#8221; command moves the message into a folder.  The folder is the subfolder of a new top-level folder called &#8220;Archive&#8221;.  The subfolder&#8217;s name is the year from the date of the message.</p>
<p>If you use the word &#8220;attach&#8221; in a message you&#8217;re composing, it brings up a fairly unobtrusive bar a the bottom saying &#8220;Found an attachment keyword: attached&#8221; or whatever word you used (you can control the set of keywords), followed by buttons for &#8220;Add Attachment&#8230;&#8221;  or &#8220;Remind me later&#8221;.  When I used Thunderbird 2, I had an addon called &#8220;Attachment Reminder&#8221; that would pop up a menu when you clicked &#8220;Send&#8221;, asking you if it was OK.  That&#8217;s more obtrusive, which you might or might not like.</p>
<p>One bad thing:</p>
<p>There&#8217;s no more &#8220;Forward all as attachments&#8221;, which let you send a message that contained many attachments, namely everything you had selected in the summary pane.  I have used that many times.</p>
<p>My favorite add-on is &#8220;Expression Search&#8221;, which provides a powerful and concise way to search.  The best thing is that it saves you from having to use the mouse to select the type of search to do (the &#8220;magnifying glass&#8221; dropdown in the upper-right search bar).</p>
<p>I also like ConfirmFolderMove (helps prevent accidental &#8220;move folder&#8221; operations.</p>
<p>(I&#8217;m just starting to try MailClassfier, which would be very helpful if it turns out to work.  But the first time I tried it, it was analyzing all of my mail, and at the end of this slow process, Thunderbird crashed.  And when I restarted it asked again to analyze all mail, so apparently the results were not saved before the crash.  I&#8217;ll keep trying to make it work.)</p>
]]></content:encoded>
			<wfw:commentRss>http://danweinreb.org/blog/i-like-thunderbird-version-3/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>AgentSheets: Learning Programming, for middle-schoolers</title>
		<link>http://danweinreb.org/blog/agentsheets-learning-programming-for-middle-schoolers</link>
		<comments>http://danweinreb.org/blog/agentsheets-learning-programming-for-middle-schoolers#comments</comments>
		<pubDate>Sat, 03 Jan 2009 15:36:14 +0000</pubDate>
		<dc:creator>Dan Weinreb</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Lisp]]></category>

		<guid isPermaLink="false">http://danweinreb.org/blog/?p=81</guid>
		<description><![CDATA[The Scalable Game Design project is aimed at getting computer science into middle schools, to get kids interested in information technology through their natural interest in games. A principal software tool of the project is AgentSheets, which lets you make your own simulation games without learning the syntax of a programming language. If you know [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://scalablegamedesign.cs.colorado.edu/wiki/Main_Page">Scalable Game Design</a> project is aimed at getting computer science into middle schools, to get kids interested in information technology through their natural interest in games.  A principal software tool of the project is AgentSheets, which lets you make your own simulation games without learning the syntax of a programming language.</p>
<p>If you know a kid in middle school who wants to make his or her own game, or just learn about programming, I recommend that you take a look at this!</p>
<p>The general concept is a bit like some systems you may have seen before, such as the visual programming languages provided with Lego Mindstorms.  However, this requires no special hardware, and the specifics look a lot more interesting and flexible to me than anything I&#8217;ve seen along these lines.</p>
<p>An example of what you can do is the classic arcade game <a href="http://en.wikipedia.org/wiki/Frogger">Frogger</a> (developed by Konami for Sega/Gremlin in 1981).  <a href="http://scalablegamedesign.cs.colorado.edu/wiki/Frogger_Design">This tutorial</a> shows how to do it in AgentSheets.</p>
<p>There is a <a href="http://drop.io/dlweinreb/asset/the-3rd-hour">three-minute movie</a> showing kids using AgentSheets. It gives a good sense of the kind of game and the level of complexity that AgentSheets is suitable for (although it doesn&#8217;t demonstrate programming itself).</p>
<p>You can also read <a href="http://scalablegamedesign.cs.colorado.edu/wiki/Publications">research papers about the project</a>.</p>
<p>To try it out, you can <a href="http://www.agentsheets.com/products/trial/index.html">download a free trial version</a> with a ten-day license, for MacOS X or Windows.  It costs $120 in single units, less for educators or if you get ten licenses.</p>
<p>As it happens, it&#8217;s written in Common Lisp, which is how I came to hear about it.  But that doesn&#8217;t matter as far as using it is concerned.</p>
<p>The principal investigator is <a href="http://www.cs.colorado.edu/~ralex/">Prof. Alexander Repenning</a> of the University of Colorado.  He has worked at <a href="http://www.parc.xerox.com/">Xerox PARC</a> and <a href="http://www.hp.com">HP</a>, and he has collaborated with researchers at the <a href="http://el.www.media.mit.edu/groups/el/">Epistemology and Learning Group</a> of the MIT Media Lab, LOGO, and <a href="http://www.sri.com">SRI</a> to explore <a href="http://www.cs.colorado.edu/~l3d/systems/legosheets/">programmable LOGO toys</a>.  He has been involved in <a href="http://www.cs.colorado.edu/~ralex/Portfolio.pdf">many other projects</a> as well.</p>
<p>Thanks for telling me about this, Alex!</p>
]]></content:encoded>
			<wfw:commentRss>http://danweinreb.org/blog/agentsheets-learning-programming-for-middle-schoolers/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>These Are a Few of my Favorite Sites and Applications</title>
		<link>http://danweinreb.org/blog/these-are-a-few-of-my-favorite-sites-and-applications</link>
		<comments>http://danweinreb.org/blog/these-are-a-few-of-my-favorite-sites-and-applications#comments</comments>
		<pubDate>Mon, 11 Aug 2008 11:55:49 +0000</pubDate>
		<dc:creator>Dan Weinreb</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Add new tag]]></category>

		<guid isPermaLink="false">http://danweinreb.org/blog/?p=41</guid>
		<description><![CDATA[The Web abounds with valuable free services. Here are some of my favorites, entirely free unless otherwise noted. Jott.com: You call their toll-free number. A voice says &#8220;Who do you want to Jott?&#8221; You say &#8220;myself&#8221;, or a name that you have registed on their web site. The voice says &#8220;Jott yourself&#8221; or the name [...]]]></description>
			<content:encoded><![CDATA[<p>The Web abounds with valuable free services.  Here are some of my favorites, entirely free unless otherwise noted.</p>
<p><a href="http://www.jott.com" target="_blank">Jott.com</a>: You call their toll-free number.  A voice says &#8220;Who do you want to Jott?&#8221;  You say &#8220;myself&#8221;, or a name that you have registed on their web site.  The voice says &#8220;Jott yourself&#8221; or the name of the recipient.  You speak a message.  That&#8217;s it.  Jott sends email to the recipient, containing a transcript of what you said, plus a link to the audio recording in case the transcription isn&#8217;t good enough.  My car has a voice-activated feature to make phone calls &#8212; it talks Bluetooth to my cell phone.  So when I&#8217;m listening to the radio on my commute, and I hear something intersting that I want to follow up on, I just press the &#8220;speak&#8221; button on my steering wheel, say &#8220;Dial Jott&#8221;, and talk to Jott.  It sure beats trying to scribble notes during red lights.</p>
<p><a href=" https://addons.mozilla.org/en-US/firefox/addon/10" target="_blank">AdBlock</a>: The AdBlock Plus extension for Firefox really works.  I block ads because they take too long to download (making my effective browser response time much worse), and the animated ones are much too distracting.  It&#8217;s easy to turn ad blocking off selectively.</p>
<p><a href="http://www.google.com/tools/firefox/toolbar/FT3/intl/en/index.html" target="_blank">Google Toolbar for Firefox</a>: This Firefox extension has a command called AutoFill, that can fill in my name and address and such in most web pages that ask for it.  It saves a lot of tedium.</p>
<p><a href=" http://www.google.com/calendar" target="_blank">Google Calendar</a>: I use this to track all my meetings and appointments.  I can get at it from work and from home.  Sometimes it seems to be somewhat &#8220;down&#8221;, not allowing new entries to be made, but this is rare enough to be acceptable.  The Ajax UI is done very well.  (I used to use the Lightning plugin for Thunderbird, but sharing over the web is important to me.)</p>
<p><a href="http://www.pandora.com" target="_blank">Pandora</a>: You tell it what music you like, and it provides a &#8220;radio station&#8221; that plays the sort of music you like.  It&#8217;s amazingly good at choosing what to play; I would never have believed it.  It has found new artists that I like a lot and otherwise would never have heard of.  I almost always have this on when I&#8217;m working at home.</p>
<p><a href="http://www.xconomy.com" target="_blank">Xconomy</a>: A news magazine covering hi-tech in the Boston (and now Seattle) area, with very high quality reporting.  I read it every day to keep up with what&#8217;s going on around here.  (Full disclosure: Xconomy is a Common Angels company.)</p>
<p><a href="http://www.linkedin.com">LinkedIn</a>: This is the only &#8220;social network&#8221; that I value.  I use it to keep track of where all my old friends and co-workers are, what they&#8217;re doing professionally, and what their latest email address is.  And when I hear about someone in hi-tech, I often look them up to learn more about them.</p>
<p><a href="http://www.timebridge.com" target="_blank">TimeBridge</a>: A free service that helps you set up meetings between many people, finding times that are available for everyone.  It&#8217;s very easy to use.</p>
<p><a href="http://www.carbonite.com">Carbonite</a>: Automatic backup over the web.  It&#8217;s very, very easy to use.  (Full disclosure: Xconomy is a Common Angels company.  The best competitor is Mozy, which my friends say is also very good.)  It&#8217;s not free, but it&#8217;s well worth it.</p>
<p><a href="http://www.axantum.com/AxCrypt/" target="_blank">AxCrypt</a>: Simple file encryption and decryption.  I mainly use this to send encrypted email to a friend with whom I share a passphrase.  One of these days I&#8217;ll learn how to use the OpenPGP facility provided by the Enigmail Thunderbird add-on, if I find anyone else who is using it and with whom I have secrets to discuss.</p>
<p><a href="http://www.squared5.com/" target="_blank">MPEG Streamclip</a> from Squared 5: This one is a free utility for MacOS X.  I use my Mac to edit video (with Final Cut) into DVD&#8217;s, for the <a href="http://www.familyopera.org">North Cambridge Family Opera Company</a>. MPEG Streamclip can &#8220;rip&#8221; video off (unencrypted) DVD&#8217;s and produce virtually any format, including the one that YouTube likes.</p>
<p><a href="http://www.collegedegrees.com/blog/2008/06/17/hack-your-kindle-100-tips-resources-and-tutorials-to-get-more-out-of-the-amazon-kindle" target="_blank">Kindle tips</a>: There are lots of source of free books (legal) and other resources for the Amazon Kindle on this page.  My family is about to leave for a vacation trip in which we can only bring a limited amout of luggage.  We usually bring big piles of books on vacations, but it&#8217;s impossible this time.  So we got a Kindle.  In fact, we got two (his and hers).</p>
<p><a href="http://www.xkcd.com" target="_blank">xkcd.com</a>: My favorite web comic, and the only one I follow.  &#8220;A webcomic of romance, sarcasm, math, and language.&#8221;  Computer hacking, too.  Randall has more profound or funhy things to say about the intersection of science/math/technology and romance/relationships than anyone else.  There&#8217;s an archive of all the past comics.  He has three comics about Lisp, all hilarious.  Buy stuff from his store: that&#8217;s his only source of income (no ads!).</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://danweinreb.org/blog/these-are-a-few-of-my-favorite-sites-and-applications/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
