<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 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="http://purl.org/rss/1.0/">

<channel rdf:about="http://earthlingsoft.net/ssp/blog/">
<title>Quarter Life Crisis Comments</title>
<link>http://earthlingsoft.net/ssp/blog/</link>
<description>Recent Comments for Quarter Life Crisis</description>
<dc:language>en</dc:language>
<dc:creator>Sven-S. Porst (ssp-web@earthlingsoft.net)</dc:creator>
<dc:date>2013-03-07T21:59:34+01:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=5.2.3" />

<items>
<rdf:Seq>
<rdf:li rdf:resource="http://earthlingsoft.net/ssp/blog/2010/06/athens#359851" />

<rdf:li rdf:resource="http://earthlingsoft.net/ssp/blog/2003/11/touchy_tones#359849" />

<rdf:li rdf:resource="http://earthlingsoft.net/ssp/blog/2003/11/touchy_tones#359847" />

<rdf:li rdf:resource="http://earthlingsoft.net/ssp/blog/2010/10/unicodechecker_115#359845" />

<rdf:li rdf:resource="http://earthlingsoft.net/ssp/blog/2010/10/unicodechecker_115#359844" />

<rdf:li rdf:resource="http://earthlingsoft.net/ssp/blog/2010/10/unicodechecker_115#359843" />

<rdf:li rdf:resource="http://earthlingsoft.net/ssp/blog/2009/01/earth_addresser_2#359842" />

<rdf:li rdf:resource="http://earthlingsoft.net/ssp/blog/2009/01/earth_addresser_2#359841" />

<rdf:li rdf:resource="http://earthlingsoft.net/ssp/blog/2009/01/earth_addresser_2#359840" />

<rdf:li rdf:resource="http://earthlingsoft.net/ssp/blog/2008/03/x5_time_machine#359839" />

<rdf:li rdf:resource="http://earthlingsoft.net/ssp/blog/2008/03/x5_time_machine#359838" />

<rdf:li rdf:resource="http://earthlingsoft.net/ssp/blog/2007/01/retina#359837" />

<rdf:li rdf:resource="http://earthlingsoft.net/ssp/blog/2010/10/unicodechecker_115#359831" />

<rdf:li rdf:resource="http://earthlingsoft.net/ssp/blog/2010/10/unicodechecker_115#359828" />

<rdf:li rdf:resource="http://earthlingsoft.net/ssp/blog/2010/10/unicodechecker_115#359827" />
</rdf:Seq>
</items>

</channel>


<item rdf:about="http://earthlingsoft.net/ssp/blog/2010/06/athens#359851">
<title>Lasesana on ΑΘΗΝΑ</title>
<link>http://earthlingsoft.net/ssp/blog/2010/06/athens#359851</link>
<description><![CDATA[<p>Great piece!  That food pic made my mouth water!</p>
]]></description>
<dc:creator>Lasesana</dc:creator>
<dc:date>2013-03-07T21:59:34+01:00</dc:date>
</item>

<item rdf:about="http://earthlingsoft.net/ssp/blog/2003/11/touchy_tones#359849">
<title>ssp on Touchy Tones</title>
<link>http://earthlingsoft.net/ssp/blog/2003/11/touchy_tones#359849</link>
<description><![CDATA[<p>@uwe:
I’m afraid the software stopped working in Mac OS X.6 due to Apple dropping support for the old sound APIs. Unfortunately I never got round to updating the software for the newer versions as I hardly ever need the software these days.</p>

<p>If your Address Book is running as a 64bit application there may be a slight chance that launching it as a 32bit application (there should be a checkbox for that in the Finder’s Information window for the Address Book application) could help.</p>

<p>Can’t believe this software is almost 10 years old now!</p>
]]></description>
<dc:creator>ssp</dc:creator>
<dc:date>2013-01-31T19:47:27+01:00</dc:date>
</item>

<item rdf:about="http://earthlingsoft.net/ssp/blog/2003/11/touchy_tones#359847">
<title>uwe on Touchy Tones</title>
<link>http://earthlingsoft.net/ssp/blog/2003/11/touchy_tones#359847</link>
<description><![CDATA[<p>Just found - and exactly what I&#8217;m looking for. Alas - don&#8217;t work on 10.6.: The software installs and menu entry are there; preferences can be changed and wok work, but no dial tones at all (louspeaker is on :-). ???</p>
]]></description>
<dc:creator>uwe</dc:creator>
<dc:date>2013-01-31T19:30:43+01:00</dc:date>
</item>

<item rdf:about="http://earthlingsoft.net/ssp/blog/2010/10/unicodechecker_115#359845">
<title>Mostafa El Abasiry on UnicodeChecker 1.15</title>
<link>http://earthlingsoft.net/ssp/blog/2010/10/unicodechecker_115#359845</link>
<description><![CDATA[<p>Love this tool, It saves a lot of time.
Than you!</p>
]]></description>
<dc:creator>Mostafa El Abasiry</dc:creator>
<dc:date>2012-11-11T15:22:26+01:00</dc:date>
</item>

<item rdf:about="http://earthlingsoft.net/ssp/blog/2010/10/unicodechecker_115#359844">
<title>ssp on UnicodeChecker 1.15</title>
<link>http://earthlingsoft.net/ssp/blog/2010/10/unicodechecker_115#359844</link>
<description><![CDATA[<p>@Leif:</p>

<p>Great that you are finding UnicodeChecker useful!</p>

<p>I just checked the URL-escape command in the Utilities window and agree that the solidus should be escaped when the »Escape all codepoints« option is turned on. So I guess this is a bug of some sort and will check with Steffen when he is back from his holidays.</p>

<p>If you don’t mind using AppleScript, you can still invoke this feature through UnicodeChecker’s AppleScript support in the current version using a script like</p>

<pre>tell application "UnicodeChecker" to escape "ä/b" to URL without preserving default set
</pre>

<p>This returns &#8220;%C3%A4%2F%62&#8221; which I suppose to be the result you expected.</p>
]]></description>
<dc:creator>ssp</dc:creator>
<dc:date>2012-09-01T11:45:10+01:00</dc:date>
</item>

<item rdf:about="http://earthlingsoft.net/ssp/blog/2010/10/unicodechecker_115#359843">
<title>Leif Halvard Silli on UnicodeChecker 1.15</title>
<link>http://earthlingsoft.net/ssp/blog/2010/10/unicodechecker_115#359843</link>
<description><![CDATA[<p>Hi! UnicodeChecker a tool I use almost every day! To look up or to do some conversion etc. </p>

<p>But a question regarding its URL escaping feature. What does «escape all code points» really mean? Could you explain by an example? The reason I ask you to provide an example is that I suspect that it has a bug. You see, I would have expected that when it is enabled, then even characters like the «/»  (solidus) would be escaped. However, it does nothing when I serve it a solidus — it just leaves it unescaped.</p>

<p>Is this a bug or have not understood what hte «escape all code points» feature is supposed to do?</p>
]]></description>
<dc:creator>Leif Halvard Silli</dc:creator>
<dc:date>2012-08-31T23:42:12+01:00</dc:date>
</item>

<item rdf:about="http://earthlingsoft.net/ssp/blog/2009/01/earth_addresser_2#359842">
<title>Oliver on Earth Addresser 2</title>
<link>http://earthlingsoft.net/ssp/blog/2009/01/earth_addresser_2#359842</link>
<description><![CDATA[<p>Hi again!</p>

<p>Thanks for your reply! 
Yes, the address is working (if 
{
  &#8220;Status&#8221;: {
    &#8220;code&#8221;: 610,
    &#8220;request&#8221;: &#8220;geocode&#8221;
  }
}</p>

<p>is the result it should show&#8230;)</p>

<p>Ouups. I blocked www-google-analytics.l.google.com in my firewall for all programs - removing that rule helped, now its working! (-:
Thank you for your help!
Oliver</p>
]]></description>
<dc:creator>Oliver</dc:creator>
<dc:date>2012-08-24T08:23:53+01:00</dc:date>
</item>

<item rdf:about="http://earthlingsoft.net/ssp/blog/2009/01/earth_addresser_2#359841">
<title>ssp on Earth Addresser 2</title>
<link>http://earthlingsoft.net/ssp/blog/2009/01/earth_addresser_2#359841</link>
<description><![CDATA[<p>Thanks for your report, Oliver. I just tried my copy of the application and it worked as it used to, so it’s hard to judge what may be going wrong on your side. Any chance it could have just been a glitch in your internet connection? Can you open the address <a href="http://maps.google.com/maps/geo">http://maps.google.com/maps/geo</a> in your web browser?</p>
]]></description>
<dc:creator>ssp</dc:creator>
<dc:date>2012-08-23T21:06:50+01:00</dc:date>
</item>

<item rdf:about="http://earthlingsoft.net/ssp/blog/2009/01/earth_addresser_2#359840">
<title>Oliver on Earth Addresser 2</title>
<link>http://earthlingsoft.net/ssp/blog/2009/01/earth_addresser_2#359840</link>
<description><![CDATA[<p>Hi!</p>

<p>Sounds exactly like the program I was looking for - unfortunately, its not working (any more): when I try to look up the addresses, the connection to the server cannot be established&#8230; )-:
Cheers
Oliver</p>
]]></description>
<dc:creator>Oliver</dc:creator>
<dc:date>2012-08-23T20:49:03+01:00</dc:date>
</item>

<item rdf:about="http://earthlingsoft.net/ssp/blog/2008/03/x5_time_machine#359839">
<title>ssp on X.5 Time Machine</title>
<link>http://earthlingsoft.net/ssp/blog/2008/03/x5_time_machine#359839</link>
<description><![CDATA[<p>@james:</p>

<p>Yes, TimeMachine does not follow symlinks (which is probably the right thing to do by design).</p>

<p>What should solve your problem is going to the Options sheet in Time Machine System Preferences. There, your external volume is probably set to be excluded from backups. Time Machine seems to do that by default for external volumes. Try removing it from the list.</p>
]]></description>
<dc:creator>ssp</dc:creator>
<dc:date>2012-08-03T08:25:21+01:00</dc:date>
</item>

<item rdf:about="http://earthlingsoft.net/ssp/blog/2008/03/x5_time_machine#359838">
<title>james on X.5 Time Machine</title>
<link>http://earthlingsoft.net/ssp/blog/2008/03/x5_time_machine#359838</link>
<description><![CDATA[<p>I cam across this page looking for something slightly different.
I have MBA with SSD so didnt want to put massive itunes library on the SSD to waste it so when it is &#8220;docked&#8221; at home it has a 2T USB drive attached called &#8220;library&#8221;.
I have a time capsule and the MBA backups over the home wifi to the time capsule.
In my itunes folder I made music, movies and TV shows symbolic links to the USB drive so it has the content but the itunes xml file and mobile apps folders etc are local.</p>

<p>Time Machine backup appears to only save the link file and not the content out at the USB drive.
If I click within time machine on the links you can see the reference from the tim machine backup folder revert back to the USB drive.</p>

<p>Is there any way to make time machine follow those three links out to the external USB drive and back up that content too?</p>

<p>Thanks</p>
]]></description>
<dc:creator>james</dc:creator>
<dc:date>2012-08-02T07:34:55+01:00</dc:date>
</item>

<item rdf:about="http://earthlingsoft.net/ssp/blog/2007/01/retina#359837">
<title>Gareth Wonfor on Retina</title>
<link>http://earthlingsoft.net/ssp/blog/2007/01/retina#359837</link>
<description><![CDATA[<p>Ref: &#8216;It’s a Kodak Retina IB (although some seem to call a different model Ib and a model looking like this one IIIc)&#8217;</p>

<p>Kodak made a number of these folding Retina cameras - The Retina Ib (small b) you mention was the direct predecessor to your camera, essentially the same camera (same lens and shutter) but with a much smaller viewfinder. </p>

<p>The IIIC (big C) looked very similar to the IB you have but had a range-finder and came with a &#8216;better&#8217; f2 xenon lens (there is some debate about whether it is actually sharper than the f2.8 xenar on the IB).</p>

<p>The IIIC also allowed lens swapping for 35mm and 80mm lens; these weren&#8217;t compatible with the rear set on the ib/IB.</p>
]]></description>
<dc:creator>Gareth Wonfor</dc:creator>
<dc:date>2012-07-19T01:36:31+01:00</dc:date>
</item>

<item rdf:about="http://earthlingsoft.net/ssp/blog/2010/10/unicodechecker_115#359831">
<title>Ĳ on UnicodeChecker 1.15</title>
<link>http://earthlingsoft.net/ssp/blog/2010/10/unicodechecker_115#359831</link>
<description><![CDATA[<p>Exactly what Unicode Data Files should we use to get 6.1.0 support? I downloaded UCD.zip from <a href="http://www.unicode.org/Public/UNIDATA/">the public data directory</a> but it includes way more data files than the Unicode Data shipped within the application bundle. Does UnicodeChecker really need all those files?</p>
]]></description>
<dc:creator>Ĳ</dc:creator>
<dc:date>2012-05-06T22:35:23+01:00</dc:date>
</item>

<item rdf:about="http://earthlingsoft.net/ssp/blog/2010/10/unicodechecker_115#359828">
<title>ssp on UnicodeChecker 1.15</title>
<link>http://earthlingsoft.net/ssp/blog/2010/10/unicodechecker_115#359828</link>
<description><![CDATA[<p>@Liang Qi:</p>

<p>You can download the latest Unicode Data files and place them in a Library/Application Support/UnicodeChecker/Unicode Data Folder and UnicodeChecker will use those files as described in the <em>Unicode Data Files</em> section of the Help.</p>

<p>Please note that Apple decided to make the Library folder in your home folder invisible in MacOS X.7. So you’ll have to use the &#8216;Go to Folder&#8217; (Command-Shift-F) command in your home folder and type in &#8216;Library&#8217; to get there.</p>
]]></description>
<dc:creator>ssp</dc:creator>
<dc:date>2012-03-27T13:59:28+01:00</dc:date>
</item>

<item rdf:about="http://earthlingsoft.net/ssp/blog/2010/10/unicodechecker_115#359827">
<title>Liang Qi on UnicodeChecker 1.15</title>
<link>http://earthlingsoft.net/ssp/blog/2010/10/unicodechecker_115#359827</link>
<description><![CDATA[<p>Hi,</p>

<p>It&#8217;s a great application. Thanks at first.</p>

<p>My question is how to use latest data, for example the Unicode 6.1.0 and latest UniHan data etc. Please give some hint.</p>
]]></description>
<dc:creator>Liang Qi</dc:creator>
<dc:date>2012-03-27T11:50:18+01:00</dc:date>
</item>


</rdf:RDF>