<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
		<title>gdp's Comments</title>
		<language>en-us</language>
		<link>https://www.intensedebate.com/users/205023</link>
		<description>Comments by Joel Bennett</description>
<item>
<title>Max Schmeling : Cool Windows 7 Features</title>
<link>http://maxschmeling.blogspot.com/2009/01/i-was-just-reading-blog-post-by-jaykul.html#IDComment14517988</link>
<description>My 2c on the systray/notifications is that this new system doesn&amp;#039;t help much at all. All it does is hide the systray icons.  We&amp;#039;ve had hiding for years with XP, and it hasn&amp;#039;t cut down on the number of annoying apps parking there at all, so this isn&amp;#039;t going to help either.  A lot of reporters are claiming that combined with &amp;quot;jump lists&amp;quot; there&amp;#039;s now very little reason to park there, but I&amp;#039;ve decided I don&amp;#039;t really buy it.          I don&amp;#039;t like the Ubuntu concept either. Ephemeral notifications that just go away and you can&amp;#039;t click top take action? How is that useful?  The only good thing about it is that they don&amp;#039;t provide an option for developers to _make_ them stay visible.          What windows needs is a system like &lt;a href=&quot;http://&lt;a href=&quot;http://www.tripthevortex.com/growl/&quot;&quot; target=&quot;_blank&quot;&gt;www.tripthevortex.com/growl/&quot;&lt;/a&gt;target=&quot;_blank&quot;&gt;Growl, for windows&lt;/a&gt; where you control which notifications are allowed to pop, and every app that wants to show a notification has to basically register it ahead of time. Check it out! &lt;a href=&quot;http://code.google.com/p/growl-for-windows/&quot; target=&quot;_blank&quot;&gt;&lt;a href=&quot;http://code.google.com/p/growl-for-windows/&lt;/a&gt;&quot; target=&quot;_blank&quot;&gt;http://code.google.com/p/growl-for-windows/&lt;/a&gt;&lt;/a&gt;</description>
<pubDate>Sat, 31 Jan 2009 21:04:03 +0000</pubDate>
<guid>http://maxschmeling.blogspot.com/2009/01/i-was-just-reading-blog-post-by-jaykul.html#IDComment14517988</guid>
</item><item>
<title>Huddled Masses : PowerBoots: The tutorial walkthrough</title>
<link>http://huddledmasses.org/powerboots-tutorial-walkthrough/#IDComment13921023</link>
<description>Oh, I see.  Yes: PowerBoots is slower to render due to it&amp;amp;#039;s dynamic code generation beneath the covers.  That will probably continue to be true for a while.  I&amp;amp;#039;ve got some brain-cells working on ways to trade disk space and even RAM for snappier results (I already cache the forms you use, but only for the session -- so rerunning the same script should be faster). For the time being I think loading XAML via XamlReader is the fastest way to get a UI -- but PowerBoots is a lot more pipeline and console oriented ;)  </description>
<pubDate>Mon, 12 Jan 2009 19:41:10 +0000</pubDate>
<guid>http://huddledmasses.org/powerboots-tutorial-walkthrough/#IDComment13921023</guid>
</item><item>
<title>Huddled Masses : PowerBoots: The tutorial walkthrough</title>
<link>http://huddledmasses.org/powerboots-tutorial-walkthrough/#IDComment13916610</link>
<description>I&amp;#039;m not sure what you mean about ISE. ISE is running in -STA mode by default -- since it&amp;#039;s a WPF application, it &lt;strong&gt;has&lt;/strong&gt; to. </description>
<pubDate>Mon, 12 Jan 2009 15:32:56 +0000</pubDate>
<guid>http://huddledmasses.org/powerboots-tutorial-walkthrough/#IDComment13916610</guid>
</item><item>
<title>Huddled Masses : PowerBoots: The tutorial walkthrough</title>
<link>http://huddledmasses.org/powerboots-tutorial-walkthrough/#IDComment13867942</link>
<description>Well, you&amp;#039;re right about that last one. I&amp;#039;ll post a new build in a few ... just change the line to:  $ErrorList = @($ErrorList | ? { $_.InvocationInfo.BoundParameters.Name -ne &amp;quot;Grid&amp;quot; })  However, even with StrictMode on, I didn&amp;#039;t get any errors on those other scripts -- certainly if $block isn&amp;#039;t set, it should fail on the line before that, where it calls .Clear() -- but they should be set before they get used, because they get set as -OutVariable from the initialization ... and the event scriptblock doesn&amp;#039;t get called until later.  Honestly, I wrote the whole thing in strict mode originally, but I had to comment out the Set-StrictMode at the top, because it affects your event handlers and I certainly don&amp;#039;t want to force everyone else to write in strict mode ;-) </description>
<pubDate>Sun, 11 Jan 2009 04:49:34 +0000</pubDate>
<guid>http://huddledmasses.org/powerboots-tutorial-walkthrough/#IDComment13867942</guid>
</item><item>
<title>Huddled Masses : WordPress Plugin - Textile 2.0</title>
<link>http://HuddledMasses.org/wordpress-plugin-textile-20#IDComment13866915</link>
<description>I use WPSuperCache, and haven&amp;amp;#039;t had any problems with the site lagging with changes, as far as I know ... honestly, I don&amp;amp;#039;t have any problem with the concept of storing both copies. &lt;br /&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; When I wrote this I couldn&amp;amp;#039;t think of a way to store the two copies and have the front end show one version and the back end show the other.  I &lt;em&gt;can&lt;/em&gt; think of a way now... maybe I&amp;amp;#039;ll recode it after all  </description>
<pubDate>Sun, 11 Jan 2009 04:26:27 +0000</pubDate>
<guid>http://HuddledMasses.org/wordpress-plugin-textile-20#IDComment13866915</guid>
</item><item>
<title>Huddled Masses : PowerShell 2 CTP3 - First Impressions</title>
<link>http://huddledmasses.org/powershell-2-ctp3-first-impressions/#IDComment13241769</link>
<description>That sir, is an extremely elegant (and sufficient) answer. I withdraw my complaints. </description>
<pubDate>Tue, 30 Dec 2008 00:28:06 +0000</pubDate>
<guid>http://huddledmasses.org/powershell-2-ctp3-first-impressions/#IDComment13241769</guid>
</item><item>
<title>Huddled Masses : PowerBoots - Shoes for PowerShell</title>
<link>http://huddledmasses.org/powerboots-shoes-for-powershell/#IDComment12983041</link>
<description>Yeah, I _kind of_ like the ruby syntax myself ... but I think the Pipeline syntax is a little more natural (and powerful) in PowerShell. Actually I&amp;#039;m wrestling with events at the moment, I&amp;#039;m not sure they work right against PowerShell when it&amp;#039;s not in STA mode...  The thing is, in WPF you don&amp;#039;t have the limitations that Shoes has, so I can put an image into a button, for instance -- the ruby syntax doesn&amp;#039;t seem to accommodate that very well -- it uses the same syntax (curly braces) for the default (click) handler on the button as for content on container controls. Of course, I might just be misinterpreting the significance ... my Ruby is still weak. </description>
<pubDate>Mon, 22 Dec 2008 22:34:26 +0000</pubDate>
<guid>http://huddledmasses.org/powerboots-shoes-for-powershell/#IDComment12983041</guid>
</item><item>
<title>Huddled Masses : WordPress Plugin - Textile 2.0</title>
<link>http://HuddledMasses.org/wordpress-plugin-textile-20#IDComment12775233</link>
<description>It does not cache the output — there are already many plugins for caching full WordPress pages, and having the Textile plugin cache it’s output separately would mean storing two full copies of the article (in each markup: Textile and Html) so that you could edit it — because nobody’s ever gotten Html-&gt;to-&gt;Textile conversion working satisfactorily. </description>
<pubDate>Thu, 18 Dec 2008 05:54:30 +0000</pubDate>
<guid>http://HuddledMasses.org/wordpress-plugin-textile-20#IDComment12775233</guid>
</item><item>
<title>Huddled Masses : Window GUI Automation from PowerShell</title>
<link>http://huddledmasses.org/window-gui-automation-from-powershell/#IDComment12775150</link>
<description>I can try setting the COM flag in the next build, but I think the right answer here is: if you&amp;rsquo;re trying to automate windows from javascript, you&amp;rsquo;re using the wrong tool. </description>
<pubDate>Thu, 18 Dec 2008 05:11:43 +0000</pubDate>
<guid>http://huddledmasses.org/window-gui-automation-from-powershell/#IDComment12775150</guid>
</item><item>
<title>Huddled Masses : Convert-Xml with XSLT in PowerShell</title>
<link>http://huddledmasses.org/convert-xml-with-xslt-in-powershell/#IDComment12178454</link>
<description>yes, of course, sorry :) </description>
<pubDate>Sat, 6 Dec 2008 05:03:02 +0000</pubDate>
<guid>http://huddledmasses.org/convert-xml-with-xslt-in-powershell/#IDComment12178454</guid>
</item><item>
<title>Huddled Masses : Ubernyms: the ultimate text-replacement plugin</title>
<link>http://huddledmasses.org/ubernyms-20/#IDComment11675708</link>
<description>Yes, use the &amp;#8220;English&amp;#8221; option to only replace the first instance  of an acronym, in accordance with normal English writing rules ;)&lt;br /&gt;&lt;br /&gt; </description>
<pubDate>Sun, 23 Nov 2008 18:19:04 +0000</pubDate>
<guid>http://huddledmasses.org/ubernyms-20/#IDComment11675708</guid>
</item><item>
<title>Huddled Masses : PowerShell Start-Demo 3</title>
<link>http://huddledmasses.org/powershell-start-demo-3/#IDComment11490385</link>
<description>Hey, good point ... I updated to show the (now) current revision from the repository... </description>
<pubDate>Fri, 21 Nov 2008 04:55:29 +0000</pubDate>
<guid>http://huddledmasses.org/powershell-start-demo-3/#IDComment11490385</guid>
</item><item>
<title>Huddled Masses : PowerShell and Hashtable oddities</title>
<link>http://huddledmasses.org/powershell-and-hashtable-oddities/#IDComment11423850</link>
<description>Oh, common, I&amp;#039;ve got &lt;strong&gt;23&lt;/strong&gt; active bugs just on PowerShell (and 16 closed or fixed) :-P  I think I filed more than this against Modules, too ;)  </description>
<pubDate>Thu, 20 Nov 2008 02:48:25 +0000</pubDate>
<guid>http://huddledmasses.org/powershell-and-hashtable-oddities/#IDComment11423850</guid>
</item><item>
<title>Huddled Masses : TextileWrapper 2.0 and GeSHiWrapper 1.4</title>
<link>http://HuddledMasses.org/textilewrapper-20-and-geshiwrapper-14/#IDComment11103828</link>
<description>Not sure what you mean, Becky.  as far as I know &amp;quot;clear.&amp;quot; isn&amp;#039;t textile markup ... have you been using some &lt;i&gt;other&lt;/i&gt; specific implementation? </description>
<pubDate>Sun, 16 Nov 2008 21:43:43 +0000</pubDate>
<guid>http://HuddledMasses.org/textilewrapper-20-and-geshiwrapper-14/#IDComment11103828</guid>
</item><item>
<title>Huddled Masses : Clip.exe and the missing Paste.exe</title>
<link>http://huddledmasses.org/clipexe-and-the-missing-pasteexe/#IDComment11025773</link>
<description>Over-engineered as always :) They have a base class &lt;a href=&quot;http://www.codeplex.com/PowerShellCX/SourceControl/FileView.aspx?itemId=205166&amp;amp;changeSetId=41835&quot; target=&quot;_blank&quot;&gt;ClipboardCommandBase&lt;/a&gt; which has a bunch of methods that basically let them create a new thread, force it to STA mode, and then execute the code to get at the clipboard in there ... it&amp;#039;s essentially the same trick as the PowerShell Team&amp;#039;s &lt;a href=&quot;http://blogs.msdn.com/powershell/archive/2007/03/23/thread-apartmentstate-and-powershell-execution-thread.aspx&quot; target=&quot;_blank&quot;&gt;PowerShell Execution Thread&lt;/a&gt; cmdlet, and as far as I know, it requires compiled code (at least, I haven&amp;#039;t had a lot of luck messing with creating threads from script). </description>
<pubDate>Sun, 16 Nov 2008 06:09:49 +0000</pubDate>
<guid>http://huddledmasses.org/clipexe-and-the-missing-pasteexe/#IDComment11025773</guid>
</item><item>
<title>Huddled Masses : Of DekiWiki and PowerShell: A Script (Module)</title>
<link>http://huddledmasses.org/of-dekiwiki-and-powershell-a-script-module/#IDComment10942459</link>
<description>@Jason Archer: sure, why not :-)    @Hal Rottenberg: I dono, it looks like your login worked.  Hard to say.  It definitely needs some work, but the tie in to Twitter and FriendFeed makes it worth trying for a bit...  And *yes* it does have templates, and multi-language too  The biggest problem *I* have with IntenseDebate ... is that most of _my_ existing comments use _textile_ markup, and now they all look broken. :-/ And my emoticons don&amp;#039;t work either! </description>
<pubDate>Sat, 15 Nov 2008 16:45:33 +0000</pubDate>
<guid>http://huddledmasses.org/of-dekiwiki-and-powershell-a-script-module/#IDComment10942459</guid>
</item><item>
<title>Huddled Masses : Clip.exe and the missing Paste.exe</title>
<link>http://huddledmasses.org/clipexe-and-the-missing-pasteexe/#IDComment10906934</link>
<description>Yep, thanks ... class name doesn&amp;#039;t matter, since you&amp;#039;re just going to run it as an exe, but I changed it anyway :-) </description>
<pubDate>Sat, 15 Nov 2008 04:27:06 +0000</pubDate>
<guid>http://huddledmasses.org/clipexe-and-the-missing-pasteexe/#IDComment10906934</guid>
</item><item>
<title>Huddled Masses : NativeConsole.cs - Run console apps and get their output</title>
<link>http://huddledmasses.org/nativeconsolecs-run-console-apps-and-get-their-output/#IDComment10906467</link>
<description>All that it implements is piping the standard pipelines (std::error, std::out, std::in), and graphical apps like edit and vim (and even MORE or LESS, in some case) use low level console APIs to directly control the contents of the buffer instead.  The only way that I know of to mirror things like that into a .net app would be like screen scraping, by comparison: you&amp;rsquo;d be getting the contents of the buffer in a loop, and sticking them into your .net app (which would mean your .net app needs an interface like PSHostRawUserInterface &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/system.management.automation.host.pshostrawuserinterface(VS.85).aspx &quot; target=&quot;_blank&quot;&gt;http://msdn.microsoft.com/en-us/library/system.ma...&lt;/a&gt;with its SetBufferContents methods &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/system.management.automation.host.pshostrawuserinterface.setbuffercontents(VS.85).aspx &quot; target=&quot;_blank&quot;&gt;http://msdn.microsoft.com/en-us/library/system.ma...&lt;/a&gt;&amp;hellip; </description>
<pubDate>Sat, 15 Nov 2008 04:17:32 +0000</pubDate>
<guid>http://huddledmasses.org/nativeconsolecs-run-console-apps-and-get-their-output/#IDComment10906467</guid>
</item>	</channel>
</rss>