<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for The PumaCode.org Blog</title>
	<atom:link href="http://blog.pumacode.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.pumacode.org</link>
	<description>Toby's Geeky Half</description>
	<pubDate>Fri, 12 Mar 2010 14:22:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on new version of tsvn menu extension for firefox 3 by subversive</title>
		<link>http://blog.pumacode.org/2008/07/03/new-version-of-tsvn-menu-extension-for-firefox-3/#comment-18124</link>
		<dc:creator>subversive</dc:creator>
		<pubDate>Wed, 27 Jan 2010 09:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pumacode.org/?p=59#comment-18124</guid>
		<description>Hello, 
your plugin did work very well on FF3.5 but it does not install on FF 3.6. 
Could you manage it, please?
If you need feedback on FF 3.6, I can send it to you when it is ready!

Thanks again for your work!</description>
		<content:encoded><![CDATA[<p>Hello,<br />
your plugin did work very well on FF3.5 but it does not install on FF 3.6.<br />
Could you manage it, please?<br />
If you need feedback on FF 3.6, I can send it to you when it is ready!</p>
<p>Thanks again for your work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on new version of tsvn menu extension for firefox 3 by toby</title>
		<link>http://blog.pumacode.org/2008/07/03/new-version-of-tsvn-menu-extension-for-firefox-3/#comment-17975</link>
		<dc:creator>toby</dc:creator>
		<pubDate>Thu, 21 Jan 2010 14:15:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pumacode.org/?p=59#comment-17975</guid>
		<description>Hi Noragen,

Sorry I'm not too familiar with Wine, but isn't there some way to map Windows paths within Wine to local paths on your Linux filesystem? Remember that the Windows program (TortoiseSVN in this case) will have no idea that you are even running inside of Linux, so trying to use a Linux path won't work.

Please take a look at the Wine docs and see if you can maybe map a folder named "C:\Home" to /home on Linux, and then you can checkout to "C:\Home\user" or whatever.</description>
		<content:encoded><![CDATA[<p>Hi Noragen,</p>
<p>Sorry I&#8217;m not too familiar with Wine, but isn&#8217;t there some way to map Windows paths within Wine to local paths on your Linux filesystem? Remember that the Windows program (TortoiseSVN in this case) will have no idea that you are even running inside of Linux, so trying to use a Linux path won&#8217;t work.</p>
<p>Please take a look at the Wine docs and see if you can maybe map a folder named &#8220;C:\Home&#8221; to /home on Linux, and then you can checkout to &#8220;C:\Home\user&#8221; or whatever.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on new version of tsvn menu extension for firefox 3 by Noragen</title>
		<link>http://blog.pumacode.org/2008/07/03/new-version-of-tsvn-menu-extension-for-firefox-3/#comment-17963</link>
		<dc:creator>Noragen</dc:creator>
		<pubDate>Wed, 20 Jan 2010 17:49:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pumacode.org/?p=59#comment-17963</guid>
		<description>hi, when i use tsvn-menu with firefox in linux and wine, i wanted to checkout.
tortoisesvn finds the svn+ssh repository and i can browse it, but when i want to checkout
it prepends 
c:\windows\temp
to the checkout-url. If i delete the tmp/temp entries in system.reg in.wine
it uses c:\profiles\ as prefix.
What is wrong there?

Best Regards noragen</description>
		<content:encoded><![CDATA[<p>hi, when i use tsvn-menu with firefox in linux and wine, i wanted to checkout.<br />
tortoisesvn finds the svn+ssh repository and i can browse it, but when i want to checkout<br />
it prepends<br />
c:\windows\temp<br />
to the checkout-url. If i delete the tmp/temp entries in system.reg in.wine<br />
it uses c:\profiles\ as prefix.<br />
What is wrong there?</p>
<p>Best Regards noragen</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on new version of tsvn menu extension for firefox 3 by toby</title>
		<link>http://blog.pumacode.org/2008/07/03/new-version-of-tsvn-menu-extension-for-firefox-3/#comment-16364</link>
		<dc:creator>toby</dc:creator>
		<pubDate>Wed, 26 Aug 2009 18:21:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pumacode.org/?p=59#comment-16364</guid>
		<description>Many thanks for the tip on createInstance vs. getService Ash. This was definitely a case of not remembering my own code after not looking at it in so long, and I'm sure it would have taken me a while to track that one down.

I've now uploaded a new version to AMO for Firefox 3.5 but it's pending review (as of today); if anyone reading this has editor privileges I'd appreciate your review...</description>
		<content:encoded><![CDATA[<p>Many thanks for the tip on createInstance vs. getService Ash. This was definitely a case of not remembering my own code after not looking at it in so long, and I&#8217;m sure it would have taken me a while to track that one down.</p>
<p>I&#8217;ve now uploaded a new version to AMO for Firefox 3.5 but it&#8217;s pending review (as of today); if anyone reading this has editor privileges I&#8217;d appreciate your review&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on new version of tsvn menu extension for firefox 3 by ash</title>
		<link>http://blog.pumacode.org/2008/07/03/new-version-of-tsvn-menu-extension-for-firefox-3/#comment-16329</link>
		<dc:creator>ash</dc:creator>
		<pubDate>Fri, 21 Aug 2009 07:46:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pumacode.org/?p=59#comment-16329</guid>
		<description>Erik,

I got the extension to work in 3.5 with a couple of simple changes:

- change the version strings in 'install.rdf' and 'update.rdf' to claim compatibility with the later Firefox,

- at around line 111 of content/tsvnmenuOverlay.js, change 'getService' to 'createInstance'.

Then run build.sh to rebuild the extension and install the resulting xpi file.

Hope that helps.</description>
		<content:encoded><![CDATA[<p>Erik,</p>
<p>I got the extension to work in 3.5 with a couple of simple changes:</p>
<p>- change the version strings in &#8216;install.rdf&#8217; and &#8216;update.rdf&#8217; to claim compatibility with the later Firefox,</p>
<p>- at around line 111 of content/tsvnmenuOverlay.js, change &#8216;getService&#8217; to &#8216;createInstance&#8217;.</p>
<p>Then run build.sh to rebuild the extension and install the resulting xpi file.</p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on new version of tsvn menu extension for firefox 3 by toby</title>
		<link>http://blog.pumacode.org/2008/07/03/new-version-of-tsvn-menu-extension-for-firefox-3/#comment-16266</link>
		<dc:creator>toby</dc:creator>
		<pubDate>Wed, 05 Aug 2009 04:42:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pumacode.org/?p=59#comment-16266</guid>
		<description>Thank you Erik and Vitrious for the encouragement and support. I was frankly very surprised to log in to my AMO account and find out that this extension has 3000+ active users (which I assume they determine by how many browsers actively "check in" for updates).

As I put on the extension site, I am now primarily a Linux user so (sadly) I can't use TortoiseSVN but I do have a Windows 7 VM I can test in. I'll definitely move updating this version up on my priority list and hope to have the new version out soon.</description>
		<content:encoded><![CDATA[<p>Thank you Erik and Vitrious for the encouragement and support. I was frankly very surprised to log in to my AMO account and find out that this extension has 3000+ active users (which I assume they determine by how many browsers actively &#8220;check in&#8221; for updates).</p>
<p>As I put on the extension site, I am now primarily a Linux user so (sadly) I can&#8217;t use TortoiseSVN but I do have a Windows 7 VM I can test in. I&#8217;ll definitely move updating this version up on my priority list and hope to have the new version out soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on new version of tsvn menu extension for firefox 3 by Vitrious</title>
		<link>http://blog.pumacode.org/2008/07/03/new-version-of-tsvn-menu-extension-for-firefox-3/#comment-16265</link>
		<dc:creator>Vitrious</dc:creator>
		<pubDate>Wed, 05 Aug 2009 04:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pumacode.org/?p=59#comment-16265</guid>
		<description>I've got a number of WinXP32 users who use Fx mainly due to the goodness your addon provides. As a result, when one upgrades to Fx3.5, they usually revert to 3.0...

A big thank you for having the insight to let users out of the Explorer jail- of course we'd be happy to contribute to testing a 3.5 version, but for now- we're sitting pretty on 3.0.xx. 

Great work Toby, keep it up!  Please let us know if you'd like some help.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got a number of WinXP32 users who use Fx mainly due to the goodness your addon provides. As a result, when one upgrades to Fx3.5, they usually revert to 3.0&#8230;</p>
<p>A big thank you for having the insight to let users out of the Explorer jail- of course we&#8217;d be happy to contribute to testing a 3.5 version, but for now- we&#8217;re sitting pretty on 3.0.xx. </p>
<p>Great work Toby, keep it up!  Please let us know if you&#8217;d like some help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on new version of tsvn menu extension for firefox 3 by Erik</title>
		<link>http://blog.pumacode.org/2008/07/03/new-version-of-tsvn-menu-extension-for-firefox-3/#comment-16113</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Fri, 17 Jul 2009 12:24:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pumacode.org/?p=59#comment-16113</guid>
		<description>Can we expect a version that supports Firefox 3.5? Would love that! Thanks!</description>
		<content:encoded><![CDATA[<p>Can we expect a version that supports Firefox 3.5? Would love that! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on new version of tsvn menu extension for firefox 3 by toby</title>
		<link>http://blog.pumacode.org/2008/07/03/new-version-of-tsvn-menu-extension-for-firefox-3/#comment-14646</link>
		<dc:creator>toby</dc:creator>
		<pubDate>Thu, 04 Sep 2008 03:45:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pumacode.org/?p=59#comment-14646</guid>
		<description>Have you changed tsvn.tproc_path under about:config to the correct command to run to launch TortoiseProc.exe? To be honest I don't even know if it would accept a command line with parameters (I'm guessing it would need to be something like: /usr/bin/wine "/home/user/.wine/drive_c/Program Files/TortoiseSvn/bin/TortoiseProc.exe"</description>
		<content:encoded><![CDATA[<p>Have you changed tsvn.tproc_path under about:config to the correct command to run to launch TortoiseProc.exe? To be honest I don&#8217;t even know if it would accept a command line with parameters (I&#8217;m guessing it would need to be something like: /usr/bin/wine &#8220;/home/user/.wine/drive_c/Program Files/TortoiseSvn/bin/TortoiseProc.exe&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on new version of tsvn menu extension for firefox 3 by John</title>
		<link>http://blog.pumacode.org/2008/07/03/new-version-of-tsvn-menu-extension-for-firefox-3/#comment-14645</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 03 Sep 2008 21:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pumacode.org/?p=59#comment-14645</guid>
		<description>Well, I don't know if it works or not. I'm trying to get TortoiseSVN working under wine. Any pointers to getting that working welcome (I installed it under wine, but the browser integration in firefox isn't working...)</description>
		<content:encoded><![CDATA[<p>Well, I don&#8217;t know if it works or not. I&#8217;m trying to get TortoiseSVN working under wine. Any pointers to getting that working welcome (I installed it under wine, but the browser integration in firefox isn&#8217;t working&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on new version of tsvn menu extension for firefox 3 by toby</title>
		<link>http://blog.pumacode.org/2008/07/03/new-version-of-tsvn-menu-extension-for-firefox-3/#comment-14602</link>
		<dc:creator>toby</dc:creator>
		<pubDate>Wed, 09 Jul 2008 05:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pumacode.org/?p=59#comment-14602</guid>
		<description>Thanks Don, glad you find the extension useful, I've uploaded the new version to AMO but until it's reviewed by their staff it remains marked as "Experimental".</description>
		<content:encoded><![CDATA[<p>Thanks Don, glad you find the extension useful, I&#8217;ve uploaded the new version to AMO but until it&#8217;s reviewed by their staff it remains marked as &#8220;Experimental&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on why doesn&#8217;t windows suck less? by Mr R</title>
		<link>http://blog.pumacode.org/2008/06/25/why-doesnt-windows-suck-less/#comment-14601</link>
		<dc:creator>Mr R</dc:creator>
		<pubDate>Tue, 08 Jul 2008 23:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pumacode.org/?p=58#comment-14601</guid>
		<description>I could not agree more.</description>
		<content:encoded><![CDATA[<p>I could not agree more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on new version of tsvn menu extension for firefox 3 by Don</title>
		<link>http://blog.pumacode.org/2008/07/03/new-version-of-tsvn-menu-extension-for-firefox-3/#comment-14600</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Tue, 08 Jul 2008 19:13:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pumacode.org/?p=59#comment-14600</guid>
		<description>Almost forgot in my mad dash to enjoy tSVN/ff3-goodness, thanks for developing this extension. I used the older version heavily and appreciate you taking the time to keep it up-to-date. Congrats on making the move to linux, now if only I could convince my CEO to do the same.</description>
		<content:encoded><![CDATA[<p>Almost forgot in my mad dash to enjoy tSVN/ff3-goodness, thanks for developing this extension. I used the older version heavily and appreciate you taking the time to keep it up-to-date. Congrats on making the move to linux, now if only I could convince my CEO to do the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on new version of tsvn menu extension for firefox 3 by Don</title>
		<link>http://blog.pumacode.org/2008/07/03/new-version-of-tsvn-menu-extension-for-firefox-3/#comment-14599</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Tue, 08 Jul 2008 19:10:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pumacode.org/?p=59#comment-14599</guid>
		<description>Seems to be working without any problems, I'll report back if anything unexpected occurs.</description>
		<content:encoded><![CDATA[<p>Seems to be working without any problems, I&#8217;ll report back if anything unexpected occurs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on my open source pledge by toby</title>
		<link>http://blog.pumacode.org/2008/05/23/my-open-source-pledge/#comment-14597</link>
		<dc:creator>toby</dc:creator>
		<pubDate>Mon, 26 May 2008 04:37:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pumacode.org/?p=47#comment-14597</guid>
		<description>Hi Mike! Thanks for the info... yeah, I'm familiar w/ Steve Jobs' open letter from early last year, but I'm not really that impressed. I think their hand was forced, and they reluctantly went along with the DRM-free music, but why isn't their whole selection yet DRM-free?

iTunes is now the number one music retailer in the U.S. If they declared that only DRM-free tracks would be sold through their store, they could make it happen. And unless I'm mistaken (I readily admit I've never even used iTunes), their ringtones, TV shows, and other content are still DRM-laden. Why should someone have to pay twice for a ringtone sample of a song they've already bought?

Now, I also realize that Apple has done a great job of holding the price of their tracks to 99 cents, and that is something that the record companies hate. So the big media companies are cutting deals with the likes of Amazon and Wal-Mart, with completely DRM-free selections, to try to gain some of that control back.

I think that has a lot to do with Mr. Jobs' open letter: he's trying to paint himself as the good guy, standing up for the Free Use rights of the little man. But it's all talk and not enough action. DRM is a large part of what allowed iTunes and iPod to wind up in the enviable position they're in.

Aside from DRM, there are plenty of other examples of how Apple is anti-open, from their OS X license prohibiting their software from being run on non-Apple hardware (including virtual machines), to their overzealous takedown notices and legal threats against fan sites that leak rumors.

Now, I'm very pro-capitalist and I congratulate and applaud Apple for the remarkable and dramatic turnaround they've had since Mr. Jobs has been back at the helm. I understand why they embraced DRM in the first place, why they refused to license it to others, and why they are now saying that they wish they could get rid of it if only the mean record companies would let them.

But when I look at the company's actions as a whole, I frankly don't see a whole lot of difference between them and Microsoft from the openness perspective. I think that if Apple had the marketshare that Microsoft did, they would be every bit as much of a threat to the future of technological freedom.

And speaking of empty promises to become open :) ... thanks to Adobe's lack of providing an open-source Flash player, or even any Flash player for 64-bit Linux, I can't see SpinWeb's front page!</description>
		<content:encoded><![CDATA[<p>Hi Mike! Thanks for the info&#8230; yeah, I&#8217;m familiar w/ Steve Jobs&#8217; open letter from early last year, but I&#8217;m not really that impressed. I think their hand was forced, and they reluctantly went along with the DRM-free music, but why isn&#8217;t their whole selection yet DRM-free?</p>
<p>iTunes is now the number one music retailer in the U.S. If they declared that only DRM-free tracks would be sold through their store, they could make it happen. And unless I&#8217;m mistaken (I readily admit I&#8217;ve never even used iTunes), their ringtones, TV shows, and other content are still DRM-laden. Why should someone have to pay twice for a ringtone sample of a song they&#8217;ve already bought?</p>
<p>Now, I also realize that Apple has done a great job of holding the price of their tracks to 99 cents, and that is something that the record companies hate. So the big media companies are cutting deals with the likes of Amazon and Wal-Mart, with completely DRM-free selections, to try to gain some of that control back.</p>
<p>I think that has a lot to do with Mr. Jobs&#8217; open letter: he&#8217;s trying to paint himself as the good guy, standing up for the Free Use rights of the little man. But it&#8217;s all talk and not enough action. DRM is a large part of what allowed iTunes and iPod to wind up in the enviable position they&#8217;re in.</p>
<p>Aside from DRM, there are plenty of other examples of how Apple is anti-open, from their OS X license prohibiting their software from being run on non-Apple hardware (including virtual machines), to their overzealous takedown notices and legal threats against fan sites that leak rumors.</p>
<p>Now, I&#8217;m very pro-capitalist and I congratulate and applaud Apple for the remarkable and dramatic turnaround they&#8217;ve had since Mr. Jobs has been back at the helm. I understand why they embraced DRM in the first place, why they refused to license it to others, and why they are now saying that they wish they could get rid of it if only the mean record companies would let them.</p>
<p>But when I look at the company&#8217;s actions as a whole, I frankly don&#8217;t see a whole lot of difference between them and Microsoft from the openness perspective. I think that if Apple had the marketshare that Microsoft did, they would be every bit as much of a threat to the future of technological freedom.</p>
<p>And speaking of empty promises to become open :) &#8230; thanks to Adobe&#8217;s lack of providing an open-source Flash player, or even any Flash player for 64-bit Linux, I can&#8217;t see SpinWeb&#8217;s front page!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
