<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:planet="http://planet.intertwingly.net/" xmlns:indexing="urn:atom-extension:indexing" indexing:index="no"><access:restriction xmlns:access="http://www.bloglines.com/about/specs/fac-1.0" relationship="deny"/>
  <title>Planet Smalltalk</title>
  <updated>2010-02-09T08:02:31Z</updated>
  <generator uri="http://intertwingly.net/code/venus/">Venus</generator>
  <author>
    <name>Planet Smalltalk</name>
    <email>Planet Smalltalk</email>
  </author>
  <id>http://planet.smalltalk.org/atom.xml</id>
  <link href="http://planet.smalltalk.org/atom.xml" rel="self" type="application/atom+xml"/>
  <link href="http://planet.smalltalk.org/" rel="alternate"/>

  <entry xml:lang="en-us">
    <id>http://www.cincomsmalltalk.com/blog/3443077929</id>
    <link href="http://www.cincomsmalltalk.com/blog/blogView?showComments=true&amp;printTitle=Smalltalk_Daily_02/08/10:_Extending_the_FileBrowser&amp;entry=3443077929" rel="alternate" type="text/html"/>
    <link href="http://www.cincomsmalltalk.com/casts/stDaily/2010/smalltalk_daily-02-08-10-iPhone.m4v" length="7419468" rel="enclosure" type="application/octet-stream"/>
    <title>Smalltalk Daily 02/08/10: Extending the FileBrowser</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div>

<p>Today's <a href="http://smalltalk-daily.cincomsmalltalk.com">Smalltalk Daily</a> looks at a package that extends the FileBrowser with some useful features. To watch, click on the viewer below:</p>

<p>
<!--
	QT_WritePoster_XHTML('Click to Play', '/casts/stDaily/2010/smalltalk_daily-02-08-10-poster.jpg',
		'/casts/stDaily/2010/smalltalk_daily-02-08-10.mov',
		'640', '496', '',
		'controller', 'true',
		'autoplay', 'true',
		'bgcolor', 'black',
		'scale', 'aspect');
//-->
<noscript>

	
	
	
	
	
	
	
	

</noscript>

</p>

<p>If you have trouble viewing that directly, you can <a href="http://www.cincomsmalltalk.com/casts/stDaily/2010/smalltalk_daily-02-08-10-lg.mp4">click here</a> to download the video directly</p>



<p>You can also watch it on YouTube:</p>

<p>

</p>



<!-- technorati tags start --><p style="text-align: right; font-size: 10px;">Technorati Tags: 
<a href="http://www.technorati.com/tag/filebrowser" rel="tag">filebrowser</a>, <a href="http://www.technorati.com/tag/tools" rel="tag">tools</a></p><!-- technorati tags end -->
</div></div>
    </summary>
    <content>A look at some simple extensions to the file browser</content>
    <updated>2010-02-08T10:32:09Z</updated>
    <category term="smalltalkDaily"/>
    <category scheme="http://www.itunes.com/" term="smalltalk,"/>
    <category scheme="http://www.itunes.com/" term="dynamic,"/>
    <category scheme="http://www.itunes.com/" term="filebrowser,"/>
    <category scheme="http://www.itunes.com/" term="tools"/>
    <author>
      <name>James Robertson</name>
    </author>
    <source>
      <id>http://www.cincomsmalltalk.com/userblogs/cincom/blogView?content=smalltalkDaily</id>
      <logo>http://www.cincomsmalltalk.com/images/smalltalk_videos300.png</logo>
      <category scheme="http://www.itunes.com/" term="smalltalk,cincom"/>
      <category scheme="http://www.itunes.com/" term="smalltalk,visualworks,objectstudio,web"/>
      <category scheme="http://www.itunes.com/" term="velocity,ruby,software"/>
      <category scheme="http://www.itunes.com/" term="development,IDE,object"/>
      <category scheme="http://www.itunes.com/" term="oriented"/>
      <category scheme="http://www.itunes.com/" term="Technology"/>
      <author>
        <name>James Robertson</name>
      </author>
      <link href="http://www.cincomsmalltalk.com/userblogs/cincom/blogView?content=smalltalkDaily" rel="alternate" type="text/html"/>
      <link href="http://www.cincomsmalltalk.com/rssBlog/blog_smalltalkDaily.xml" rel="self" type="application/rss+xml"/>
      <rights>Copyright 2007 Cincom Systems, Inc.</rights>
      <subtitle>Smalltalk Daily</subtitle>
      <title>Smalltalk Daily</title>
      <updated>2010-02-08T15:32:09Z</updated>
    </source>
  </entry>

  <entry>
    <id>tag:blogger.com,1999:blog-8799552733448267702.post-3497975740530096535</id>
    <link href="http://pharocasts.blogspot.com/feeds/3497975740530096535/comments/default" rel="replies" type="application/atom+xml"/>
    <link href="http://pharocasts.blogspot.com/2010/02/programming-with-live-objects.html#comment-form" rel="replies" type="text/html"/>
    <link href="http://www.blogger.com/feeds/8799552733448267702/posts/default/3497975740530096535" rel="edit" type="application/atom+xml"/>
    <link href="http://www.blogger.com/feeds/8799552733448267702/posts/default/3497975740530096535" rel="self" type="application/atom+xml"/>
    <link href="http://pharocasts.blogspot.com/2010/02/programming-with-live-objects.html" rel="alternate" type="text/html"/>
    <title>Programming with live objects</title>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">Write a moving turtle (you need a bit of imagination) with Morphic and see how to extend and debug a running object ! <br/><br/>Download screencast (800x600): <a href="http://lolgzs.free.fr/pharocasts/programming_with_live_objects.mpeg"> .mpeg, 25.4 MB</a>, <a href="http://lolgzs.free.fr/pharocasts/programming_with_live_objects.mov"> .mov, 49.4 MB</a><br/><br/><br/><br/>Load the source code:<code><pre>Gofer new<br/> squeaksource: 'Pharocasts';<br/> package: 'ProgrammingWithLiveObjects';<br/> load.</pre></code><br/><br/>Create a new moving turtle:<code><pre>Turtle new <br/>        openInWorld; <br/>        goAt: 300@300</pre></code><br/><br/>This screencast was inspired by <a href="http://www.iam.unibe.ch/~ducasse/Programmez/OnTheWeb/Art4-Class.pdf">a tutorial from S.Ducasse (in french)</a>.<br/><br/><a href="http://en.wikipedia.org/wiki/Trigonometry#Overview">If you need reminders about trigonometry :)</a><div class="blogger-post-footer"><img alt="" height="1" src="https://blogger.googleusercontent.com/tracker/8799552733448267702-3497975740530096535?l=pharocasts.blogspot.com" width="1"/></div></div>
    </content>
    <updated>2010-02-07T22:01:00Z</updated>
    <published>2010-02-07T21:11:00Z</published>
    <category scheme="http://www.blogger.com/atom/ns#" term="tools"/>
    <author>
      <name>Laurent Laffont</name>
      <email>noreply@blogger.com</email>
      <uri>http://www.blogger.com/profile/03349273143701067848</uri>
    </author>
    <source>
      <id>tag:blogger.com,1999:blog-8799552733448267702</id>
      <author>
        <name>Laurent Laffont</name>
        <email>noreply@blogger.com</email>
        <uri>http://www.blogger.com/profile/03349273143701067848</uri>
      </author>
      <link href="http://pharocasts.blogspot.com/feeds/posts/default" rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml"/>
      <link href="http://www.blogger.com/feeds/8799552733448267702/posts/default" rel="self" type="application/atom+xml"/>
      <link href="http://pharocasts.blogspot.com/" rel="alternate" type="text/html"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <subtitle type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">Pharo screencasts, open source Smalltalk environment. 
<a href="http://pharo-project.org">http://pharo-project.org</a></div>
      </subtitle>
      <title>Pharocasts</title>
      <updated>2010-02-08T20:19:22Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://squeakboard.wordpress.com/?p=248</id>
    <link href="http://squeakboard.wordpress.com/2010/02/07/preliminary-agenda-for-2172010/" rel="alternate" type="text/html"/>
    <title>Preliminary Agenda for 2/17/2010</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">Squeak 4.0 and SFC
Free server hosting options
Promotion and Visibility of Squeak
Development Progress
Squeak Swiki Improvement
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=squeakboard.wordpress.com&amp;blog=7042622&amp;post=248&amp;subd=squeakboard&amp;ref=&amp;feed=1"/></div>
    </summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><br/><p>Squeak 4.0 and SFC</p>
<p>Free server hosting options</p>
<p>Promotion and Visibility of Squeak</p>
<p>Development Progress</p>
<p>Squeak Swiki Improvement</p>
  <a href="http://feeds.wordpress.com/1.0/gocomments/squeakboard.wordpress.com/248/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/squeakboard.wordpress.com/248/"/></a> <a href="http://feeds.wordpress.com/1.0/godelicious/squeakboard.wordpress.com/248/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/squeakboard.wordpress.com/248/"/></a> <a href="http://feeds.wordpress.com/1.0/gostumble/squeakboard.wordpress.com/248/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/squeakboard.wordpress.com/248/"/></a> <a href="http://feeds.wordpress.com/1.0/godigg/squeakboard.wordpress.com/248/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/squeakboard.wordpress.com/248/"/></a> <a href="http://feeds.wordpress.com/1.0/goreddit/squeakboard.wordpress.com/248/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/squeakboard.wordpress.com/248/"/></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=squeakboard.wordpress.com&amp;blog=7042622&amp;post=248&amp;subd=squeakboard&amp;ref=&amp;feed=1"/></div>
    </content>
    <updated>2010-02-07T21:09:23Z</updated>
    <category term="Meetings"/>
    <author>
      <name>Ken Causey</name>
    </author>
    <source>
      <id>http://squeakboard.wordpress.com</id>
      <logo>http://www.gravatar.com/blavatar/cf590eaee57ee2480cda970c27483916?s=96&amp;d=http://s.wordpress.com/i/buttonw-com.png</logo>
      <link href="http://squeakboard.wordpress.com/feed/" rel="self" type="application/atom+xml"/>
      <link href="http://squeakboard.wordpress.com" rel="alternate" type="text/html"/>
      <link href="http://squeakboard.wordpress.com/osd.xml" rel="search" type="application/opensearchdescription+xml"/>
      <subtitle>Communicating with the Squeak and greater Dynamic Languages Community</subtitle>
      <title>The Squeak Oversight Board Blog</title>
      <updated>2010-02-07T23:00:27Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://squeakboard.wordpress.com/?p=243</id>
    <link href="http://squeakboard.wordpress.com/2010/02/07/meeting-report-for-232010/" rel="alternate" type="text/html"/>
    <title>Meeting Report for 2/3/2010</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">Once again everyone was present and accounted for today: Jecel Mattos de Assumpção Jr, Ken Causey, Bert Freudenberg, Craig Latta, Andreas Raab, Randal Schwartz, and Igor Stasenko.
While we are reviewing other issues are focus right now is primarily on completing the process involved in releasing Squeak 4.0 and joining the Software Freedom Conservancy.  We are [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=squeakboard.wordpress.com&amp;blog=7042622&amp;post=243&amp;subd=squeakboard&amp;ref=&amp;feed=1"/></div>
    </summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><br/><p>Once again everyone was present and accounted for today: Jecel Mattos de Assumpção Jr, Ken Causey, Bert Freudenberg, Craig Latta, Andreas Raab, Randal Schwartz, and Igor Stasenko.</p>
<p>While we are reviewing other issues are focus right now is primarily on completing the process involved in releasing Squeak 4.0 and joining the <a href="http://conservancy.softwarefreedom.org/">Software Freedom Conservancy</a>.  We are still checking facts and looking for possible problems but the chances look good for an imminent (small number of weeks) release.  One aspect of that is actually taking care of the packaging of 4.0 and updating places where the licensing of Squeak is referenced.  Expect a post on <a href="http://lists.squeakfoundation.org/mailman/listinfo/squeak-dev">squeak-dev</a> soon to discuss this issue and hammer out the details.</p>
<p>We spent much of the rest of the meeting discussing the election process.  Part of our agreement with the SFC specifies how the ‘governing committee’ (AKA Squeak Oversight Board) is formed.  After the retirement of the SqueakPeople website was which was an integral part of forming the voters list for the Oversight Board election the process has temporarily become somewhat informal.  After discussing this in some detail we realized that trying to formalize things a bit more this year would likely just disrupt the upcoming election and so we ultimately decided to set this issue aside for now.  After the election the new Oversight Board and the Election Team should work on this issue with the assistance of the entire community.</p>
<p>Thanks to Chris Cunnington with assistance from others on squeak-dev i<a href="http://www.squeak.org/Documentation/Installation/#h-5">nstructions on how to install Seaside on Squeak</a> were placed on the Squeak website and linked to from the Seaside website.  As a community we fully intend to ensure that Seaside continues to run on Squeak.</p>
<p>Our next meeting is scheduled for 2/17/2010.</p>
  <a href="http://feeds.wordpress.com/1.0/gocomments/squeakboard.wordpress.com/243/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/squeakboard.wordpress.com/243/"/></a> <a href="http://feeds.wordpress.com/1.0/godelicious/squeakboard.wordpress.com/243/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/squeakboard.wordpress.com/243/"/></a> <a href="http://feeds.wordpress.com/1.0/gostumble/squeakboard.wordpress.com/243/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/squeakboard.wordpress.com/243/"/></a> <a href="http://feeds.wordpress.com/1.0/godigg/squeakboard.wordpress.com/243/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/squeakboard.wordpress.com/243/"/></a> <a href="http://feeds.wordpress.com/1.0/goreddit/squeakboard.wordpress.com/243/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/squeakboard.wordpress.com/243/"/></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=squeakboard.wordpress.com&amp;blog=7042622&amp;post=243&amp;subd=squeakboard&amp;ref=&amp;feed=1"/></div>
    </content>
    <updated>2010-02-07T21:07:47Z</updated>
    <category term="Meetings"/>
    <author>
      <name>Ken Causey</name>
    </author>
    <source>
      <id>http://squeakboard.wordpress.com</id>
      <logo>http://www.gravatar.com/blavatar/cf590eaee57ee2480cda970c27483916?s=96&amp;d=http://s.wordpress.com/i/buttonw-com.png</logo>
      <link href="http://squeakboard.wordpress.com/feed/" rel="self" type="application/atom+xml"/>
      <link href="http://squeakboard.wordpress.com" rel="alternate" type="text/html"/>
      <link href="http://squeakboard.wordpress.com/osd.xml" rel="search" type="application/opensearchdescription+xml"/>
      <subtitle>Communicating with the Squeak and greater Dynamic Languages Community</subtitle>
      <title>The Squeak Oversight Board Blog</title>
      <updated>2010-02-07T23:00:27Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-us">
    <id>http://www.cincomsmalltalk.com/blog/3443015384</id>
    <link href="http://www.cincomsmalltalk.com/blog/blogView?showComments=true&amp;printTitle=Industry_Misinterpretations_174:_Cincom_Smalltalk_Releases_for_December_2009&amp;entry=3443015384" rel="alternate" type="text/html"/>
    <link href="http://www.cincomsmalltalk.com/audio/2010/industry_misinterpretations174.mp3" length="16051518" rel="enclosure" type="audio/mpeg"/>
    <title>[Smalltalk Tidbits, Industry Rants] Industry Misinterpretations 174: Cincom Smalltalk Releases for December 2009</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div>

<p>This week's podcast is the audio for a presentation I gave to the Toronto Smalltalk User's Group last month, on January 26th - it's an overview of the products we released in 2009:</p><ul>
			<li><a href="http://www.web-velocity.com">WebVelocity 1.0</a> (August)</li>
		<li><a href="http://www.cincomsmalltalk.com/userblogs/cincom/smalltalk.ssp">ObjectStudio 8.2</a> (December)</li>
	<li><a href="http://www.cincomsmalltalk.com/userblogs/cincom/smalltalk.ssp">VisualWorks 7.7</a> (December)</li></ul>
<p>You can grab the slides <a href="http://www.cincomsmalltalk.com/audio/2010/slides/cstReleases2009.pdf">here</a>.</p>

<p>To listen now, you can either download the <a href="http://www.cincomsmalltalk.com/audio/2010/industry_misinterpretations174.mp3">mp3 edition</a>, or the <a href="http://www.cincomsmalltalk.com/audio/2010/industry_misinterpretations174.m4a">AAC edition</a>.  The AAC edition comes with chapter markers.  You can subscribe to either edition of the podcast directly in iTunes; just search for Smalltalk and look in the Podcast results.  You can subscribe to the mp3 edition directly using <a href="http://www.cincomsmalltalk.com/rssBlog/blog_podcast.xml">this feed</a>, or the AAC edition using <a href="http://www.cincomsmalltalk.com/rssBlog/blog_podcastAAC.xml">this feed</a> using any podcatching software.</p>

<p>To listen immediately, use the player below:</p>

<p>

</p>

<p>If you like the music we use, please visit <a href="http://www.joshwoodward.com/">Josh Woodward's site</a>.  We use the song <a href="http://www.joshwoodward.com/mod/song/view_song.php?song_id=96&amp;album_id=9">Effortless</a> for our intro/outro music.  I'm sure he'd appreciate your support!</p>

<p>If you have feedback, send it to <a href="mailto:smalltalkpodcasts@cincom.com">smalltalkpodcasts@cincom.com</a> - or visit us on <a href="http://www.facebook.com/group.php?gid=5526858648">Facebook</a> or <a href="http://smalltalkers.ning.com/">Ning</a> - you can vote for the <a href="http://www.podcastalley.com/podcast_details.php?pod_id=39824">Podcast Alley</a>, and subscribe on <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=201263039">iTunes.</a> If you enjoy the podcast, pass the word - we would love to have more people hear about Smalltalk!</p>



<!-- technorati tags start --><p style="text-align: right; font-size: 10px;">Technorati Tags: 
<a href="http://www.technorati.com/tag/smalltalk" rel="tag">smalltalk</a>, <a href="http://www.technorati.com/tag/product release" rel="tag">product release</a>, <a href="http://www.technorati.com/tag/objectstudio" rel="tag">objectstudio</a>, <a href="http://www.technorati.com/tag/visualworks" rel="tag">visualworks</a>, <a href="http://www.technorati.com/tag/webvelocity" rel="tag">webvelocity</a></p><!-- technorati tags end -->
</div></div>
    </summary>
    <content>James Robertson gives an overview of the 2009 releases for WebVelocity, ObjectStudio, and VisualWorks, at the Toronto Smalltalk user's group meeting on January 26th, 2010</content>
    <updated>2010-02-07T17:09:44Z</updated>
    <category term="podcast"/>
    <category scheme="http://www.itunes.com/" term="smalltalk,"/>
    <category scheme="http://www.itunes.com/" term="dynamic,"/>
    <category scheme="http://www.itunes.com/" term="objectstudio,"/>
    <category scheme="http://www.itunes.com/" term="visualworks,"/>
    <category scheme="http://www.itunes.com/" term="webvelocity"/>
    <author>
      <name>James Robertson</name>
    </author>
    <source>
      <id>http://www.cincomsmalltalk.com/blog/blogView</id>
      <logo>http://www.cincomsmalltalk.com/images/cst_small.jpg</logo>
      <author>
        <name>James A. Robertson</name>
      </author>
      <link href="http://www.cincomsmalltalk.com/blog/blogView" rel="alternate" type="text/html"/>
      <link href="http://www.cincomsmalltalk.com/rssBlog/blog-stonly.xml" rel="self" type="application/rss+xml"/>
      <rights>Copyright 2007 Cincom Systems, Inc.</rights>
      <subtitle>Cincom Product Manager</subtitle>
      <title>Smalltalk Tidbits, Industry Rants - Smalltalk</title>
      <updated>2010-02-09T07:43:44Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://smalltalk.gnu.org/468 at http://smalltalk.gnu.org</id>
    <link href="http://smalltalk.gnu.org/blog/nico/automatic-ajax-file-upload-iliad" rel="alternate" type="text/html"/>
    <title>Automatic AJAX file upload in Iliad</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>Until now with Iliad it wasn't possible to use the javascript layer to send an AJAX request when uploading files in a form. The problem with traditional file uploads is that it doesn't feel good with modern web applications, especially applications heavily using AJAX like iliad ones.</p>

<p>Since it's not possible to upload files using the browser's XMLHttpRequest  object, I choose to use the well known technique of the hidden iframe used as the target of the form, combined with a real XMLHttpRequest used to update dirty widgets once the first request is complete.</p>

<p>Here is how it looks like together with Formula:</p>

<p><img src="http://dl.dropbox.com/u/1127795/file-upload.png"/><br/>
<br/><br/>
<img src="http://dl.dropbox.com/u/1127795/file_upload2.png"/><br/>
<br/></p><p><a href="http://smalltalk.gnu.org/blog/nico/automatic-ajax-file-upload-iliad">read more</a></p></div>
    </summary>
    <updated>2010-02-07T15:35:40Z</updated>
    <category scheme="http://smalltalk.gnu.org/tags/iliad" term="iliad"/>
    <author>
      <name>Nicolas Petton</name>
    </author>
    <source>
      <id>http://smalltalk.gnu.org/blog</id>
      <link href="http://smalltalk.gnu.org/blog" rel="alternate" type="text/html"/>
      <link href="http://smalltalk.gnu.org/blog/feed" rel="self" type="application/rss+xml"/>
      <title>GNU Smalltalk blogs</title>
      <updated>2010-02-09T08:00:58Z</updated>
    </source>
  </entry>

  <entry>
    <id>http://smalltalkjobs.dabbledb.com/dabble/smalltalkjobs?view=5193&amp;entry=136503</id>
    <link href="http://smalltalkjobs.dabbledb.com/dabble/smalltalkjobs?view=5193&amp;entry=136503" rel="alternate" type="text/html"/>
    <title>Software Developer</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><b>Title: </b>Software Developer<br/><b>Required skills: </b>OO Programming<br/><b>Wanted skills: </b>Relational Databases, Smalltalk, Good knowledge of the credit and rates business, FX and interest rate products such as swaps, options, futures, securities, Sybase, Oracle<br/><b>Region: </b>Asia<br/><b>Location: </b>Hong Kong<br/><b>Type: </b>Permanent<br/><b>Advertised by: </b>JPMorgan Chase<br/><b>Advertised by » More details: </b><a href="https://jpmchase.taleo.net/careersection/2/jobdetail.ftl?lang=en&amp;job=100003996&amp;src=JB-14004">jpmchase.taleo.net</a><br/><b>Notes: </b><br/><b>Last Modified: </b>yesterday</div>
    </summary>
    <updated>2010-02-07T09:50:01Z</updated>
    <source>
      <id>http://smalltalkjobs.dabbledb.com/publish/smalltalkjobs/386c92c4-6be5-4aa4-8ef1-878205adf77a/today.html</id>
      <author>
        <name>Smalltalk Jobs</name>
      </author>
      <link href="http://smalltalkjobs.dabbledb.com/publish/smalltalkjobs/386c92c4-6be5-4aa4-8ef1-878205adf77a/today.html" rel="alternate" type="text/html"/>
      <link href="http://smalltalkjobs.dabbledb.com/publish/smalltalkjobs/386c92c4-6be5-4aa4-8ef1-878205adf77a/rss" rel="self" type="application/rss+xml"/>
      <title>Today</title>
      <updated>2010-02-09T08:02:16Z</updated>
    </source>
  </entry>

  <entry>
    <id>http://smalltalkjobs.dabbledb.com/dabble/smalltalkjobs?view=5193&amp;entry=136552</id>
    <link href="http://smalltalkjobs.dabbledb.com/dabble/smalltalkjobs?view=5193&amp;entry=136552" rel="alternate" type="text/html"/>
    <title>Senior Software Developer</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><b>Title: </b>Senior Software Developer<br/><b>Required skills: </b>OO Programming<br/><b>Wanted skills: </b>Relational Databases, Smalltalk, Good knowledge of the credit and rates business, FX and interest rate products such as swaps, options, futures, securities, Sybase, Oracle<br/><b>Region: </b>Asia<br/><b>Location: </b>Hong Kong<br/><b>Type: </b>Permanent<br/><b>Advertised by: </b>JPMorgan Chase<br/><b>Advertised by » More details: </b><a href="https://jpmchase.taleo.net/careersection/2/jobdetail.ftl?lang=en&amp;job=100001991&amp;src=JB-14004">jpmchase.taleo.net</a><br/><b>Notes: </b><br/><b>Last Modified: </b>yesterday</div>
    </summary>
    <updated>2010-02-07T09:49:38Z</updated>
    <source>
      <id>http://smalltalkjobs.dabbledb.com/publish/smalltalkjobs/386c92c4-6be5-4aa4-8ef1-878205adf77a/today.html</id>
      <author>
        <name>Smalltalk Jobs</name>
      </author>
      <link href="http://smalltalkjobs.dabbledb.com/publish/smalltalkjobs/386c92c4-6be5-4aa4-8ef1-878205adf77a/today.html" rel="alternate" type="text/html"/>
      <link href="http://smalltalkjobs.dabbledb.com/publish/smalltalkjobs/386c92c4-6be5-4aa4-8ef1-878205adf77a/rss" rel="self" type="application/rss+xml"/>
      <title>Today</title>
      <updated>2010-02-09T08:02:24Z</updated>
    </source>
  </entry>

  <entry>
    <id>http://smalltalkjobs.dabbledb.com/dabble/smalltalkjobs?view=5193&amp;entry=136446</id>
    <link href="http://smalltalkjobs.dabbledb.com/dabble/smalltalkjobs?view=5193&amp;entry=136446" rel="alternate" type="text/html"/>
    <title>Kapital Operator L1</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><b>Title: </b>Kapital Operator L1<br/><b>Required skills: </b>OO Programming, Excellent communication skills, Shell Scripts, Unix<br/><b>Wanted skills: </b>Banking or financial services, Smalltalk, Understanding of the Rates/Credit Hybrids/Flow businesses<br/><b>Region: </b>India<br/><b>Location: </b>Mumbai, India<br/><b>Type: </b>Permanent<br/><b>Advertised by: </b>JPMorgan Chase<br/><b>Advertised by » More details: </b><a href="https://jpmchase.taleo.net/careersection/2/jobdetail.ftl?lang=en&amp;job=100007540&amp;src=JB-14004">jpmchase.taleo.net</a><br/><b>Notes: </b><br/><b>Last Modified: </b>yesterday</div>
    </summary>
    <updated>2010-02-07T09:35:05Z</updated>
    <source>
      <id>http://smalltalkjobs.dabbledb.com/publish/smalltalkjobs/386c92c4-6be5-4aa4-8ef1-878205adf77a/today.html</id>
      <author>
        <name>Smalltalk Jobs</name>
      </author>
      <link href="http://smalltalkjobs.dabbledb.com/publish/smalltalkjobs/386c92c4-6be5-4aa4-8ef1-878205adf77a/today.html" rel="alternate" type="text/html"/>
      <link href="http://smalltalkjobs.dabbledb.com/publish/smalltalkjobs/386c92c4-6be5-4aa4-8ef1-878205adf77a/rss" rel="self" type="application/rss+xml"/>
      <title>Today</title>
      <updated>2010-02-09T08:02:26Z</updated>
    </source>
  </entry>

  <entry>
    <id>http://smalltalkjobs.dabbledb.com/dabble/smalltalkjobs?view=5193&amp;entry=133164</id>
    <link href="http://smalltalkjobs.dabbledb.com/dabble/smalltalkjobs?view=5193&amp;entry=133164" rel="alternate" type="text/html"/>
    <title>IB Tech - Applications Support Analyst - Associate</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><b>Title: </b>IB Tech - Applications Support Analyst - Associate<br/><b>Required skills: </b>Linux system administration, Solaris system administration, New server configuration, Network communications, Gemstone, Debugging skills, Shell Scripts, Network storage solutions, UNIX<br/><b>Wanted skills: </b>Samba administration, Gemstone DBA, Smalltalk, Citrix administration<br/><b>Region: </b>India<br/><b>Location: </b>Mumbai, India<br/><b>Type: </b>Permanent<br/><b>Advertised by: </b>JPMorgan Chase<br/><b>Advertised by » More details: </b><a href="https://jpmchase.taleo.net/careersection/2/jobdetail.ftl?lang=en&amp;job=100007491&amp;src=JB-14004">jpmchase.taleo.net</a><br/><b>Notes: </b>This position has been re-listed. 2/6/10 JTS.<br/><b>Last Modified: </b>yesterday</div>
    </summary>
    <updated>2010-02-07T09:26:35Z</updated>
    <source>
      <id>http://smalltalkjobs.dabbledb.com/publish/smalltalkjobs/386c92c4-6be5-4aa4-8ef1-878205adf77a/today.html</id>
      <author>
        <name>Smalltalk Jobs</name>
      </author>
      <link href="http://smalltalkjobs.dabbledb.com/publish/smalltalkjobs/386c92c4-6be5-4aa4-8ef1-878205adf77a/today.html" rel="alternate" type="text/html"/>
      <link href="http://smalltalkjobs.dabbledb.com/publish/smalltalkjobs/386c92c4-6be5-4aa4-8ef1-878205adf77a/rss" rel="self" type="application/rss+xml"/>
      <title>Today</title>
      <updated>2010-02-09T08:02:28Z</updated>
    </source>
  </entry>

  <entry>
    <id>http://smalltalkjobs.dabbledb.com/dabble/smalltalkjobs?view=5193&amp;entry=134032</id>
    <link href="http://smalltalkjobs.dabbledb.com/dabble/smalltalkjobs?view=5193&amp;entry=134032" rel="alternate" type="text/html"/>
    <title>Smalltalk Developers (multiple positions)</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><b>Title: </b>Smalltalk Developers (multiple positions)<br/><b>Required skills: </b>OO Programming, OO Design, Excellent communication skills, VisualAge<br/><b>Region: </b>United States<br/><b>Location: </b>Cleveland, OH<br/><b>Type: </b>Contract<br/><b>Length: </b>6+ Months<br/><b>Advertised by: </b>S &amp; P Solutions, Precision System Design, Ajilon, Ajilon, Cynergies Solutions Group, Chagrin Consulting Services, Ajilon, Robert Half Technology<br/><b>Advertised by » More details: </b><a href="http://www.net-temps.com/job/mf7g/C-10004-6/sr_smalltalk_programmer.html?r=ind&amp;utm_source=Indeed&amp;utm_medium=organic&amp;utm_campaign=Indeed">www.net-temps.com</a>, <a href="http://www.twitjobsearch.com/redirect/17391e">www.twitjobsearch.com</a>, <a href="http://seeker.dice.com/jobsearch/servlet/JobSearch?op=302&amp;dockey=xml/1/7/1705ff1b038ce01f6f85ce8eb2abe5e5@endecaindex&amp;source=18">seeker.dice.com</a>, <a href="http://jobview.monster.com/GetJob.aspx?JobID=85947615&amp;aid=34652217&amp;WT.mc_n=JSAHG10">jobview.monster.com</a>, <a href="http://seeker.dice.com/jobsearch/servlet/JobSearch?op=101&amp;dockey=xml/4/8/480d01905477bd690a4bb5da5c0ce338@endecaindex&amp;c=1&amp;source=20">seeker.dice.com</a>, <a href="http://www.twitjobsearch.com/redirect/178129">www.twitjobsearch.com</a>, <a href="http://www.ajilonconsulting.com/consulting/JobSearch/Pages/JobDetails.aspx?jobid=15448245">www.ajilonconsulting.com</a>, <a href="http://seeker.dice.com/jobsearch/servlet/JobSearch?op=302&amp;dockey=xml/0/5/051680b4e666c5cc98654b01583897d5@endecaindex&amp;source=18">seeker.dice.com</a><br/><b>Notes: </b>Added another version of the position URL. 1/16/10, 1/19/10, 1/30/10, 2/6/10 JTS.<br/><b>Last Modified: </b>6 February 2010</div>
    </summary>
    <updated>2010-02-07T05:05:28Z</updated>
    <source>
      <id>http://smalltalkjobs.dabbledb.com/publish/smalltalkjobs/386c92c4-6be5-4aa4-8ef1-878205adf77a/today.html</id>
      <author>
        <name>Smalltalk Jobs</name>
      </author>
      <link href="http://smalltalkjobs.dabbledb.com/publish/smalltalkjobs/386c92c4-6be5-4aa4-8ef1-878205adf77a/today.html" rel="alternate" type="text/html"/>
      <link href="http://smalltalkjobs.dabbledb.com/publish/smalltalkjobs/386c92c4-6be5-4aa4-8ef1-878205adf77a/rss" rel="self" type="application/rss+xml"/>
      <title>Today</title>
      <updated>2010-02-09T08:02:22Z</updated>
    </source>
  </entry>

  <entry>
    <id>tag:blogger.com,1999:blog-9469372.post-1614048383076332717</id>
    <link href="http://blogten.blogspot.com/feeds/1614048383076332717/comments/default" rel="replies" type="application/atom+xml"/>
    <link href="https://www.blogger.com/comment.g?blogID=9469372&amp;postID=1614048383076332717" rel="replies" type="text/html"/>
    <link href="http://www.blogger.com/feeds/9469372/posts/default/1614048383076332717" rel="edit" type="application/atom+xml"/>
    <link href="http://www.blogger.com/feeds/9469372/posts/default/1614048383076332717" rel="self" type="application/atom+xml"/>
    <link href="http://blogten.blogspot.com/2010/02/fundamentals-volume-2-update.html" rel="alternate" type="text/html"/>
    <title>Fundamentals, volume 2 update</title>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">I was unable to get back into my writing rhythm for quite a while, but I am getting on with the program again.  The draft for the second volume of the Fundamentals book just reached 50 pages.<div class="blogger-post-footer"><img alt="" height="1" src="https://blogger.googleusercontent.com/tracker/9469372-1614048383076332717?l=blogten.blogspot.com" width="1"/></div></div>
    </content>
    <updated>2010-02-07T02:40:10Z</updated>
    <published>2010-02-07T02:38:00Z</published>
    <author>
      <name>Andrés</name>
      <email>noreply@blogger.com</email>
      <uri>http://www.blogger.com/profile/06869059697843349034</uri>
    </author>
    <source>
      <id>tag:blogger.com,1999:blog-9469372</id>
      <author>
        <name>Andrés</name>
        <email>noreply@blogger.com</email>
        <uri>http://www.blogger.com/profile/06869059697843349034</uri>
      </author>
      <link href="http://blogten.blogspot.com/feeds/posts/default" rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml"/>
      <link href="http://www.blogger.com/feeds/9469372/posts/default" rel="self" type="application/atom+xml"/>
      <link href="http://blogten.blogspot.com/" rel="alternate" type="text/html"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <link href="http://www.blogger.com/feeds/9469372/posts/default?start-index=26&amp;max-results=25" rel="next" type="application/atom+xml"/>
      <subtitle>... then let's see how he does, up there, without all the assistance!</subtitle>
      <title>Ten is a good number</title>
      <updated>2010-02-08T16:14:21Z</updated>
    </source>
  </entry>

  <entry>
    <id>tag:blogger.com,1999:blog-9469372.post-7490946890778345049</id>
    <link href="http://blogten.blogspot.com/feeds/7490946890778345049/comments/default" rel="replies" type="application/atom+xml"/>
    <link href="https://www.blogger.com/comment.g?blogID=9469372&amp;postID=7490946890778345049" rel="replies" type="text/html"/>
    <link href="http://www.blogger.com/feeds/9469372/posts/default/7490946890778345049" rel="edit" type="application/atom+xml"/>
    <link href="http://www.blogger.com/feeds/9469372/posts/default/7490946890778345049" rel="self" type="application/atom+xml"/>
    <link href="http://blogten.blogspot.com/2010/02/chatter-on-toyota.html" rel="alternate" type="text/html"/>
    <title>Chatter on Toyota</title>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">Lately, the news is full of "another safety problem for Toyota", "Toyota still does not have a fix", etc.  Today, the NY Times has a headline stating "<a href="http://www.nytimes.com/2010/02/07/business/global/07toyota.html?hp">Toyota Has Pattern of Slow Response on Safety Issues</a>".  Well, I'd like to know what is, say, Chrysler's safety response pattern.  Or GM's, Ford's, Honda's...<br/><br/>The problem with this type of headline is that it only says something is slow, but it does not compare it to anything else.  For instance, I could say that 1GHz CPUs are slow.  Sure, unless I am talking about something like <a href="http://www.norhtec.com/products/mcjrdx/index.html">this</a>, in which case 1GHz CPUs are quite enough and also save you a lot of electricity.<br/><br/>Finally, Toyota's alleged safety procrastinations are nothing compared to <a href="http://www.airlinesafety.com/faq/B-737Rudder.htm">what Boeing did with the 737 since the 90s</a>.  It took close to 10 years to (sort of) fix <a href="http://abcnews.go.com/Travel/story?id=118674">a design defect in the rudder controls</a> that could (<a href="http://en.wikipedia.org/wiki/Boeing_737_rudder_issues">and did</a>) send planes into a tailspin and into the ground.  And I do not think the investigations were helped much when Boeing reportedly "<a href="http://www.pulitzer.org/archives/5925">lost</a>" critical parts recovered from an accident.  In the <a href="http://www.pulitzer.org/archives/5925">words</a> of a pilot that survived,<br/><p style="text-align: center; font-style: italic;">"I have been told by my company [...] that the FAA and Boeing (were) aware of the problems with the spurious rudder inputs but considered them to be more of a nuisance problem than a flight safety issue. I was informed, that so far as everyone was concerned, the rudder hard-overs were a problem but that the 'industry' felt the losses would be in the acceptable range. </p><p style="text-align: center; font-style: italic;">I was being mollified into thinking the incident did not happen, and for the 'greater good' it would be best not to pursue the matter. In other words I am expendable as are the passengers I am responsible for, because for liability reasons the FAA, Boeing et al cannot retroactively redesign the rudder mechanisms to improve their reliability."</p>So, really, I do not necessarily mind Toyota being trashed on the media.  However, if the allegation is that Toyota is slow to react, I want to know what Toyota is slow <span style="font-style: italic;">in comparison to</span>.  And if Toyota has all these complaints against it, I want to know what are the numbers for other car manufacturers as well.  Otherwise, how can anybody be sure this is not a smearing campaign that is out of touch with reality?<br/><br/>After a bit of searching, it turns out that Detroit's Free Press ran an article on December 30th that listed recalls and number of recalled vehicles per manufacturer.  Unfortunately, Free Press' website does not seem to offer the story anymore.  You can use this <a href="http://www.freep.com/section/search?cx=000717386087086100666%3Aqx5f4i99qjg&amp;cof=FORID%3A11&amp;ie=UTF-8&amp;q=automaker+recalls+2009&amp;sa=SEARCH#1154">link</a> to search for the story, then click on the <a href="http://www.freep.com/article/20091230/BUSINESS01/912300358/Toyota%5C-s-1st-in-safety-recalls-for-1st-time">first</a> result --- it does not work.  However, the search page offers a small clip of the story, and pushing that on Google finds other pages that apparently copied the story before it disappeared.  For example, McHenry Software (?!) provides the <a href="http://www.mchenrysoftware.com/board/viewtopic.php?p=303">following</a>:<br/><br/><div style="text-align: center;">Dec. 30, 2009, <a class="postlink" href="http://freep.com/article/20091230/BUSINESS01/912300358/1320/Toyotas-1st-in-safety-recalls-for-1st-time">Toyota's 1st in safety recalls for 1st time</a><br/>Automaker struggles as acceleration problem lingers<br/>BY JUSTIN HYDE, DETROIT FREE PRESS WASHINGTON STAFF<br/>WASHINGTON -- In a first, Toyota led the U.S. auto industry in recalled vehicles this year, thanks to its largest safety-related problem since it began selling vehicles in the United States. The Japanese automaker has struggled with the fallout from the recall of 4.3 million Toyota and Lexus models for unintended acceleration linked to fatal crashes. Toyota told federal officials earlier this month it would start fixing the vehicles now, but some repairs would not be ready until March. According to a Free Press analysis of federal data, automakers recalled 15.2 million vehicles in 2009, a sharp jump from 8.6 million in 2008.<br/><br/><span style="font-weight: bold;">Recalls tied to variety of safety woes:</span> From misplaced labels and faulty seat-belt reminder buzzers to engine fires and broken wheels, the 117 recalls from automakers in 2009 covered a vast range of safety-related problems. Such problems are as close as the federal government comes to tracking the quality of cars and trucks, and in years past have mirrored the quality scores from outlets such as Consumer Reports.<br/><br/><span style="font-weight: bold;">Acceleration isn't only problem</span>: While Toyota's accelerator problem accounted for most of the nearly 4.9 million vehicles it recalled in 2009, the automaker issued eight other recalls for problems ranging from missing safety labels to corroded pickup frames that pushed it to its top spot.<br/><br/><span style="font-weight: bold;">GM issues most recalls</span> General Motors recalled 2.3 million vehicles, the third-highest total, but had the most recalls issued among automakers with 17.<br/></div><br/><div style="text-align: left;">Then there's a graphic that lists recalled vehicles and recalls per manufacturer.  Since the page shows a jpg file, I'd rather copy the numbers here for easier consumption:<br/><ul><li>Toyota, 9 recalls, 4,872,583 cars.</li><li>Ford, 8 recalls, 4,521,993 cars.</li><li>GM, 17 recalls, 2,242,230 cars.</li><li>Hyundai, 7 recalls, 1,059,617 cars.</li><li>Nissan, 6 recalls, 706,982 cars.</li><li>Chrysler, 16 recalls, 590,044 cars.</li><li>Honda, 4 recalls, 454,003 cars.</li><li>Volvo, 7 recalls, 191,705 cars.</li><li>Kia, 2 recalls, 176,382 cars.</li><li>Mazda, 6 recalls, 131,920 cars.</li><li>Volkswagen, 8 recalls, 100,764 cars.</li><li>Mitsubishi, 4 recalls, 76,498 cars.</li><li>Subaru, 1 recall, 21,357 cars.</li><li>Jaguar, 2 recalls, 16,828 cars.</li><li>Mercedes-Benz, 4 recalls, 16,356 cars.</li><li>Maserati, 3 recalls, 8,736 cars.</li><li>Ferrari, 2 recalls, 4,306 cars.</li><li>Land Rover, 2 recalls, 4,041 cars.</li><li>BMW, 2 recalls, 2,858 cars.</li><li>Tesla, 4 recalls, 345 cars.</li><li>Lotus, 1 recall, 87 cars.</li><li>Roush, 1 recall, 81 cars.</li><li>Bentley, 1 recall, 27 cars.</li></ul>Total, 117 recalls, 15,119,923 cars.  However, note how Ford's number of recalled cars is quite close to Toyota's.  How should we interpret this?  For example, we could normalize these numbers according to the <a href="http://wardsauto.com/keydata/historical/UsaSa28summary/">market share</a> of these manufacturers.  If we do that, then we could derive, say, the number of recalls per 1% of market share.  We will call this the Badness Unit, or BU for short (some among the audience may chuckle by renaming the BU as the Business-as-usual Unit).<br/><ul><li>Toyota, 16.73% market share, 291,248 BUs.</li><li>Ford, 15.29% market share, 295,748 BUs.</li><li>GM, 19.58% market share, 114,516 BUs.</li><li>Hyundai, 4.10% market share, 258,443 BUs.</li><li>Nissan, 7.27% market share, 97,246 BUs.</li><li>Chrysler, 8.79% market share, 67,127 BUs.</li><li>Honda, 10.86% market share, 41,805 BUs.</li><li>Volvo, 0.58% market share, 330,526 BUs.</li><li>Kia, 2.83% market share, 62,326 BUs.</li><li>Mazda, 1.96% market share, 67,306 BUs.</li><li>Volkswagen, 2.79% market share, 36,113 BUs.</li><li>Mitsubishi, 0.51% market share, 149,996 BUs cars.</li><li>Subaru, 2.04% market share, 10,469 BUs.</li><li>Jaguar, 0.11% market share, 152,982 BUs.</li><li>Mercedes-Benz (assuming Daimler), 2.43% market share, 6,731 BUs.</li><li>Maserati: no data.<br/></li><li>Ferrari: no data.</li><li>Land Rover, 0.25% market share, 16,164 BUs.</li><li>BMW, 2.28% market share, 1,254 BUs.</li><li>Tesla: no data.</li><li>Lotus: no data.</li><li>Roush: no data.</li><li>Bentley: no data.</li></ul>So, what can we make of this?  That, in terms of how likely it is for your car to be recalled, Toyota is about the same as Ford.  If there is so much outcry for Toyota, where is the outcry for Ford?  If Toyota decides to stop selling cars until problems are fixed, what should Ford do? Of course, I do not know how serious Ford's recalls are.  But do <span style="font-style: italic;">you</span> know?<br/><br/>By the way, IIRC <a href="http://www.autoblog.com/2009/04/17/ford-initial-quality-beats-honda-ties-toyota-according-to-fo/">there had been recent good press about how Ford's quality had been improving</a>. Well, so much for that.  In any case, here is the manufacturer list sorted by BUs.  Draw your own conclusions!<br/><ul><li>BMW, 2.28% market share, 1,254 BUs.</li><li>Mercedes-Benz (assuming Daimler), 2.43% market share, 6,731 BUs.</li><li>Subaru, 2.04% market share, 10,469 BUs.</li><li>Land Rover, 0.25% market share, 16,164 BUs.</li><li>Volkswagen, 2.79% market share, 36,113 BUs.</li><li>Honda, 10.86% market share, 41,805 BUs.</li><li>Kia, 2.83% market share, 62,326 BUs.</li><li>Chrysler, 8.79% market share, 67,127 BUs.</li><li>Mazda, 1.96% market share, 67,306 BUs.</li><li>Nissan, 7.27% market share, 97,246 BUs.</li><li>GM, 19.58% market share, 114,516 BUs.</li><li>Mitsubishi, 0.51% market share, 149,996 BUs.</li><li>Jaguar, 0.11% market share, 152,982 BUs.</li><li>Hyundai, 4.10% market share, 258,443 BUs.</li><li>Toyota, 16.73% market share, 291,248 BUs.</li><li>Ford, 15.29% market share, 295,748 BUs.</li><li>Volvo, 0.58% market share, 330,526 BUs.</li></ul>If somebody could run these numbers for, say, 2005 through 2008, then plot the resulting BU curves on a graph, that would be great :).  Note that the above still says nothing about how quickly a given car manufacturer addresses safety problems!<br/></div><div class="blogger-post-footer"><img alt="" height="1" src="https://blogger.googleusercontent.com/tracker/9469372-7490946890778345049?l=blogten.blogspot.com" width="1"/></div></div>
    </content>
    <updated>2010-02-07T00:34:12Z</updated>
    <published>2010-02-06T21:22:00Z</published>
    <author>
      <name>Andrés</name>
      <email>noreply@blogger.com</email>
      <uri>http://www.blogger.com/profile/06869059697843349034</uri>
    </author>
    <source>
      <id>tag:blogger.com,1999:blog-9469372</id>
      <author>
        <name>Andrés</name>
        <email>noreply@blogger.com</email>
        <uri>http://www.blogger.com/profile/06869059697843349034</uri>
      </author>
      <link href="http://blogten.blogspot.com/feeds/posts/default" rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml"/>
      <link href="http://www.blogger.com/feeds/9469372/posts/default" rel="self" type="application/atom+xml"/>
      <link href="http://blogten.blogspot.com/" rel="alternate" type="text/html"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <link href="http://www.blogger.com/feeds/9469372/posts/default?start-index=26&amp;max-results=25" rel="next" type="application/atom+xml"/>
      <subtitle>... then let's see how he does, up there, without all the assistance!</subtitle>
      <title>Ten is a good number</title>
      <updated>2010-02-08T16:14:21Z</updated>
    </source>
  </entry>

  <entry>
    <id>tag:blogger.com,1999:blog-9469372.post-9109645791827041352</id>
    <link href="http://blogten.blogspot.com/feeds/9109645791827041352/comments/default" rel="replies" type="application/atom+xml"/>
    <link href="https://www.blogger.com/comment.g?blogID=9469372&amp;postID=9109645791827041352" rel="replies" type="text/html"/>
    <link href="http://www.blogger.com/feeds/9469372/posts/default/9109645791827041352" rel="edit" type="application/atom+xml"/>
    <link href="http://www.blogger.com/feeds/9469372/posts/default/9109645791827041352" rel="self" type="application/atom+xml"/>
    <link href="http://blogten.blogspot.com/2010/02/assessments-127.html" rel="alternate" type="text/html"/>
    <title>Assessments 1.27 and 1.28</title>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">I just published Assessments 1.27 and 1.28 to the public Store repository.  Here are the changes:<br/><ul><li>Support for test skipping based on resource (prerequisite) availability.  This feature should be available in SUnit 4.x.</li><li>Support for the latest resource (prerequisite) check sorting in SUnit and SUnitToo.</li><li>Slimmed down the execution stack down to one exception handler, simplified the execution model a bit.</li></ul>Enjoy!<div class="blogger-post-footer"><img alt="" height="1" src="https://blogger.googleusercontent.com/tracker/9469372-9109645791827041352?l=blogten.blogspot.com" width="1"/></div></div>
    </content>
    <updated>2010-02-06T06:41:51Z</updated>
    <published>2010-02-06T06:26:00Z</published>
    <author>
      <name>Andrés</name>
      <email>noreply@blogger.com</email>
      <uri>http://www.blogger.com/profile/06869059697843349034</uri>
    </author>
    <source>
      <id>tag:blogger.com,1999:blog-9469372</id>
      <author>
        <name>Andrés</name>
        <email>noreply@blogger.com</email>
        <uri>http://www.blogger.com/profile/06869059697843349034</uri>
      </author>
      <link href="http://blogten.blogspot.com/feeds/posts/default" rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml"/>
      <link href="http://www.blogger.com/feeds/9469372/posts/default" rel="self" type="application/atom+xml"/>
      <link href="http://blogten.blogspot.com/" rel="alternate" type="text/html"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <link href="http://www.blogger.com/feeds/9469372/posts/default?start-index=26&amp;max-results=25" rel="next" type="application/atom+xml"/>
      <subtitle>... then let's see how he does, up there, without all the assistance!</subtitle>
      <title>Ten is a good number</title>
      <updated>2010-02-08T16:14:21Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://cairocreations.wordpress.com/?p=446</id>
    <link href="http://cairocreations.wordpress.com/2010/02/05/component-rotation-the-final-stages/" rel="alternate" type="text/html"/>
    <link href="http://cdn.videos.wordpress.com/opmXHCtI/transformtool2_1_dvd.mp4" length="102877184" rel="enclosure" type="video/mp4"/>
    <title>Component rotation…the final stages</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">In my last post, I previewed the early stages of my cairo (I was told it’s “cairo” not “Cairo”…) component rotation functionality using the GUI Painter Tools. This post will deal with how it has evolved over the past few weeks. The main evolution of my work has been around the rotation slice that I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cairocreations.wordpress.com&amp;blog=10023575&amp;post=446&amp;subd=cairocreations&amp;ref=&amp;feed=1"/></div>
    </summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><br/><p>In my last post, I previewed the early stages of my cairo (I was told it’s “cairo” not “Cairo”…) component rotation functionality using the <em>GUI Painter Tools</em>. This post will deal with how it has evolved over the past few weeks. The main evolution of my work has been around the rotation slice that I mentioned in the last post. It has now turned into the <em>Transform</em> slice. Just as the <em>Position</em> slice is the interface to configure your layout, my <em>Transform</em> slice is the interface to configure the <em>TransformWrapper</em>.</p>
<div class="wp-caption aligncenter" id="attachment_463" style="width: 465px;"><a href="http://cairocreations.files.wordpress.com/2010/02/transformslice_1.png"><img alt="A picture of the Transform Slice" class="size-full wp-image-463" height="449" src="http://cairocreations.files.wordpress.com/2010/02/transformslice_1.png?w=455&amp;h=449" title="Transform Slice" width="455"/></a><p class="wp-caption-text">The Transform Slice</p></div>
<p>Since there would be way too much typing to explain it all, if figured I would make my first narrated video.  I have a couple of comments before you watch it. During the video, the component I am playing with has its container’s bounds set to visible. This was to demonstrate how the container’s bounds were changing as I manipulated the transform. The <em>Details</em> slice that is not shown in the video does give the user the option to set border visibility on both the container (border always vertical and horizontal) and/or the component (border moves with the component).</p>
<div class="video-player" id="x-video-0">

</div>
<p>Now that the slice is in good shape, it’s time for some code cleanup and a bit more documentation. I hope to have a bundle ready to publish to the Cincom public store in a couple of weeks.</p>
  <a href="http://feeds.wordpress.com/1.0/gocomments/cairocreations.wordpress.com/446/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cairocreations.wordpress.com/446/"/></a> <a href="http://feeds.wordpress.com/1.0/godelicious/cairocreations.wordpress.com/446/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cairocreations.wordpress.com/446/"/></a> <a href="http://feeds.wordpress.com/1.0/gostumble/cairocreations.wordpress.com/446/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cairocreations.wordpress.com/446/"/></a> <a href="http://feeds.wordpress.com/1.0/godigg/cairocreations.wordpress.com/446/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cairocreations.wordpress.com/446/"/></a> <a href="http://feeds.wordpress.com/1.0/goreddit/cairocreations.wordpress.com/446/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cairocreations.wordpress.com/446/"/></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cairocreations.wordpress.com&amp;blog=10023575&amp;post=446&amp;subd=cairocreations&amp;ref=&amp;feed=1"/><div><a href="http://cairocreations.wordpress.com/2010/02/05/component-rotation-the-final-stages/"><img alt="Transform Tool Demo 1" height="120" src="http://cdn.videos.wordpress.com/opmXHCtI/transformtool2_1_std.original.jpg" width="160"/></a></div></div>
    </content>
    <updated>2010-02-05T19:50:46Z</updated>
    <category term="What I am working on"/>
    <author>
      <name>thorgch</name>
    </author>
    <source>
      <id>http://cairocreations.wordpress.com</id>
      <logo>http://www.gravatar.com/blavatar/fa850ddf5be4ebe19421f2d76c215f88?s=96&amp;d=http://s.wordpress.com/i/buttonw-com.png</logo>
      <link href="http://cairocreations.wordpress.com/feed/" rel="self" type="application/atom+xml"/>
      <link href="http://cairocreations.wordpress.com" rel="alternate" type="text/html"/>
      <link href="http://cairocreations.wordpress.com/osd.xml" rel="search" type="application/opensearchdescription+xml"/>
      <subtitle>A blog about my creations using VisualWorks and Cairo</subtitle>
      <title>Chris' Cairo Blog</title>
      <updated>2010-02-05T20:00:40Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://programminggems.wordpress.com/?p=412</id>
    <link href="http://programminggems.wordpress.com/2010/02/05/scaling-objects-videos/" rel="alternate" type="text/html"/>
    <title>Scaling Objects Videos</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">I’ve completed editing and posting the videos from the ‘Scaling Objects for the Enterprise’ presentation at Smalltalks 2009 in Buenos Aires. This post provides a summary list of links:

What is GemStone?
Video: Object format and pointers
Special Objects and Header
Large Objects
Repository, Extents, and Object Table
Component Overview
Shared Page Cache
How Gems Create an Object
How Gems Read an Object
How Gems [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=programminggems.wordpress.com&amp;blog=4742635&amp;post=412&amp;subd=programminggems&amp;ref=&amp;feed=1"/></div>
    </summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><br/><p>I’ve completed editing and posting the videos from the ‘Scaling Objects for the Enterprise’ presentation at Smalltalks 2009 in Buenos Aires. This post provides a summary list of links:</p>
<ol>
<li><a href="http://www.youtube.com/watch?v=U0z5TddqyQI">What is GemStone?</a></li>
<li><a href="http://www.youtube.com/watch?v=BAFUafgEwvw">Video: Object format and pointers</a></li>
<li><a href="http://www.youtube.com/watch?v=_1CkdOkcsN0">Special Objects and Header</a></li>
<li><a href="http://www.youtube.com/watch?v=3yHfdtRXXh0">Large Objects</a></li>
<li><a href="http://www.youtube.com/watch?v=HfvIsMPdDZM">Repository, Extents, and Object Table</a></li>
<li><a href="http://www.youtube.com/watch?v=1Q6zaUm5gGA">Component Overview</a></li>
<li><a href="http://www.youtube.com/watch?v=bUOC9wMKf-E">Shared Page Cache</a></li>
<li><a href="http://www.youtube.com/watch?v=yDzpzNJyVSE">How Gems Create an Object</a></li>
<li><a href="http://www.youtube.com/watch?v=QYBNTi_M9Ac">How Gems Read an Object</a></li>
<li><a href="http://www.youtube.com/watch?v=osfaKAryNxA">How Gems Modify an Object</a></li>
<li><a href="http://www.youtube.com/watch?v=CYqzF5OAB7s">How A Gem Dereferences an Object</a></li>
<li><a href="http://www.youtube.com/watch?v=o8Z1I0W3_U4">Commit Record Backlog</a></li>
<li><a href="http://www.youtube.com/watch?v=zjPHQz9_cdc">Handling Commit Record Backlog</a></li>
<li><a href="http://www.youtube.com/watch?v=0bqLgmijtqg">Commit Process</a></li>
<li><a href="http://www.youtube.com/watch?v=Pn_uhS52dPY">Issues in Concurrency</a></li>
<li><a href="http://www.youtube.com/watch?v=cBHbBJfy4mc">Lock Granularity</a></li>
<li><a href="http://www.youtube.com/watch?v=1rb_A8hwKmc">Reduced Conflict Classes</a></li>
<li><a href="http://www.youtube.com/watch?v=NAW7OkjXZ0M">The Stone Process</a></li>
<li><a href="http://www.youtube.com/watch?v=T4ZzzlB3qhI">Live and Dead Objects</a></li>
<li><a href="http://www.youtube.com/watch?v=BHawCpzF3cE">Nine Steps of Repository-Wide Garbage Collection</a></li>
<li><a href="http://www.youtube.com/watch?v=_E_ZWvDolmE">Epoch GC, Offline GC, Multi-machine</a></li>
<li><a href="http://www.youtube.com/watch?v=lziAoi3DIKw">Garbage Collection Q &amp; A</a></li>
</ol>
<p>If you cannot get access to YouTube (e.g., due to corporate web policies), you can get the QuickTime files directly from <a href="http://seaside.gemstone.com/movies/">here</a>.</p>
  <a href="http://feeds.wordpress.com/1.0/gocomments/programminggems.wordpress.com/412/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/programminggems.wordpress.com/412/"/></a> <a href="http://feeds.wordpress.com/1.0/godelicious/programminggems.wordpress.com/412/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/programminggems.wordpress.com/412/"/></a> <a href="http://feeds.wordpress.com/1.0/gostumble/programminggems.wordpress.com/412/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/programminggems.wordpress.com/412/"/></a> <a href="http://feeds.wordpress.com/1.0/godigg/programminggems.wordpress.com/412/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/programminggems.wordpress.com/412/"/></a> <a href="http://feeds.wordpress.com/1.0/goreddit/programminggems.wordpress.com/412/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/programminggems.wordpress.com/412/"/></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=programminggems.wordpress.com&amp;blog=4742635&amp;post=412&amp;subd=programminggems&amp;ref=&amp;feed=1"/></div>
    </content>
    <updated>2010-02-05T18:41:49Z</updated>
    <category term="Uncategorized"/>
    <author>
      <name>James Foster</name>
    </author>
    <source>
      <id>http://programminggems.wordpress.com</id>
      <logo>http://www.gravatar.com/blavatar/ba90b1408274efde9c5cd1dbf8d46600?s=96&amp;d=http://s.wordpress.com/i/buttonw-com.png</logo>
      <link href="http://programminggems.wordpress.com/feed/" rel="self" type="application/atom+xml"/>
      <link href="http://programminggems.wordpress.com" rel="alternate" type="text/html"/>
      <link href="http://programminggems.wordpress.com/osd.xml" rel="search" type="application/opensearchdescription+xml"/>
      <subtitle>James's comments on programming GemStone/S, Seaside, and Smalltalk</subtitle>
      <title>Programming Gems (on GemStone)</title>
      <updated>2010-02-05T20:01:33Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://programminggems.wordpress.com/?p=410</id>
    <link href="http://programminggems.wordpress.com/2010/02/05/video-20/" rel="alternate" type="text/html"/>
    <title>Video: Garbage Collection Q&amp;A</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">This video records few questions and answers. How effective is the mark-sweep? Which objects will be found? Does garbage collection reduce the size of the extent? How can you reduce the size of the repository? How do you manage a “warm” standby for quick recovery?
This is the final video from the GemStone/S tutorial at the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=programminggems.wordpress.com&amp;blog=4742635&amp;post=410&amp;subd=programminggems&amp;ref=&amp;feed=1"/></div>
    </summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><br/><p>This <a href="http://www.youtube.com/watch?v=lziAoi3DIKw">video</a> records few questions and answers. How effective is the mark-sweep? Which objects will be found? Does garbage collection reduce the size of the extent? How can you reduce the size of the repository? How do you manage a “warm” standby for quick recovery?</p>
<p>This is the final video from the GemStone/S tutorial at the Smalltalks 2009 conference in Buenos Aires.</p>
  <a href="http://feeds.wordpress.com/1.0/gocomments/programminggems.wordpress.com/410/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/programminggems.wordpress.com/410/"/></a> <a href="http://feeds.wordpress.com/1.0/godelicious/programminggems.wordpress.com/410/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/programminggems.wordpress.com/410/"/></a> <a href="http://feeds.wordpress.com/1.0/gostumble/programminggems.wordpress.com/410/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/programminggems.wordpress.com/410/"/></a> <a href="http://feeds.wordpress.com/1.0/godigg/programminggems.wordpress.com/410/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/programminggems.wordpress.com/410/"/></a> <a href="http://feeds.wordpress.com/1.0/goreddit/programminggems.wordpress.com/410/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/programminggems.wordpress.com/410/"/></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=programminggems.wordpress.com&amp;blog=4742635&amp;post=410&amp;subd=programminggems&amp;ref=&amp;feed=1"/></div>
    </content>
    <updated>2010-02-05T18:03:59Z</updated>
    <category term="Uncategorized"/>
    <author>
      <name>James Foster</name>
    </author>
    <source>
      <id>http://programminggems.wordpress.com</id>
      <logo>http://www.gravatar.com/blavatar/ba90b1408274efde9c5cd1dbf8d46600?s=96&amp;d=http://s.wordpress.com/i/buttonw-com.png</logo>
      <link href="http://programminggems.wordpress.com/feed/" rel="self" type="application/atom+xml"/>
      <link href="http://programminggems.wordpress.com" rel="alternate" type="text/html"/>
      <link href="http://programminggems.wordpress.com/osd.xml" rel="search" type="application/opensearchdescription+xml"/>
      <subtitle>James's comments on programming GemStone/S, Seaside, and Smalltalk</subtitle>
      <title>Programming Gems (on GemStone)</title>
      <updated>2010-02-05T20:01:33Z</updated>
    </source>
  </entry>

  <entry>
    <id>tag:blogger.com,1999:blog-9604963.post-2031586671402678193</id>
    <link href="http://astares.blogspot.com/feeds/2031586671402678193/comments/default" rel="replies" type="application/atom+xml"/>
    <link href="https://www.blogger.com/comment.g?blogID=9604963&amp;postID=2031586671402678193" rel="replies" type="text/html"/>
    <link href="http://www.blogger.com/feeds/9604963/posts/default/2031586671402678193" rel="edit" type="application/atom+xml"/>
    <link href="http://www.blogger.com/feeds/9604963/posts/default/2031586671402678193" rel="self" type="application/atom+xml"/>
    <link href="http://astares.blogspot.com/2010/02/monticello-metacello-metaceller.html" rel="alternate" type="text/html"/>
    <title>Monticello, Metacello ... Metaceller</title>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><a href="http://groups.google.com/group/metacello">Metacello</a> is a nice package management system for Monticello in <a href="http://pharo-project.org">Pharo</a>.<br/>There are already various configurations for well known packages available in the <a href="http://www.squeaksource.com/MetacelloRepository.html">MetacelloRepository</a> project.<br/><br/>With a pharo image installed Metacello can be used to load a specific (or the latest) versions of Seaside:<br/><br/><pre><span style="font-style: italic;">  Gofer new<br/>    squeaksource: 'MetacelloRepository';<br/>    package: 'ConfigurationOfSeaside30';<br/>    load.<br/><br/> (Smalltalk at: #ConfigurationOfSeaside30) loadLatestVersion<br/></span></pre><br/><br/>Tudor Girba now created a basic version of a browser called "Metaceller" for managing Metacello configurations that are already loaded in the image. Read <a href="http://groups.google.com/group/metacello/browse_thread/thread/335b8177a7b82b5e">more here</a>.<br/><br/>To load in Pharo evaluate:<br/><br/><pre><span style="font-style: italic;"> Gofer new <br/>        squeaksource: 'glamoroust'; <br/>        package: 'ConfigurationOfGlamoroust'; <br/>        load. <br/> (Smalltalk at: #ConfigurationOfGlamoroust) perform: #loadDefault. <br/></span></pre><br/>After loading you can open the tool using:<br/><br/><pre><span style="font-style: italic;"> GTMetaceller open</span></pre><div class="blogger-post-footer"><img alt="" height="1" src="https://blogger.googleusercontent.com/tracker/9604963-2031586671402678193?l=astares.blogspot.com" width="1"/></div></div>
    </content>
    <updated>2010-02-05T15:16:50Z</updated>
    <published>2010-02-05T15:04:00Z</published>
    <author>
      <name>Torsten</name>
      <email>noreply@blogger.com</email>
      <uri>http://www.blogger.com/profile/13672530882350688873</uri>
    </author>
    <source>
      <id>tag:blogger.com,1999:blog-9604963</id>
      <author>
        <name>Torsten</name>
        <email>noreply@blogger.com</email>
        <uri>http://www.blogger.com/profile/13672530882350688873</uri>
      </author>
      <link href="http://astares.blogspot.com/feeds/posts/default" rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml"/>
      <link href="http://www.blogger.com/feeds/9604963/posts/default" rel="self" type="application/atom+xml"/>
      <link href="http://astares.blogspot.com/" rel="alternate" type="text/html"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <link href="http://www.blogger.com/feeds/9604963/posts/default?start-index=26&amp;max-results=25" rel="next" type="application/atom+xml"/>
      <title>The Hitchhiker's Guide to ...</title>
      <updated>2010-02-05T15:16:50Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-us">
    <id>http://www.cincomsmalltalk.com/blog/3442830994</id>
    <link href="http://www.cincomsmalltalk.com/blog/blogView?showComments=true&amp;printTitle=Getting_Started_with_Cairo&amp;entry=3442830994" rel="alternate" type="text/html"/>
    <title>[Smalltalk Tidbits, Industry Rants] Getting Started with Cairo</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div>

<p>I have a <a href="http://www.jarober.com/blog/blogView?showComments=true&amp;printTitle=Cairo_Graphics:_Getting_Started&amp;entry=3442830883">post</a> up detailing the basic steps to getting started with Cairo Graphics in Smalltalk, right up to the "make sure it works" step. Next week, I'll be doing some screencasts on this stuff.</p>
<!-- technorati tags start --><p style="text-align: right; font-size: 10px;">Technorati Tags: 
<a href="http://www.technorati.com/tag/graphics" rel="tag">graphics</a>, <a href="http://www.technorati.com/tag/cairo" rel="tag">cairo</a></p><!-- technorati tags end -->
</div></div>
    </summary>
    <updated>2010-02-05T13:56:34Z</updated>
    <category term="smalltalk"/>
    <source>
      <id>http://www.cincomsmalltalk.com/blog/blogView</id>
      <logo>http://www.cincomsmalltalk.com/images/cst_small.jpg</logo>
      <author>
        <name>James A. Robertson</name>
      </author>
      <link href="http://www.cincomsmalltalk.com/blog/blogView" rel="alternate" type="text/html"/>
      <link href="http://www.cincomsmalltalk.com/rssBlog/blog-stonly.xml" rel="self" type="application/rss+xml"/>
      <rights>Copyright 2007 Cincom Systems, Inc.</rights>
      <subtitle>Cincom Product Manager</subtitle>
      <title>Smalltalk Tidbits, Industry Rants - Smalltalk</title>
      <updated>2010-02-09T04:42:39Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-us">
    <id>http://www.cincomsmalltalk.com/blog/3442810732</id>
    <link href="http://www.cincomsmalltalk.com/blog/blogView?showComments=true&amp;printTitle=Smalltalk_Daily_02/05/10:_WriteBarriers&amp;entry=3442810732" rel="alternate" type="text/html"/>
    <link href="http://www.cincomsmalltalk.com/casts/stDaily/2010/smalltalk_daily-02-05-10-iPhone.m4v" length="10892288" rel="enclosure" type="application/octet-stream"/>
    <title>Smalltalk Daily 02/05/10: WriteBarriers</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div>

<p>Today's <a href="http://smalltalk-daily.cincomsmalltalk.com">Smalltalk Daily</a> looks at how you can use WriteBarriers to track object changes. You can <a href="http://www.cincomsmalltalk.com/casts/stDaily/code/2010/Tracker-Example.zip">download the code example here</a>.  To watch, click on the viewer below:</p>

<p>
<!--
	QT_WritePoster_XHTML('Click to Play', '/casts/stDaily/2010/smalltalk_daily-02-05-10-poster.jpg',
		'/casts/stDaily/2010/smalltalk_daily-02-05-10.mov',
		'640', '496', '',
		'controller', 'true',
		'autoplay', 'true',
		'bgcolor', 'black',
		'scale', 'aspect');
//-->
<noscript>

	
	
	
	
	
	
	
	

</noscript>

</p>

<p>If you have trouble viewing that directly, you can <a href="http://www.cincomsmalltalk.com/casts/stDaily/2010/smalltalk_daily-02-05-10-lg.mp4">click here</a> to download the video directly</p>



<p>You can also watch it on YouTube:</p>

<p>

</p>



<!-- technorati tags start --><p style="text-align: right; font-size: 10px;">Technorati Tags: 
<a href="http://www.technorati.com/tag/smalltalk" rel="tag">smalltalk</a>, <a href="http://www.technorati.com/tag/change tracking" rel="tag">change tracking</a>, <a href="http://www.technorati.com/tag/write barriers" rel="tag">write barriers</a></p><!-- technorati tags end -->
</div></div>
    </summary>
    <content>A simple example demonstrating how to use WriteBarriers to track object changes</content>
    <updated>2010-02-05T08:18:52Z</updated>
    <category term="smalltalkDaily"/>
    <category scheme="http://www.itunes.com/" term="smalltalk,"/>
    <category scheme="http://www.itunes.com/" term="dynamic,"/>
    <category scheme="http://www.itunes.com/" term="change"/>
    <category scheme="http://www.itunes.com/" term="tracking,"/>
    <category scheme="http://www.itunes.com/" term="write"/>
    <category scheme="http://www.itunes.com/" term="barriers"/>
    <author>
      <name>James Robertson</name>
    </author>
    <source>
      <id>http://www.cincomsmalltalk.com/userblogs/cincom/blogView?content=smalltalkDaily</id>
      <logo>http://www.cincomsmalltalk.com/images/smalltalk_videos300.png</logo>
      <category scheme="http://www.itunes.com/" term="smalltalk,cincom"/>
      <category scheme="http://www.itunes.com/" term="smalltalk,visualworks,objectstudio,web"/>
      <category scheme="http://www.itunes.com/" term="velocity,ruby,software"/>
      <category scheme="http://www.itunes.com/" term="development,IDE,object"/>
      <category scheme="http://www.itunes.com/" term="oriented"/>
      <category scheme="http://www.itunes.com/" term="Technology"/>
      <author>
        <name>James Robertson</name>
      </author>
      <link href="http://www.cincomsmalltalk.com/userblogs/cincom/blogView?content=smalltalkDaily" rel="alternate" type="text/html"/>
      <link href="http://www.cincomsmalltalk.com/rssBlog/blog_smalltalkDaily.xml" rel="self" type="application/rss+xml"/>
      <rights>Copyright 2007 Cincom Systems, Inc.</rights>
      <subtitle>Smalltalk Daily</subtitle>
      <title>Smalltalk Daily</title>
      <updated>2010-02-08T15:32:09Z</updated>
    </source>
  </entry>

  <entry xml:lang="de">
    <id>http://joachimtuchel.wordpress.com/?p=497</id>
    <link href="http://joachimtuchel.wordpress.com/2010/02/05/great-summary-on-how-to-deplay-a-pharo-based-application/" rel="alternate" type="text/html"/>
    <title>Great summary on how to deploy a Pharo-based application</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">Torsten answers a question asked on the pharo-dev mailing list and gives a great and short overview of what you need to do if you want to deploy a Smalltalk Application developped in Pharo Smalltalk.
It fits nicely for Squeak as well and is really a dense intro to deploying Squeak/Pharo as a stand-alone or a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joachimtuchel.wordpress.com&amp;blog=9514421&amp;post=497&amp;subd=joachimtuchel&amp;ref=&amp;feed=1"/></div>
    </summary>
    <updated>2010-02-05T07:27:02Z</updated>
    <category term="Smalltalk"/>
    <category term="english"/>
    <category term="iPhone"/>
    <category term="pharo"/>
    <category term="Seaside"/>
    <category term="squeak"/>
    <category term="tutorial"/>
    <author>
      <name>Joachim</name>
    </author>
    <source>
      <id>http://joachimtuchel.wordpress.com</id>
      <logo>http://www.gravatar.com/blavatar/87ff6378af7bc257a85ba49328585607?s=96&amp;d=http://s.wordpress.com/i/buttonw-com.png</logo>
      <link href="http://joachimtuchel.wordpress.com/feed/" rel="self" type="application/atom+xml"/>
      <link href="http://joachimtuchel.wordpress.com" rel="alternate" type="text/html"/>
      <link href="http://joachimtuchel.wordpress.com/osd.xml" rel="search" type="application/opensearchdescription+xml"/>
      <subtitle>Joachim and his views on software development</subtitle>
      <title>Joachims Small World</title>
      <updated>2010-02-05T08:00:44Z</updated>
    </source>
  </entry>

  <entry>
    <id>tag:blogger.com,1999:blog-8378574.post-7179993793146449486</id>
    <link href="http://croqueteer.blogspot.com/feeds/7179993793146449486/comments/default" rel="replies" type="application/atom+xml"/>
    <link href="https://www.blogger.com/comment.g?blogID=8378574&amp;postID=7179993793146449486" rel="replies" type="text/html"/>
    <link href="http://www.blogger.com/feeds/8378574/posts/default/7179993793146449486" rel="edit" type="application/atom+xml"/>
    <link href="http://www.blogger.com/feeds/8378574/posts/default/7179993793146449486" rel="self" type="application/atom+xml"/>
    <link href="http://croqueteer.blogspot.com/2010/02/palm-pixi-rox.html" rel="alternate" type="text/html"/>
    <title>Palm Pixi Rox</title>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">I just bought a new phone, and it wasn't an iPhone, but it is still very cool. I have been planning to buy an iPhone as my next communication device - all my friends have one. I am very glad that they no longer feel the urge to demonstrate how cool they are by showing me some stupid picture or new app on their iPhone - except for Frank, of course. <br/><br/>So why didn't I buy an iPhone? Well, it is a bit complicated. My family has five phones with Sprint. I actually had a Rumor, which is a pretty good texting phone, but not much use for anything else. I was reasonably happy with it, though the blue-tooth quality was pretty poor. It was not too useful in California - unless you are married to the governator. Sprint is pretty good for quality of reception, but I always thought the selections of their phones sucked. A few years ago, I decided I needed a Blackberry and tried to upgrade at Sprint. Believe it or not, they would not sell me one. They only sold them to businesses. Morons. I did buy a Blackberry from someone else and carried two phones. I dropped the Blackberry after a while, because I realized I could almost always check my email with my MacBook, even when I was traveling. <br/><br/>So why the new phone? Somehow, I must have either dropped or stepped on my Rumor. I had made two or three phone calls earlier in the day from my office. I put it in my pocket and went downstairs to talk to my wife and while I was talking to her I received another call. I took the phone out and pressed the answer button and then saw that it had a big crack in the center of the screen. Worse, the voice quality on the other end was totally garbled - like some sort of electronica convolution filter. It was basically toast. I needed my phone to work this week, as there are many things going on in my life (that I will be writing about soon) so whether I liked it or not, I had to go visit the Sprint store for a replacement.<br/><br/>When I got there I had a few nice surprises - first the selections of phones was not terrible. In fact it was getting interesting. No iPhone of course - this wasn't AT&amp;T, but they had an Android phone and yes, they finally were offering Blackberries to real people, and a they had the new Palm WebOS-based phones. I was interested in the Google phone, but a friend of mine had just bought one and was trying to take some pictures in the bright sunlight. The screen was unusable. Also it was kind of big and bulky - sort of like what the old Soviet Union might build if they were trying to make an iPhone knock-off. <br/><br/>What really caught my eye was the Palm Pixi. It is the smaller and slightly cheaper brother to the Palm Pre (which had the very strange commercials last year). I like small phones, as I already carry too much hardware in my pockets. The Pixi was actually smaller than my old Rumor (which really wasn't that small) and it was a real smart phone. Better yet, Sprint was offering a hell of a data plan where my family's monthly costs, which did not include data, would actually drop with the new plan which did include it. The phone was $200 with a $100 rebate - including a new two year contract, but now, even that was pro-rated. Sprint is definitely getting aggressive.<br/><br/>So now the review of the Pixi. In a nutshell, it is terrific.<br/><br/>Here is a list of pros followed by cons:<br/><br/>Pros<br/>- Setup was trivial. The guy at the Sprint store did most of the work and I had a working phone with all my contact info when I walked out.<br/>- The phone perfectly integrates with Gmail, which is my main email connection these days. It pulled all of my contact info into the phone and I was immediately reading the most recent emails.<br/>- It supports Google Calendar, which my wife and I share. And it issued calendar alerts. Very nice.<br/>- It is quite small, but the built in thumb-keyboard is quite usable. It took a little getting used to, but it works fine and has a nicer feel than my Blackberry or my earlier RIM device. I do love the size - it is quite thin and feels very nice in my hands.<br/>- Sprint's wireless network performance is great. I was at a Starbuck's with a friend of mine and wanted to show him a video I had posted to YouTube. He tried to access it with his iPhone, but I had it running on the Pixi well before he even had an connection. He never did get it to work, but he was using the AT&amp;T network and not the local Wi-Fi. <br/>- Web browsing works pretty good, given the size of the screen. Certain sites, like Boing Boing are excellent, because they have a mobile version automatically loaded. Amazon was a bit crappy, surprisingly.<br/><br/>Cons<br/>- The text is too small, especially for us old guys.<br/>- The sound volume is not quite loud enough, even with it maxed out.<br/>- When I called my mother, she said the sound quality on her end was echo-y, like I was far away from the phone.<br/>- I tried to read a PDF document using the included Adobe reader app, but it didn't word wrap, so this was basically a lost cause. Seriously - if I zoom into a document using PDF, you really need to provide an option to wrap the text so I don't have to scroll left and right.<br/>- Camera quality is poor. Good enough for a random picture now and then, but it won't replace my Casio Exilim.<br/>- Takes a long time to charge (maybe 4-5 hours?)<br/>- Charge lasts about 3 days with use. Since it was a new phone, I probably did more with it than I normally will in the future, so this probably caused the battery to drain quickly. <br/>- Some apps re-orient based on the orientation of the phone. Others don't.<br/>- It really needs a search app that has instant access.<br/><br/>Overall, this is a great non-Android Google phone. It is really nice how cleanly and easily it interfaces with my Google life. And I love the size. It is really quite elegant. It has only been three days now, so let's see how it holds up over the next few months.<br/><br/>As an aside, I had a rental car last week - a Ford Flex. This included the Microsoft Sync software. I might comment more on this later, but short answer - it was terrible. I actually liked the car (more of an SUV actually), but this software was really opaque. After linking it to my now sadly demised phone via BlueTooth I could not figure out how to get to the phone interface to make a call. I nearly had an accident trying to figure this thing out. I never did figure out how to use the built-in GPS for directions. Luckily I had my Garmin Nuvi with me. Sync is Bad Bad Bad. If anyone from Ford is reading this - I did like the Flex, but will never buy anything with Sync installed.<div class="blogger-post-footer"><img alt="" height="1" src="https://blogger.googleusercontent.com/tracker/8378574-7179993793146449486?l=croqueteer.blogspot.com" width="1"/></div></div>
    </content>
    <updated>2010-02-05T05:36:20Z</updated>
    <published>2010-02-05T04:25:00Z</published>
    <category scheme="http://www.blogger.com/atom/ns#" term="Palm Pixi"/>
    <category scheme="http://www.blogger.com/atom/ns#" term="Ford"/>
    <category scheme="http://www.blogger.com/atom/ns#" term="iPhone"/>
    <category scheme="http://www.blogger.com/atom/ns#" term="Sync"/>
    <author>
      <name>David A. Smith</name>
      <email>noreply@blogger.com</email>
      <uri>http://www.blogger.com/profile/08378620295464558412</uri>
    </author>
    <source>
      <id>tag:blogger.com,1999:blog-8378574</id>
      <author>
        <name>David A. Smith</name>
        <email>noreply@blogger.com</email>
        <uri>http://www.blogger.com/profile/08378620295464558412</uri>
      </author>
      <link href="http://croqueteer.blogspot.com/feeds/posts/default" rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml"/>
      <link href="http://www.blogger.com/feeds/8378574/posts/default" rel="self" type="application/atom+xml"/>
      <link href="http://croqueteer.blogspot.com/" rel="alternate" type="text/html"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <link href="http://www.blogger.com/feeds/8378574/posts/default?start-index=26&amp;max-results=25" rel="next" type="application/atom+xml"/>
      <title>Croquet</title>
      <updated>2010-02-08T23:50:37Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://hackingthevalley.com/?p=272</id>
    <link href="http://feedproxy.google.com/~r/HackingTheValleySmalltalk/~3/dwpwOqsXLUU/" rel="alternate" type="text/html"/>
    <title>PHP vs Ruby vs Python vs C vs C++ vs Java vs Lisp: Reserved Words</title>
    <summary>A reserved word in a programming language is a word that is off limits to the programmer. For example, in PHP print is a reserved word. This means that you, as the programmer, cannot create a function named print because PHP owns that word. 
Most languages have reserved words, some a few, and some very, [...]</summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p/><p>A <em>reserved word</em> in a programming language is a word that is off limits to the programmer. For example, in PHP <em>print</em> is a reserved word. This means that you, as the programmer, cannot create a function named <em>print</em> because PHP owns that word. </p>
<p>Most languages have reserved words, some a few, and some very, very many. Usually the fewer reserved words a language has, the more flexible it is. For example, in the list below, you will see that Lisp has no reserved words. We all know that Lisp is very flexible and powerful.</p>
<p>As you look at the table below, do not think unkind thoughts about PHP—it’s different from the other languages. It is not designed to be a general purpose programming language, though it can certainly do almost anything you want it to do. It is intended for web programming, which explains the existence of so many of the predefined functions and constants. Those are exactly the kinds of items that other languages must implement individually if they want to be as handy with web development as PHP. This is no small task, kids. Just take a look around try to find a web site implemented in C++.</p>
<h3>Reserved Words</h3>
<table border="1" cellpadding="2" cellspacing="2" id="reserved-words" width="100%">
<tbody>
<tr>
<th>Language</th>
<th>Count</th>
<th>Reserved Words</th>
</tr>
<tr>
<td align="center">Lisp</td>
<td align="center">0</td>
<td>Lisp has no reserved words. Lisp is written in Lisp. Alan Kay, the creator of Smalltalk, said: “Lisp isn’t a language, it’s a building material.”</td>
</tr>
<tr>
<td align="center">Smalltalk</td>
<td align="center">5</td>
<td><tt>self  super  nil  true   false</tt></td>
</tr>
<tr>
<td align="center" valign="top">C</td>
<td align="center" valign="top">32</td>
<td valign="top"><tt>auto break case chart const continue default do double else enum extern float for goto if int long register return short signed sizeof static struct switch typedef union unsigned void volatile while</tt></td>
</tr>
<tr>
<td align="center" valign="top">C++</td>
<td align="center" valign="top">~62</td>
<td valign="top"><tt>and and_eq asm auto bitand bitor bool break case catch char class compl const const_cast continue   default   delete do double dynamic_cast   else   enum  explicit   export extern false float  for   friend goto if inline int  long mutable    namespace new    not   not_eq operator or or_eq  private    protected public register   reinterpret_cast   return short signed sizeof static static_cast  struct switch template this   throw true try typedef    typeid typename   union  unsigned   using  virtual    void   volatile  wchar_t   while  xor   xor_eq</tt></td>
</tr>
<tr>
<td align="center" valign="top">Ruby</td>
<td align="center" valign="top">38</td>
<td valign="top"><tt>alias   and     BEGIN   begin   break   case    class   def     defined?  do      else    elsif   END     end     ensure  false   for     if in      module  next    nil     not     or      redo    rescue  retry return  self    super   then    true    undef   unless  until   when while   yield</tt></td>
</tr>
<tr>
<td align="center" valign="top">Python</td>
<td align="center" valign="top">31</td>
<td valign="top"><tt>and  del   from  not  while    as elif  global    or   with     assert    else      if  pass      yield break     except    import    print    class     exec      in        raise  continue  finally   is        return  def       for       lambda try</tt></td>
</tr>
<tr>
<td align="center" valign="top">Java</td>
<td align="center" valign="top">47</td>
<td valign="top"><tt>abstract  	do  	if  	package  	synchronized boolean 	double 	implements 	private 	this break 	else 	import 	protected 	throw byte 	extends 	instanceof 	public 	throws case 	false 	int 	return 	transient catch 	final 	interface 	short 	true char 	finally 	long 	static 	try class 	float 	native 	strictfp 	void const 	for 	new 	super 	volatile continue 	goto 	null 	switch 	while default 	assert</tt></td>
</tr>
<tr>
<td align="center" valign="top">PHP</td>
<td align="center" valign="top">418</td>
<td><tt>__CLASS__ __COMPILER_HALT_OFFSET__ __FILE__ __FUNCTION__ __LINE__ __METHOD__ __PHP_INCOMPLETE_CLASS ABDAY_1 ABDAY_2 ABDAY_3 ABDAY_4 ABDAY_5 ABDAY_6 ABDAY_7 ABMON_1 ABMON_10 ABMON_11 ABMON_12 ABMON_2 ABMON_3 ABMON_4 ABMON_5 ABMON_6 ABMON_7 ABMON_8 ABMON_9 ABSTRACT ALT_DIGITS AM_STR AND ARGC ARGV ARRAY AS ASSERT_ACTIVE ASSERT_BAIL ASSERT_CALLBACK  ASSERT_QUIET_EVAL ASSERT_WARNING AUTH_TYPE BREAK CASE CASE_LOWER CASE_UPPER CATCH CFUNCTION CHAR_MAX CLASS CLONE CODESET CONNECTION_ABORTED CONNECTION_NORMAL CONNECTION_TIMEOUT CONST CONTINUE COUNT_NORMAL COUNT_RECURSIVE CREDITS_ALL CREDITS_DOCS CREDITS_FULLPAGE CREDITS_GENERAL CREDITS_GROUP CREDITS_MODULES CREDITS_QA CREDITS_SAPI CRNCYSTR CRYPT_BLOWFISH CRYPT_EXT_DES CRYPT_MD5 CRYPT_SALT_LENGTH CRYPT_STD_DES CURRENCY_SYMBOL D_FMT D_T_FMT DAY_1 DAY_2 DAY_3 DAY_4 DAY_5 DAY_6 DAY_7 DECIMAL_POINT DECLARE DEFAULT DEFAULT_INCLUDE_PATH DIE DIRECTORY_SEPARATOR DO DOCUMENT_ROOT E_ALL E_COMPILE_ERROR E_COMPILE_WARNING E_CORE_ERROR E_CORE_WARNING E_ERROR E_NOTICE E_PARSE E_STRICT E_USER_ERROR E_USER_NOTICE E_USER_WARNING E_WARNING ECHO ELSE ELSEIF EMPTY ENDDECLARE ENDFOR ENDFOREACH ENDIF ENDSWITCH ENDWHILE  ENT_COMPAT ENT_NOQUOTES ENT_QUOTES ERA ERA_D_FMT ERA_D_T_FMT ERA_T_FMT ERA_YEAR EVAL EXCEPTION EXIT EXTENDS EXTR_IF_EXISTS EXTR_OVERWRITE EXTR_PREFIX_ALL EXTR_PREFIX_IF_EXISTS EXTR_PREFIX_INVALID EXTR_PREFIX_SAME EXTR_SKIP FINAL FOR FOREACH FRAC_DIGITS FUNCTION GATEWAY_INTERFACE GLOBAL GROUPING HTML_ENTITIES HTML_SPECIALCHARS HTTP_ACCEPT HTTP_ACCEPT_CHARSET HTTP_ACCEPT_ENCODING HTTP_ACCEPT_LANGUAGE HTTP_CONNECTION HTTP_HOST HTTP_REFERER HTTP_USER_AGENT HTTPS IF IMPLEMENTS INCLUDE INCLUDE_ONCE INFO_ALL INFO_CONFIGURATION INFO_CREDITS INFO_ENVIRONMENT INFO_GENERAL INFO_LICENSE INFO_MODULES INFO_VARIABLES INI_ALL INI_PERDIR INI_SYSTEM INI_USER INT_CURR_SYMBOL INT_FRAC_DIGITS INTERFACE ISSET LC_ALL LC_COLLATE LC_CTYPE LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LIST LOCK_EX LOCK_NB LOCK_SH LOCK_UN LOG_ALERT LOG_AUTH LOG_AUTHPRIV LOG_CONS LOG_CRIT LOG_CRON LOG_DAEMON LOG_DEBUG LOG_EMERG LOG_ERR LOG_INFO LOG_KERN LOG_LOCAL0 LOG_LOCAL1 LOG_LOCAL2 LOG_LOCAL3 LOG_LOCAL4 LOG_LOCAL5 LOG_LOCAL6 LOG_LOCAL7 LOG_LPR LOG_MAIL LOG_NDELAY LOG_NEWS LOG_NOTICE LOG_NOWAIT LOG_ODELAY LOG_PERROR LOG_PID LOG_SYSLOG LOG_USER LOG_UUCP LOG_WARNING M_1_PI M_2_PI M_2_SQRTPI M_E M_LN10 M_LN2 M_LOG10E M_LOG2E M_PI M_PI_2 M_PI_4 M_SQRT1_2 M_SQRT2 MON_1 MON_10 MON_11 MON_12 MON_2 MON_3 MON_4 MON_5 MON_6 MON_7 MON_8 MON_9 MON_DECIMAL_POINT MON_GROUPING MON_THOUSANDS_SEP N_CS_PRECEDES N_SEP_BY_SPACE N_SIGN_POSN NEGATIVE_SIGN NEW NOEXPR NOSTR OLD_FUNCTION OR P_CS_PRECEDES P_SEP_BY_SPACE P_SIGN_POSN PATH_SEPARATOR PATH_TRANSLATED PATHINFO_BASENAME PATHINFO_DIR NAME PATHINFO_EXTENSION PEAR_EXTENSION_DIR PEAR_INSTALL_DIR PHP_AUTH_DIGEST PHP_AUTH_PW PHP_AUTH_USER PHP_BINDIR PHP_CONFIG_FILE_PATH PHP_CONFIG_FILE_SCAN_DIR PHP_DATADIR PHP_EOL PHP_EXTENSION_DIR PHP_INT_MAX PHP_INT_SIZE PHP_LIBDIR PHP_LOCALSTATEDIR PHP_OS PHP_OUTPUT_HANDLER_CONT PHP_OUTPUT_HANDLER_END PHP_OUTPUT_HANDLER_START PHP_PREFIX PHP_SAPI PHP_SELF PHP_SHLIB_SUFFIX PHP_SYSCONFDIR PHP_USER_FILTER PHP_USER_FILTER PHP_VERSION PM_STR POSITIVE_SIGN PRINT PRIVATE PROTECTED PUBLIC QUERY_STRING RADIXCHAR REMOTE_ADDR REMOTE_HOST REMOTE_PORT REQUEST_METHOD REQUEST_TIME REQUEST_URI REQUIRE REQUIRE_ONCE RETURN SCRIPT_FILENAME SCRIPT_NAME SEEK_CUR SEEK_END SEEK_SET SERVER_ADDR SERVER_ADMIN SERVER_NAME SERVER_PORT SERVER_PROTOCOL SERVER_SIGNATURE SERVER_SOFTWARE SORT_ASC SORT_DESC SORT_NUMERIC SORT_REGULAR SORT_STRING STATIC STDCLASS STR_PAD_BOTH STR_PAD_LEFT STR_PAD_RIGHT SWITCH T_FMT T_FMT_AMPM THIS THOUSANDS_SEP THOUSEP THROW TRY UNSET USE VAR WHILE XOR YESEXPR YESSTR LASS__ __COMPILER_HALT_OFFSET__ __FILE__ __FUNCTION__ __LINE__ __METHOD__ __PHP_INCOMPLETE_CLASS ABDAY_1 ABDAY_2 ABDAY_3 ABDAY_4 ABDAY_5 ABDAY_6 ABDAY_7 ABMON_1 ABMON_10 ABMON_11 ABMON_12 ABMON_2 ABMON_3 ABMON_4 ABMON_5 ABMON_6 ABMON_7 ABMON_8 ABMON_9 ABSTRACT ALT_DIGITS AM_STR AND ARGC ARGV ARRAY AS ASSERT_ACTIVE ASSERT_BAIL ASSERT_CALLBACK ASSERT_QUIET_EVAL ASSERT_WARNING AUTH_TYPE BREAK CASE CASE_LOWER CASE_UPPER CATCH CFUNCTION CHAR_MAX CLASS CLONE CODESET CONNECTION_ABORTED CONNECTION_NORMAL CONNECTION_TIMEOUT CONST CONTINUE COUNT_NORMAL COUNT_RECURSIVE CREDITS_ALL CREDITS_DOCS CREDITS_FULLPAGE CREDITS_GENERAL CREDITS_GROUP CREDITS_MODULES CREDITS_QA CREDITS_SAPI CRNCYSTR CRYPT_BLOWFISH CRYPT_EXT_DES CRYPT_MD5 CRYPT_SALT_LENGTH CRYPT_STD_DES CURRENCY_SYMBOL D_FMT D_T_FMT DAY_1 DAY_2 DAY_3</tt></td>
</tr>
</tbody>
</table>
<img height="1" src="http://feeds.feedburner.com/~r/HackingTheValleySmalltalk/~4/dwpwOqsXLUU" width="1"/></div>
    </content>
    <updated>2010-02-04T22:30:02Z</updated>
    <category term="Editorial"/>
    <category term="PHP"/>
    <category term="Ruby"/>
    <category term="Smalltalk"/>
    <category term="C"/>
    <category term="Java"/>
    <category term="keywords"/>
    <category term="Python"/>
    <category term="reserved"/>
    <category term="reserved words"/><feedburner:origlink xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://hackingthevalley.com/2010/02/04/php-vs-ruby-vs-python-vs-c-vs-c-vs-java-vs-lisp-reserved-words/</feedburner:origlink>
    <author>
      <name>doug</name>
    </author>
    <source>
      <id>http://hackingthevalley.com</id>
      <link href="http://hackingthevalley.com" rel="alternate" type="text/html"/>
      <link href="http://feeds.feedburner.com/HackingTheValleySmalltalk" rel="self" type="application/atom+xml"/>
      <link href="http://pubsubhubbub.appspot.com" rel="hub" type="text/html"/>
      <subtitle>Tales from the Trenches</subtitle>
      <title>Hacking The Valley » Smalltalk</title>
      <updated>2010-02-08T20:01:03Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://programminggems.wordpress.com/?p=406</id>
    <link href="http://programminggems.wordpress.com/2010/02/04/video-19/" rel="alternate" type="text/html"/>
    <title>Video: Epoch GC, Offline GC, and Multi-Machine</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">This short video gives a brief description three topics.
“Epoch” garbage collection is a variation on repository-wide garbage collection in which only objects created or modified during a specified period (“epoch”) are scanned. If young objects are more likely to be dereferenced, then this can be much more efficient than a full database scan.
“Off-Line” garbage collection [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=programminggems.wordpress.com&amp;blog=4742635&amp;post=406&amp;subd=programminggems&amp;ref=&amp;feed=1"/></div>
    </summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><br/><p>This short <a href="http://www.youtube.com/watch?v=_E_ZWvDolmE">video</a> gives a brief description three topics.<br/>
<strong>“Epoch” garbage collection</strong> is a variation on repository-wide garbage collection in which only objects created or modified during a specified period (“epoch”) are scanned. If young objects are more likely to be dereferenced, then this can be much more efficient than a full database scan.<br/>
<strong>“Off-Line” garbage collection</strong> is a variation on repository-wide garbage collection in which the most time- and resource-consuming steps are done on a backup of the database, with intermediate data structures imported into the main database to complete the process.<br/>
<strong>Multi-machine configuration</strong> allows virtual machines (“Gems”) to run on a host separate from the Stone host. This requires a shared page cache (SPC) on the remote machine, and various extra processes on both hosts. While more complex, it does allow significant scaling—with one customer using hundreds of machines all connected to a single database.</p>
  <a href="http://feeds.wordpress.com/1.0/gocomments/programminggems.wordpress.com/406/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/programminggems.wordpress.com/406/"/></a> <a href="http://feeds.wordpress.com/1.0/godelicious/programminggems.wordpress.com/406/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/programminggems.wordpress.com/406/"/></a> <a href="http://feeds.wordpress.com/1.0/gostumble/programminggems.wordpress.com/406/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/programminggems.wordpress.com/406/"/></a> <a href="http://feeds.wordpress.com/1.0/godigg/programminggems.wordpress.com/406/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/programminggems.wordpress.com/406/"/></a> <a href="http://feeds.wordpress.com/1.0/goreddit/programminggems.wordpress.com/406/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/programminggems.wordpress.com/406/"/></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=programminggems.wordpress.com&amp;blog=4742635&amp;post=406&amp;subd=programminggems&amp;ref=&amp;feed=1"/></div>
    </content>
    <updated>2010-02-04T18:53:24Z</updated>
    <category term="Uncategorized"/>
    <author>
      <name>James Foster</name>
    </author>
    <source>
      <id>http://programminggems.wordpress.com</id>
      <logo>http://www.gravatar.com/blavatar/ba90b1408274efde9c5cd1dbf8d46600?s=96&amp;d=http://s.wordpress.com/i/buttonw-com.png</logo>
      <link href="http://programminggems.wordpress.com/feed/" rel="self" type="application/atom+xml"/>
      <link href="http://programminggems.wordpress.com" rel="alternate" type="text/html"/>
      <link href="http://programminggems.wordpress.com/osd.xml" rel="search" type="application/opensearchdescription+xml"/>
      <subtitle>James's comments on programming GemStone/S, Seaside, and Smalltalk</subtitle>
      <title>Programming Gems (on GemStone)</title>
      <updated>2010-02-05T20:01:33Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-us">
    <id>http://www.cincomsmalltalk.com/blog/3442720046</id>
    <link href="http://www.cincomsmalltalk.com/blog/blogView?showComments=true&amp;printTitle=Smalltalk_Daily_02/04/10:_Native_Printer_Dialog_Use_on_Windows&amp;entry=3442720046" rel="alternate" type="text/html"/>
    <link href="http://www.cincomsmalltalk.com/casts/stDaily/2010/smalltalk_daily-02-04-10-iPhone.m4v" length="5681760" rel="enclosure" type="application/octet-stream"/>
    <title>Smalltalk Daily 02/04/10: Native Printer Dialog Use on Windows</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div>

<p>Today's <a href="http://smalltalk-daily.cincomsmalltalk.com">Smalltalk Daily</a> looks demonstrates how to create a Document object and print it using the native print dialog on Windows (rather than the default printer, which is what will normally happen). You can <a href="http://www.cincomsmalltalk.com/casts/stDaily/code/2010/Printing-Goodies.zip">download the code used in this screencast here</a>.  To watch, click on the viewer below:</p>

<p>
<!--
	QT_WritePoster_XHTML('Click to Play', '/casts/stDaily/2010/smalltalk_daily-02-04-10-poster.jpg',
		'/casts/stDaily/2010/smalltalk_daily-02-04-10.mov',
		'640', '496', '',
		'controller', 'true',
		'autoplay', 'true',
		'bgcolor', 'black',
		'scale', 'aspect');
//-->
<noscript>

	
	
	
	
	
	
	
	

</noscript>

</p>

<p>If you have trouble viewing that directly, you can <a href="http://www.cincomsmalltalk.com/casts/stDaily/2010/smalltalk_daily-02-04-10-lg.mp4">click here</a> to download the video directly</p>



<p>You can also watch it on YouTube:</p>

<p>

</p>



<!-- technorati tags start --><p style="text-align: right; font-size: 10px;">Technorati Tags: 
<a href="http://www.technorati.com/tag/smalltalk" rel="tag">smalltalk</a>, <a href="http://www.technorati.com/tag/print" rel="tag">print</a>, <a href="http://www.technorati.com/tag/windows" rel="tag">windows</a></p><!-- technorati tags end -->
</div></div>
    </summary>
    <content>Demonstrates how to create a Document object and print it using the native print dialog on Windows (rather than the default printer, which is what will normally happen).</content>
    <updated>2010-02-04T07:07:26Z</updated>
    <category term="smalltalkDaily"/>
    <category scheme="http://www.itunes.com/" term="smalltalk,"/>
    <category scheme="http://www.itunes.com/" term="dynamic,"/>
    <category scheme="http://www.itunes.com/" term="windows,"/>
    <category scheme="http://www.itunes.com/" term="print"/>
    <author>
      <name>James Robertson</name>
    </author>
    <source>
      <id>http://www.cincomsmalltalk.com/userblogs/cincom/blogView?content=smalltalkDaily</id>
      <logo>http://www.cincomsmalltalk.com/images/smalltalk_videos300.png</logo>
      <category scheme="http://www.itunes.com/" term="smalltalk,cincom"/>
      <category scheme="http://www.itunes.com/" term="smalltalk,visualworks,objectstudio,web"/>
      <category scheme="http://www.itunes.com/" term="velocity,ruby,software"/>
      <category scheme="http://www.itunes.com/" term="development,IDE,object"/>
      <category scheme="http://www.itunes.com/" term="oriented"/>
      <category scheme="http://www.itunes.com/" term="Technology"/>
      <author>
        <name>James Robertson</name>
      </author>
      <link href="http://www.cincomsmalltalk.com/userblogs/cincom/blogView?content=smalltalkDaily" rel="alternate" type="text/html"/>
      <link href="http://www.cincomsmalltalk.com/rssBlog/blog_smalltalkDaily.xml" rel="self" type="application/rss+xml"/>
      <rights>Copyright 2007 Cincom Systems, Inc.</rights>
      <subtitle>Smalltalk Daily</subtitle>
      <title>Smalltalk Daily</title>
      <updated>2010-02-08T15:32:09Z</updated>
    </source>
  </entry>

  <entry>
    <id>tag:blogger.com,1999:blog-8799552733448267702.post-4817793963223486683</id>
    <link href="http://pharocasts.blogspot.com/feeds/4817793963223486683/comments/default" rel="replies" type="application/atom+xml"/>
    <link href="http://pharocasts.blogspot.com/2010/02/code-history-tools.html#comment-form" rel="replies" type="text/html"/>
    <link href="http://www.blogger.com/feeds/8799552733448267702/posts/default/4817793963223486683" rel="edit" type="application/atom+xml"/>
    <link href="http://www.blogger.com/feeds/8799552733448267702/posts/default/4817793963223486683" rel="self" type="application/atom+xml"/>
    <link href="http://pharocasts.blogspot.com/2010/02/code-history-tools.html" rel="alternate" type="text/html"/>
    <title>Code history tools</title>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><ul><li>Browse versions of a method</li><li>Recover lost changes</li><li>Code versioning with Monticello and a local repository</li></ul><br/>Download screencast (800x600): <a href="http://lolgzs.free.fr/pharocasts/code_history_tools.mpeg"> .mpeg, 18.4 MB</a>, <a href="http://lolgzs.free.fr/pharocasts/code_history_tools.mov"> .mov, 27.8 MB</a><br/><br/><div class="blogger-post-footer"><img alt="" height="1" src="https://blogger.googleusercontent.com/tracker/8799552733448267702-4817793963223486683?l=pharocasts.blogspot.com" width="1"/></div></div>
    </content>
    <updated>2010-02-04T06:43:28Z</updated>
    <published>2010-02-03T21:41:00Z</published>
    <category scheme="http://www.blogger.com/atom/ns#" term="tools"/>
    <author>
      <name>Laurent Laffont</name>
      <email>noreply@blogger.com</email>
      <uri>http://www.blogger.com/profile/03349273143701067848</uri>
    </author>
    <source>
      <id>tag:blogger.com,1999:blog-8799552733448267702</id>
      <author>
        <name>Laurent Laffont</name>
        <email>noreply@blogger.com</email>
        <uri>http://www.blogger.com/profile/03349273143701067848</uri>
      </author>
      <link href="http://pharocasts.blogspot.com/feeds/posts/default" rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml"/>
      <link href="http://www.blogger.com/feeds/8799552733448267702/posts/default" rel="self" type="application/atom+xml"/>
      <link href="http://pharocasts.blogspot.com/" rel="alternate" type="text/html"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <subtitle type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">Pharo screencasts, open source Smalltalk environment. 
<a href="http://pharo-project.org">http://pharo-project.org</a></div>
      </subtitle>
      <title>Pharocasts</title>
      <updated>2010-02-08T20:19:22Z</updated>
    </source>
  </entry>

  <entry>
    <id>tag:blogger.com,1999:blog-9469372.post-2553659741809386110</id>
    <link href="http://blogten.blogspot.com/feeds/2553659741809386110/comments/default" rel="replies" type="application/atom+xml"/>
    <link href="https://www.blogger.com/comment.g?blogID=9469372&amp;postID=2553659741809386110" rel="replies" type="text/html"/>
    <link href="http://www.blogger.com/feeds/9469372/posts/default/2553659741809386110" rel="edit" type="application/atom+xml"/>
    <link href="http://www.blogger.com/feeds/9469372/posts/default/2553659741809386110" rel="self" type="application/atom+xml"/>
    <link href="http://blogten.blogspot.com/2010/02/superpower-onewaybecome.html" rel="alternate" type="text/html"/>
    <title>SuperPower oneWayBecome: SuperResponsibility</title>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">So let's say you like super powers, right?  Execute the following code.<p/><ul>a := ClassA new.<br/>ClassA oneWayBecome: ClassB</ul><p/>What should be the response to the following expression?<p/><ul>a class</ul><p/>Really?  Why? :)...<div class="blogger-post-footer"><img alt="" height="1" src="https://blogger.googleusercontent.com/tracker/9469372-2553659741809386110?l=blogten.blogspot.com" width="1"/></div></div>
    </content>
    <updated>2010-02-04T03:57:25Z</updated>
    <published>2010-02-04T03:54:00Z</published>
    <author>
      <name>Andrés</name>
      <email>noreply@blogger.com</email>
      <uri>http://www.blogger.com/profile/06869059697843349034</uri>
    </author>
    <source>
      <id>tag:blogger.com,1999:blog-9469372</id>
      <author>
        <name>Andrés</name>
        <email>noreply@blogger.com</email>
        <uri>http://www.blogger.com/profile/06869059697843349034</uri>
      </author>
      <link href="http://blogten.blogspot.com/feeds/posts/default" rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml"/>
      <link href="http://www.blogger.com/feeds/9469372/posts/default" rel="self" type="application/atom+xml"/>
      <link href="http://blogten.blogspot.com/" rel="alternate" type="text/html"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <link href="http://www.blogger.com/feeds/9469372/posts/default?start-index=26&amp;max-results=25" rel="next" type="application/atom+xml"/>
      <subtitle>... then let's see how he does, up there, without all the assistance!</subtitle>
      <title>Ten is a good number</title>
      <updated>2010-02-08T16:14:21Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-us">
    <id>http://www.cincomsmalltalk.com/blog/3442691813</id>
    <link href="http://www.cincomsmalltalk.com/blog/blogView?showComments=true&amp;printTitle=Smalltalk_in_Ottawa&amp;entry=3442691813" rel="alternate" type="text/html"/>
    <title>[Smalltalk Tidbits, Industry Rants] Smalltalk in Ottawa</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div>

<p><a href="http://www.cincomsmalltalk.com/userblogs/buck/blogView?showComments=true&amp;printTitle=Smalltalk_at_EDC&amp;entry=3442684647">Dave Buck</a> relays news of Cincom customer Igor Dmytryk talking about the trading system at EDC at the next Ottawa STUG, on Feb 10:</p>

<blockquote>
The core trading platform used by the Treasury group at Export Development Canada is written in Smalltalk. The system has been under constant development for over 10 years. The talk will demo the system and cover aspects of our development methodology, testing and future plans.
</blockquote>

<p>Follow the link for details.</p><!-- technorati tags start --><p style="text-align: right; font-size: 10px;">Technorati Tags: 
<a href="http://www.technorati.com/tag/ottawa" rel="tag">ottawa</a>, <a href="http://www.technorati.com/tag/edc" rel="tag">edc</a></p><!-- technorati tags end -->
</div></div>
    </summary>
    <updated>2010-02-03T23:16:53Z</updated>
    <category term="smalltalk"/>
    <source>
      <id>http://www.cincomsmalltalk.com/blog/blogView</id>
      <logo>http://www.cincomsmalltalk.com/images/cst_small.jpg</logo>
      <author>
        <name>James A. Robertson</name>
      </author>
      <link href="http://www.cincomsmalltalk.com/blog/blogView" rel="alternate" type="text/html"/>
      <link href="http://www.cincomsmalltalk.com/rssBlog/blog-stonly.xml" rel="self" type="application/rss+xml"/>
      <rights>Copyright 2007 Cincom Systems, Inc.</rights>
      <subtitle>Cincom Product Manager</subtitle>
      <title>Smalltalk Tidbits, Industry Rants - Smalltalk</title>
      <updated>2010-02-07T04:54:44Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-us">
    <id>http://www.cincomsmalltalk.com/userblogs/buck/3442684647</id>
    <link href="http://www.cincomsmalltalk.com/userblogs/buck/blogView?showComments=true&amp;printTitle=Smalltalk_at_EDC&amp;entry=3442684647" rel="alternate" type="text/html"/>
    <title>Smalltalk at EDC</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div>
<p><span style="font-size: medium;"><strong>Smalltalk at EDC</strong></span> <br/> Igor Dmytryk <br/> The core trading platform used by the Treasury group at Export Development Canada is written in Smalltalk. The system has been under constant development for over 10 years. The talk will demo the system and cover aspects of our development methodology, testing and future plans. RSVP required. <br/> <br/> Location: Meet at main lobby of EDC <br/> 151 O'Connor, Ottawa <br/> Wednesday, Feb 10th, 2010 at 6:00pm <br/> <br/> <strong>RSVP is mandatory for this event so Igor can make arrangements with security</strong></p>

<p>Please RSVP to <a href="mailto:david@simberon.com">david@simberon.com</a> if you plan to attend.</p>

<p>%FEFF</p>
</div></div>
    </summary>
    <updated>2010-02-03T21:17:27Z</updated>
    <category term="OCSTUG"/>
    <source>
      <id>http://www.cincomsmalltalk.com/userblogs/buck/blogView</id>
      <logo>http://www.cincomsmalltalk.com/images/why-small.png</logo>
      <author>
        <name>David Buck</name>
      </author>
      <link href="http://www.cincomsmalltalk.com/userblogs/buck/blogView" rel="alternate" type="text/html"/>
      <link href="http://www.cincomsmalltalk.com/rssBlog/buck-rss.xml" rel="self" type="application/rss+xml"/>
      <rights>Copyright 2005 David Buck</rights>
      <subtitle>Smalltalk can do that</subtitle>
      <title>David Buck - Blog</title>
      <updated>2010-02-04T02:17:28Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://programminggems.wordpress.com/?p=404</id>
    <link href="http://programminggems.wordpress.com/2010/02/03/gem-startup-process/" rel="alternate" type="text/html"/>
    <title>Gem Startup Process</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">A frequent area of confusion in GemStone/S is the use of ports for the NetLDI when starting a remote gem. The Gem startup process is somewhat complex; describing it takes an hour or so of the Advanced Configuration class. I’ll see if I can condense it…

A GCI client (Topaz, GemTools, Jade, VW/VA, etc.) contacts the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=programminggems.wordpress.com&amp;blog=4742635&amp;post=404&amp;subd=programminggems&amp;ref=&amp;feed=1"/></div>
    </summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><br/><p>A frequent area of confusion in GemStone/S is the use of ports for the NetLDI when starting a remote gem. The Gem startup process is somewhat complex; describing it takes an hour or so of the Advanced Configuration class. I’ll see if I can condense it…</p>
<ol>
<li>A GCI client (Topaz, GemTools, Jade, VW/VA, etc.) contacts the NetLDI on a host/port. The port can be specified by number (e.g., 50377) or by name (e.g., gs64ldi) in which case it should be in the client and server services file with the same name/number. This port is defined implicitly by the name provided to the startnetldi command. If no name is provided, then the default of ‘gs64ldi’ is assumed. This port is unrelated to the port range provided as an optional argument (described later).</li>
<li>The GCI client requests a service from the NetLDI; generally this is a new Gem using the script ‘gemnetobject’. The NetLDI puts the GCI client “on hold” while it starts up the new Gem. This conversation resumes at step #8.</li>
<li>The NetLDI listens on a new random port for a callback (see #5).</li>
<li>The NetLDI starts the Gem and passes it the port number from #3.</li>
<li>The Gem calls the NetLDI on the port from #3 to request further instructions.</li>
<li>The NetLDI tells the Gem that a GCI client wishes to make contact and that it should listen for the GCI client. If a port range is specified, then the NetLDI will select a port from the range and tell the new Gem to listen on that port. If no port range is specified then the Gem will allow the OS to pick a port at random.</li>
<li>Using the connection established in #5, the Gem tells the NetLDI which port it is listening on (from #6). The connection from #5 is then closed.</li>
<li>The NetLDI returns to the GCI client (using the connection established in #1 and put “on hold” in #2) and tells it what port to use to contact the Gem (the port number from #6). The connection between the GCI client and the NetLDI is then closed.</li>
<li>The GCI client initiates a call to the Gem on the same host as the NetLDI but on a different port–the port on which the Gem is listening. That port number will be one selected by the NetLDI if a port range is specified or one selected by the OS if no port range is specified.</li>
<li>The Gem accepts the connection from the GCI client and the GCI client provides login information (Stone NRS, userID, password, etc.).</li>
</ol>
<p>Note that there are three (3) connections involved: (1) from the GCI client to the NetLDI; (2) from the Gem to the NetLDI; and, (3) from the GCI client to the Gem. The first connection is on the official NetLDI port that should be in the services file for each machine (gs64ldi/50377). The second connection is on a random port and there are no naming issues because it is completely self-contained in one host. The third connection is the one that can be random or can be limited to a particular range (using the -p50378:50378 argument to the startnetldi command). If there is a firewall on the server, then the ports for connections 1 and 3 need to be open to calls initiated from outside the server.</p>
<p>There are additional complexities. If the GCI client and the NetLDI are on the same host, then the named NetLDI does not need to be in the services file. Also, in steps 9/10 there are actually two connections, a primary one and an “out-of-band” connection. Furthermore, I could have gotten some of this wrong, but I think there is enough right to explain the difference between the number in the services file and the number in the port range.</p>
  <a href="http://feeds.wordpress.com/1.0/gocomments/programminggems.wordpress.com/404/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/programminggems.wordpress.com/404/"/></a> <a href="http://feeds.wordpress.com/1.0/godelicious/programminggems.wordpress.com/404/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/programminggems.wordpress.com/404/"/></a> <a href="http://feeds.wordpress.com/1.0/gostumble/programminggems.wordpress.com/404/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/programminggems.wordpress.com/404/"/></a> <a href="http://feeds.wordpress.com/1.0/godigg/programminggems.wordpress.com/404/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/programminggems.wordpress.com/404/"/></a> <a href="http://feeds.wordpress.com/1.0/goreddit/programminggems.wordpress.com/404/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/programminggems.wordpress.com/404/"/></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=programminggems.wordpress.com&amp;blog=4742635&amp;post=404&amp;subd=programminggems&amp;ref=&amp;feed=1"/></div>
    </content>
    <updated>2010-02-03T16:41:48Z</updated>
    <category term="Uncategorized"/>
    <author>
      <name>James Foster</name>
    </author>
    <source>
      <id>http://programminggems.wordpress.com</id>
      <logo>http://www.gravatar.com/blavatar/ba90b1408274efde9c5cd1dbf8d46600?s=96&amp;d=http://s.wordpress.com/i/buttonw-com.png</logo>
      <link href="http://programminggems.wordpress.com/feed/" rel="self" type="application/atom+xml"/>
      <link href="http://programminggems.wordpress.com" rel="alternate" type="text/html"/>
      <link href="http://programminggems.wordpress.com/osd.xml" rel="search" type="application/opensearchdescription+xml"/>
      <subtitle>James's comments on programming GemStone/S, Seaside, and Smalltalk</subtitle>
      <title>Programming Gems (on GemStone)</title>
      <updated>2010-02-05T20:01:33Z</updated>
    </source>
  </entry>
</feed>
