<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	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>The Life And Times Of Me</title>
	<atom:link href="http://interneth3ro.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://interneth3ro.wordpress.com</link>
	<description>I am a human, being.  All else is irrelevant.</description>
	<lastBuildDate>Tue, 17 Jan 2012 16:20:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='interneth3ro.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>The Life And Times Of Me</title>
		<link>http://interneth3ro.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://interneth3ro.wordpress.com/osd.xml" title="The Life And Times Of Me" />
	<atom:link rel='hub' href='http://interneth3ro.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Conditional Breakpoints in Visual Studio 2010</title>
		<link>http://interneth3ro.wordpress.com/2012/01/17/conditional-breakpoints-in-visual-studio-2010/</link>
		<comments>http://interneth3ro.wordpress.com/2012/01/17/conditional-breakpoints-in-visual-studio-2010/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 16:20:07 +0000</pubDate>
		<dc:creator>interneth3ro</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[asp-net]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://interneth3ro.wordpress.com/?p=49</guid>
		<description><![CDATA[So this is something I&#8217;ve known about ever since I started doing ASP.NET development, and I&#8217;m sure that many developers know about this, but I thought I&#8217;d share this for those that don&#8217;t, because it&#8217;s such a cool feature. &#160; So you&#8217;ve got a method that you want to debug for some reason, but let&#8217;s [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=interneth3ro.wordpress.com&amp;blog=2928181&amp;post=49&amp;subd=interneth3ro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So this is something I&#8217;ve known about ever since I started doing ASP.NET development, and I&#8217;m sure that many developers know about this, but I thought I&#8217;d share this for those that don&#8217;t, because it&#8217;s such a cool feature.</p>
<p>&nbsp;</p>
<p>So you&#8217;ve got a method that you want to debug for some reason, but let&#8217;s say this method gets called quite often and you&#8217;re only really interested in debugging the method when a certain parameter contains a certain value.  Happens more often than you might think.  You could throw a breakpoint at the first line of code, but then you have to hit F5 to continue normal processing until you get the specific condition you want to debug.  Or, you can give your breakpoint a condition.  Here&#8217;s a quick screen-grab:</p>
<p>&nbsp;</p>
<p><a href="http://interneth3ro.files.wordpress.com/2012/01/cond-bp-menu.jpg"><img class="aligncenter size-full wp-image-51" title="cond-bp-menu" src="http://interneth3ro.files.wordpress.com/2012/01/cond-bp-menu.jpg?w=497" alt=""   /></a></p>
<p>&nbsp;</p>
<p>Basically, all you have to do is right-click on your breakpoint to get this menu.  There are, as you can see, several options you can set for your breakpoint, some more advanced than others.  The one we&#8217;re going to look at in this blog post is the &#8220;Condition&#8230;&#8221; option.  Clicking this option will give you the following window:</p>
<p>&nbsp;</p>
<p><a href="http://interneth3ro.files.wordpress.com/2012/01/cond-bp1.jpg"><img class="aligncenter size-full wp-image-52" title="cond-bp" src="http://interneth3ro.files.wordpress.com/2012/01/cond-bp1.jpg?w=497&#038;h=236" alt="" width="497" height="236" /></a></p>
<p>&nbsp;</p>
<p>Now, &#8220;fieldName&#8221; is one of the arguments to the method that I&#8217;m debugging, and as you can see, I&#8217;m only interested in hitting this breakpoint if the value of that argument is &#8220;SaleStartDate&#8221; or &#8220;SaleEndDate&#8221;.  If the &#8220;fieldName&#8221; argument does not equal either of those strings, code does not break on that point and continues on its merry way.  This way, I only get a code break when I want it.</p>
<p>&nbsp;</p>
<p>Again, this is probably nothing new for most of you out there if you&#8217;ve been doing development with Visual Studio for any length of time.  But there was a time that I didn&#8217;t know about this, and I&#8217;m sure there are others that don&#8217;t.</p>
<p>&nbsp;</p>
<p>As always, questions/comments/suggestions are welcome in the comments.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/interneth3ro.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/interneth3ro.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/interneth3ro.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/interneth3ro.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/interneth3ro.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/interneth3ro.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/interneth3ro.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/interneth3ro.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/interneth3ro.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/interneth3ro.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/interneth3ro.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/interneth3ro.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/interneth3ro.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/interneth3ro.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=interneth3ro.wordpress.com&amp;blog=2928181&amp;post=49&amp;subd=interneth3ro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://interneth3ro.wordpress.com/2012/01/17/conditional-breakpoints-in-visual-studio-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a63e6de1995efaabd8f4468d5e54decb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">interneth3ro</media:title>
		</media:content>

		<media:content url="http://interneth3ro.files.wordpress.com/2012/01/cond-bp-menu.jpg" medium="image">
			<media:title type="html">cond-bp-menu</media:title>
		</media:content>

		<media:content url="http://interneth3ro.files.wordpress.com/2012/01/cond-bp1.jpg" medium="image">
			<media:title type="html">cond-bp</media:title>
		</media:content>
	</item>
		<item>
		<title>LINQ To Entities and string.Format</title>
		<link>http://interneth3ro.wordpress.com/2012/01/13/linq-to-entities-and-string-format/</link>
		<comments>http://interneth3ro.wordpress.com/2012/01/13/linq-to-entities-and-string-format/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 17:44:25 +0000</pubDate>
		<dc:creator>interneth3ro</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[linq]]></category>
		<category><![CDATA[entity-framework]]></category>
		<category><![CDATA[linq-to-entities]]></category>

		<guid isPermaLink="false">http://interneth3ro.wordpress.com/?p=43</guid>
		<description><![CDATA[So I encountered something interesting today while doing a small bit of refactoring.  Got some new requirements for a grid that was showing some product data, and in determining how to display said data, I found that one of the columns contained a double which I had to convert to a string for display purposes. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=interneth3ro.wordpress.com&amp;blog=2928181&amp;post=43&amp;subd=interneth3ro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So I encountered something interesting today while doing a small bit of refactoring.  Got some new requirements for a grid that was showing some product data, and in determining how to display said data, I found that one of the columns contained a double which I had to convert to a string for display purposes.  So I went on my merry way updating existing code to include these new values.</p>
<p>Now, before I continue, I should mention that my business objects are coming from the Entity Framework, and thus any LINQ queries I execute against collections of these objects will be using LINQ to Entities, not plain LINQ to Objects/LINQ to SQL.  So here&#8217;s a snapshot of the existing code (not the exact same code, names have been changed to protect the innocent and/or my job):</p>
<p><pre class="brush: csharp;">
// &quot;filteredItems&quot; is an IQueryable&lt;Product&gt; which is returned from an Entity Framework repository
var vms = filteredItems.Take(100).Select(x =&gt; new ViewModel
{
    Id = x.Id,
    Description = x.Description,
    Size = string.Format(&quot;{0} L&quot;, x.SizeValue)
});
</pre></p>
<p>Now, after running this code, I started to get this exception: &#8220;LINQ to Entities does not recognize the method &#8216;System.String Format(System.String, System.Object, System.Object)&#8217; method, and this method cannot be translated into a store expression.&#8221;  Odd, I thought, I&#8217;ve never had a problem calling string.Format() on anything before.  So off to Google I go, which leads me to StackOverflow (of course, can&#8217;t pimp SO enough, great developer resource), and I found out what was going on.  As is stated in a comment on <a href="http://stackoverflow.com/questions/1066760/problem-with-converting-int-to-string-in-linq-to-entities" target="_blank">this</a> question:</p>
<blockquote><p>&#8230;the problem is with the ELINQ (linq 2 entities), because it translates your code to SQL, and when it comes to an inner ToString request, it doesn&#8217;t know how to translate &#8216;ToString&#8217; to SQL.</p></blockquote>
<p>Okay, I get that, makes sense I suppose.  So how do I fix it?  Well, that was almost painfully easy to do:</p>
<p><pre class="brush: csharp;">
// &quot;filteredItems&quot; is an IQueryable&lt;Product&gt; which is returned from an Entity Framework repository
var vms = filteredItems.Take(100).ToList().Select(x =&gt; new ViewModel
{
    Id = x.Id,
    Description = x.Description,
    Size = string.Format(&quot;{0} L&quot;, x.SizeValue)
});
</pre></p>
<p>In case you missed it, after the &#8220;Take(100)&#8221; call, I call ToList, which iterates through the IQueryable to create the List&lt;T&gt;, which causes EF to execute the SQL to actually return data. After calling &#8220;ToList()&#8221;, I essentially have a List&lt;T&gt; of POCO objects that I can do whatever I want to, because EF has already executed its SQL.</p>
<p>So, if you are iterating over an IQueryable that came from Entity Framework, if you need to do anything funky with the data for display purposes, make sure you call &#8220;ToList&#8221; on your collection before doing your funkiness.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/interneth3ro.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/interneth3ro.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/interneth3ro.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/interneth3ro.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/interneth3ro.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/interneth3ro.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/interneth3ro.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/interneth3ro.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/interneth3ro.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/interneth3ro.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/interneth3ro.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/interneth3ro.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/interneth3ro.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/interneth3ro.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=interneth3ro.wordpress.com&amp;blog=2928181&amp;post=43&amp;subd=interneth3ro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://interneth3ro.wordpress.com/2012/01/13/linq-to-entities-and-string-format/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a63e6de1995efaabd8f4468d5e54decb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">interneth3ro</media:title>
		</media:content>
	</item>
		<item>
		<title>Twin Cities Code Camp 12!</title>
		<link>http://interneth3ro.wordpress.com/2012/01/11/twin-cities-code-camp-12/</link>
		<comments>http://interneth3ro.wordpress.com/2012/01/11/twin-cities-code-camp-12/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 15:09:49 +0000</pubDate>
		<dc:creator>interneth3ro</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">https://interneth3ro.wordpress.com/?p=41</guid>
		<description><![CDATA[So I got the tweet this morning that Twin Cities Code Camp 12 is in the works, and apparently it’s a 2 day event now.&#160; I haven’t been in years and the last time I was there, it was only a 1 day event. &#160; Regardless, I am definitely looking forward to attending this year.&#160; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=interneth3ro.wordpress.com&amp;blog=2928181&amp;post=41&amp;subd=interneth3ro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So I got the tweet this morning that Twin Cities Code Camp 12 is in the works, and apparently it’s a 2 day event now.&#160; I haven’t been in years and the last time I was there, it was only a 1 day event.</p>
<p>&#160;</p>
<p>Regardless, I am definitely looking forward to attending this year.&#160; It will be held at the U of M Campus on April 14th and 15th.&#160; Follow them on twitter <a href="http://twitter.com/TCCodeCamp">@TCCodeCamp</a> or check out their site <a title="http://www.twincitiescodecamp.com" href="http://www.twincitiescodecamp.com">http://www.twincitiescodecamp.com</a>.</p>
<p>&#160;</p>
<p>My only question is, will <a href="http://twitter.com/jasonbock">Jason Bock</a> be giving away copies of his VB6 book… again?&#160; <img style="border-style:none;" class="wlEmoticon wlEmoticon-winkingsmile" alt="Winking smile" src="http://interneth3ro.files.wordpress.com/2012/01/wlemoticon-winkingsmile.png?w=497" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/interneth3ro.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/interneth3ro.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/interneth3ro.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/interneth3ro.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/interneth3ro.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/interneth3ro.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/interneth3ro.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/interneth3ro.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/interneth3ro.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/interneth3ro.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/interneth3ro.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/interneth3ro.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/interneth3ro.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/interneth3ro.wordpress.com/41/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=interneth3ro.wordpress.com&amp;blog=2928181&amp;post=41&amp;subd=interneth3ro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://interneth3ro.wordpress.com/2012/01/11/twin-cities-code-camp-12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a63e6de1995efaabd8f4468d5e54decb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">interneth3ro</media:title>
		</media:content>

		<media:content url="http://interneth3ro.files.wordpress.com/2012/01/wlemoticon-winkingsmile.png" medium="image">
			<media:title type="html">Winking smile</media:title>
		</media:content>
	</item>
		<item>
		<title>Tech Tip: Quantize Values</title>
		<link>http://interneth3ro.wordpress.com/2012/01/06/tech-tip-quantize-values/</link>
		<comments>http://interneth3ro.wordpress.com/2012/01/06/tech-tip-quantize-values/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 19:30:46 +0000</pubDate>
		<dc:creator>interneth3ro</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://interneth3ro.wordpress.com/?p=32</guid>
		<description><![CDATA[So here&#8217;s some tech knowledge to throw out there. I found a need for a current project to take a collection of values (decimals, ints, nothing major), and only show a value if all values were the same. A quick search at stackoverflow got me started, so here&#8217;s what I have. First, I&#8217;m using nullable [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=interneth3ro.wordpress.com&amp;blog=2928181&amp;post=32&amp;subd=interneth3ro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So here&#8217;s some tech knowledge to throw out there. I found a need for a current project to take a collection of values (decimals, ints, nothing major), and only show a value if all values were the same. A quick search at stackoverflow got me started, so here&#8217;s what I have.<br />
First, I&#8217;m using nullable values here because the current problem space requires nullable values. They&#8217;re not necessary, just what I had to work with. Here&#8217;s some code:</p>
<p><pre class="brush: csharp;">
private decimal? QuantizeDecimal(IEnumerable&lt;decimal&gt; values)
{
    if (!values.Any())
    {
        return null;
    }

    decimal firstValue = values.First();
    return (values.Skip(1).All(x =&gt; x == firstValue)) ? firstValue : null;
}
</pre></p>
<p>So the idea is, if the collection is empty, return null (or whatever value indicates inequality for you). Grab the first value in the collection, then test to see if the rest of the values in the collection match the first one (first skipping the first value, obviously). In my case, a null value defines that there were values that didn&#8217;t match, so I don&#8217;t show anything. However, if all the values match, then I return that value to display on my form.</p>
<p>Questions, comments, concerns, suggestions for improvement, etc., please comment below!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/interneth3ro.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/interneth3ro.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/interneth3ro.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/interneth3ro.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/interneth3ro.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/interneth3ro.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/interneth3ro.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/interneth3ro.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/interneth3ro.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/interneth3ro.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/interneth3ro.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/interneth3ro.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/interneth3ro.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/interneth3ro.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=interneth3ro.wordpress.com&amp;blog=2928181&amp;post=32&amp;subd=interneth3ro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://interneth3ro.wordpress.com/2012/01/06/tech-tip-quantize-values/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a63e6de1995efaabd8f4468d5e54decb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">interneth3ro</media:title>
		</media:content>
	</item>
		<item>
		<title>Blogging Attempt #&#8230;.</title>
		<link>http://interneth3ro.wordpress.com/2012/01/06/blogging-attempt/</link>
		<comments>http://interneth3ro.wordpress.com/2012/01/06/blogging-attempt/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 19:10:38 +0000</pubDate>
		<dc:creator>interneth3ro</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">https://interneth3ro.wordpress.com/?p=28</guid>
		<description><![CDATA[I suck at blogging.&#160; I really do.&#160; I have the best of intentions, but I lose track or it simply doesn’t become the necessary habit to continue.&#160; But here I am, once again, hoping to post more technical tidbits and the like and be somewhat relevant on the web. In other news, it’s been 6 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=interneth3ro.wordpress.com&amp;blog=2928181&amp;post=28&amp;subd=interneth3ro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I suck at blogging.&#160; I really do.&#160; I have the best of intentions, but I lose track or it simply doesn’t become the necessary habit to continue.&#160; But here I am, once again, hoping to post more technical tidbits and the like and be somewhat relevant on the web.</p>
<p>In other news, it’s been 6 days since I last had a real cigarette.&#160; Breathing is fun.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/interneth3ro.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/interneth3ro.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/interneth3ro.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/interneth3ro.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/interneth3ro.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/interneth3ro.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/interneth3ro.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/interneth3ro.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/interneth3ro.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/interneth3ro.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/interneth3ro.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/interneth3ro.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/interneth3ro.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/interneth3ro.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=interneth3ro.wordpress.com&amp;blog=2928181&amp;post=28&amp;subd=interneth3ro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://interneth3ro.wordpress.com/2012/01/06/blogging-attempt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a63e6de1995efaabd8f4468d5e54decb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">interneth3ro</media:title>
		</media:content>
	</item>
		<item>
		<title>Hooray, music!</title>
		<link>http://interneth3ro.wordpress.com/2011/04/13/hooray-music/</link>
		<comments>http://interneth3ro.wordpress.com/2011/04/13/hooray-music/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 16:27:44 +0000</pubDate>
		<dc:creator>interneth3ro</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://interneth3ro.wordpress.com/2011/04/13/hooray-music/</guid>
		<description><![CDATA[So I like to fancy myself a musician.&#160; I’ve been playing guitar for just about half my life, but I also play drums, bass, and I can sing on a good day.&#160; And I have here a small collection of ideas/works-in-progress that I’d like to share.&#160; Here is the link to them on Myspace. I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=interneth3ro.wordpress.com&amp;blog=2928181&amp;post=26&amp;subd=interneth3ro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So I like to fancy myself a musician.&#160; I’ve been playing guitar for just about half my life, but I also play drums, bass, and I can sing on a good day.&#160; And I have here a small collection of ideas/works-in-progress that I’d like to share.&#160; Here is the link to them on Myspace.</p>
<p>I know, I know.&#160; Myspace?&#160; Really?&#160; Well, they used to be hosted on a site called GarageBand.com that apparently got bought out or taken over by Myspace or something, and that’s where my music ended up.&#160; How it got tied to my old Myspace account that I haven’t checked in years I have no idea, but whatevs.</p>
<p><a title="http://www.myspace.com/seventeenhours/music" href="http://www.myspace.com/seventeenhours/music">http://www.myspace.com/seventeenhours/music</a></p>
<p>“Desolation Demo” – This is my metal track back when I had the means to record such music.&#160; Just my guitar, my trusty Line 6 POD 2.0 (which I miss oh so much) and my computer.&#160; And recording software.&#160; And Drumkit From Hell.&#160; Fun times.</p>
<p>“There Were Times Demo” – This song.&#160; Hoo boy.&#160; I have plans for this bad boy.&#160; I love the sound I was able to get with my acoustic on this track.&#160; I love the chord progression and melodies.&#160; I hate writer’s block, however, which is why this track is unfinished.</p>
<p>“Avalon Demo” – So, many moons ago when I was a teenager, I had a girlfriend.&#160; No, seriously!&#160; Okay, stop laughing.&#160; STOP.&#160; Thank you.&#160; Anyway, as any childish teenager going through the transition to adulthood and responsibility, I broke up with this girl for the completely wrong reasons.&#160; And I knew that it hurt her something bad.&#160; Hurt me too.&#160; So the lyrics kind of sprang from that experience and I’d had them kicking around since that time.&#160; The music just came from an urge to write something in the key of D.&#160; So I merged the two.&#160; Had my friend Cole sing on this one.&#160; Once the song was done, it was a pretty cathartic experience.&#160; I plan on keeping the song and re-writing the lyrics.&#160; I like the chords and melodies, but the lyrics were written as a teenager to deal with a stupid mistake.&#160; Now that I’m an adult, I have many more stupid mistakes from which to choose from.</p>
<p>“Melancholy Demo” – This is just a short idea I got down to play around with, nothing special.&#160; Just me putzing around with harmonies.&#160; The mix is awful on both clean and electric parts, but I don’t care because I dig it.</p>
<p>And that’s all I’ve got for now.&#160; I’ve got other tunes floating around I’ll get around to posting and blogging about eventually.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/interneth3ro.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/interneth3ro.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/interneth3ro.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/interneth3ro.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/interneth3ro.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/interneth3ro.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/interneth3ro.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/interneth3ro.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/interneth3ro.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/interneth3ro.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/interneth3ro.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/interneth3ro.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/interneth3ro.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/interneth3ro.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=interneth3ro.wordpress.com&amp;blog=2928181&amp;post=26&amp;subd=interneth3ro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://interneth3ro.wordpress.com/2011/04/13/hooray-music/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a63e6de1995efaabd8f4468d5e54decb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">interneth3ro</media:title>
		</media:content>
	</item>
		<item>
		<title>Smoking&#8230; I hates you&#8230;</title>
		<link>http://interneth3ro.wordpress.com/2011/04/13/smoking-i-hates-you/</link>
		<comments>http://interneth3ro.wordpress.com/2011/04/13/smoking-i-hates-you/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 15:42:45 +0000</pubDate>
		<dc:creator>interneth3ro</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">https://interneth3ro.wordpress.com/2011/04/13/smoking-i-hates-you/</guid>
		<description><![CDATA[So I tossed my cigarettes into the trash this morning when I got to work.&#160; On a whim, honestly, I hadn’t planned to do it until I got to the dumpster outside the back door and figured, “Screw it, I’m done.” See, I plan on starting the Couch to 5K program on Monday, which is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=interneth3ro.wordpress.com&amp;blog=2928181&amp;post=23&amp;subd=interneth3ro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So I tossed my cigarettes into the trash this morning when I got to work.&#160; On a whim, honestly, I hadn’t planned to do it until I got to the dumpster outside the back door and figured, “Screw it, I’m done.”</p>
<p>See, I plan on starting the Couch to 5K program on Monday, which is a running program that is designed to slowly get you from a couch potato to running a 5K.&#160; I have the program printed out and stuck to my fridge.&#160; I plan on getting some running shoes this weekend and even found an app for my phone to track my progress.&#160; So all is set.</p>
<p>But I’ve been a long time smoker, and have tried many, many, many times to quit.&#160; Hoping this time it sticks.</p>
<p>Ah, I see that my build is done, so back to work I must go.&#160; More later, peeps.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/interneth3ro.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/interneth3ro.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/interneth3ro.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/interneth3ro.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/interneth3ro.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/interneth3ro.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/interneth3ro.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/interneth3ro.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/interneth3ro.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/interneth3ro.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/interneth3ro.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/interneth3ro.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/interneth3ro.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/interneth3ro.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=interneth3ro.wordpress.com&amp;blog=2928181&amp;post=23&amp;subd=interneth3ro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://interneth3ro.wordpress.com/2011/04/13/smoking-i-hates-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a63e6de1995efaabd8f4468d5e54decb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">interneth3ro</media:title>
		</media:content>
	</item>
		<item>
		<title>From The Ashes, Arise&#8230;</title>
		<link>http://interneth3ro.wordpress.com/2011/04/13/from-the-ashes-arise/</link>
		<comments>http://interneth3ro.wordpress.com/2011/04/13/from-the-ashes-arise/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 14:38:43 +0000</pubDate>
		<dc:creator>interneth3ro</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://interneth3ro.wordpress.com/?p=20</guid>
		<description><![CDATA[So this used to be my tech blog but that failed horribly.  But I&#8217;m making some major life changes, so I thought that I would resurrect this blog and instead of focusing on just technology, it would be about me.  Who I am, what I&#8217;m going through, and all things in between.  Expect more soon.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=interneth3ro.wordpress.com&amp;blog=2928181&amp;post=20&amp;subd=interneth3ro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So this used to be my tech blog but that failed horribly.  But I&#8217;m making some major life changes, so I thought that I would resurrect this blog and instead of focusing on just technology, it would be about me.  Who I am, what I&#8217;m going through, and all things in between.  Expect more soon.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/interneth3ro.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/interneth3ro.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/interneth3ro.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/interneth3ro.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/interneth3ro.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/interneth3ro.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/interneth3ro.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/interneth3ro.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/interneth3ro.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/interneth3ro.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/interneth3ro.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/interneth3ro.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/interneth3ro.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/interneth3ro.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=interneth3ro.wordpress.com&amp;blog=2928181&amp;post=20&amp;subd=interneth3ro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://interneth3ro.wordpress.com/2011/04/13/from-the-ashes-arise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a63e6de1995efaabd8f4468d5e54decb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">interneth3ro</media:title>
		</media:content>
	</item>
	</channel>
</rss>
