<?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 the BSD box</title>
	<atom:link href="http://thebsdbox.co.uk/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://thebsdbox.co.uk</link>
	<description>.. on Linux</description>
	<lastBuildDate>Tue, 14 May 2013 16:02:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Face Detection in OSX by dan</title>
		<link>http://thebsdbox.co.uk/?p=338&#038;cpage=1#comment-23786</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Tue, 14 May 2013 16:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://thebsdbox.co.uk/?p=338#comment-23786</guid>
		<description><![CDATA[Hi, there is a lot of code for combining two NSImages.. shouldn&#039;t be two hard to combine a transparent PNG with the UIImage from the camera..]]></description>
		<content:encoded><![CDATA[<p>Hi, there is a lot of code for combining two NSImages.. shouldn&#8217;t be two hard to combine a transparent PNG with the UIImage from the camera..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Face Detection in OSX by Omer Yigit</title>
		<link>http://thebsdbox.co.uk/?p=338&#038;cpage=1#comment-23785</link>
		<dc:creator>Omer Yigit</dc:creator>
		<pubDate>Tue, 14 May 2013 15:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://thebsdbox.co.uk/?p=338#comment-23785</guid>
		<description><![CDATA[thank you very much i was trying to solve the same. Do you know how to add some items on image like sunglasses or hats?]]></description>
		<content:encoded><![CDATA[<p>thank you very much i was trying to solve the same. Do you know how to add some items on image like sunglasses or hats?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on File access in ESXi 4.1 (nfs and tcp) by http://tinyurl.com/agrakeep56390</title>
		<link>http://thebsdbox.co.uk/?p=219&#038;cpage=1#comment-21597</link>
		<dc:creator>http://tinyurl.com/agrakeep56390</dc:creator>
		<pubDate>Sun, 03 Feb 2013 06:07:03 +0000</pubDate>
		<guid isPermaLink="false">http://thebsdbox.co.uk/?p=219#comment-21597</guid>
		<description><![CDATA[“File access in ESXi 4.1 (nfs and tcp) &#124; the BSD box” 
was in fact a beneficial post. If merely there were a lot more 
web blogs just like this amazing one in the world-wide-web.
Nonetheless, thanks for your precious time, Coy]]></description>
		<content:encoded><![CDATA[<p>“File access in ESXi 4.1 (nfs and tcp) | the BSD box”<br />
was in fact a beneficial post. If merely there were a lot more<br />
web blogs just like this amazing one in the world-wide-web.<br />
Nonetheless, thanks for your precious time, Coy</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cocoa libssh2 wrapper by t.o.</title>
		<link>http://thebsdbox.co.uk/?p=257&#038;cpage=1#comment-21114</link>
		<dc:creator>t.o.</dc:creator>
		<pubDate>Thu, 17 Jan 2013 22:17:29 +0000</pubDate>
		<guid isPermaLink="false">http://thebsdbox.co.uk/?p=257#comment-21114</guid>
		<description><![CDATA[Hey this lib works great for making calls through ssh UNLESS you need a return value.

Context: Making calls to a bash script that returns a &quot;/&quot; separated list never responds consistently. Ended up reverting to NSTask and it works flawlessly (if you have ssh keys for the box)

Where I was not relying on a response, everything that I called remotely with this lib also works flawlessly.

Thanks again for the code!]]></description>
		<content:encoded><![CDATA[<p>Hey this lib works great for making calls through ssh UNLESS you need a return value.</p>
<p>Context: Making calls to a bash script that returns a &#8220;/&#8221; separated list never responds consistently. Ended up reverting to NSTask and it works flawlessly (if you have ssh keys for the box)</p>
<p>Where I was not relying on a response, everything that I called remotely with this lib also works flawlessly.</p>
<p>Thanks again for the code!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cocoa libssh2 wrapper by Andi</title>
		<link>http://thebsdbox.co.uk/?p=257&#038;cpage=1#comment-15837</link>
		<dc:creator>Andi</dc:creator>
		<pubDate>Fri, 26 Oct 2012 15:45:11 +0000</pubDate>
		<guid isPermaLink="false">http://thebsdbox.co.uk/?p=257#comment-15837</guid>
		<description><![CDATA[Hi,

can&#039;t find the updated files. Can you give me a link?

Thanks]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>can&#8217;t find the updated files. Can you give me a link?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cocoa libssh2 wrapper by dan</title>
		<link>http://thebsdbox.co.uk/?p=257&#038;cpage=1#comment-15820</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Fri, 26 Oct 2012 10:34:25 +0000</pubDate>
		<guid isPermaLink="false">http://thebsdbox.co.uk/?p=257#comment-15820</guid>
		<description><![CDATA[Download the release from GitHub I added code to do DNS resolution..

-Dan]]></description>
		<content:encoded><![CDATA[<p>Download the release from GitHub I added code to do DNS resolution..</p>
<p>-Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cocoa libssh2 wrapper by Andi</title>
		<link>http://thebsdbox.co.uk/?p=257&#038;cpage=1#comment-15658</link>
		<dc:creator>Andi</dc:creator>
		<pubDate>Wed, 24 Oct 2012 19:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://thebsdbox.co.uk/?p=257#comment-15658</guid>
		<description><![CDATA[Hi,

thank you for the awesome wrapper. I have only 1 problem. When i putt in the ip is working fine. If I request whit a dyndns.org its not working :/

Thanks]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>thank you for the awesome wrapper. I have only 1 problem. When i putt in the ip is working fine. If I request whit a dyndns.org its not working :/</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Objective-C modal Window using sheets and Panels by z8jeff</title>
		<link>http://thebsdbox.co.uk/?p=283&#038;cpage=1#comment-14874</link>
		<dc:creator>z8jeff</dc:creator>
		<pubDate>Mon, 15 Oct 2012 20:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://thebsdbox.co.uk/?p=283#comment-14874</guid>
		<description><![CDATA[Worked like a treat once I discovered that I had to send any additional info after the alloc/init but before the beginSheet if the info was to be received and acted upon. In my application I was able to convert my preferences window into a preferences sheet. Thanks.

....Jeff]]></description>
		<content:encoded><![CDATA[<p>Worked like a treat once I discovered that I had to send any additional info after the alloc/init but before the beginSheet if the info was to be received and acted upon. In my application I was able to convert my preferences window into a preferences sheet. Thanks.</p>
<p>&#8230;.Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Poweredge Sc440 Pci-e hack (x16 vga card in any slot) by Jeano</title>
		<link>http://thebsdbox.co.uk/?p=21&#038;cpage=1#comment-14802</link>
		<dc:creator>Jeano</dc:creator>
		<pubDate>Fri, 12 Oct 2012 13:20:07 +0000</pubDate>
		<guid isPermaLink="false">http://thebsdbox.co.uk/?p=21#comment-14802</guid>
		<description><![CDATA[hi people,

i&#039;m realy interested in thhe hack but i don&#039;t know how to start it .
i have got 2 of the SC440  which i use for my lab test (mcsa, ccna......)

my question is :which part do u realy cut? its from the Graphic card only or from the PCI Slot connector from the mother board? And if its from the mother board which pin/slot do you have to cut or insert the graphic card in to .
and also if its from the graphic card which part/pin of the graphic card you will need to cut off.

and my last question is: what is the best recommend graphic card to use or to buy and will definitively work perfect.

plse can u plse help me by shoing me some pics of urs and how u did it.

Thanks for your times....]]></description>
		<content:encoded><![CDATA[<p>hi people,</p>
<p>i&#8217;m realy interested in thhe hack but i don&#8217;t know how to start it .<br />
i have got 2 of the SC440  which i use for my lab test (mcsa, ccna&#8230;&#8230;)</p>
<p>my question is :which part do u realy cut? its from the Graphic card only or from the PCI Slot connector from the mother board? And if its from the mother board which pin/slot do you have to cut or insert the graphic card in to .<br />
and also if its from the graphic card which part/pin of the graphic card you will need to cut off.</p>
<p>and my last question is: what is the best recommend graphic card to use or to buy and will definitively work perfect.</p>
<p>plse can u plse help me by shoing me some pics of urs and how u did it.</p>
<p>Thanks for your times&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Poweredge Sc440 Pci-e hack (x16 vga card in any slot) by jeano</title>
		<link>http://thebsdbox.co.uk/?p=21&#038;cpage=1#comment-14727</link>
		<dc:creator>jeano</dc:creator>
		<pubDate>Wed, 10 Oct 2012 09:29:14 +0000</pubDate>
		<guid isPermaLink="false">http://thebsdbox.co.uk/?p=21#comment-14727</guid>
		<description><![CDATA[hi people 
I&#039;m realy interested in the hack but i dont realy know how to start it 
I have got 2 of the SC440 which i use for my lab test(mcsa ccna network+ etc....)
my question is: which part do u realy cut? Its from the Graphic card only or 
From the pci slot connector from the mother board? And if its from the mother bd which
Pin/slot do you have to cut or insert the graphic card in to. And also if its fom the graphic card which part/pin of the graphic card you will need to cut off
And my last question is : what is the best recommend graphic card to use or to buy and will 
Definitively work perfect.
plse can u plse help me by showing me some pics of urs and how u did it. 

Thanks for your times....]]></description>
		<content:encoded><![CDATA[<p>hi people<br />
I&#8217;m realy interested in the hack but i dont realy know how to start it<br />
I have got 2 of the SC440 which i use for my lab test(mcsa ccna network+ etc&#8230;.)<br />
my question is: which part do u realy cut? Its from the Graphic card only or<br />
From the pci slot connector from the mother board? And if its from the mother bd which<br />
Pin/slot do you have to cut or insert the graphic card in to. And also if its fom the graphic card which part/pin of the graphic card you will need to cut off<br />
And my last question is : what is the best recommend graphic card to use or to buy and will<br />
Definitively work perfect.<br />
plse can u plse help me by showing me some pics of urs and how u did it. </p>
<p>Thanks for your times&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
