<?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 on: Microsoft&#8217;s Monad Misses the Mark</title>
	<atom:link href="http://hivearchive.com/2006/04/25/microsofts-monad-misses-the-mark/feed/" rel="self" type="application/rss+xml" />
	<link>http://hivearchive.com/2006/04/25/microsofts-monad-misses-the-mark/</link>
	<description>Matt Michie&#039;s rants, raves, and thoughts</description>
	<lastBuildDate>Wed, 11 Aug 2010 10:58:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: MonadownsYou</title>
		<link>http://hivearchive.com/2006/04/25/microsofts-monad-misses-the-mark/comment-page-1/#comment-3061</link>
		<dc:creator>MonadownsYou</dc:creator>
		<pubDate>Thu, 29 Mar 2007 10:33:06 +0000</pubDate>
		<guid isPermaLink="false">http://hivearchive.com/2006/04/25/microsofts-monad-misses-the-mark/#comment-3061</guid>
		<description>You guys are idiots.  There are shorter ways to type that stuff in.  That is just an example of what you can do.

It&#039;s nice that you can post FUD without doing research. Doh!</description>
		<content:encoded><![CDATA[<p>You guys are idiots.  There are shorter ways to type that stuff in.  That is just an example of what you can do.</p>
<p>It&#8217;s nice that you can post FUD without doing research. Doh!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jachymko</title>
		<link>http://hivearchive.com/2006/04/25/microsofts-monad-misses-the-mark/comment-page-1/#comment-31</link>
		<dc:creator>jachymko</dc:creator>
		<pubDate>Sun, 07 May 2006 18:22:51 +0000</pubDate>
		<guid isPermaLink="false">http://hivearchive.com/2006/04/25/microsofts-monad-misses-the-mark/#comment-31</guid>
		<description>heard of aliases? there are many of them out-of-the-box :) btw, i&#039;d like to see how would the following command look like in a good ol&#039; text-based shell

D:\desktop&gt; get-alias &#124; sort @{ E={$_.Name.Length}; Asc=$true; } &#124; select -First 25 Name, Definition

Name  Definition
----  ----------
?     Where-Object
%     ForEach-Object
r     Invoke-History
h     Get-History
ri    Remove-Item
oh    Out-Host
nv    New-Variable
gu    Get-Unique
rp    Remove-ItemProperty
rv    Remove-Variable
mp    Move-ItemProperty
mi    Move-Item
rd    Remove-Item
gv    Get-Variable
ni    New-Item
ii    Invoke-Item
cp    Copy-Item
cd    Set-Location
ps    Get-Process
lp    Out-Printer
ls    Get-ChildItem
mv    Move-Item
sl    Set-Location
si    Set-Item
sc    Set-Content</description>
		<content:encoded><![CDATA[<p>heard of aliases? there are many of them out-of-the-box <img src='http://hivearchive.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  btw, i&#8217;d like to see how would the following command look like in a good ol&#8217; text-based shell</p>
<p>D:\desktop&gt; get-alias | sort @{ E={$_.Name.Length}; Asc=$true; } | select -First 25 Name, Definition</p>
<p>Name  Definition<br />
&#8212;-  &#8212;&#8212;&#8212;-<br />
?     Where-Object<br />
%     ForEach-Object<br />
r     Invoke-History<br />
h     Get-History<br />
ri    Remove-Item<br />
oh    Out-Host<br />
nv    New-Variable<br />
gu    Get-Unique<br />
rp    Remove-ItemProperty<br />
rv    Remove-Variable<br />
mp    Move-ItemProperty<br />
mi    Move-Item<br />
rd    Remove-Item<br />
gv    Get-Variable<br />
ni    New-Item<br />
ii    Invoke-Item<br />
cp    Copy-Item<br />
cd    Set-Location<br />
ps    Get-Process<br />
lp    Out-Printer<br />
ls    Get-ChildItem<br />
mv    Move-Item<br />
sl    Set-Location<br />
si    Set-Item<br />
sc    Set-Content</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mmichie</title>
		<link>http://hivearchive.com/2006/04/25/microsofts-monad-misses-the-mark/comment-page-1/#comment-23</link>
		<dc:creator>mmichie</dc:creator>
		<pubDate>Wed, 26 Apr 2006 06:22:51 +0000</pubDate>
		<guid isPermaLink="false">http://hivearchive.com/2006/04/25/microsofts-monad-misses-the-mark/#comment-23</guid>
		<description>Seems that they actually used VMS as an inspiration.  I suppose I should have expected that from Dave Cutler, but egads!

&quot;MSFT Jeffrey Snover (Expert):
Q: I&#039;ve heard Monad has VMS roots... will we have a utility or functionality similar to VERB to create our own verb commands and parameters?

A: We are very influenced by the VMS (and AS400) environments. That said, we don&#039;t have the same set of utilities. Do define you own command, you write a .NET class derived from our base class and tag it with a NOUN and VERB. The properties of that class become PARAMETERS.&quot;

&lt;a href=&quot;http://www.microsoft.com/technet/community/chats/trans/windowsnet/wnet_120704.mspx&quot; rel=&quot;nofollow&quot;&gt;Microsoft Chat&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Seems that they actually used VMS as an inspiration.  I suppose I should have expected that from Dave Cutler, but egads!</p>
<p>&#8220;MSFT Jeffrey Snover (Expert):<br />
Q: I&#8217;ve heard Monad has VMS roots&#8230; will we have a utility or functionality similar to VERB to create our own verb commands and parameters?</p>
<p>A: We are very influenced by the VMS (and AS400) environments. That said, we don&#8217;t have the same set of utilities. Do define you own command, you write a .NET class derived from our base class and tag it with a NOUN and VERB. The properties of that class become PARAMETERS.&#8221;</p>
<p><a href="http://www.microsoft.com/technet/community/chats/trans/windowsnet/wnet_120704.mspx" rel="nofollow">Microsoft Chat</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cyber_rigger</title>
		<link>http://hivearchive.com/2006/04/25/microsofts-monad-misses-the-mark/comment-page-1/#comment-22</link>
		<dc:creator>cyber_rigger</dc:creator>
		<pubDate>Wed, 26 Apr 2006 02:00:50 +0000</pubDate>
		<guid isPermaLink="false">http://hivearchive.com/2006/04/25/microsofts-monad-misses-the-mark/#comment-22</guid>
		<description>Monad looks worse than VMS.

http://www.physnet.uni-hamburg.de/physnet/vms-unix-commands.html</description>
		<content:encoded><![CDATA[<p>Monad looks worse than VMS.</p>
<p><a href="http://www.physnet.uni-hamburg.de/physnet/vms-unix-commands.html" rel="nofollow">http://www.physnet.uni-hamburg.de/physnet/vms-unix-commands.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
