<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">	<channel>		<title>FL!P Weblog</title>		<link>http://flip.macrobyte.net/weblog</link>		<description>Philippe (Flip) Martin's Weblog. Things of interest to me: software (mostly Mac), technology and sciences.</description>		<language>en</language>		<copyright>Copyright 2009 flip@macrobyte.net</copyright>		<generator>Conversant's Weblog II plugin</generator>		<category>default</category>		<item>	<title>Display system version and build number in GeekTool</title>	<dc:creator>Philippe Martin</dc:creator>	<trackback:ping>http://flip.macrobyte.net/404/trackback</trackback:ping>	<link>http://flip.macrobyte.net/404</link>	<pubDate>Thu, 02 Jul 2009 21:16:37 GMT</pubDate>	<guid isPermaLink="true">http://flip.macrobyte.net/weblog/2009/07/02#item404</guid>	<category>Software</category>	<description>&lt;p&gt;If you're a developer or a tester who uses to switch between various versions of Mac OS for testing purposes, you might find handy to get GeekTool to display the system version and build number. Here's how I do it:&lt;/p&gt;&lt;code&gt;echo `/usr/libexec/PlistBuddy -c &quot;Print :ProductUserVisibleVersion&quot; /System/Library/CoreServices/SystemVersion.plist`  \(`/usr/libexec/PlistBuddy -c &quot;Print :ProductBuildVersion&quot; /System/Library/CoreServices/SystemVersion.plist`\)&lt;/code&gt;&lt;p&gt;The result is something like this:&lt;/p&gt;&lt;code&gt;10.5.7 (9J61)&lt;/code&gt;		&lt;hr&gt;	&lt;a href=&quot;http://flip.macrobyte.net/weblog/2009/07/02#item404&quot;&gt;Permanent Link&lt;/a&gt;&amp;nbsp;&#124;&amp;nbsp;&lt;a href=&quot;http://flip.macrobyte.net/fullThread$msgNum=404&quot;&gt;Comments&lt;/a&gt;: 0&amp;nbsp;&#124;&amp;nbsp;&lt;a href=&quot;http://flip.macrobyte.net/404/reply&quot;&gt;Add Comment&lt;/a&gt;		</description></item><item>	<title>AppleScript Tips for GeekTool 3</title>	<dc:creator>Philippe Martin</dc:creator>	<trackback:ping>http://flip.macrobyte.net/403/trackback</trackback:ping>	<link>http://flip.macrobyte.net/403</link>	<pubDate>Wed, 17 Jun 2009 23:38:18 GMT</pubDate>	<guid isPermaLink="true">http://flip.macrobyte.net/weblog/2009/06/17#item403</guid>	<category>Software</category>	<description>&lt;p&gt;I love &lt;a href=&quot;http://projects.tynsoe.org/en/geektool/&quot;&gt;GeekTool&lt;/a&gt; and I love even more &lt;a href=&quot;https://projects.tynsoe.org/projects/geektool3&quot;&gt;GeekTool 3&lt;/a&gt; that's currently in development. &lt;/p&gt;&lt;p&gt;However it's not feature complete yet and some things you could do with GeekTool 2 (like switching between groups from a menu) aren't implemented in 3 yet. But GeekTool 3 is now scriptable, which allows to do things from the outside that you cannot do yet with GeekTool 3 alone, like displaying/hiding a given geeklet.&lt;/p&gt;&lt;p&gt;The following script shows how I do that:&lt;/p&gt;&lt;pre&gt;property geekletId : &quot;E25ED489-C623-481E-91F1-96A2A614A6BF&quot;property cmd : &quot;uptime&quot;property theHeight : 20.0property theWidth :500.0tell application &quot;GeekTool&quot;    tell geeklet id geekletId        if command is &quot;&quot; then            set command to cmd            set refresh time to 10            set height to theHeight            set width to theWidth        else            set command to &quot;&quot;            set refresh time to 0            set height to 0.0            set width to 0.0        end if        refresh    end tellend tell&lt;/pre&gt;&lt;p&gt;Note that changing the height and width of the geeklet is useful only if you gave it a background colour. Also, the command can be set to anything you can enter in GeekTool's command field itself, but if that command contains any double quotes you'll have to escape each of them with a backslash. &lt;/p&gt;&lt;p&gt;The only tricky bit here (unless you're using the fantastic &lt;a href=&quot;http://www.latenightsw.com/sd4/index.html&quot;&gt;Script Debugger&lt;/a&gt;) is to get the geeklet's Id. But here's a way to get a list of every geeklet's id in relation with its command: &lt;/p&gt;&lt;pre&gt;tell application &quot;GeekTool&quot;    set s to &quot;&quot;    set lsGeeklets to every geeklet    repeat with aGeeklet in lsGeeklets        tell aGeeklet as specifier            set s to s &amp; id &amp; tab &amp; (command as string) &amp; return        end tell    end repeatend telltell application &quot;BBEdit&quot;    activate    make new text document in front    set text of window 1 to send tell&lt;/pre&gt;&lt;p&gt;And finally you can refresh all the geeklets at once with this simple oneliner:&lt;/p&gt;&lt;pre&gt;tell application &quot;GeekTools&quot; to refresh all&lt;/pre&gt;&lt;p&gt;These scripts can be called from Apple's AppleScript Menu, Keyboard Maestro, and so on. &lt;/p&gt;		&lt;hr&gt;	&lt;a href=&quot;http://flip.macrobyte.net/weblog/2009/06/17#item403&quot;&gt;Permanent Link&lt;/a&gt;&amp;nbsp;&#124;&amp;nbsp;&lt;a href=&quot;http://flip.macrobyte.net/fullThread$msgNum=403&quot;&gt;Comments&lt;/a&gt;: 0&amp;nbsp;&#124;&amp;nbsp;&lt;a href=&quot;http://flip.macrobyte.net/403/reply&quot;&gt;Add Comment&lt;/a&gt;		</description></item><item>	<title>DesktopSweeper 1.4b1</title>	<dc:creator>Philippe Martin</dc:creator>	<trackback:ping>http://flip.macrobyte.net/396/trackback</trackback:ping>	<link>http://flip.macrobyte.net/396</link>	<pubDate>Thu, 28 Feb 2008 22:27:50 GMT</pubDate>	<guid isPermaLink="true">http://flip.macrobyte.net/weblog/2008/02/28#item396</guid>	<category>Software</category>	<description>&lt;p&gt;Now that Unsanity has released the first beta of their Leopard-compatible version of Application Enhancer, I could at last put together the first Leopard-compatible version of my DesktopSweeper (an APE Module that allows to hide&amp;mdash;and show again&amp;mdash;the Finder's Desktop icons). The first beta of it has been released privately a couple of days ago to testers, and I'm happy to report that so far everything has been working perfectly.  So I'm now releasing the same beta to the public.  &lt;/p&gt;&lt;p&gt;Here's what's new in this version:&lt;/p&gt;&lt;p&gt;- Compatible with Leopard and Tiger (Panther is no longer supported).&lt;br&gt;- Installs Application Enhancer 2.5b1.&lt;br&gt;- Installs (optionally) SmartCrashReports 1.5b2.&lt;br&gt;&lt;p&gt;Download: &lt;a href=&quot;http://media.flip.macrobyte.net/files/DesktopSweeper1.4b1.zip&quot;&gt;DesktopSweeper 1.4b1&lt;/a&gt; (1.7MB)&lt;/p&gt;&lt;p&gt;Installation:&lt;/p&gt;&lt;p&gt;1. Expand the archive;&lt;br&gt;2. launch the Installer;&lt;br&gt;3. follow the instructions;&lt;br&gt;4. log out and back in, or quit (not force-quit) and re-launch the Finder (easy from Activity Monitor):&lt;br&gt;5. Launch System Preferences, click on Application Enhancer, then on DesktopSweeper to set your preferences.&lt;/p&gt;&lt;p&gt;See the tooltips for quick help, or click on the Information tab for the readme.&lt;/p&gt;&lt;p&gt;Note that if Unsanity's Application Enhancer isn't present, the installer will offer you to install it (it's required). In this case you'll need to enter an admin password (because Application Enhancer goes to /Library/Frameworks and /Library/PreferencesPanes).&lt;/p&gt;&lt;p&gt;Similarly, if SmartCrashReports isn't installed, you'll have the choice to install it or not. It is not required, but in case of a crash caused by DesktopSweeper, it would allow you to send me the crash log from Apple's Crash Reporter. SmartCrashReports must be installed at /Library/InputManagers, so an admin password may be requested from you.&lt;/p&gt;&lt;p&gt;Please let me know if you encounter any problem, difficulty, typo, whatever... or if you don't.&lt;/p&gt;		&lt;hr&gt;	&lt;a href=&quot;http://flip.macrobyte.net/weblog/2008/02/28#item396&quot;&gt;Permanent Link&lt;/a&gt;&amp;nbsp;&#124;&amp;nbsp;&lt;a href=&quot;http://flip.macrobyte.net/fullThread$msgNum=396&quot;&gt;Comments&lt;/a&gt;: 2&amp;nbsp;&#124;&amp;nbsp;&lt;a href=&quot;http://flip.macrobyte.net/396/reply&quot;&gt;Add Comment&lt;/a&gt;		</description></item><item>	<title>Application Enhancer 2.5b1 brings Leopard Compatibility</title>	<dc:creator>Philippe Martin</dc:creator>	<trackback:ping>http://flip.macrobyte.net/395/trackback</trackback:ping>	<link>http://flip.macrobyte.net/395</link>	<pubDate>Thu, 28 Feb 2008 22:24:15 GMT</pubDate>	<guid isPermaLink="true">http://flip.macrobyte.net/weblog/2008/02/28#item395</guid>	<category>Software</category>	<description>&lt;p&gt;If you've been waiting impatiently (as I have) for a Leopard-compatible version of Unsanity's Application Enhancer, then you can rejoice: the wait is over!&lt;/p&gt;&lt;p&gt;A couple of days ago, Unsanity has released the first public beta of Application Enhancer 2.5, along with a beta of most of their Haxies (FontCard, MenuMaster, Silk, FruitMenu, and WindowShadeX). These all are accessible from &lt;a href=&quot;http://www.unsanity.org/archives/betas/enthusiastic_trepidation.php&quot;&gt;this article&lt;/a&gt;. &lt;/p&gt;&lt;p&gt;Congrats, Unsanity, and thank you!&lt;/p&gt;		&lt;hr&gt;	&lt;a href=&quot;http://flip.macrobyte.net/weblog/2008/02/28#item395&quot;&gt;Permanent Link&lt;/a&gt;&amp;nbsp;&#124;&amp;nbsp;&lt;a href=&quot;http://flip.macrobyte.net/fullThread$msgNum=395&quot;&gt;Comments&lt;/a&gt;: 0&amp;nbsp;&#124;&amp;nbsp;&lt;a href=&quot;http://flip.macrobyte.net/395/reply&quot;&gt;Add Comment&lt;/a&gt;		</description></item><item>	<title>Happy Birthday Seasonality!</title>	<dc:creator>Philippe Martin</dc:creator>	<trackback:ping>http://flip.macrobyte.net/394/trackback</trackback:ping>	<link>http://www.starcoder.com/wordpress/2007/03/21/happy-birthday-seasonality/#comments</link>	<pubDate>Sat, 24 Mar 2007 10:15:39 GMT</pubDate>	<guid isPermaLink="true">http://flip.macrobyte.net/weblog/2007/03/24#item394</guid>	<category>Software</category>	<description>&lt;p&gt;&lt;a href=&quot;http://www.starcoder.com/wordpress/2007/03/21/happy-birthday-seasonality/&quot;&gt;Happy Birthday Seasonality&lt;/a&gt;, and congrats to Mike and Gaucho Software!&lt;/p&gt;		&lt;hr&gt;&lt;a href=&quot;http://www.starcoder.com/wordpress/2007/03/21/happy-birthday-seasonality/#comments&quot;&gt;Reference&lt;/a&gt;&amp;nbsp;&#124;&amp;nbsp;	&lt;a href=&quot;http://flip.macrobyte.net/weblog/2007/03/24#item394&quot;&gt;Permanent Link&lt;/a&gt;&amp;nbsp;&#124;&amp;nbsp;&lt;a href=&quot;http://flip.macrobyte.net/fullThread$msgNum=394&quot;&gt;Comments&lt;/a&gt;: 0&amp;nbsp;&#124;&amp;nbsp;&lt;a href=&quot;http://flip.macrobyte.net/394/reply&quot;&gt;Add Comment&lt;/a&gt;		</description></item><item>	<title>Seasonality 1.4</title>	<dc:creator>Philippe Martin</dc:creator>	<trackback:ping>http://flip.macrobyte.net/393/trackback</trackback:ping>	<link>http://www.gauchosoft.com/Software/Seasonality/</link>	<pubDate>Thu, 14 Dec 2006 20:09:47 GMT</pubDate>	<guid isPermaLink="true">http://flip.macrobyte.net/weblog/2006/12/14#item393</guid>	<category>Software</category>	<description>&lt;p&gt;Gaucho Software just released &lt;a href=&quot;http://www.gauchosoft.com/Software/Seasonality/&quot;&gt;Seasonality 1.4&lt;/a&gt;. This new version has lots of new features (like custom locations, weather journal improvements, moon information, support for mouse/trackpad scrolling...) and performance improvements. &lt;/p&gt;&lt;p&gt;Congrats, Mike!&lt;/p&gt;		&lt;hr&gt;&lt;a href=&quot;http://www.gauchosoft.com/Software/Seasonality/&quot;&gt;Reference&lt;/a&gt;&amp;nbsp;&#124;&amp;nbsp;	&lt;a href=&quot;http://flip.macrobyte.net/weblog/2006/12/14#item393&quot;&gt;Permanent Link&lt;/a&gt;&amp;nbsp;&#124;&amp;nbsp;&lt;a href=&quot;http://flip.macrobyte.net/fullThread$msgNum=393&quot;&gt;Comments&lt;/a&gt;: 0&amp;nbsp;&#124;&amp;nbsp;&lt;a href=&quot;http://flip.macrobyte.net/393/reply&quot;&gt;Add Comment&lt;/a&gt;		</description></item><item>	<title>Path Finder 4.6</title>	<dc:creator>Philippe Martin</dc:creator>	<trackback:ping>http://flip.macrobyte.net/391/trackback</trackback:ping>	<link>http://www.cocoatech.com/news/archives/2006/11/30/</link>	<pubDate>Fri, 01 Dec 2006 08:54:36 GMT</pubDate>	<guid isPermaLink="true">http://flip.macrobyte.net/weblog/2006/12/01#item391</guid>	<category>Software</category>	<description>&lt;p&gt;Cocoatech just released &lt;a href=&quot;http://www.cocoatech.com/news/archives/2006/11/30/&quot;&gt;Path Finder 4.6&lt;/a&gt;. There are lots of great tab-related new features in this version! And lots of bug fixes, too. Check out the &lt;a href=&quot;http://www.cocoatech.com/changelog.php&quot;&gt;changes log&lt;/a&gt;! &lt;/p&gt;&lt;p&gt;Congrats to Steve, Neil and Sasha!&lt;/a&gt;		&lt;hr&gt;&lt;a href=&quot;http://www.cocoatech.com/news/archives/2006/11/30/&quot;&gt;Reference&lt;/a&gt;&amp;nbsp;&#124;&amp;nbsp;	&lt;a href=&quot;http://flip.macrobyte.net/weblog/2006/12/01#item391&quot;&gt;Permanent Link&lt;/a&gt;&amp;nbsp;&#124;&amp;nbsp;&lt;a href=&quot;http://flip.macrobyte.net/fullThread$msgNum=391&quot;&gt;Comments&lt;/a&gt;: 0&amp;nbsp;&#124;&amp;nbsp;&lt;a href=&quot;http://flip.macrobyte.net/391/reply&quot;&gt;Add Comment&lt;/a&gt;		</description></item><item>	<title>The iPod Killer Is Stillborn</title>	<dc:creator>Philippe Martin</dc:creator>	<trackback:ping>http://flip.macrobyte.net/387/trackback</trackback:ping>	<link>http://www.suntimes.com/technology/ihnatko/147048,CST-FIN-Andy23.article</link>	<pubDate>Tue, 28 Nov 2006 23:38:41 GMT</pubDate>	<guid isPermaLink="true">http://flip.macrobyte.net/weblog/2006/11/28#item387</guid>	<category>Technology</category>	<description>&lt;p&gt;What a surprise! Apparently the so-called iPod Killer will never kill anything (except maybe some of its users?). Here are some quotes from The Chicago Sun-Times' review:&lt;/p&gt;&lt;p&gt;&lt;i&gt;&quot;Avoid,&quot; is my general message. The Zune is a square wheel, a product that's so absurd and so obviously immune to success that it evokes something akin to a sense of pity.&lt;/i&gt;&lt;/p&gt;&lt;p&gt;&lt;i&gt;The overall experience is about as pleasant as having an airbag deploy in your face.&lt;/i&gt;&lt;/p&gt;&lt;p&gt;&lt;i&gt;The setup process stands among the very worst experiences I've ever had with digital music players. The installer app failed, and an hour into the ordeal, I found myself asking my office goldfish, &quot;Has it really come to this? Am I really about to manually create and install a .dll file?&quot;&lt;/i&gt;&lt;/p&gt;&lt;p&gt;&lt;i&gt;The Zune is a complete, humiliating failure. &lt;/i&gt;&lt;/p&gt;&lt;p&gt;Read &lt;a href=&quot;http://www.suntimes.com/technology/ihnatko/147048,CST-FIN-Andy23.article&quot;&gt;the article&lt;/a&gt; for more about incompatibilities, DRM, pricing scheme, etc. Looks like it's the best present you can offer to someone you hate. :) &lt;/p&gt;		&lt;hr&gt;&lt;a href=&quot;http://www.suntimes.com/technology/ihnatko/147048,CST-FIN-Andy23.article&quot;&gt;Reference&lt;/a&gt;&amp;nbsp;&#124;&amp;nbsp;	&lt;a href=&quot;http://flip.macrobyte.net/weblog/2006/11/28#item387&quot;&gt;Permanent Link&lt;/a&gt;&amp;nbsp;&#124;&amp;nbsp;&lt;a href=&quot;http://flip.macrobyte.net/fullThread$msgNum=387&quot;&gt;Comments&lt;/a&gt;: 0&amp;nbsp;&#124;&amp;nbsp;&lt;a href=&quot;http://flip.macrobyte.net/387/reply&quot;&gt;Add Comment&lt;/a&gt;		</description></item><item>	<title>WindowShade X, FruitMenu and Application Enhancer</title>	<dc:creator>Philippe Martin</dc:creator>	<trackback:ping>http://flip.macrobyte.net/384/trackback</trackback:ping>	<link>http://www.unsanity.org/archives/haxies/were_final.php</link>	<pubDate>Sat, 04 Nov 2006 11:12:26 GMT</pubDate>	<guid isPermaLink="true">http://flip.macrobyte.net/weblog/2006/11/04#item384</guid>	<category>Software</category>	<description>&lt;p&gt;Unsanity releases final versions of &lt;a href=&quot;http://haxies.com/wsx/&quot;&gt;WindowShade X 4.1&lt;/a&gt;, &lt;a href=&quot;http://haxies.com/fruitmenu/&quot;&gt;FruitMenu 3.6.2&lt;/a&gt; and &lt;a href=&quot;http://haxies.com/ape/&quot;&gt;Application Enhancer 2.0.2&lt;/a&gt;. All of these are Universal Binaries and free upgrades. Congratulations, guys!&lt;/p&gt;&lt;p&gt;(Via &lt;a href=&quot;http://www.unsanity.org/archives/haxies/were_final.php&quot;&gt;Unsanity.org&lt;/a&gt;.)&lt;/p&gt;		&lt;hr&gt;&lt;a href=&quot;http://www.unsanity.org/archives/haxies/were_final.php&quot;&gt;Reference&lt;/a&gt;&amp;nbsp;&#124;&amp;nbsp;	&lt;a href=&quot;http://flip.macrobyte.net/weblog/2006/11/04#item384&quot;&gt;Permanent Link&lt;/a&gt;&amp;nbsp;&#124;&amp;nbsp;&lt;a href=&quot;http://flip.macrobyte.net/fullThread$msgNum=384&quot;&gt;Comments&lt;/a&gt;: 0&amp;nbsp;&#124;&amp;nbsp;&lt;a href=&quot;http://flip.macrobyte.net/384/reply&quot;&gt;Add Comment&lt;/a&gt;		</description></item><item>	<title>Got my Mac Pro</title>	<dc:creator>Philippe Martin</dc:creator>	<trackback:ping>http://flip.macrobyte.net/381/trackback</trackback:ping>	<link>http://flip.macrobyte.net/381</link>	<pubDate>Wed, 13 Sep 2006 21:05:51 GMT</pubDate>	<guid isPermaLink="true">http://flip.macrobyte.net/weblog/2006/09/13#item381</guid>	<category>Misc</category>	<description>&lt;p&gt;I received my &lt;a href=&quot;http://www.apple.com/macpro/&quot;&gt;Mac Pro&lt;/a&gt; yesterday, thanks to the company I work for, and I have to say that I love it! It's super fast, of course (takes only 30 seconds or so to boot and applications launch instantly), but I think what I like the most is how incredibly quiet it is. Basically, my external FW drives are noisier than the Mac, now. The difference with the QuickSilver it replaces is just amazing. Like night and day.&lt;/p&gt;&lt;p&gt;And the Cinema display is amazing too. Since I've got it, my other monitors (which seemed perfectly fine to me) have suddenly become awfully dark and yellowish.&lt;/p&gt;&lt;p&gt;Some specs, just to show off:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;2.66 GHz&lt;/li&gt;&lt;li&gt;2 GB memory&lt;/li&gt;&lt;li&gt;1 160 GB drive&lt;/li&gt;&lt;li&gt;1 500 GB drive&lt;/li&gt;&lt;li&gt;1 SuperDrive&lt;/li&gt;&lt;li&gt;1 ATI Radeon X1900 XT&lt;/li&gt;&lt;li&gt;1 Cinema Display 20&quot;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Now you can hate me. ;-&gt;&lt;/p&gt;		&lt;hr&gt;	&lt;a href=&quot;http://flip.macrobyte.net/weblog/2006/09/13#item381&quot;&gt;Permanent Link&lt;/a&gt;&amp;nbsp;&#124;&amp;nbsp;&lt;a href=&quot;http://flip.macrobyte.net/fullThread$msgNum=381&quot;&gt;Comments&lt;/a&gt;: 0&amp;nbsp;&#124;&amp;nbsp;&lt;a href=&quot;http://flip.macrobyte.net/381/reply&quot;&gt;Add Comment&lt;/a&gt;		</description></item><item>	<title>BBEdit 8.5</title>	<dc:creator>Philippe Martin</dc:creator>	<trackback:ping>http://flip.macrobyte.net/379/trackback</trackback:ping>	<link>http://www.barebones.com/products/bbedit/new.shtml</link>	<pubDate>Fri, 08 Sep 2006 00:17:38 GMT</pubDate>	<guid isPermaLink="true">http://flip.macrobyte.net/weblog/2006/09/07#item379</guid>	<category>Software</category>	<description>&lt;p&gt;BareBones Software just released &lt;a href=&quot;http://www.barebones.com/products/bbedit/new.shtml&quot;&gt;BBEdit 8.5&lt;/a&gt; which, quoting BareBones, &lt;i&gt;includes nearly two hundred new features, refinements and user interface improvements.&lt;/i&gt;&lt;/p&gt; &lt;p&gt;The greatest one IMO is the Code Folding feature that allows to collapse whole blocks of code like in outlines. I've dreamed of using outlines in Xcode for long (blame Frontier for that), and BBEdit is the first solution that comes close to it. I've been using it for some time and I love it.&lt;/p&gt;&lt;p&gt;There are many other great new features and this version is definitely a must for every BBEdit user (time to upgrade your license, Nico! ;) ).&lt;/p&gt;&lt;p&gt;Congrats to everybody involved in that release (that includes &lt;a href=&quot;http://www.truerwords.net/&quot;&gt;Seth&lt;/a&gt;)!&lt;/p&gt;		&lt;hr&gt;&lt;a href=&quot;http://www.barebones.com/products/bbedit/new.shtml&quot;&gt;Reference&lt;/a&gt;&amp;nbsp;&#124;&amp;nbsp;	&lt;a href=&quot;http://flip.macrobyte.net/weblog/2006/09/07#item379&quot;&gt;Permanent Link&lt;/a&gt;&amp;nbsp;&#124;&amp;nbsp;&lt;a href=&quot;http://flip.macrobyte.net/fullThread$msgNum=379&quot;&gt;Comments&lt;/a&gt;: 0&amp;nbsp;&#124;&amp;nbsp;&lt;a href=&quot;http://flip.macrobyte.net/379/reply&quot;&gt;Add Comment&lt;/a&gt;		</description></item>	</channel></rss>