<?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 Irish Penguin</title>
	<atom:link href="http://www.theirishpenguin.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theirishpenguin.com</link>
	<description>When Tux walks in, Irish eyes are smiling...</description>
	<pubDate>Thu, 04 Dec 2008 02:20:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>Comment on Transformers - The Worst Movie Ever! by sean</title>
		<link>http://www.theirishpenguin.com/2007/07/08/transformers-the-worst-movie-ever/#comment-1341</link>
		<dc:creator>sean</dc:creator>
		<pubDate>Sat, 22 Nov 2008 05:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.theirishpenguin.com/2007/07/08/transformers-the-worst-movie-ever/#comment-1341</guid>
		<description>just tried to watch this movie again, first time i saw it, i was really stoned and a little drunk.  thought maybe i was too faded to comprehend what i was watching.  my feeling at the end of the movie the first time was, what the fuck did i just watch?  why were the lead characters anywhere they were throughout the movie?  what was anybody trying to do?why were the robots so hard to watch?  how much money was spent on this "movie"?  i have always said that harlem nights was the worst movie i've ever seen,.. until i watched this piece of dung.  like i said, tried to watch it sober, made it 1 hour before i just couldn't take it anymore. the only reason i made it that far, was for megan fox, unbelievably attractive.   i see on the net that there is going to be another movie.  WHY? WHY ? WHY ? WHY?!!!!!!  just to sum it up... TRANSFORMERS IS THE WORST MOVIE EVER MADE IN THE HISTORY OF CINEMA.  IF ANOTHER MOVIE IS EVER MADE THAT IS WORSE,.. THAT IS THE SIGN OF THE END OF THE WORLD AND WE SHOULD WELCOME IT JUST SO WE WON'T BE SUBJECT TO A SEQUEL.</description>
		<content:encoded><![CDATA[<p>just tried to watch this movie again, first time i saw it, i was really stoned and a little drunk.  thought maybe i was too faded to comprehend what i was watching.  my feeling at the end of the movie the first time was, what the fuck did i just watch?  why were the lead characters anywhere they were throughout the movie?  what was anybody trying to do?why were the robots so hard to watch?  how much money was spent on this &#8220;movie&#8221;?  i have always said that harlem nights was the worst movie i&#8217;ve ever seen,.. until i watched this piece of dung.  like i said, tried to watch it sober, made it 1 hour before i just couldn&#8217;t take it anymore. the only reason i made it that far, was for megan fox, unbelievably attractive.   i see on the net that there is going to be another movie.  WHY? WHY ? WHY ? WHY?!!!!!!  just to sum it up&#8230; TRANSFORMERS IS THE WORST MOVIE EVER MADE IN THE HISTORY OF CINEMA.  IF ANOTHER MOVIE IS EVER MADE THAT IS WORSE,.. THAT IS THE SIGN OF THE END OF THE WORLD AND WE SHOULD WELCOME IT JUST SO WE WON&#8217;T BE SUBJECT TO A SEQUEL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on QObject, QMake and Sadness - &#8216;Undefined reference to vtable&#8217; by Nick Toole</title>
		<link>http://www.theirishpenguin.com/2007/07/01/qobject-qmake-and-sadness-undefined-reference-to-vtable/#comment-1171</link>
		<dc:creator>Nick Toole</dc:creator>
		<pubDate>Thu, 13 Nov 2008 00:42:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.theirishpenguin.com/2007/07/01/qobject-qmake-and-sadness-undefined-reference-to-vtable/#comment-1171</guid>
		<description>I had a similar issue, but am not using qmake in my build process.

Instread, I resolved the issue by #include-ing the moc-generated file (input: Abc.h; output: moc_Abc.cpp) in the implementation file (moc_Abc.cpp).  Not sure if this is obvious, but I didn't see it in the primary Trolltech Qt tutorial example I have been reading.

Thanks for the entry.</description>
		<content:encoded><![CDATA[<p>I had a similar issue, but am not using qmake in my build process.</p>
<p>Instread, I resolved the issue by #include-ing the moc-generated file (input: Abc.h; output: moc_Abc.cpp) in the implementation file (moc_Abc.cpp).  Not sure if this is obvious, but I didn&#8217;t see it in the primary Trolltech Qt tutorial example I have been reading.</p>
<p>Thanks for the entry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Little Help on Importing Gmail Contacts using Ruby on Rails by theirishpenguin</title>
		<link>http://www.theirishpenguin.com/2008/06/25/a-little-help-on-importing-gmail-contacts-using-ruby-on-rails/#comment-1136</link>
		<dc:creator>theirishpenguin</dc:creator>
		<pubDate>Tue, 21 Oct 2008 21:11:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.theirishpenguin.com/2008/06/25/a-little-help-on-importing-gmail-contacts-using-ruby-on-rails/#comment-1136</guid>
		<description>Just a quick word. When you go to deploy your app, localhost:3000 won't work anymore for contacting the Gmail API. You'd need to register your Web Application with Google (this is outlined in the Atlantic Domain Solutions guide). As part of this you are asked to enter a Target URL path prefix (ie. the next parameter used in AuthSub). You should set this to be the path to the above controller action. So, for example, if your web app is lives at http://www.mycoolwebsite.net then the value for the Target URL path prefix should be

    http://www.mycoolwebsite.net/imported_contacts/authorise

Pay particular attention to not forget the 'www' bit if that will be in your URLs!</description>
		<content:encoded><![CDATA[<p>Just a quick word. When you go to deploy your app, localhost:3000 won&#8217;t work anymore for contacting the Gmail API. You&#8217;d need to register your Web Application with Google (this is outlined in the Atlantic Domain Solutions guide). As part of this you are asked to enter a Target URL path prefix (ie. the next parameter used in AuthSub). You should set this to be the path to the above controller action. So, for example, if your web app is lives at <a href="http://www.mycoolwebsite.net" rel="nofollow">http://www.mycoolwebsite.net</a> then the value for the Target URL path prefix should be</p>
<p>    <a href="http://www.mycoolwebsite.net/imported_contacts/authorise" rel="nofollow">http://www.mycoolwebsite.net/imported_contacts/authorise</a></p>
<p>Pay particular attention to not forget the &#8216;www&#8217; bit if that will be in your URLs!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting the Huawei E870 to work on Kubuntu (and Mobile Internet from O2) by rousseau</title>
		<link>http://www.theirishpenguin.com/2008/03/26/getting-the-huawei-e870-to-work-on-kubuntu-and-mobile-internet-from-o2/#comment-1062</link>
		<dc:creator>rousseau</dc:creator>
		<pubDate>Sun, 12 Oct 2008 22:54:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.theirishpenguin.com/2008/03/26/getting-the-huawei-e870-to-work-on-kubuntu-and-mobile-internet-from-o2/#comment-1062</guid>
		<description>i do use Huwai ETS 2058 FWT. i want to use it in fedora 9 or el-5.
please help me in this matter..</description>
		<content:encoded><![CDATA[<p>i do use Huwai ETS 2058 FWT. i want to use it in fedora 9 or el-5.<br />
please help me in this matter..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting the Huawei E870 to work on Kubuntu (and Mobile Internet from O2) by Alan</title>
		<link>http://www.theirishpenguin.com/2008/03/26/getting-the-huawei-e870-to-work-on-kubuntu-and-mobile-internet-from-o2/#comment-1039</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Fri, 10 Oct 2008 13:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.theirishpenguin.com/2008/03/26/getting-the-huawei-e870-to-work-on-kubuntu-and-mobile-internet-from-o2/#comment-1039</guid>
		<description>Hi,

If you are receviing a "Voice line detected, Trying again " pop the sim into another phone, and deactivate the PIN request  (or add AT+CPIN=NNNN where N=a number in your pin) this had me baffled for a while.

Needless to say o2 BB Support dismissed me the moment I mentioned linux.  I have this running on Fedora now.

Alan</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>If you are receviing a &#8220;Voice line detected, Trying again &#8221; pop the sim into another phone, and deactivate the PIN request  (or add AT+CPIN=NNNN where N=a number in your pin) this had me baffled for a while.</p>
<p>Needless to say o2 BB Support dismissed me the moment I mentioned linux.  I have this running on Fedora now.</p>
<p>Alan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Recording Sound in Kubuntu 8.10 (running KDE 4.1) by Dave</title>
		<link>http://www.theirishpenguin.com/2008/09/14/recording-sound-in-kubuntu-810-running-kde-41/#comment-921</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 23 Sep 2008 16:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.theirishpenguin.com/?p=77#comment-921</guid>
		<description>This is too good. I have been trying to record on a 1720 (which the only difference is the size)

Thanks.</description>
		<content:encoded><![CDATA[<p>This is too good. I have been trying to record on a 1720 (which the only difference is the size)</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on QObject, QMake and Sadness - &#8216;Undefined reference to vtable&#8217; by David Gillies</title>
		<link>http://www.theirishpenguin.com/2007/07/01/qobject-qmake-and-sadness-undefined-reference-to-vtable/#comment-844</link>
		<dc:creator>David Gillies</dc:creator>
		<pubDate>Fri, 12 Sep 2008 03:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.theirishpenguin.com/2007/07/01/qobject-qmake-and-sadness-undefined-reference-to-vtable/#comment-844</guid>
		<description>Thank you, thank you, thank you! I was about ready to give up in disgust when I read your line about adding HEADERS= to the .pro file. Could I find this on Trolltech's site? I could not.</description>
		<content:encoded><![CDATA[<p>Thank you, thank you, thank you! I was about ready to give up in disgust when I read your line about adding HEADERS= to the .pro file. Could I find this on Trolltech&#8217;s site? I could not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting the Huawei E870 to work on Kubuntu (and Mobile Internet from O2) by husam2005</title>
		<link>http://www.theirishpenguin.com/2008/03/26/getting-the-huawei-e870-to-work-on-kubuntu-and-mobile-internet-from-o2/#comment-841</link>
		<dc:creator>husam2005</dc:creator>
		<pubDate>Tue, 09 Sep 2008 21:56:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.theirishpenguin.com/2008/03/26/getting-the-huawei-e870-to-work-on-kubuntu-and-mobile-internet-from-o2/#comment-841</guid>
		<description>hi
i use huawei ets 2258 under linux fedora and i cant make it work
can you help me with this driver please
im losing hope
please email me on theking2005xp@yahoo.com</description>
		<content:encoded><![CDATA[<p>hi<br />
i use huawei ets 2258 under linux fedora and i cant make it work<br />
can you help me with this driver please<br />
im losing hope<br />
please email me on <a href="mailto:theking2005xp@yahoo.com">theking2005xp@yahoo.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting the Huawei E870 to work on Kubuntu (and Mobile Internet from O2) by Guys</title>
		<link>http://www.theirishpenguin.com/2008/03/26/getting-the-huawei-e870-to-work-on-kubuntu-and-mobile-internet-from-o2/#comment-817</link>
		<dc:creator>Guys</dc:creator>
		<pubDate>Thu, 04 Sep 2008 11:23:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.theirishpenguin.com/2008/03/26/getting-the-huawei-e870-to-work-on-kubuntu-and-mobile-internet-from-o2/#comment-817</guid>
		<description>This post is interesting to me as I have the E270 USB stick. I cannot get this to work and I was thinking of swaping for an E870 pcmia/Epress card.

Has anyone out there managed to get the USB one working in Hardy Heron Ubuntu ?

Please email wayne@themccances.com with the techie details if you have.

Thanks</description>
		<content:encoded><![CDATA[<p>This post is interesting to me as I have the E270 USB stick. I cannot get this to work and I was thinking of swaping for an E870 pcmia/Epress card.</p>
<p>Has anyone out there managed to get the USB one working in Hardy Heron Ubuntu ?</p>
<p>Please email <a href="mailto:wayne@themccances.com">wayne@themccances.com</a> with the techie details if you have.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Ruby Plasmoids up and running in KDE 4.1 (on Kubuntu) by theirishpenguin</title>
		<link>http://www.theirishpenguin.com/2008/08/02/getting-ruby-plasmoids-up-and-running-in-kde-41-on-kubuntu/#comment-755</link>
		<dc:creator>theirishpenguin</dc:creator>
		<pubDate>Tue, 26 Aug 2008 08:12:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.theirishpenguin.com/?p=76#comment-755</guid>
		<description>Just a quick update. I've been talking to good folks on the kde-bindings mailing list which handles the Ruby bindings and the problem seems to that an issue arose with the some of the bindings which means that this tutorial will now not work. Basically, I think a regression error crept into the codebase which caused this problem. It should be fixed in the next desktop release - KDE 4.1.1.</description>
		<content:encoded><![CDATA[<p>Just a quick update. I&#8217;ve been talking to good folks on the kde-bindings mailing list which handles the Ruby bindings and the problem seems to that an issue arose with the some of the bindings which means that this tutorial will now not work. Basically, I think a regression error crept into the codebase which caused this problem. It should be fixed in the next desktop release - KDE 4.1.1.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
