<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>PhatBoyG - 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-1a31665a" type="application/json"/><link>http://phatboyg.disqus.com/</link><description></description><atom:link href="http://phatboyg.disqus.com/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Wed, 11 Apr 2012 12:59:27 -0000</lastBuildDate><item><title>Re: Odoyule Rules Engine for .NET</title><link>http://blog.phatboyg.com/2012/04/11/odoyule-rules-engine-for-net/#comment-494472068</link><description>&lt;p&gt;And it's fast, 0.275ms per session (adding two facts, running beta network to completion).&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Patterson</dc:creator><pubDate>Wed, 11 Apr 2012 12:59:27 -0000</pubDate></item><item><title>Re: Restore Packages using NuGet</title><link>http://blog.phatboyg.com/2012/03/12/restore-packages-using-nuget/#comment-463340253</link><description>&lt;p&gt;If you use TeamCity you also need to edit the csprojs in question (look for SolutionDir). NuGet 1.6 has a bug that forces msbuild to cd out of the sln directory and then back into the directory where the sln is located. If the sln is the repo root this will fail because TeamCity by default does the checkout to a random directory.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">alexandergross</dc:creator><pubDate>Mon, 12 Mar 2012 10:01:12 -0000</pubDate></item><item><title>Re: Restore Packages using NuGet</title><link>http://blog.phatboyg.com/2012/03/12/restore-packages-using-nuget/#comment-463336214</link><description>&lt;p&gt;How is this a good thing? Checkout now becomes a two step procedure. Missing one step means the code is unusable. If connection to the mothership overlord NuGet server is severred, you're basically f***ed unless you had catered for it previously. Everything needed to build the project is no longer in a singular location under source control. Every developer needs a specific tool to work. And all because we hate an initial checkout of a few megs of binaries? Really?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ashic Mahtab</dc:creator><pubDate>Mon, 12 Mar 2012 09:54:36 -0000</pubDate></item><item><title>Re: MassTransit Update</title><link>http://blog.phatboyg.com/2010/05/04/masstransit-update/#comment-385630519</link><description>&lt;p&gt;I look forward to the continuation of the series and the new components. Thank you.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Barry Forrest</dc:creator><pubDate>Wed, 05 May 2010 03:41:41 -0000</pubDate></item><item><title>Re: Gist in Time, Embedding GitHub Gists in Posts</title><link>http://blog.phatboyg.com/2010/04/28/gist-in-time/#comment-385630528</link><description>&lt;p&gt;&amp;gt;&amp;gt;but thatâs not a bad &lt;/p&gt;

&lt;p&gt;In Google Reader it shows exatly nothing.. You will not even know if there are some code.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike Chaliy</dc:creator><pubDate>Wed, 28 Apr 2010 19:35:22 -0000</pubDate></item><item><title>Re: Gist in Time, Embedding GitHub Gists in Posts</title><link>http://blog.phatboyg.com/2010/04/28/gist-in-time/#comment-385630531</link><description>&lt;p&gt;The code doesn't come through to Google Reader, but that's not a bad thing I guess since it's easy enough to click through to the site to view it.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris</dc:creator><pubDate>Wed, 28 Apr 2010 17:30:40 -0000</pubDate></item><item><title>Re: Gist in Time, Embedding GitHub Gists in Posts</title><link>http://blog.phatboyg.com/2010/04/28/gist-in-time/#comment-385630532</link><description>&lt;p&gt;Call me excited, but the clean handling of generic types and angle brackets makes this a win all around.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris</dc:creator><pubDate>Wed, 28 Apr 2010 17:26:25 -0000</pubDate></item><item><title>Re: Codemash ASP.NET MVC Demo Code</title><link>http://blog.phatboyg.com/2010/01/22/codemash-asp-net-mvc-demo-code/#comment-385630533</link><description>&lt;p&gt;Make sure you pull the latest build from GitHub&lt;/p&gt;

&lt;p&gt;&lt;a href="http://github.com/phatboyg/MassTransit" rel="nofollow"&gt;http://github.com/phatboyg/Mas...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris</dc:creator><pubDate>Sat, 06 Mar 2010 04:46:04 -0000</pubDate></item><item><title>Re: Performance Counters Added to MassTransit</title><link>http://blog.phatboyg.com/2009/10/14/performance-counters-added-to-masstransit/#comment-385630690</link><description>&lt;p&gt;This was taken into consideration in how the counters were implemented.&lt;/p&gt;

&lt;p&gt;If the counters cannot be created, log messages are output but operation continues normally.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris</dc:creator><pubDate>Fri, 26 Feb 2010 02:01:44 -0000</pubDate></item><item><title>Re: Performance Counters Added to MassTransit</title><link>http://blog.phatboyg.com/2009/10/14/performance-counters-added-to-masstransit/#comment-385630538</link><description>&lt;p&gt;This is cool, but for those of us installing to servers we don't have running under admin accounts - or have configuration rights - it basically means we can't run masstransit.&lt;/p&gt;

&lt;p&gt;This feature should be configurable as optional in some way!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">MikeO</dc:creator><pubDate>Thu, 25 Feb 2010 22:32:57 -0000</pubDate></item><item><title>Re: Codemash ASP.NET MVC Demo Code</title><link>http://blog.phatboyg.com/2010/01/22/codemash-asp-net-mvc-demo-code/#comment-385630535</link><description>&lt;p&gt;Chris,&lt;/p&gt;

&lt;p&gt;A colleague sent me a link to  your mass transit code. I downloaded, unzipped and tried to load the SLN into VS2008. VS complains "The project type is not supported by this installation".&lt;/p&gt;

&lt;p&gt;I've got the full VS2008 (VB, CS, CPP, etc.) installed, what am I missing (yeah I know that!).&lt;/p&gt;

&lt;p&gt;Thanks&lt;br&gt;B.B.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bob Brothers</dc:creator><pubDate>Fri, 19 Feb 2010 20:26:24 -0000</pubDate></item><item><title>Re: Event Aggregator Using the Magnum Pipeline</title><link>http://blog.phatboyg.com/2009/07/27/event-aggregator-using-the-magnum-pipeline/#comment-385630544</link><description>&lt;p&gt;Thanks for the quick response.&lt;/p&gt;

&lt;p&gt;So i would simply setup the pipeline with an asynch consumer in Application_Start() ? &lt;/p&gt;

&lt;p&gt;The other missing link for me is how i wire this to my container (Castle in this case). IOW, my handlers are in a separate assembly and are wired up at app start. I dont see how i can subscribe in this scenario.&lt;/p&gt;

&lt;p&gt;thanks again&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">joe</dc:creator><pubDate>Thu, 15 Oct 2009 18:08:41 -0000</pubDate></item><item><title>Re: Event Aggregator Using the Magnum Pipeline</title><link>http://blog.phatboyg.com/2009/07/27/event-aggregator-using-the-magnum-pipeline/#comment-385630549</link><description>&lt;p&gt;Sure is, there is even an asynchronous consumer that you can use for offloading a task to another thread, allowing the page to return to the browser.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris</dc:creator><pubDate>Thu, 15 Oct 2009 01:57:32 -0000</pubDate></item><item><title>Re: Event Aggregator Using the Magnum Pipeline</title><link>http://blog.phatboyg.com/2009/07/27/event-aggregator-using-the-magnum-pipeline/#comment-385630548</link><description>&lt;p&gt;is this safe for use in a web app ?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">joe</dc:creator><pubDate>Wed, 14 Oct 2009 21:05:43 -0000</pubDate></item><item><title>Re: Under the Covers with MassTransit Endpoints</title><link>http://blog.phatboyg.com/2009/09/12/under-the-covers-with-masstransit-endpoints/#comment-385630541</link><description>&lt;p&gt;Well consider me on to at least try and see what I can do WebSphere wise. No promises and I'll probably have more questions than answers for a while, but with any luck MT will have an WS-MQ transport and my company will be able to use MT (and TopShelf, I really like that and want to work that in with some of our monitoring and remote config stuff we've worked on).&lt;/p&gt;

&lt;p&gt;So I guess I'm saying you guys got yerselve's a new Paduan (or whatever that was in Star Wars) I like a lot of your concepts and would like to both help and learn. :-)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Henderson</dc:creator><pubDate>Sun, 27 Sep 2009 02:18:25 -0000</pubDate></item><item><title>Re: Killer iTunes Applet for Logitech G15 LCD</title><link>http://blog.phatboyg.com/2007/04/01/killer-itunes-applet-for-logitech-g15-lcd/#comment-385630734</link><description>&lt;p&gt;Blue boards = G15 Gaming Keyboard&lt;br&gt;Orange Boards = G15 Keyboard&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Eps</dc:creator><pubDate>Fri, 25 Sep 2009 09:07:23 -0000</pubDate></item><item><title>Re: Some of the Best Free Mac Software</title><link>http://blog.phatboyg.com/2009/09/19/some-of-the-best-free-mac-software/#comment-385630539</link><description>&lt;p&gt;Just FYI, it seems that HandBrake can also be used to convert AVI/MP4/DIVX files to something that works nicely on the iPhone, including original files containing 5.1 audio.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris</dc:creator><pubDate>Sat, 19 Sep 2009 20:48:53 -0000</pubDate></item><item><title>Re: Under the Covers with MassTransit Endpoints</title><link>http://blog.phatboyg.com/2009/09/12/under-the-covers-with-masstransit-endpoints/#comment-385630546</link><description>&lt;p&gt;Thanks Phat! I'll look into it. Would really be interested in utilizing some stuff both in here and in topshelf itself in some stuff for work. We're talking about doing some WebSphere here so... &lt;/p&gt;

&lt;p&gt;It'll be interested to take a look.&lt;/p&gt;

&lt;p&gt;Christopher&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Henderson</dc:creator><pubDate>Wed, 16 Sep 2009 17:38:58 -0000</pubDate></item><item><title>Re: Under the Covers with MassTransit Endpoints</title><link>http://blog.phatboyg.com/2009/09/12/under-the-covers-with-masstransit-endpoints/#comment-385630545</link><description>&lt;p&gt;Neither Dru nor I have access to a WebSphere system to create one, so the old "submit a patch" comes in handy here. :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris</dc:creator><pubDate>Sun, 13 Sep 2009 22:15:22 -0000</pubDate></item><item><title>Re: Under the Covers with MassTransit Endpoints</title><link>http://blog.phatboyg.com/2009/09/12/under-the-covers-with-masstransit-endpoints/#comment-385630542</link><description>&lt;p&gt;Any  plans to work on a WebSphere MQ Transport?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Henderson</dc:creator><pubDate>Sun, 13 Sep 2009 19:06:04 -0000</pubDate></item><item><title>Re: Developing for Windows on Mac OS X</title><link>http://blog.phatboyg.com/2008/02/16/developing-for-windows-on-mac-os-x/#comment-385630637</link><description>&lt;p&gt;I've been &lt;a href="http://VS.net" rel="nofollow"&gt;VS.net&lt;/a&gt;'n on my Macbook Pro via Fusion for almost 2 years now. My setup now screams from following your article and &lt;a href="http://communities.vmware.com/docs/DOC-2523" rel="nofollow"&gt;http://communities.vmware.com/...&lt;/a&gt; and &lt;a href="http://communities.vmware.com/message/1039908#1039908" rel="nofollow"&gt;http://communities.vmware.com/...&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;The big issues... less is more with virtual cpus, 1GB ram should be more than enough no matter how weird that sounds, slim down as much automatic windows crap as you can.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rob</dc:creator><pubDate>Wed, 02 Sep 2009 03:34:44 -0000</pubDate></item><item><title>Re: Subaru STI Tune Reaching Gold Status</title><link>http://blog.phatboyg.com/2007/10/03/subaru-sti-tune-reaching-gold-status/#comment-385630701</link><description>&lt;p&gt;Man, I have no idea. I would check the xpttuning forums or RomRaider forums.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris</dc:creator><pubDate>Sun, 23 Aug 2009 15:12:18 -0000</pubDate></item><item><title>Re: Subaru STI Tune Reaching Gold Status</title><link>http://blog.phatboyg.com/2007/10/03/subaru-sti-tune-reaching-gold-status/#comment-385630707</link><description>&lt;p&gt;hi there &lt;br&gt;sorry for bothering you , but i would like to ask how can i remap my ecu of my subaru 2004 spec-c sti i have toda pistons and stroker also headrs down pipe upper pipe hks and i have aps sr40 turbo and fuel race pressure and fuel pump also racing section kit hks and induction kit but i cant feel the power in my car without tuning my car so please if u have my answers contact me in my email i need to fee this power and remap my ecu  &lt;br&gt;best regards khaled abu ragheb&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">khaled abu ragheb</dc:creator><pubDate>Wed, 12 Aug 2009 16:47:43 -0000</pubDate></item><item><title>Re: Event Aggregator Using the Magnum Pipeline</title><link>http://blog.phatboyg.com/2009/07/27/event-aggregator-using-the-magnum-pipeline/#comment-385630547</link><description>&lt;p&gt;Pipeline coupled with the word Magnum. I have a sick mind. :D&lt;/p&gt;

&lt;p&gt;Great post!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robz</dc:creator><pubDate>Tue, 28 Jul 2009 13:30:48 -0000</pubDate></item><item><title>Re: Accessing ActiveMQ on Mac OSX from a Windows VM</title><link>http://blog.phatboyg.com/2009/07/12/accessing-activemq-on-mac-osx-from-a-windows-vm/#comment-385630554</link><description>&lt;p&gt;Okay, the IP thing was something crazy I guess. It's set to localhost on my other Mac and working just fine so must have been a weirdness.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris</dc:creator><pubDate>Mon, 13 Jul 2009 21:23:44 -0000</pubDate></item></channel></rss>
