<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for davehayes.org</title>
	<atom:link href="http://www.davehayes.org/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.davehayes.org</link>
	<description>Bored, angry and only marginally intelligent.</description>
	<lastBuildDate>Wed, 17 Feb 2010 21:27:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on HOWTO: REAPER on Ubuntu Linux with wineasio (updated) by Alex</title>
		<link>http://www.davehayes.org/2007/04/27/howto-reaper-on-ubuntu-linux-with-wineasio/comment-page-2#comment-12146</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 17 Feb 2010 21:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.davehayes.org/2007/04/27/howto-reaper-on-ubuntu-linux-with-wineasio/#comment-12146</guid>
		<description>Thank you for the guide. I have finally managed to get it working after much tweaking - I tired about a year ago without success. The main obstacle was getting the Steinberg SDK -  despite registering multiple times the site would never let me log in which seemed to be because of a UK address - you might want to relocate to Germany if you have the same problem ;) I am running a 64bit box in ubuntustudio 64 karmic 2.6.31-9-rt. Other problems included using wine 1.2 development which gave errors but when I switched back to wine 1.0.1 compiling went without a hitch. Another issue is where to put the generated wineasio.dll.so file  - make install puts it in usr/lib which is probably fine for 32bit setup but will mean that register ing the wineasio.dll doesnt work. Moving the dll to lib32/wine fixes this. One other thing I had to do was in wine config was under the libraries tab was to specify the wineasio from the drop down list. Also selecting the ALSA from audio rather than JACK.</description>
		<content:encoded><![CDATA[<p>Thank you for the guide. I have finally managed to get it working after much tweaking &#8211; I tired about a year ago without success. The main obstacle was getting the Steinberg SDK &#8211;  despite registering multiple times the site would never let me log in which seemed to be because of a UK address &#8211; you might want to relocate to Germany if you have the same problem <img src='http://www.davehayes.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  I am running a 64bit box in ubuntustudio 64 karmic 2.6.31-9-rt. Other problems included using wine 1.2 development which gave errors but when I switched back to wine 1.0.1 compiling went without a hitch. Another issue is where to put the generated wineasio.dll.so file  &#8211; make install puts it in usr/lib which is probably fine for 32bit setup but will mean that register ing the wineasio.dll doesnt work. Moving the dll to lib32/wine fixes this. One other thing I had to do was in wine config was under the libraries tab was to specify the wineasio from the drop down list. Also selecting the ALSA from audio rather than JACK.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HOWTO: REAPER on Ubuntu Linux with wineasio (updated) by jungletek</title>
		<link>http://www.davehayes.org/2007/04/27/howto-reaper-on-ubuntu-linux-with-wineasio/comment-page-2#comment-12144</link>
		<dc:creator>jungletek</dc:creator>
		<pubDate>Mon, 15 Feb 2010 03:29:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.davehayes.org/2007/04/27/howto-reaper-on-ubuntu-linux-with-wineasio/#comment-12144</guid>
		<description>Serge, above me, is right. In winecfg, make sure ALSA and JACK are enabled, and you should be good.
After a few false starts, this worked for me.

Linux Mint 8 (Helena) &amp; Ableton Live 8.1 were my test subjects.

I had a small error in JACK that was related to having the Real Time checkbox checked. JACK would start and then stop with an error almost immediately. Here&#039;s the message window output, in case anyone is seeing something similar:

cannot use real-time scheduling (FIFO at priority 10) [for thread -1216877808, from thread -1216877808] (1: Operation not permitted)
cannot create engine
22:13:10.615 JACK was stopped successfully.
22:13:10.616 Post-shutdown script...
22:13:10.616 killall jackd
jackd: no process found
22:13:11.038 Post-shutdown script terminated with exit status=256.
22:13:12.606 Could not connect to JACK server as client. - Overall operation failed. - Unable to connect to server. Please check the messages window for more info.

-----

Obviously, unticking the checkbox made things work fine :D

So next step is VST testing. I&#039;ll let you know what works for me and doesn&#039;t, in case people stumble across this blog while googling (like I did!).

Thanks so much for this guide, Dave. You&#039;ve inspired me to add a blog to my virtually unused webhosting, where I&#039;ll write my own (up to date) version of this guide, among other random crap.</description>
		<content:encoded><![CDATA[<p>Serge, above me, is right. In winecfg, make sure ALSA and JACK are enabled, and you should be good.<br />
After a few false starts, this worked for me.</p>
<p>Linux Mint 8 (Helena) &amp; Ableton Live 8.1 were my test subjects.</p>
<p>I had a small error in JACK that was related to having the Real Time checkbox checked. JACK would start and then stop with an error almost immediately. Here&#8217;s the message window output, in case anyone is seeing something similar:</p>
<p>cannot use real-time scheduling (FIFO at priority 10) [for thread -1216877808, from thread -1216877808] (1: Operation not permitted)<br />
cannot create engine<br />
22:13:10.615 JACK was stopped successfully.<br />
22:13:10.616 Post-shutdown script&#8230;<br />
22:13:10.616 killall jackd<br />
jackd: no process found<br />
22:13:11.038 Post-shutdown script terminated with exit status=256.<br />
22:13:12.606 Could not connect to JACK server as client. &#8211; Overall operation failed. &#8211; Unable to connect to server. Please check the messages window for more info.</p>
<p>&#8212;&#8211;</p>
<p>Obviously, unticking the checkbox made things work fine <img src='http://www.davehayes.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>So next step is VST testing. I&#8217;ll let you know what works for me and doesn&#8217;t, in case people stumble across this blog while googling (like I did!).</p>
<p>Thanks so much for this guide, Dave. You&#8217;ve inspired me to add a blog to my virtually unused webhosting, where I&#8217;ll write my own (up to date) version of this guide, among other random crap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux Browser Shootout with Peacekeeper by Gustavo</title>
		<link>http://www.davehayes.org/2009/06/30/linux-browser-shootout-with-peacekeeper/comment-page-1#comment-12136</link>
		<dc:creator>Gustavo</dc:creator>
		<pubDate>Sat, 23 Jan 2010 20:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.davehayes.org/?p=209#comment-12136</guid>
		<description>I have recent benchmarks for Firefox 3.6 Linux and Firefox 3.6 Windows both native and via Wine here, in case anyone is interested. The Windows system is a little undepowered in comparison and FF Linux still manages to come last. Here:

http://1.bp.blogspot.com/_-sidHRI6AHg/S1tVy688gbI/AAAAAAAAAdY/Ubep8-7_EUQ/s1600/Screenshot-1.png

http://2.bp.blogspot.com/_-sidHRI6AHg/S1tVzVirYoI/AAAAAAAAAdg/JlwsrtfOM4Q/s1600/Screenshot-3.png</description>
		<content:encoded><![CDATA[<p>I have recent benchmarks for Firefox 3.6 Linux and Firefox 3.6 Windows both native and via Wine here, in case anyone is interested. The Windows system is a little undepowered in comparison and FF Linux still manages to come last. Here:</p>
<p><a href="http://1.bp.blogspot.com/_-sidHRI6AHg/S1tVy688gbI/AAAAAAAAAdY/Ubep8-7_EUQ/s1600/Screenshot-1.png" rel="nofollow">http://1.bp.blogspot.com/_-sidHRI6AHg/S1tVy688gbI/AAAAAAAAAdY/Ubep8-7_EUQ/s1600/Screenshot-1.png</a></p>
<p><a href="http://2.bp.blogspot.com/_-sidHRI6AHg/S1tVzVirYoI/AAAAAAAAAdg/JlwsrtfOM4Q/s1600/Screenshot-3.png" rel="nofollow">http://2.bp.blogspot.com/_-sidHRI6AHg/S1tVzVirYoI/AAAAAAAAAdg/JlwsrtfOM4Q/s1600/Screenshot-3.png</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux Browser Shootout with Peacekeeper by eukristian</title>
		<link>http://www.davehayes.org/2009/06/30/linux-browser-shootout-with-peacekeeper/comment-page-1#comment-12132</link>
		<dc:creator>eukristian</dc:creator>
		<pubDate>Sun, 03 Jan 2010 11:26:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.davehayes.org/?p=209#comment-12132</guid>
		<description>I also heard about this test (actually this is how i stumbled upon your page) but I can&#039;t finish the Epiphany test . It stops at Social networking , at filtering . I wonder what the problem could be . I doubt that the problem is with my system (Athlon X2 4600 + ,  2 GB RAM , ...) as I could finish the test with Firefox 3.5.6 (terrible 1343 points ) . 

But I guess your test gives me the conclusion (Thanks for that ) so I&#039;ll keep my Epiphany browser .</description>
		<content:encoded><![CDATA[<p>I also heard about this test (actually this is how i stumbled upon your page) but I can&#8217;t finish the Epiphany test . It stops at Social networking , at filtering . I wonder what the problem could be . I doubt that the problem is with my system (Athlon X2 4600 + ,  2 GB RAM , &#8230;) as I could finish the test with Firefox 3.5.6 (terrible 1343 points ) . </p>
<p>But I guess your test gives me the conclusion (Thanks for that ) so I&#8217;ll keep my Epiphany browser .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux Browser Shootout with Peacekeeper by Midori is Rockin&#8217; Fast &#124; Qe2eqe</title>
		<link>http://www.davehayes.org/2009/06/30/linux-browser-shootout-with-peacekeeper/comment-page-1#comment-12130</link>
		<dc:creator>Midori is Rockin&#8217; Fast &#124; Qe2eqe</dc:creator>
		<pubDate>Thu, 24 Dec 2009 20:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.davehayes.org/?p=209#comment-12130</guid>
		<description>[...] davehayes.org [...]</description>
		<content:encoded><![CDATA[<p>[...] davehayes.org [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on feminists are stupid by Alex</title>
		<link>http://www.davehayes.org/2006/11/28/feminists-are-stupid/comment-page-1#comment-12127</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 18 Dec 2009 02:12:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.davehayes.org/2006/11/28/feminists-are-stupid/#comment-12127</guid>
		<description>What has happened to society?The proper definition of &quot;equality&quot; seems to be &quot;discrimination after a fake revolution from it&quot;</description>
		<content:encoded><![CDATA[<p>What has happened to society?The proper definition of &#8220;equality&#8221; seems to be &#8220;discrimination after a fake revolution from it&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on feminists are stupid by Alex</title>
		<link>http://www.davehayes.org/2006/11/28/feminists-are-stupid/comment-page-1#comment-12126</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 18 Dec 2009 02:11:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.davehayes.org/2006/11/28/feminists-are-stupid/#comment-12126</guid>
		<description>I agree.It&#039;s hit the media.The man is the snob,the boy is the problem child,the girl is Miss Petite Sweet and the woman does all the work.</description>
		<content:encoded><![CDATA[<p>I agree.It&#8217;s hit the media.The man is the snob,the boy is the problem child,the girl is Miss Petite Sweet and the woman does all the work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HOWTO: REAPER on Ubuntu Linux with wineasio (updated) by Chris</title>
		<link>http://www.davehayes.org/2007/04/27/howto-reaper-on-ubuntu-linux-with-wineasio/comment-page-2#comment-12124</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 04 Dec 2009 22:29:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.davehayes.org/2007/04/27/howto-reaper-on-ubuntu-linux-with-wineasio/#comment-12124</guid>
		<description>I&#039;m a total Linux noob but after a few hours managed to get Reaper installed and running thanks to this guide. However, now when I try to start Reaper, the minimized window with &quot;Starting Reaper&quot; shows up, nothing else happens, and then that disappears. Not sure what the problem is.</description>
		<content:encoded><![CDATA[<p>I&#8217;m a total Linux noob but after a few hours managed to get Reaper installed and running thanks to this guide. However, now when I try to start Reaper, the minimized window with &#8220;Starting Reaper&#8221; shows up, nothing else happens, and then that disappears. Not sure what the problem is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on feminists are stupid by I fucked a mermaid</title>
		<link>http://www.davehayes.org/2006/11/28/feminists-are-stupid/comment-page-1#comment-12123</link>
		<dc:creator>I fucked a mermaid</dc:creator>
		<pubDate>Wed, 02 Dec 2009 02:18:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.davehayes.org/2006/11/28/feminists-are-stupid/#comment-12123</guid>
		<description>Women work best in the kitchen, bent over. 

I kid. Women = immanent.
Men = transcendent.

Immanence is being tied to the body. Hence, the trembling and heaving bosoms and hysterics. Immanence will only bring you more of the same. Life propagating life. They raise the kids in the house, giving us more kids.

Transcendence is going beyond the body. Using reason, rationality, or violence, and the ability to take risks and break the rules. Inventions, conquering new territory and new places of thought, rising above the mere replication of life that immanence brings.

When you worship one gender and disparage the other -- or even draw distinction between the genders -- you are paying tribute, in essence, to this dichotomy.

So why are men tied to transcendence? Why women to immanence?
Moreover, is the association necessary? Is it DESTINY, or HISTORY?

We can&#039;t deny that we treat women like shit. We dominate the fuck out of them, and have for centuries. Slight differences in biology aggravated and appropriated through history into and entire gender&#039;s destiny.

We have to change the trend. Much as I hate to admit it, &quot;D&quot; is right. More can be accomplished with both members of our race recognizing transcendent and immanent qualities in eachother.</description>
		<content:encoded><![CDATA[<p>Women work best in the kitchen, bent over. </p>
<p>I kid. Women = immanent.<br />
Men = transcendent.</p>
<p>Immanence is being tied to the body. Hence, the trembling and heaving bosoms and hysterics. Immanence will only bring you more of the same. Life propagating life. They raise the kids in the house, giving us more kids.</p>
<p>Transcendence is going beyond the body. Using reason, rationality, or violence, and the ability to take risks and break the rules. Inventions, conquering new territory and new places of thought, rising above the mere replication of life that immanence brings.</p>
<p>When you worship one gender and disparage the other &#8212; or even draw distinction between the genders &#8212; you are paying tribute, in essence, to this dichotomy.</p>
<p>So why are men tied to transcendence? Why women to immanence?<br />
Moreover, is the association necessary? Is it DESTINY, or HISTORY?</p>
<p>We can&#8217;t deny that we treat women like shit. We dominate the fuck out of them, and have for centuries. Slight differences in biology aggravated and appropriated through history into and entire gender&#8217;s destiny.</p>
<p>We have to change the trend. Much as I hate to admit it, &#8220;D&#8221; is right. More can be accomplished with both members of our race recognizing transcendent and immanent qualities in eachother.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HOWTO: REAPER on Ubuntu Linux with wineasio (updated) by Serge</title>
		<link>http://www.davehayes.org/2007/04/27/howto-reaper-on-ubuntu-linux-with-wineasio/comment-page-2#comment-12111</link>
		<dc:creator>Serge</dc:creator>
		<pubDate>Thu, 05 Nov 2009 09:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.davehayes.org/2007/04/27/howto-reaper-on-ubuntu-linux-with-wineasio/#comment-12111</guid>
		<description>folks there&#039;s some misconception here, no need to put jack on in winecfg, you can use alsa (For midi) and use wineasio driver inside the host, wineasio will use jack still, but wine will tell the application that there&#039;s also midi inputs and outputs.</description>
		<content:encoded><![CDATA[<p>folks there&#8217;s some misconception here, no need to put jack on in winecfg, you can use alsa (For midi) and use wineasio driver inside the host, wineasio will use jack still, but wine will tell the application that there&#8217;s also midi inputs and outputs.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
