<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Ramblings of the Sleepy...</title>
	<atom:link href="http://tiredblogger.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://tiredblogger.wordpress.com</link>
	<description>For an underpaid web architect and overplayed gamer... there is no such thing as sleep.</description>
	<lastBuildDate>Tue, 05 Jun 2012 20:50:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on DeployTo &#8211; a simple PowerShell web deployment script by nathan</title>
		<link>http://tiredblogger.wordpress.com/2012/02/10/deployto-a-simple-powershell-web-deployment-script/#comment-19466</link>
		<dc:creator><![CDATA[nathan]]></dc:creator>
		<pubDate>Tue, 05 Jun 2012 20:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://tiredblogger.wordpress.com/?p=1300#comment-19466</guid>
		<description><![CDATA[Reblogged this on &lt;a href=&quot;http://jhonatantirado.wordpress.com/2012/06/05/668/&quot; rel=&quot;nofollow&quot;&gt;Nathan&lt;/a&gt; and commented: 
This is what I was looking for! PowerShell rocks!!]]></description>
		<content:encoded><![CDATA[<p>Reblogged this on <a href="http://jhonatantirado.wordpress.com/2012/06/05/668/" rel="nofollow">Nathan</a> and commented:<br />
This is what I was looking for! PowerShell rocks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Post-Certification Era? by nathan</title>
		<link>http://tiredblogger.wordpress.com/2012/02/13/the-post-certification-era/#comment-19465</link>
		<dc:creator><![CDATA[nathan]]></dc:creator>
		<pubDate>Tue, 05 Jun 2012 20:42:12 +0000</pubDate>
		<guid isPermaLink="false">http://tiredblogger.wordpress.com/?p=1311#comment-19465</guid>
		<description><![CDATA[Reblogged this on &lt;a href=&quot;http://jhonatantirado.wordpress.com/2012/06/05/667/&quot; rel=&quot;nofollow&quot;&gt;Nathan&lt;/a&gt;.]]></description>
		<content:encoded><![CDATA[<p>Reblogged this on <a href="http://jhonatantirado.wordpress.com/2012/06/05/667/" rel="nofollow">Nathan</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Adventures Await with @Tracky! by evannagle</title>
		<link>http://tiredblogger.wordpress.com/2012/05/06/new-adventures-await-with-tracky/#comment-19451</link>
		<dc:creator><![CDATA[evannagle]]></dc:creator>
		<pubDate>Sun, 06 May 2012 23:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://tiredblogger.wordpress.com/?p=1343#comment-19451</guid>
		<description><![CDATA[I have better coffee. :]]]></description>
		<content:encoded><![CDATA[<p>I have better coffee. :]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Adventures Await with @Tracky! by Jennifer Gosse</title>
		<link>http://tiredblogger.wordpress.com/2012/05/06/new-adventures-await-with-tracky/#comment-19450</link>
		<dc:creator><![CDATA[Jennifer Gosse]]></dc:creator>
		<pubDate>Sun, 06 May 2012 22:37:54 +0000</pubDate>
		<guid isPermaLink="false">http://tiredblogger.wordpress.com/?p=1343#comment-19450</guid>
		<description><![CDATA[Welcome to the team! We&#039;re super duper stoked to have a developer of your caliber and good humor on board, David! Here&#039;s to great coffee, good 404 pages, fantastic memes and endless codez but lots of fun. Cheers!]]></description>
		<content:encoded><![CDATA[<p>Welcome to the team! We&#8217;re super duper stoked to have a developer of your caliber and good humor on board, David! Here&#8217;s to great coffee, good 404 pages, fantastic memes and endless codez but lots of fun. Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NuGet Package Restore, Multiple Repositories, and CI Servers by Jim Geurts</title>
		<link>http://tiredblogger.wordpress.com/2012/01/20/nuget-package-restore-multiple-repositories-and-ci-servers/#comment-19431</link>
		<dc:creator><![CDATA[Jim Geurts]]></dc:creator>
		<pubDate>Sun, 26 Feb 2012 00:21:15 +0000</pubDate>
		<guid isPermaLink="false">http://tiredblogger.wordpress.com/?p=1288#comment-19431</guid>
		<description><![CDATA[You can edit the NuGet.targets file that gets created in the .nuget folder.

Specifically, edit the PackageSources element to define where it should look for packages:

&quot;https://go.microsoft.com/fwlink/?LinkID=230477;http://yourprivaterepository.com/nuget&quot;]]></description>
		<content:encoded><![CDATA[<p>You can edit the NuGet.targets file that gets created in the .nuget folder.</p>
<p>Specifically, edit the PackageSources element to define where it should look for packages:</p>
<p>&#8220;https://go.microsoft.com/fwlink/?LinkID=230477;<a href="http://yourprivaterepository.com/nuget" rel="nofollow">http://yourprivaterepository.com/nuget</a>&#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mashing CSVs around using PowerShell by David Longnecker</title>
		<link>http://tiredblogger.wordpress.com/2012/02/15/mashing-csvs-around-using-powershell/#comment-19423</link>
		<dc:creator><![CDATA[David Longnecker]]></dc:creator>
		<pubDate>Wed, 15 Feb 2012 14:06:19 +0000</pubDate>
		<guid isPermaLink="false">http://tiredblogger.wordpress.com/?p=1331#comment-19423</guid>
		<description><![CDATA[Quite true (I do spend a lot of time in notepad2), however, what shows as multi-line in an example for blogging is usually typed out single line. 

For me, and in the instance that spawned creating this example, it was far quicker to mash the data around than pulling it into Excel, adding formulas to substring the columns around, etc.

I keep a RavenDB instance running on my machine, I could have dumped them in there and got some snazzy JSON out using LINQ, but that seemed to require a bit more setup for something disposable such as this.

Also, I have created PowerShell versions of &#039;ed&#039; and &#039;ex&#039; (if you&#039;re familiar with Oracle&#039;s PL/SQL commands) that allows me to bounce back and forth between the CLI and notepad instantly--which helps out on these longer commands.

What other tools would you recommend for a task like this?]]></description>
		<content:encoded><![CDATA[<p>Quite true (I do spend a lot of time in notepad2), however, what shows as multi-line in an example for blogging is usually typed out single line. </p>
<p>For me, and in the instance that spawned creating this example, it was far quicker to mash the data around than pulling it into Excel, adding formulas to substring the columns around, etc.</p>
<p>I keep a RavenDB instance running on my machine, I could have dumped them in there and got some snazzy JSON out using LINQ, but that seemed to require a bit more setup for something disposable such as this.</p>
<p>Also, I have created PowerShell versions of &#8216;ed&#8217; and &#8216;ex&#8217; (if you&#8217;re familiar with Oracle&#8217;s PL/SQL commands) that allows me to bounce back and forth between the CLI and notepad instantly&#8211;which helps out on these longer commands.</p>
<p>What other tools would you recommend for a task like this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mashing CSVs around using PowerShell by Matt Freeman</title>
		<link>http://tiredblogger.wordpress.com/2012/02/15/mashing-csvs-around-using-powershell/#comment-19422</link>
		<dc:creator><![CDATA[Matt Freeman]]></dc:creator>
		<pubDate>Wed, 15 Feb 2012 13:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://tiredblogger.wordpress.com/?p=1331#comment-19422</guid>
		<description><![CDATA[&gt;Since I spend most of my day in the console, PowerShell also serves as my ‘Excel’

Console??? It looks like you spend most of your day in a text editor. Its not like a one line bash statement, an awk followed by a sort, and the knowledge you can use across any CLI app, not just these powershell wrappers that output next-gen &quot;objects&quot;. Trust me you are waisting your time becoming a ninja in powershell when better technology that been out for decades exists (await ah.. but object piping is better than text.. ^^ looks like it)... Nothing against powershell, I blogged about importing/exporting into ravendb using powershell and made a  a whole CI platform out it around psake. Explore, ignore the bash fud, and then compare.]]></description>
		<content:encoded><![CDATA[<p>&gt;Since I spend most of my day in the console, PowerShell also serves as my ‘Excel’</p>
<p>Console??? It looks like you spend most of your day in a text editor. Its not like a one line bash statement, an awk followed by a sort, and the knowledge you can use across any CLI app, not just these powershell wrappers that output next-gen &#8220;objects&#8221;. Trust me you are waisting your time becoming a ninja in powershell when better technology that been out for decades exists (await ah.. but object piping is better than text.. ^^ looks like it)&#8230; Nothing against powershell, I blogged about importing/exporting into ravendb using powershell and made a  a whole CI platform out it around psake. Explore, ignore the bash fud, and then compare.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Review: Asus Transformer TF-101 by Mike Salsbury</title>
		<link>http://tiredblogger.wordpress.com/2011/06/15/review-asus-transformer-tf-101/#comment-19367</link>
		<dc:creator><![CDATA[Mike Salsbury]]></dc:creator>
		<pubDate>Fri, 07 Oct 2011 02:32:28 +0000</pubDate>
		<guid isPermaLink="false">https://tiredblogger.wordpress.com/2011/06/15/review-asus-transformer-tf-101/#comment-19367</guid>
		<description><![CDATA[Great post.  I waffled on the tablet decision for months.  When the Transformer was announced, it was my favorite.  I just couldn&#039;t justify the (then) $600 price tag.  When HP put the TouchPads on fire sale, I tried to get one, figuring it would be &quot;good enough&quot; to start with.  When that fell through, I considered a 32GB Motorola Xoom on Woot.com for $349.  Then I read that it couldn&#039;t write to the microSD, only read from it.  Killed that deal.  The Sony Tablet S and Samsung Galaxy Tab 10.1 got me to go into the local Micro Center to check them out.  As I stood there admiring how light the Tablet S was and how sharp the Galaxy Tab looked, I saw that they&#039;d marked the Transformer down to $419.  

A few thoughts hit me all at once.  (1) It wasn&#039;t worth the $180 more to get the less-expandable, lighter Galaxy Tab since it otherwise had the same specs.  (2) The IR features and full-size SD in the Tablet S, plus its design, were pretty cool but also not worth a $180 premium.  (3) The transformer has that awesome keyboard/trackpad, full-size AND micro SD, and USB ports.  (4) In a year from now Apple, Asus, Samsung, etc., will likely come out with new tablets that I&#039;ll wish I had instead... so better to save my $180 and buy the Transformer now.  And next fall, when there is a whole different spread of tablets on the market, consider upgrading!  

Walked out with my $419 Transformer 32GB and don&#039;t regret it a bit.  It&#039;s really a nice tablet.  A little heavier than I&#039;d like it to be, but not bad at all.  It&#039;s cool to be able to stream Amazon Instant video, play local media files, etc., anywhere I can get Wi-Fi.

Good luck with your Transformer!]]></description>
		<content:encoded><![CDATA[<p>Great post.  I waffled on the tablet decision for months.  When the Transformer was announced, it was my favorite.  I just couldn&#8217;t justify the (then) $600 price tag.  When HP put the TouchPads on fire sale, I tried to get one, figuring it would be &#8220;good enough&#8221; to start with.  When that fell through, I considered a 32GB Motorola Xoom on Woot.com for $349.  Then I read that it couldn&#8217;t write to the microSD, only read from it.  Killed that deal.  The Sony Tablet S and Samsung Galaxy Tab 10.1 got me to go into the local Micro Center to check them out.  As I stood there admiring how light the Tablet S was and how sharp the Galaxy Tab looked, I saw that they&#8217;d marked the Transformer down to $419.  </p>
<p>A few thoughts hit me all at once.  (1) It wasn&#8217;t worth the $180 more to get the less-expandable, lighter Galaxy Tab since it otherwise had the same specs.  (2) The IR features and full-size SD in the Tablet S, plus its design, were pretty cool but also not worth a $180 premium.  (3) The transformer has that awesome keyboard/trackpad, full-size AND micro SD, and USB ports.  (4) In a year from now Apple, Asus, Samsung, etc., will likely come out with new tablets that I&#8217;ll wish I had instead&#8230; so better to save my $180 and buy the Transformer now.  And next fall, when there is a whole different spread of tablets on the market, consider upgrading!  </p>
<p>Walked out with my $419 Transformer 32GB and don&#8217;t regret it a bit.  It&#8217;s really a nice tablet.  A little heavier than I&#8217;d like it to be, but not bad at all.  It&#8217;s cool to be able to stream Amazon Instant video, play local media files, etc., anywhere I can get Wi-Fi.</p>
<p>Good luck with your Transformer!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Review: Asus Transformer TF-101 by David Longnecker</title>
		<link>http://tiredblogger.wordpress.com/2011/06/15/review-asus-transformer-tf-101/#comment-19356</link>
		<dc:creator><![CDATA[David Longnecker]]></dc:creator>
		<pubDate>Wed, 20 Jul 2011 19:40:12 +0000</pubDate>
		<guid isPermaLink="false">https://tiredblogger.wordpress.com/2011/06/15/review-asus-transformer-tf-101/#comment-19356</guid>
		<description><![CDATA[@Alexandra burkin: I haven&#039;t used an iPad2 much outside of prototyping at work. I&#039;ve only experienced a stutter in the Transformers&#039; performance when TRYING for it (launching everything at the same time, 20+ browser tabs, Flash, YouTube, Google Music, Pandora, etc.). As far as redraw and opening things up, it&#039;s extremely speedy.

I did have one application (a twitter application); however, that seemed to get stuck redrawing the screen.  The past few versions of that application have worked fine though. From what I can gather in their release notes, it was due to how they ported it from the phone form factor to Honeycomb.]]></description>
		<content:encoded><![CDATA[<p>@Alexandra burkin: I haven&#8217;t used an iPad2 much outside of prototyping at work. I&#8217;ve only experienced a stutter in the Transformers&#8217; performance when TRYING for it (launching everything at the same time, 20+ browser tabs, Flash, YouTube, Google Music, Pandora, etc.). As far as redraw and opening things up, it&#8217;s extremely speedy.</p>
<p>I did have one application (a twitter application); however, that seemed to get stuck redrawing the screen.  The past few versions of that application have worked fine though. From what I can gather in their release notes, it was due to how they ported it from the phone form factor to Honeycomb.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Review: Asus Transformer TF-101 by Alexandra burkin</title>
		<link>http://tiredblogger.wordpress.com/2011/06/15/review-asus-transformer-tf-101/#comment-19355</link>
		<dc:creator><![CDATA[Alexandra burkin]]></dc:creator>
		<pubDate>Wed, 20 Jul 2011 17:20:34 +0000</pubDate>
		<guid isPermaLink="false">https://tiredblogger.wordpress.com/2011/06/15/review-asus-transformer-tf-101/#comment-19355</guid>
		<description><![CDATA[Is the software laggy or is it as smooth as the ipad 2?]]></description>
		<content:encoded><![CDATA[<p>Is the software laggy or is it as smooth as the ipad 2?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
