<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0" xml:base="http://www.lispcast.com/drupal">
<channel>
 <title>LispCast</title>
 <link>http://www.lispcast.com/drupal</link>
 <description />
 <language>en</language>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://www.lispcast.com/drupal/rss.xml" type="application/rss+xml" /><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Fwww.lispcast.com%2Fdrupal%2Frss.xml" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Fwww.lispcast.com%2Fdrupal%2Frss.xml" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Fwww.lispcast.com%2Fdrupal%2Frss.xml" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://www.bloglines.com/sub/http://www.lispcast.com/drupal/rss.xml" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Fwww.lispcast.com%2Fdrupal%2Frss.xml" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://fusion.google.com/add?feedurl=http%3A%2F%2Fwww.lispcast.com%2Fdrupal%2Frss.xml" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Fwww.lispcast.com%2Fdrupal%2Frss.xml" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><item>
 <title>On "solved" problems</title>
 <link>http://www.lispcast.com/drupal/node/82</link>
 <description>&lt;p&gt;I would like to make a distinction between two different kinds of "solved" problems in the software world.&lt;/p&gt;
&lt;p&gt;The first, and least useful, kind of solution is the "existing software" solution.  That is, for a given problem, one can find a software solution that will meet your needs.  For instance, if you need a web server, you can always use Apache.  That kind of solution falls into this category.&lt;/p&gt;
&lt;p&gt;The other kind of solution is more important.  A solution in this category carries with it an understanding of the problem sufficient enough to write software to solve it.  It comes in the form of cultural artifacts: books, papers, and other communications.  If you needed a web server, you could create one yourself with the ideas and abstractions from the solution.  I don't think it exists (yet) for HTTP.  If it does, I'd love to learn about it.  It does exist for sorting.&lt;/p&gt;
&lt;p&gt;Both kinds of solutions are necessary.  But I would like to find more solutions of the second kind.  And this is perhaps the ultimate goal of Computer Science.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/Lispcast?a=ufHDn"&gt;&lt;img src="http://feeds.feedburner.com/~f/Lispcast?i=ufHDn" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Lispcast?a=6nAyN"&gt;&lt;img src="http://feeds.feedburner.com/~f/Lispcast?i=6nAyN" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
 <comments>http://www.lispcast.com/drupal/node/82#comments</comments>
 <pubDate>Sun, 16 Nov 2008 13:55:29 -0600</pubDate>
 <dc:creator>eric</dc:creator>
 <guid isPermaLink="false">82 at http://www.lispcast.com/drupal</guid>
</item>
<item>
 <title>Reusable software</title>
 <link>http://www.lispcast.com/drupal/node/80</link>
 <description>&lt;p&gt;When a student of carpentry wishes to learn to build a ladder, he might study an existing ladder.  He may learn to make each part.  And by so doing, he will learn powerful, reusable concepts.  He will learn the function of a rung as structure and step.  He will learn the value of precision in making a hole for each rung.  He can then use those concepts to build a fine ladder.&lt;/p&gt;
&lt;p&gt;In order to learn, he may also disassemble a ladder and rebuild it from those parts.  He will have a good idea of how the pieces work together.  And given good parts, he can build a fine ladder.&lt;/p&gt;
&lt;p&gt;I wish to do this with software.  I should be able to study an existing piece of software and learn its "parts".  Then I can build a new one myself that suits my needs.&lt;/p&gt;
&lt;p&gt;Or, having found a piece of software, I wish to decompose it to a certain level of abstraction.  And using those abstractions, build my own software, roughly equivalent to the original.&lt;/p&gt;
&lt;p&gt;These are two kinds of reuse: reusing the parts and reusing the ideas.  I wish to do more of these by studying existing software.  I feel that it would advance my art tremendously.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/Lispcast?a=Ex1Nn"&gt;&lt;img src="http://feeds.feedburner.com/~f/Lispcast?i=Ex1Nn" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Lispcast?a=x4rmN"&gt;&lt;img src="http://feeds.feedburner.com/~f/Lispcast?i=x4rmN" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
 <comments>http://www.lispcast.com/drupal/node/80#comments</comments>
 <pubDate>Sat, 15 Nov 2008 16:52:30 -0600</pubDate>
 <dc:creator>eric</dc:creator>
 <guid isPermaLink="false">80 at http://www.lispcast.com/drupal</guid>
</item>
<item>
 <title>Clojure Setup</title>
 <link>http://www.lispcast.com/drupal/node/79</link>
 <description>&lt;p&gt;&lt;embed src="http://blip.tv/play/knjW6W+J6lI" type="application/x-shockwave-flash" width="600" height="450" allowscriptaccess="always" allowfullscreen="true"&gt;&lt;/embed&gt; &lt;/p&gt;
&lt;p&gt;In this video, I set up &lt;a href="http://clojure.org"&gt;Clojure&lt;/a&gt;, the new Lisp that compiles to the JVM.  I get it working using Slime in Aquamacs.  The instructions were borrowed from &lt;a href="http://bc.tech.coop/blog/081023.html"&gt;Bill Clementson's instructions&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This video was recorded at 1280x800.  It is best viewed full-screen.  Use the small monitor icon at the bottom right to view full-screen in the flash player.&lt;/p&gt;
&lt;p&gt;Downloads:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://blip.tv/file/get/Lispcast-LispCastClojureSetup318.mov"&gt;MOV&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blip.tv/file/get/Lispcast-LispCastClojureSetup147.flv"&gt;FLV&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Accompanying files:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/files/clojuresetup/clojure"&gt;clojure shell script&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/Lispcast?a=O6jRm"&gt;&lt;img src="http://feeds.feedburner.com/~f/Lispcast?i=O6jRm" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Lispcast?a=o50VM"&gt;&lt;img src="http://feeds.feedburner.com/~f/Lispcast?i=o50VM" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
 <comments>http://www.lispcast.com/drupal/node/79#comments</comments>
 <pubDate>Fri, 31 Oct 2008 08:33:59 -0600</pubDate>
 <dc:creator>eric</dc:creator>
 <guid isPermaLink="false">79 at http://www.lispcast.com/drupal</guid>
</item>
<item>
 <title>Back from OOPSLA</title>
 <link>http://www.lispcast.com/drupal/node/78</link>
 <description>&lt;p&gt;I am back from OOPSLA.  I had a great time.&lt;/p&gt;
&lt;p&gt;While I did enjoy some of the tutorials and talks, what I enjoyed most was spending time with other Lispers.  It seemed that we had a lot in common.  When we parted ways, I was sad.  I look forward to seeing them again at ILC 2009 in Boston.&lt;/p&gt;
&lt;p&gt;That being said, if you have never been to OOPSLA, I would recommend it.  The jeers and jokes I get from my colleagues about liking Lisp are non-existent.  Even people I talked to who had never used Lisp were either curious or had constructive reasons for not using it.  That was refreshing.&lt;/p&gt;
&lt;p&gt;And if the Lispers I met at OOPSLA were representative of the Lisp community in general, I would say that I can recommend ILC 2009.  I've never been to one before, but I will try my best to make it next year.  See you there.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/Lispcast?a=7Uvim"&gt;&lt;img src="http://feeds.feedburner.com/~f/Lispcast?i=7Uvim" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Lispcast?a=L6EfM"&gt;&lt;img src="http://feeds.feedburner.com/~f/Lispcast?i=L6EfM" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
 <comments>http://www.lispcast.com/drupal/node/78#comments</comments>
 <pubDate>Sat, 25 Oct 2008 14:58:21 -0600</pubDate>
 <dc:creator>eric</dc:creator>
 <guid isPermaLink="false">78 at http://www.lispcast.com/drupal</guid>
</item>
<item>
 <title>13 hours of Lisp</title>
 <link>http://www.lispcast.com/drupal/node/77</link>
 <description>&lt;p&gt;With only a few breaks, Lisp50 went from 8 am to 9 pm Monday at OOPSLA.  The main topic of discussion was the history of Lisp.  It was a long day, but it ended very optimistically focusing on the future.&lt;/p&gt;
&lt;p&gt;Richard Gabriel and Guy Steele went first.  I missed the first part of the talk, but it was a reenactment of a talk they gave a couple of decades ago.  Complete with narration read by Pascal Costanza.  It was a very modern meta-talk.  I got the feeling that if the talk was relevant after 20 years, Common Lisp has stagnated.  But this is not news.&lt;/p&gt;
&lt;p&gt;John L White shared his recollections for a while.  It was hard to follow --- it wandered around.  I got the feeling that it was more about him than about Lisp.&lt;/p&gt;
&lt;p&gt;Herbert Stoyan recounted much of the history of Lisp.  I was excited to hear it, though I think there is so much more to know than he could possibly recount in forty-five minutes.  I wish I could know more detail.  There was a mention by Richard Gabriel that John McCarthy was a horrid programmer.&lt;/p&gt;
&lt;p&gt;Pascal Costanza gave an explanation and demonstration of ContextL.  I had read a little about it, but I have never used it.  It looks really interesting.  While he was demonstrating it, I got a sense of the expressive power it gives you.  I had ideas for using it in some of my projects.  I might make a video of it.&lt;/p&gt;
&lt;p&gt;Guy Steele interviewed John McCarthy over the phone.  John McCarthy was sick and couldn't come.  It was interesting to hear his opinions on programming languages.  He focused mainly on code as data and readable syntax.  He seemed to want to codify common sense.  &lt;/p&gt;
&lt;p&gt;Warren Teitelman talked about developing Interlisp.  He created a lot of the debug and exception facilities we take for granted today.  He also developed some facilities for making his programming sessions more productive.  Specifically, he created automatic typo correction, among other things.  What was revealing was how personal the motivations were.  He developed what would make his life better.  His spellchecker knew the kinds of errors his keyboard typically made: sticking keys and a clunky shift key. So CONDDDD was converted automatically to COND and 8cond was converted to (cond.&lt;/p&gt;
&lt;p&gt;Fritz Kunze gave a talk.  Main conclusion: programmers have Asperger's and Common Lisp is dead.  I have no comments on either of those ideas.&lt;/p&gt;
&lt;p&gt;Kent Pitman gave some good stories about how he came to be the main editor of the Common Lisp ANSI Specification.  It was a combination of luck and seizing opportunities.  Kent was nothing but modest.  I enjoyed the talk.&lt;/p&gt;
&lt;p&gt;William Clinger gave a great presentation on Scheme.  He was eloquent and honest about the strengths and weaknesses of Scheme and its community.  He was very sharp.&lt;/p&gt;
&lt;p&gt;Rich Hickey presented his programming language, Clojure.  This was the talk of the day.  Clojure is a Lisp dialect that runs on the JVM.  It's got a growing community, a lot of innovation, and a buzz of excitement.  It looks fantastic from the presentation and I can't wait to try it out.  On top of that, the older Lispers seemed excited.  The torch was passed.  The presentation was well-timed.  The whole day seemed to lead to the idea that innovation was important, Common Lisp was a political compromise and not a technical ideal, and that something needs to be done.  Then came Clojure.&lt;/p&gt;
&lt;p&gt;The panel discussion was decent.  There was a confirmation of the innovative coolness of Clojure and its potential for popularity.  It was also expressed that Common Lisp needs a package management system.  Kent Pitman reiterated that Common Lisp was never supposed to be the end---it was just a way to define a fixed-point to standardize on.  But innovation has slowed significantly.  Some advice on what the standards body should have done differently was given, but I don't remember it specifically.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/Lispcast?a=8WxUm"&gt;&lt;img src="http://feeds.feedburner.com/~f/Lispcast?i=8WxUm" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Lispcast?a=Ssv3M"&gt;&lt;img src="http://feeds.feedburner.com/~f/Lispcast?i=Ssv3M" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
 <comments>http://www.lispcast.com/drupal/node/77#comments</comments>
 <pubDate>Tue, 21 Oct 2008 21:31:01 -0600</pubDate>
 <dc:creator>eric</dc:creator>
 <guid isPermaLink="false">77 at http://www.lispcast.com/drupal</guid>
</item>
<item>
 <title>OOPSLA First day</title>
 <link>http://www.lispcast.com/drupal/node/76</link>
 <description>&lt;p&gt;My first day at OOPSLA was enjoyable.  I attended a nice tutorial in the morning and worked the info booth the afternoon.&lt;/p&gt;
&lt;p&gt;The tutorial was a hands-on object-oriented design activity.&lt;/p&gt;
&lt;p&gt;Tomorrow, I'll be at Lisp50 all day.  See you there.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/Lispcast?a=Vymsm"&gt;&lt;img src="http://feeds.feedburner.com/~f/Lispcast?i=Vymsm" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Lispcast?a=394TM"&gt;&lt;img src="http://feeds.feedburner.com/~f/Lispcast?i=394TM" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
 <comments>http://www.lispcast.com/drupal/node/76#comments</comments>
 <pubDate>Sun, 19 Oct 2008 20:29:49 -0600</pubDate>
 <dc:creator>eric</dc:creator>
 <guid isPermaLink="false">76 at http://www.lispcast.com/drupal</guid>
</item>
<item>
 <title>In Nashville</title>
 <link>http://www.lispcast.com/drupal/node/75</link>
 <description>&lt;p&gt;I arrived in Nashville this afternoon.  I'm here for OOPSLA 2008 and for Lisp50, the fiftieth anniversary of Lisp.  I'll be working as a student volunteer, so I'll get to the convention center early tomorrow morning.  I believe I will be working the OpenSpace portion of the conference.&lt;/p&gt;
&lt;p&gt;If anyone reading is also at OOPSLA, or if you are in Nashville for any reason, it would be nice to get in touch and meet fellow lispers.&lt;/p&gt;
&lt;p&gt;And I'll try to blog from the sessions I attend.  There will be a few interesting talks at Lisp50 that I am looking forward to.&lt;/p&gt;
&lt;p&gt;See you around.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/Lispcast?a=QP0gm"&gt;&lt;img src="http://feeds.feedburner.com/~f/Lispcast?i=QP0gm" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Lispcast?a=ZZfVM"&gt;&lt;img src="http://feeds.feedburner.com/~f/Lispcast?i=ZZfVM" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
 <comments>http://www.lispcast.com/drupal/node/75#comments</comments>
 <pubDate>Sat, 18 Oct 2008 19:24:20 -0600</pubDate>
 <dc:creator>eric</dc:creator>
 <guid isPermaLink="false">75 at http://www.lispcast.com/drupal</guid>
</item>
<item>
 <title>Episode 8: Continuation-based programming</title>
 <link>http://www.lispcast.com/drupal/node/74</link>
 <description>&lt;p&gt;In this episode, we explore the use of continuations in the development of the Reddit Clone.  First, continuations are explained.  Next, the basic mechanisms for saving and calling continuations from a url are created.  Finally, two processes are reengineered to use continuations.&lt;/p&gt;
&lt;p&gt;&lt;embed src="http://blip.tv/play/knjUi0CJ6lI" type="application/x-shockwave-flash" width="600" height="450" allowscriptaccess="always" allowfullscreen="true"&gt;&lt;/embed&gt; &lt;/p&gt;
&lt;h4&gt;How to watch the video&lt;/h4&gt;
&lt;p&gt;
&lt;ul&gt;
&lt;li&gt;The embedded flash player above is set to 600x450 to fit on the web page.&lt;/li&gt;
&lt;li&gt;The full resolution version is 800x600.&lt;/li&gt;
&lt;li&gt;Don't mind the low quality thumbnail -- it is misleading.&lt;/li&gt;
&lt;li&gt;Click it to watch.&lt;/li&gt;
&lt;li&gt;You will want to watch it fullscreen for better viewing (click the monitor icon at the bottom right of the video).&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;
&lt;h4&gt;You can also download the video&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://blip.tv/file/get/Lispcast-LispCastRedditCloneEpisode8Continuations717.mov"&gt;In MOV format&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blip.tv/file/get/Lispcast-LispCastRedditCloneEpisode8Continuations717.flv"&gt;In FLV format&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blip.tv/file/1371231"&gt;Or watch it at blip.tv&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;Downloads&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/files/episode8/reddit-lisp.lisp"&gt;The source code (reddit-lisp.lisp)&lt;/a&gt; produced in this episode.&lt;/li&gt;
&lt;/ul&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/Lispcast?a=YA1Pm"&gt;&lt;img src="http://feeds.feedburner.com/~f/Lispcast?i=YA1Pm" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Lispcast?a=hESJM"&gt;&lt;img src="http://feeds.feedburner.com/~f/Lispcast?i=hESJM" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
 <comments>http://www.lispcast.com/drupal/node/74#comments</comments>
 <pubDate>Sat, 18 Oct 2008 17:12:31 -0600</pubDate>
 <dc:creator>eric</dc:creator>
 <guid isPermaLink="false">74 at http://www.lispcast.com/drupal</guid>
</item>
<item>
 <title>Why does screencasting on Linux suck?</title>
 <link>http://www.lispcast.com/drupal/node/73</link>
 <description>&lt;p&gt;I have finally gotten myself to work on the eighth episode of LispCast.  Yes, it is on it's way.  It's actually rendering right now.  Then I have to upload it.  Expect it soon.&lt;/p&gt;
&lt;p&gt;As those who have seen the other videos know, I recorded them on a Linux box.  I figured out why I had so much lethargy to overcome: the state of Linux screencasting is abysmal.&lt;/p&gt;
&lt;p&gt;I used XVidCap because it was the only thing that worked.  And by "work" I mean both sometimes it didn't crash and the video files I got from it were readable by the video editor.  Seriously, I must have tried all the software.&lt;/p&gt;
&lt;p&gt;This time, XVidCap crashed every time I hit the record button.  After a day of tinkering with it, I tried changing my video driver.  That made it work better.  Now it was only crashing occasionally.  After fiddling with it, trying over and over again, I finally got videos that I could show to the world.&lt;/p&gt;
&lt;p&gt;And I didn't even want to start trying to use Cinelerra---my normal video editing software.  It crashes continuously.  But it is also the most powerful tool there is on Linux.&lt;/p&gt;
&lt;p&gt;So I decided to use my Mac to record video.  It's well known that video is easy on it.  And I don't have a Windows box.  I bought Screenflow and I've been using it pretty happily since.  It hasn't crashed once.  And after you get past the Mac pseudo-user-friendly interface, it's actually not bad.  I've been playing with what to put in my video, not how do I get this thing to work without crashing.  That's a much more pleasant experience.&lt;/p&gt;
&lt;p&gt;Episode 8 (which is rendering as we speak---it's coming) is a mule: recorded half on Linux and half on Mac.  It will be more than watchable.  But it will also end the series.  I'll start a series of shorter, hopefully better produced videos now that I've put down cash for better software.&lt;/p&gt;
&lt;p&gt;What to expect from the new videos&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Higher resolution.  Why not record at full-screen?&lt;/li&gt;
&lt;li&gt;Shorter but sweeter.  I developed an application before.  New videos will probably be more look-at-this-feature or hey-look-what-I-did in feel.&lt;/li&gt;
&lt;li&gt;Shiny and Cocoa&lt;/li&gt;
&lt;li&gt;Better produced.  Embedding graphics, callouts, and other fun things is easier&lt;/li&gt;
&lt;li&gt;More plentiful.  It shouldn't be as much of a chore to get it going.&lt;/li&gt;
&lt;li&gt;Quicktime.  Sorry, open-sourcers: I have had so much trouble with OGG that I'm just giving up.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I'm always open to suggestions as to content.  Leave a comment if you want something in particular.&lt;/p&gt;
&lt;p&gt;And stay tuned for the next video.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/Lispcast?a=mztKm"&gt;&lt;img src="http://feeds.feedburner.com/~f/Lispcast?i=mztKm" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Lispcast?a=SfGlM"&gt;&lt;img src="http://feeds.feedburner.com/~f/Lispcast?i=SfGlM" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
 <comments>http://www.lispcast.com/drupal/node/73#comments</comments>
 <pubDate>Fri, 17 Oct 2008 21:59:01 -0600</pubDate>
 <dc:creator>eric</dc:creator>
 <guid isPermaLink="false">73 at http://www.lispcast.com/drupal</guid>
</item>
<item>
 <title>Evidence that I am not crazy</title>
 <link>http://www.lispcast.com/drupal/node/72</link>
 <description>&lt;p&gt;A while ago I posted an article called &lt;a href="http://www.lispcast.com/drupal/node/55"&gt;"Java is not Object Oriented"&lt;/a&gt;.  It was about the direction Java is evolving.  But I came to regret my choice of title.  People were thrown off.  Many comments were insulting.  Many comments just missed the point.  I knew that I had a good, clean, controversial topic.&lt;/p&gt;
&lt;p&gt;So I was very happy when I saw &lt;a href="http://memeagora.blogspot.com/2008/10/library-oriented-programming.html"&gt;this post today&lt;/a&gt;.  Neal expresses it better than I ever have.  To quote him: "In the same way that C isn't a \"Non-GOTO\" language, I contend that Java is no longer an object-oriented language."  This is my point exactly.&lt;/p&gt;
&lt;p&gt;If you are intrigued by the idea, read &lt;a href="http://lispcast.com/drupal/node/57"&gt;The Paradigm Cycle&lt;/a&gt; and &lt;a href="http://lispcast.com/drupal/node/62"&gt;Java is evolving&lt;/a&gt;.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/Lispcast?a=Zfozm"&gt;&lt;img src="http://feeds.feedburner.com/~f/Lispcast?i=Zfozm" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Lispcast?a=qhsQM"&gt;&lt;img src="http://feeds.feedburner.com/~f/Lispcast?i=qhsQM" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
 <comments>http://www.lispcast.com/drupal/node/72#comments</comments>
 <pubDate>Tue, 07 Oct 2008 12:38:49 -0600</pubDate>
 <dc:creator>eric</dc:creator>
 <guid isPermaLink="false">72 at http://www.lispcast.com/drupal</guid>
</item>
</channel>
</rss>
