<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
	<channel>
<title>a sharp old jewel</title><link>http://www.old-jewel.com/index.html</link><description>Thoughts on software&#x2c; &#xa;on life&#x2c; &#xa;on cocoa&#x2c; &#xa;but mostly on my products</description><dc:language>en</dc:language><dc:creator>hotnews@oldjewelsoftware.com</dc:creator><dc:rights>Copyright 2006 Old Jewel Software</dc:rights><dc:date>2007-09-23T00:08:06-04:00</dc:date><admin:generatorAgent rdf:resource="http://www.realmacsoftware.com/" />
<admin:errorReportsTo rdf:resource="mailto:hotnews@oldjewelsoftware.com" /><sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
<lastBuildDate>Mon, 25 Feb 2008 22:32:57 -0500</lastBuildDate><item><title>Using Applscript to ease application testing</title><dc:creator>hotnews@oldjewelsoftware.com</dc:creator><category>Programming</category><dc:date>2007-09-23T00:08:06-04:00</dc:date><link>http://www.old-jewel.com/thisoldblog/files/5f6c73415c68750a28c04dc624a39b98-5.html#unique-entry-id-5</link><guid isPermaLink="true">http://www.old-jewel.com/thisoldblog/files/5f6c73415c68750a28c04dc624a39b98-5.html#unique-entry-id-5</guid><content:encoded><![CDATA[This is one of those ideas that when you hear it you think "Well of course", but I have to admit that all these years it never occurred to me.  I'm one of these people who eats his own dogfood.  When I need to find a color, I use Painter's Picker.  When i need to launch a program, I use Trampoline.  Now here's the trick:  When it comes time to test an update to Trampoline, I often have to rearrange the preferences of the app.  It's a real pain having to constantly reset my prefs, especially since Trampoline's entire reason for being is basically just to store a set of user preferences (favorite programs and other paths), so every time I test it, I change my own workspace.<br /><br />So I finally came up with <a href="../opensource/page6/page6.html" rel="self" title="Open Source Downloads">these 2 applescripts</a>.  When run, the first one will quit Trampoline if it's running, then backup the preferences file and delete it, leaving me ready to run Trampoline like it's the first time it's ever been run.  The second will, of course, restore the backed up preferences.  <br /><br />Both scripts are relatively easy to customize, just enter a different application name and defaults domain in the top two lines.  Then save them as applications and add them to your XCode project (but make sure they're not included in any targets, they'll just waste space).  Now you have a simple way to test new defaults regimes and then return to your favorite settings when done.<br /><br />You can find them on the <a href="../opensource/index.html" rel="self" title="Free and Open Source">Open Source</a> page.<br /><br />Simple development automation.  Joy.]]></content:encoded></item><item><title>PixureSaver 0.8.1</title><dc:creator>hotnews@oldjewelsoftware.com</dc:creator><category>Programming</category><dc:date>2007-04-11T13:08:21-04:00</dc:date><link>http://www.old-jewel.com/thisoldblog/files/16956fd2361e3b20cfcd004ef187cae1-4.html#unique-entry-id-4</link><guid isPermaLink="true">http://www.old-jewel.com/thisoldblog/files/16956fd2361e3b20cfcd004ef187cae1-4.html#unique-entry-id-4</guid><content:encoded><![CDATA[I <a href="files/1a0fb55c0d7759be3604482ecdf7b3ba-3.html" rel="self" title="a sharp old jewel:IronCoder V">promised</a> I'd release Pixure to the general public, and so I have.<br /><br /><a href="../opensource/index.html" rel="self" title="Free & Open Source">PixureSaver 0.8.1</a> is a pretty stable version of the screensaver I submitted to <a href="http://ironcoder.org/blog/" rel="self">IronCoder V</a>.  It's a simple attempt at a genetic algorithm to approximate the appearance of a preexisting picture.  When it first loads, it looks like a bunch of static, but over time, a picture appears as the Pixures (PIXel creatURES) begin adapting to the image.<br /><br />Since I submitted the source to IronCoder, I saw no reason to close it now.  So the full source of PixureSaver is available for download as well.  I've been meaning to start an open source page on this site for a while, and this was as good a reason as any.<br /><br />So <a href="../opensource/index.html" rel="self" title="Free & Open Source">download</a>, enjoy, modify, criticize, etc. ]]></content:encoded></item><item><title>IronCoder V</title><dc:creator>hotnews@oldjewelsoftware.com</dc:creator><category>Programming</category><dc:date>2007-04-02T22:06:12-04:00</dc:date><link>http://www.old-jewel.com/thisoldblog/files/1a0fb55c0d7759be3604482ecdf7b3ba-3.html#unique-entry-id-3</link><guid isPermaLink="true">http://www.old-jewel.com/thisoldblog/files/1a0fb55c0d7759be3604482ecdf7b3ba-3.html#unique-entry-id-3</guid><content:encoded><![CDATA[My first Ironcoder.  What a ride.  <br /><br />If you're not aware, <a href="http://ironcoder.org/blog/" rel="self">Ironcoder</a> is a programming competition put on more or less quarterly by the macsb mailing list.  Entrants have 48 hours to create a new piece of software using a particular technology and a theme.  For Ironcoder V, the technology was ScreenSaver.framework and the theme was "life".  Many thanks to Jonathan Wight, winner of <a href="http://ironcoder.org/blog/2006/11/15/ironcoder-4-wrap-ups/" rel="self">Ironcoder IV</a>, for coming up with a challenging theme.  Entries ranged from <a href="http://www.lifecereal.com/" rel="self">Life Cereal</a> to the <a href="http://en.wikipedia.org/wiki/Conway's_Game_of_Life" rel="self">Game of Life</a> (the mathematical version, not the <a href="http://www.hasbro.com/default.cfm?page=ci_history_life" rel="self">Hasbro</a> one), to a brilliant <a href="http://wikipedia.org/" rel="self">wikipedia</a> crawler/information visualizer doohickey by Ben Gottlieb.<br /><br />I have to tip my hat to Jonathan.  He basically spent the last week handling the contest, and when there ended up being 30 entries, he did his best to judge them all in a timely manner.  There actually was a part of me that was glad not to win.  It isn't easy to judge your peers, especially with them all watching you on irc.<br /><br />And no, I didn't win.  Ben Gottlieb did with his Wikipath knowledge explorer screensaver.  And it was well earned.  A great idea, a great implementation, a classy look.  And informative.  This is the trifecta (quadrifecta?) for screensavers.  I'm probably going to set it up as my screensaver now, though I honestly spend little time watching screen savers anymore. Congratulations Ben.<br /><br />Of course, I did make it to the top 5 with my entry, Pixure, which I hope to release to the general public soon.  It's a quick and dirty attempt at a genetic algorithm that gradually builds an approximation of a preexisting image.  I've been meaning for a while to open up a source code section on this site, and this is as good a reason as any.  So keep your eyes open for this soon.  <br /><br />But in the meantime, I'd recommend anyone who wants to learn more about programming the macintosh download the <a href="http://ironcoder.org/entries/Ironcoder_5.dmg" rel="self">full set of entries with source code</a> (15MB). I know I'll be using some tricks I've seen in there.]]></content:encoded></item></channel>
</rss>