<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.netevil.org/~d/styles/itemcontent.css"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Wez Furlong: Blog - Latest Comments</title><link xmlns="http://www.w3.org/2005/Atom" rel="http://api.friendfeed.com/2008/03#sup" href="http://disqus.com/sup/all.sup#forumcomments-c8fd5ad9" type="application/json" /><link>http://evilasindr.disqus.com/</link><description /><language>en</language><lastBuildDate>Sat, 28 Jan 2012 14:51:07 -0000</lastBuildDate><feedburner:info uri="evilasindrcomments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><geo:lat>39.399253</geo:lat><geo:long>-77.00006</geo:long><image><link>http://netevil.org/</link><url>http://netevil.org/images/wez-square.jpg</url><title>Wez Furlong</title></image><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://netevil.org/feeds/comments.xml" /><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site, subject to copyright and fair use.</feedburner:browserFriendly><item><title>Re: HTTP POST from PHP, without cURL</title><link>http://feeds.netevil.org/~r/EvilAsInDrComments/~3/WtgZ7e9YzZ4/http-post-from-php-without-curl</link><description>You don't. It's a POST.&lt;img src="http://feeds.feedburner.com/~r/EvilAsInDrComments/~4/WtgZ7e9YzZ4" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Enoch Root</dc:creator><pubDate>Sat, 28 Jan 2012 14:51:07 -0000</pubDate><feedburner:origLink>http://wezfurlong.org/blog/2006/nov/http-post-from-php-without-curl#comment-423153300</feedburner:origLink></item><item><title>Re: HTTP POST from PHP, without cURL</title><link>http://feeds.netevil.org/~r/EvilAsInDrComments/~3/nL8W26xezQg/http-post-from-php-without-curl</link><description>By the way, to anyone interested: I've done some quick speed comparison tests between this method and with using curl (just doing the same kind of POST from the same domain to the same different domain):&lt;br&gt;&lt;br&gt;&lt;br&gt;the curl method is about 4 times faster...&lt;img src="http://feeds.feedburner.com/~r/EvilAsInDrComments/~4/nL8W26xezQg" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">icodethings</dc:creator><pubDate>Thu, 26 Jan 2012 20:07:44 -0000</pubDate><feedburner:origLink>http://wezfurlong.org/blog/2006/nov/http-post-from-php-without-curl#comment-421885152</feedburner:origLink></item><item><title>Re: jQuery Tools Form Validator and Twitter Bootstrap</title><link>http://feeds.netevil.org/~r/EvilAsInDrComments/~3/LGfAbI9Qfko/</link><description>This is great, thanks!&lt;img src="http://feeds.feedburner.com/~r/EvilAsInDrComments/~4/LGfAbI9Qfko" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Varun</dc:creator><pubDate>Thu, 05 Jan 2012 05:00:56 -0000</pubDate><feedburner:origLink>http://wezfurlong.org/blog/2011/dec/jquery-tools-form-validator-and-twitter-bootstrap/#comment-401083444</feedburner:origLink></item><item><title>Re: jQuery Tools Form Validator and Twitter Bootstrap</title><link>http://feeds.netevil.org/~r/EvilAsInDrComments/~3/gOhIdDR-G-g/</link><description>Hi,&lt;br&gt;&lt;br&gt;I've read your interresting article but on my form like :			&amp;lt;div class="clearfix"&amp;gt;					&amp;lt;label for="passwd1"&amp;gt;Your password&amp;lt;/label&amp;gt;					&amp;lt;div class="input"&amp;gt;						&amp;lt;input class="xlarge" id="passwd1" name="passwd1" placeholder="Type your password" required="" size="30" type="password"&amp;gt;					&amp;lt;/div&amp;gt;				&amp;lt;/div&amp;gt;				&amp;lt;div class="clearfix"&amp;gt;					&amp;lt;label for="passwd2"&amp;gt;Confirm your password&amp;lt;/label&amp;gt;					&amp;lt;div class="input"&amp;gt;						&amp;lt;input class="xlarge" id="passwd2" name="passwd2" placeholder="Confirm your password" required="" size="30" type="password"&amp;gt;					&amp;lt;/div&amp;gt;				&amp;lt;/div&amp;gt;with the following :script type="text/javascript"&amp;gt;			script.	        $(function () {	            $('#register').submit(function () {	                var form = $(this);	                if (($('#passwd1').equalTo('#passwd2')) != true) {	                    form.data('validator').invalidate({	                        passwd2: "Passwords don't match"	                    });	                    return false;	                }	            });	        });&lt;br&gt;That's doesn't do the Work...Have you any idea?&lt;img src="http://feeds.feedburner.com/~r/EvilAsInDrComments/~4/gOhIdDR-G-g" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Etienne Deneuve</dc:creator><pubDate>Thu, 29 Dec 2011 19:02:57 -0000</pubDate><feedburner:origLink>http://wezfurlong.org/blog/2011/dec/jquery-tools-form-validator-and-twitter-bootstrap/#comment-396920762</feedburner:origLink></item><item><title>Re: Background/batch/workflow processing with PDO::PGSQL</title><link>http://feeds.netevil.org/~r/EvilAsInDrComments/~3/NetI4Apl9eY/background-batch-workflow-processing-with-pdo-pgsql</link><description>Why the pgsql prefix? Why not just $db-&amp;gt;getNotify with the other drivers throwing an "unsupported" error?&lt;img src="http://feeds.feedburner.com/~r/EvilAsInDrComments/~4/NetI4Apl9eY" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ssufficool</dc:creator><pubDate>Sat, 24 Dec 2011 01:57:27 -0000</pubDate><feedburner:origLink>http://wezfurlong.org/blog/2006/oct/background-batch-workflow-processing-with-pdo-pgsql#comment-393554919</feedburner:origLink></item><item><title>Re: Node.js - First Impressions</title><link>http://feeds.netevil.org/~r/EvilAsInDrComments/~3/QMFNZsHYQxg/</link><description>With the title I was expecting another newbie article about node, but you really surprised me. I'm not an expert and this article gave me a lot of cool info to check out, specially the thing about backbone in server side. &lt;br&gt;&lt;br&gt;Thanks!&lt;img src="http://feeds.feedburner.com/~r/EvilAsInDrComments/~4/QMFNZsHYQxg" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nicogranelli</dc:creator><pubDate>Tue, 20 Dec 2011 19:25:42 -0000</pubDate><feedburner:origLink>http://wezfurlong.org/blog/2011/dec/nodejs-first-impressions/#comment-391060217</feedburner:origLink></item><item><title>Re: HTTP POST from PHP, without cURL</title><link>http://feeds.netevil.org/~r/EvilAsInDrComments/~3/f_ji781YRtc/http-post-from-php-without-curl</link><description>This is nice post. Its help me lot. Here i had found another one nice post on Post, Get, Request function in php which help me lot. That link is..&lt;br&gt;&lt;a href="http://mindstick.com/Blog/255/Post%20Get%20and%20Request%20Function%20in%20PHP" rel="nofollow"&gt;http://mindstick.com/Blog/255/...&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thanks!!&lt;img src="http://feeds.feedburner.com/~r/EvilAsInDrComments/~4/f_ji781YRtc" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jodi</dc:creator><pubDate>Fri, 11 Nov 2011 05:34:12 -0000</pubDate><feedburner:origLink>http://wezfurlong.org/blog/2006/nov/http-post-from-php-without-curl#comment-360962636</feedburner:origLink></item><item><title>Re: Two Factor SSH on Joyent SmartMachines</title><link>http://feeds.netevil.org/~r/EvilAsInDrComments/~3/Q5m0uuUPYPs/</link><description>Amazing writing, Wez. Regards and best wishes&lt;img src="http://feeds.feedburner.com/~r/EvilAsInDrComments/~4/Q5m0uuUPYPs" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marcos Ortiz</dc:creator><pubDate>Mon, 07 Nov 2011 16:28:10 -0000</pubDate><feedburner:origLink>http://wezfurlong.org/blog/2011/jun/two-factor-ssh-on-joyent/#comment-357870579</feedburner:origLink></item><item><title>Re: HTTP POST from PHP, without cURL</title><link>http://feeds.netevil.org/~r/EvilAsInDrComments/~3/vgajcMwLgDM/http-post-from-php-without-curl</link><description>Yes, it fopen method does not return page data if php is compiled with curl. Sending and meta data are ok.&lt;br&gt;Lost couple of hours on this.&lt;br&gt;&lt;a href="http://stackoverflow.com/questions/4172860/file-get-contents-returns-empty-string" rel="nofollow"&gt;http://stackoverflow.com/quest...&lt;/a&gt;&lt;br&gt;similar problem.&lt;img src="http://feeds.feedburner.com/~r/EvilAsInDrComments/~4/vgajcMwLgDM" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Igor Karatayev</dc:creator><pubDate>Mon, 10 Oct 2011 21:13:55 -0000</pubDate><feedburner:origLink>http://wezfurlong.org/blog/2006/nov/http-post-from-php-without-curl#comment-331338581</feedburner:origLink></item><item><title>Re: HTTP POST from PHP, without cURL</title><link>http://feeds.netevil.org/~r/EvilAsInDrComments/~3/9UJLNsKaST0/http-post-from-php-without-curl</link><description>Thank you very much! That was exactly what I needed.&lt;br&gt;&lt;br&gt;You are great!!!!&lt;img src="http://feeds.feedburner.com/~r/EvilAsInDrComments/~4/9UJLNsKaST0" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jaume</dc:creator><pubDate>Thu, 29 Sep 2011 10:01:21 -0000</pubDate><feedburner:origLink>http://wezfurlong.org/blog/2006/nov/http-post-from-php-without-curl#comment-322919278</feedburner:origLink></item><item><title>Re: GOTO isn't evil</title><link>http://feeds.netevil.org/~r/EvilAsInDrComments/~3/H7qrlQD5LW4/goto-isnt-evil</link><description>Hey you guys! &lt;br&gt;I'm from the 2011. We've finally got goto statement in PHP 5.3!&lt;img src="http://feeds.feedburner.com/~r/EvilAsInDrComments/~4/H7qrlQD5LW4" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kirill Kovalchuk ♨</dc:creator><pubDate>Wed, 21 Sep 2011 02:50:16 -0000</pubDate><feedburner:origLink>http://wezfurlong.org/blog/2004/jul/goto-isnt-evil#comment-316490728</feedburner:origLink></item><item><title>Re: HTTP POST from PHP, without cURL</title><link>http://feeds.netevil.org/~r/EvilAsInDrComments/~3/_IONNvl2GUk/http-post-from-php-without-curl</link><description>Worked fine for me, thanks. Searching the PHP manual for a simple POST example was starting to irritate me.&lt;img src="http://feeds.feedburner.com/~r/EvilAsInDrComments/~4/_IONNvl2GUk" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian williams</dc:creator><pubDate>Sun, 04 Sep 2011 18:03:47 -0000</pubDate><feedburner:origLink>http://wezfurlong.org/blog/2006/nov/http-post-from-php-without-curl#comment-302581736</feedburner:origLink></item><item><title>Re: HTTP POST from PHP, without cURL</title><link>http://feeds.netevil.org/~r/EvilAsInDrComments/~3/hIIFNBhFleo/http-post-from-php-without-curl</link><description>Perfectly working for me. Thank you so much ! This is really helpfull !&lt;img src="http://feeds.feedburner.com/~r/EvilAsInDrComments/~4/hIIFNBhFleo" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thomas Lartaud</dc:creator><pubDate>Tue, 09 Aug 2011 05:59:12 -0000</pubDate><feedburner:origLink>http://wezfurlong.org/blog/2006/nov/http-post-from-php-without-curl#comment-281105143</feedburner:origLink></item><item><title>Re: HTTP POST from PHP, without cURL</title><link>http://feeds.netevil.org/~r/EvilAsInDrComments/~3/I-2ocfWY-B0/http-post-from-php-without-curl</link><description>Related to my previous comment:&lt;br&gt;I used $data = http_build_query($data, '', '&amp;amp;'); to make do_post_request() work.&lt;img src="http://feeds.feedburner.com/~r/EvilAsInDrComments/~4/I-2ocfWY-B0" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mateja Q</dc:creator><pubDate>Sat, 30 Jul 2011 10:36:51 -0000</pubDate><feedburner:origLink>http://wezfurlong.org/blog/2006/nov/http-post-from-php-without-curl#comment-269338861</feedburner:origLink></item><item><title>Re: HTTP POST from PHP, without cURL</title><link>http://feeds.netevil.org/~r/EvilAsInDrComments/~3/9A9LHTVpQic/http-post-from-php-without-curl</link><description>Hello,&lt;br&gt;I was not able to make a post request using your do_post_request() function until I have added conversion for the $data param:&lt;br&gt;$data = http_build_query($data);&lt;br&gt;&lt;br&gt;Please check is there an error in sample code or maybe I did something wrong.&lt;br&gt;&lt;br&gt;Thanks for the great info you have provided - this was exactly what I was looking for.&lt;br&gt;&lt;br&gt;&lt;br&gt;Best regards.&lt;img src="http://feeds.feedburner.com/~r/EvilAsInDrComments/~4/9A9LHTVpQic" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mateja Q</dc:creator><pubDate>Sat, 30 Jul 2011 10:08:34 -0000</pubDate><feedburner:origLink>http://wezfurlong.org/blog/2006/nov/http-post-from-php-without-curl#comment-269328713</feedburner:origLink></item><item><title>Re: Running PHP as a Service on Win32</title><link>http://feeds.netevil.org/~r/EvilAsInDrComments/~3/0VHryHYHuec/running-php-as-a-service-on-win32</link><description>Sir i run the program in localhost display browser in iis7 wizard please help i am immediately run the program&lt;img src="http://feeds.feedburner.com/~r/EvilAsInDrComments/~4/0VHryHYHuec" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kvp988</dc:creator><pubDate>Mon, 27 Jun 2011 01:30:13 -0000</pubDate><feedburner:origLink>http://wezfurlong.org/blog/2005/sep/running-php-as-a-service-on-win32#comment-235586918</feedburner:origLink></item><item><title>Re: parser and lexer generators for PHP</title><link>http://feeds.netevil.org/~r/EvilAsInDrComments/~3/MkCRvewK_Js/parser-and-lexer-generators-for-php</link><description>FANTASTIC! please can you consider writing more on this topic? I'm interested in writing simple DSLs to automate business processes or creating alternative syntaxes for development languages like LESS.&lt;br&gt;&lt;img src="http://feeds.feedburner.com/~r/EvilAsInDrComments/~4/MkCRvewK_Js" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">devsmt</dc:creator><pubDate>Thu, 16 Jun 2011 03:13:01 -0000</pubDate><feedburner:origLink>http://wezfurlong.org/blog/2006/nov/parser-and-lexer-generators-for-php#comment-227169861</feedburner:origLink></item><item><title>Re: HTTP POST from PHP, without cURL</title><link>http://feeds.netevil.org/~r/EvilAsInDrComments/~3/m8rdIa8NJdI/http-post-from-php-without-curl</link><description>Dear Wez,&lt;br&gt;I would like to use a POST REQUEST to generate a graph using jpgraph library.&lt;br&gt;The way to do this is describe in the jpgraph documentation with exactly the same code than yours (the first one).&lt;br&gt;My question how I have to manage the $response variable to send back the result of the request to IE or Firefox.&lt;br&gt;I asked the question on jpgraph forum but nobody answers me.&lt;br&gt;&lt;img src="http://feeds.feedburner.com/~r/EvilAsInDrComments/~4/m8rdIa8NJdI" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jlaurent27</dc:creator><pubDate>Sat, 11 Jun 2011 14:08:29 -0000</pubDate><feedburner:origLink>http://wezfurlong.org/blog/2006/nov/http-post-from-php-without-curl#comment-223924735</feedburner:origLink></item><item><title>Re: Two Factor SSH on Joyent SmartMachines</title><link>http://feeds.netevil.org/~r/EvilAsInDrComments/~3/rLBwK2KT9Fk/</link><description>You could just use PAM, but then the 2-factor stuff would only kick in when you are not using public-key based authentication.  The ForceCommand support in OpenSSH guarantees that the 2-factor stuff always runs.&lt;img src="http://feeds.feedburner.com/~r/EvilAsInDrComments/~4/rLBwK2KT9Fk" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Wez Furlong</dc:creator><pubDate>Thu, 09 Jun 2011 08:35:26 -0000</pubDate><feedburner:origLink>http://wezfurlong.org/blog/2011/jun/two-factor-ssh-on-joyent/#comment-222326241</feedburner:origLink></item><item><title>Re: Two Factor SSH on Joyent SmartMachines</title><link>http://feeds.netevil.org/~r/EvilAsInDrComments/~3/xrLDA6ZRx7I/</link><description>Why not use the PAM module instead ?  That would work regardless of wither you use the SunSSH or OpenSSH sshd &lt;a href="http://www.duosecurity.com/docs/duounix" rel="nofollow"&gt;http://www.duosecurity.com/doc...&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/EvilAsInDrComments/~4/xrLDA6ZRx7I" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Darren Moffat</dc:creator><pubDate>Thu, 09 Jun 2011 06:26:56 -0000</pubDate><feedburner:origLink>http://wezfurlong.org/blog/2011/jun/two-factor-ssh-on-joyent/#comment-222278027</feedburner:origLink></item><item><title>Re: Linux on Windows</title><link>http://feeds.netevil.org/~r/EvilAsInDrComments/~3/DUTSz8ap6-s/linux-on-windows</link><description>For the lazy, there is also andLinux/coLinux.&lt;img src="http://feeds.feedburner.com/~r/EvilAsInDrComments/~4/DUTSz8ap6-s" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">zeruch</dc:creator><pubDate>Wed, 25 May 2011 14:00:24 -0000</pubDate><feedburner:origLink>http://wezfurlong.org/blog/2004/jan/linux-on-windows#comment-211612568</feedburner:origLink></item><item><title>Re: Short Sleeps on Solaris</title><link>http://feeds.netevil.org/~r/EvilAsInDrComments/~3/050UHSEhvYA/</link><description>Awesome!  To double check, I modified your program to run the sleep for 1,000 times, and got: &lt;br&gt;&lt;br&gt;root# ptime ./shortsleep&lt;br&gt;timer: diff: 0.504610&lt;br&gt;nanosleep: diff: 0.003772&lt;br&gt;&lt;br&gt;real        0.517&lt;br&gt;user        0.001&lt;br&gt;sys         0.004&lt;br&gt;&lt;br&gt;Perfect!&lt;br&gt;&lt;br&gt;The only nit - you do need to be root to run the program, or this privilege:&lt;br&gt;&lt;br&gt;brendan$ ppriv -e -D ./shortsleep&lt;br&gt;shortsleep[13383]: missing privilege "proc_clock_highres" (euid = 100, syscall = 194) needed at clock_highres_timer_create+0x21&lt;br&gt;timer_create: Not owner&lt;img src="http://feeds.feedburner.com/~r/EvilAsInDrComments/~4/050UHSEhvYA" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brendan Gregg</dc:creator><pubDate>Tue, 24 May 2011 01:53:14 -0000</pubDate><feedburner:origLink>http://wezfurlong.org/blog/2011/may/short-sleeps-on-solaris/#comment-210425695</feedburner:origLink></item><item><title>Re: HTTP POST from PHP, without cURL</title><link>http://feeds.netevil.org/~r/EvilAsInDrComments/~3/7tb2GF37w9Y/http-post-from-php-without-curl</link><description>Hi Tim,&lt;br&gt;&lt;br&gt;Thanks for asking; I'm fine with something like the following if you have "casual" attribution needs:Derived from &lt;a href="http://wezfurlong.org/blog/2006/nov/http-post-from-php-without-curl/and" rel="nofollow"&gt;http://wezfurlong.org/blog/200...&lt;/a&gt; used in accordance with &lt;a href="http://creativecommons.org/licenses/by/3.0/" rel="nofollow"&gt;http://creativecommons.org/lic...&lt;/a&gt;&lt;br&gt;&lt;br&gt;If you have stronger legal needs driving this request, let me know and I'll compose something more formal (will be BSD boilerplate with my name in it).&lt;img src="http://feeds.feedburner.com/~r/EvilAsInDrComments/~4/7tb2GF37w9Y" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Wez Furlong</dc:creator><pubDate>Mon, 23 May 2011 19:47:12 -0000</pubDate><feedburner:origLink>http://wezfurlong.org/blog/2006/nov/http-post-from-php-without-curl#comment-210164239</feedburner:origLink></item><item><title>Re: HTTP POST from PHP, without cURL</title><link>http://feeds.netevil.org/~r/EvilAsInDrComments/~3/Qu095MTac_8/http-post-from-php-without-curl</link><description>This is great - worked like a charm - many thanks Wez. How can we attribute this if I use it in a code?&lt;br&gt;Tim&lt;img src="http://feeds.feedburner.com/~r/EvilAsInDrComments/~4/Qu095MTac_8" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tim Sparks</dc:creator><pubDate>Mon, 23 May 2011 19:35:20 -0000</pubDate><feedburner:origLink>http://wezfurlong.org/blog/2006/nov/http-post-from-php-without-curl#comment-210155495</feedburner:origLink></item><item><title>Re: Linux on Windows</title><link>http://feeds.netevil.org/~r/EvilAsInDrComments/~3/jGHRd05Fkhc/linux-on-windows</link><description>David Given (one of the commenters below) went further with this concept; check out his work at &lt;a href="http://lbw.sourceforge.net/" rel="nofollow"&gt;http://lbw.sourceforge.net/&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/EvilAsInDrComments/~4/jGHRd05Fkhc" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Wez Furlong</dc:creator><pubDate>Sun, 22 May 2011 18:26:56 -0000</pubDate><feedburner:origLink>http://wezfurlong.org/blog/2004/jan/linux-on-windows#comment-209590145</feedburner:origLink></item></channel></rss>

