<?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/"
	>

<channel>
	<title>Technology Kills &#187; blog</title>
	<atom:link href="http://technologykills.com/tag/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://technologykills.com</link>
	<description>Deconstructing technology, one piece at a time...</description>
	<lastBuildDate>Fri, 13 Jan 2012 19:56:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Choosing an Open Source License</title>
		<link>http://technologykills.com/2010/12/14/choosing-an-open-source-license/</link>
		<comments>http://technologykills.com/2010/12/14/choosing-an-open-source-license/#comments</comments>
		<pubDate>Wed, 15 Dec 2010 05:27:07 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[commercial libraries]]></category>
		<category><![CDATA[Common Development and Distribution License]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[development model]]></category>
		<category><![CDATA[dual license]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[GNU General Public License]]></category>
		<category><![CDATA[GNU Lesser General Public License]]></category>
		<category><![CDATA[gpl v3]]></category>
		<category><![CDATA[LGPL]]></category>
		<category><![CDATA[lgpl license]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[MIT]]></category>
		<category><![CDATA[MIT License]]></category>
		<category><![CDATA[Multi-licensing]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[open source code]]></category>
		<category><![CDATA[open source developers]]></category>
		<category><![CDATA[Open Source License]]></category>
		<category><![CDATA[open source licenses]]></category>
		<category><![CDATA[proprietary code]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Source Code]]></category>

		<guid isPermaLink="false">http://technologykills.com/?p=205</guid>
		<description><![CDATA[There really isn't a right answer. The GPL v3 is great for developers of GPL'd software, but requires that all derived software keep the same GPL license. That simply won't fit my development model. I don't want every product I create that uses the libraries to have to be GPL as well, nor do I [...]]]></description>
			<content:encoded><![CDATA[<p>There really isn't a right answer. The <a class="zem_slink" title="GNU General Public License" rel="wikipedia" href="http://en.wikipedia.org/wiki/GNU_General_Public_License">GPL v3</a> is great for developers of GPL'd <a class="zem_slink" title="Computer software" rel="wikipedia" href="http://en.wikipedia.org/wiki/Computer_software">software</a>, but requires that all derived software keep the same GPL license. That simply won't fit my development model. I don't want every product I create that uses the <a class="zem_slink" title="Library" rel="wikipedia" href="http://en.wikipedia.org/wiki/Library">libraries</a> to have to be GPL as well, nor do I want that for other developers using the <a href="http://technologykills.com/tag/code/" class="st_tag internal_tag" rel="tag" title="Posts tagged with code">code</a>.</p>
<p>So there is the <a class="zem_slink" title="GNU Lesser General Public License" rel="wikipedia" href="http://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License">LGPL</a>, which might be a good choice for my <a href="http://technologykills.com/tag/libraries/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Libraries">libraries</a>, but has similar restrictions to the GPL that I simply don't want to require people to adhere to.</p>
<p>I then found the <a class="zem_slink" title="Common Development and Distribution License" rel="wikipedia" href="http://en.wikipedia.org/wiki/Common_Development_and_Distribution_License">CDDL</a>, and I really liked the way it was written. It's unfortunate that it's <a class="zem_slink" title="License compatibility" rel="wikipedia" href="http://en.wikipedia.org/wiki/License_compatibility">incompatible</a> with the GPL or it would be my top choice for pretty much everything. But it's not compatible, and I don't want to keep my software out of the hands of developers of GPL'd software.</p>
<p>None-the-less, the CDDL is one of the few file-based <a class="zem_slink" title="Open Source" rel="wikinvest" href="http://www.wikinvest.com/concept/Open_Source">open source</a> <a class="zem_slink" title="License" rel="wikipedia" href="http://en.wikipedia.org/wiki/License">licenses</a>, and one of my requirements for some of my software is that I need to mix in some commercial libraries which are obviously not <a href="http://technologykills.com/tag/open-source/" class="st_tag internal_tag" rel="tag" title="Posts tagged with open source">open source</a>. The best answer might be a <a class="zem_slink" title="Multi-licensing" rel="wikipedia" href="http://en.wikipedia.org/wiki/Multi-licensing">dual-license model</a>, but as far as I can tell, I wouldn't be able to mix in <a href="http://technologykills.com/tag/proprietary-code/" class="st_tag internal_tag" rel="tag" title="Posts tagged with proprietary code">proprietary code</a> with a GPL license, so the GPL version of those products would need to be severely crippled, which might not make sense to do at all.</p>
<p>The only course I can see clearly working is releasing the following:</p>
<ul>
<li>For libraries containing only <a class="zem_slink" title="Open-source software" rel="wikipedia" href="http://en.wikipedia.org/wiki/Open-source_software">open source code</a>, dual-licensing the CDDL and LGPL (allowing GPL developers to choose the LGPL license, making it compatible)</li>
<li>For applications containing only <a href="http://technologykills.com/tag/open-source-code/" class="st_tag internal_tag" rel="tag" title="Posts tagged with open source code">open source code</a>, dual-licensing the CDDL and GPL, for the same reason as above</li>
<li>For libraries or applications containing open source and proprietary code, licensing only under the CDDL is the only option. Nothing compatible with the GPL can contain proprietary code in my understanding.</li>
</ul>
<p>For this reason, I will try to keep as much of my code as possible in the dual-licensed projects and available for all open source developers. However, many of my applications themselves will be mixed in with proprietary code, and this will be released only under the CDDL (with the proprietary code released under its own license, all fully documented).</p>
<p>Of course, all of my past work up until this point is still available and can continue to be used under the <a class="zem_slink" title="MIT License" rel="wikipedia" href="http://en.wikipedia.org/wiki/MIT_License">MIT license</a> it came with. Most of my future code, however, will not be released under an MIT license. None-the-less, if you opt for the CDDL license on my future projects, it has the handy addition of allowing you to mix it in with any proprietary, <a class="zem_slink" title="Proprietary software" rel="wikipedia" href="http://en.wikipedia.org/wiki/Proprietary_software">closed source</a> code that you want, as long as you keep the original code and any modified files based off of the original code under the CDDL.</p>
<p>Due to all the confusion and incompatibilities surrounding the current crop of <a class="zem_slink" title="Open-source license" rel="wikipedia" href="http://en.wikipedia.org/wiki/Open-source_license">open source licenses</a>, I was very tempted to simply write my own. But that would just add to the confusion, so the best choice right now seems to be to play along while being as open as possible.</p>
<p>I will be sure to fully document on each project homepage the licensing model of the project and what it means for others wishing to redistribute the <a class="zem_slink" title="Source code" rel="wikipedia" href="http://en.wikipedia.org/wiki/Source_code">source code</a>.</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://intridea.com/posts/is-copyleft-really-right-for-open-source">Is Copyleft Really Right for Open Source?</a> (intridea.com)</li>
<li class="zemanta-article-ul-li"><a href="http://spf13.com/post/my-take-on-open-source-licenses">My take on open source licenses</a> (spf13.com)</li>
<li class="zemanta-article-ul-li"><a href="http://avdi.org/devblog/2010/12/08/why-the-gpl-matters/">Why the GPL Matters</a> (avdi.org)</li>
<li class="zemanta-article-ul-li"><a href="http://www.gnu.org/philosophy/open-source-misses-the-point.html">Why Open Source misses the point of Free Software</a> (gnu.org)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=7361c628-79e3-4be6-8d17-c1631fc9e024" alt="Enhanced by Zemanta" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://technologykills.com/2010/12/14/choosing-an-open-source-license/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transition to new domain name</title>
		<link>http://technologykills.com/2010/01/27/transition-to-new-domain-name/</link>
		<comments>http://technologykills.com/2010/01/27/transition-to-new-domain-name/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 22:48:50 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Network Sites]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[homepage]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[technologykills]]></category>

		<guid isPermaLink="false">http://technologykills.com/?p=101</guid>
		<description><![CDATA[As you have likely noticed, my blog is now running on http://technologykills.com.
Links pointing to the old URL of http://blog.benmcclure.com will still work, but will all forward to the http://technologykills.com homepage. To fix, simply change your links to point to http://technologykills.com instead, and they will work like they did before.
If you notice any quirks or issues [...]]]></description>
			<content:encoded><![CDATA[<p>As you have likely noticed, my <a href="http://technologykills.com/tag/blog/" class="st_tag internal_tag" rel="tag" title="Posts tagged with blog">blog</a> is now running on http://<a href="http://technologykills.com/tag/technologykills/" class="st_tag internal_tag" rel="tag" title="Posts tagged with technologykills">technologykills</a>.com.</p>
<p>Links pointing to the old <a class="zem_slink" title="Uniform Resource Locator" rel="wikipedia" href="http://en.wikipedia.org/wiki/Uniform_Resource_Locator">URL</a> of http://blog.benmcclure.com will still work, but will all forward to the http://technologykills.com <a href="http://technologykills.com/tag/homepage/" class="st_tag internal_tag" rel="tag" title="Posts tagged with homepage">homepage</a>. To fix, simply change your links to point to http://technologykills.com instead, and they will work like they did before.</p>
<p>If you notice any quirks or issues with the <a href="http://technologykills.com/tag/site/" class="st_tag internal_tag" rel="tag" title="Posts tagged with site">site</a> running in its new location, let me know and I will work to resolve it immediately.</p>
<p>Thanks for sticking with me during this transition!</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/cd634c01-bdc0-43ab-9851-16f312c2e531/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=cd634c01-bdc0-43ab-9851-16f312c2e531" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://technologykills.com/2010/01/27/transition-to-new-domain-name/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Is it up or is it down?</title>
		<link>http://technologykills.com/2009/10/05/is-it-up-or-is-it-down/</link>
		<comments>http://technologykills.com/2009/10/05/is-it-up-or-is-it-down/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 23:06:33 +0000</pubDate>
		<dc:creator>madzoombax</dc:creator>
				<category><![CDATA[Network Sites]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[15 minutes]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[current service]]></category>
		<category><![CDATA[downtime]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[management change]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[service management]]></category>
		<category><![CDATA[service provider]]></category>

		<guid isPermaLink="false">http://technologykills.com/?p=85</guid>
		<description><![CDATA[I'd like to sincerely apologize if anyone tried to visit my blog, or any other Digital Empire site, and was not able to get to it.
For the past hour or so, I've gotten reports of the site being inaccessible sporadically. I have also seen this myself, as all of my equipment has been down for the [...]]]></description>
			<content:encoded><![CDATA[<p>I'd like to sincerely apologize if anyone tried to visit my <a href="http://technologykills.com/tag/blog/" class="st_tag internal_tag" rel="tag" title="Posts tagged with blog">blog</a>, or any other Digital Empire <a href="http://technologykills.com/tag/site/" class="st_tag internal_tag" rel="tag" title="Posts tagged with site">site</a>, and was not able to get to it.</p>
<p>For the past hour or so, I've gotten reports of the site being inaccessible sporadically. I have also seen this myself, as all of my equipment has been down for the past 15 or 20 minutes.</p>
<p>As you can see by this post, the <a href="http://technologykills.com/tag/issue/" class="st_tag internal_tag" rel="tag" title="Posts tagged with issue">issue</a> seems to be resolved for the moment.</p>
<p>My current <a href="http://technologykills.com/tag/service-provider/" class="st_tag internal_tag" rel="tag" title="Posts tagged with service provider">service provider</a> is undergoing a <a href="http://technologykills.com/tag/management-change/" class="st_tag internal_tag" rel="tag" title="Posts tagged with management change">management change</a>, and is taking care of some long-standing issues, so hopefully these problems were a result of the <a href="http://technologykills.com/tag/firewall/" class="st_tag internal_tag" rel="tag" title="Posts tagged with firewall">firewall</a> finally being set up properly.</p>
<p>My <a href="http://technologykills.com/tag/servers/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Servers">servers</a> already ran great, but it was taking weeks to get any request through. I firmly hope (and expect) to receive better service going forward with the new owners.</p>
]]></content:encoded>
			<wfw:commentRss>http://technologykills.com/2009/10/05/is-it-up-or-is-it-down/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Missing Start Menu Items Fixed!</title>
		<link>http://technologykills.com/2009/09/15/windows-7-missing-start-menu-items-fixed/</link>
		<comments>http://technologykills.com/2009/09/15/windows-7-missing-start-menu-items-fixed/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 03:43:34 +0000</pubDate>
		<dc:creator>madzoombax</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Cool Thing]]></category>
		<category><![CDATA[Icon Windows]]></category>
		<category><![CDATA[Menu Icon]]></category>
		<category><![CDATA[Start Menu]]></category>
		<category><![CDATA[Subdirectories]]></category>

		<guid isPermaLink="false">http://technologykills.com/?p=77</guid>
		<description><![CDATA[After installing a small utility which added a Start Menu icon to my Windows 7 RC machine, suddenly my All Programs collection in the Start Menu went blank.
At first i thought the utility had somehow deleted all of my Start Menu items, but that was not the case. Items could still be searched for and [...]]]></description>
			<content:encoded><![CDATA[<p>After installing a small utility which added a Start <a href="http://technologykills.com/tag/menu-icon/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Menu Icon">Menu icon</a> to my Windows 7 RC machine, suddenly my All Programs collection in the <a href="http://technologykills.com/tag/start-menu/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Start Menu">Start Menu</a> went blank.</p>
<p>At first i thought the utility had somehow deleted all of my Start Menu items, but that was not the case. Items could still be searched for and launched that way in the start menu, but not browsed for by clicking All Programs.</p>
<p>I found <a href="http://coolthingoftheday.blogspot.com/2009/05/story-of-windows-7-and-empty-all.html">this post</a> over at <a href="http://coolthingoftheday.blogspot.com">Greg's Cool Thing of the Day blog</a> which describes a "fix" (moving some of the items into one or more <a href="http://technologykills.com/tag/subdirectories/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Subdirectories">subdirectories</a>) which worked perfectly, and all of my Start Menu items have returned.</p>
<p>Thanks, Greg!</p>
]]></content:encoded>
			<wfw:commentRss>http://technologykills.com/2009/09/15/windows-7-missing-start-menu-items-fixed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New PC GameSource Blog Up</title>
		<link>http://technologykills.com/2009/09/11/new-pc-gamesource-blog-up/</link>
		<comments>http://technologykills.com/2009/09/11/new-pc-gamesource-blog-up/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 18:01:23 +0000</pubDate>
		<dc:creator>madzoombax</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Network Sites]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Writing]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Developer News]]></category>
		<category><![CDATA[Foms]]></category>
		<category><![CDATA[Game Tools]]></category>
		<category><![CDATA[Gamesource]]></category>
		<category><![CDATA[Pc Game]]></category>
		<category><![CDATA[Pc Games]]></category>
		<category><![CDATA[Pc Mods]]></category>

		<guid isPermaLink="false">http://technologykills.com/?p=68</guid>
		<description><![CDATA[I have opened a new site in the DE network--the PC GameSource Blog.
For now, this has replaced the official PC GameSource site, which has been under construction for far too long.
I will post articles (usually at least daily) regarding PC games, mods, game tools, developer news, and more. Already posted are articles regarding Wolfenstein, FOMS [...]]]></description>
			<content:encoded><![CDATA[<p>I have opened a new <a href="http://technologykills.com/tag/site/" class="st_tag internal_tag" rel="tag" title="Posts tagged with site">site</a> in the DE <a href="http://technologykills.com/tag/digital-empire/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Network">network</a>--the <a href="http://blog.pcgamesource.com">PC GameSource Blog</a>.</p>
<p>For now, this has replaced the <a href="http://pcgamesource.com">official PC GameSource site</a>, which has been under construction for far too long.</p>
<p>I will post articles (usually at least daily) regarding <a href="http://technologykills.com/tag/pc-games/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Pc Games">PC games</a>, mods, <a href="http://technologykills.com/tag/game-tools/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Game Tools">game tools</a>, <a href="http://technologykills.com/tag/developer-news/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Developer News">developer news</a>, and more. Already posted are articles regarding <a href="http://blog.pcgamesource.com/2009/09/09/wolfenstein-first-look/">Wolfenstein</a>, <a href="http://blog.pcgamesource.com/2009/09/10/fallout-3-mods-get-organized/">FOMS 2</a>, and the <a href="http://blog.pcgamesource.com/2009/09/11/aion-open-beta-first-look/">Aion Open Beta</a>.</p>
<p>Look for many more to come! Don't forget to leave your comments and suggestions on the site, and let me know if you have any issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://technologykills.com/2009/09/11/new-pc-gamesource-blog-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site back up again after a couple days</title>
		<link>http://technologykills.com/2008/10/20/site-back-up-again-after-a-couple-days/</link>
		<comments>http://technologykills.com/2008/10/20/site-back-up-again-after-a-couple-days/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 19:02:26 +0000</pubDate>
		<dc:creator>madzoombax</dc:creator>
				<category><![CDATA[Network Sites]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[apache php]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[bmcclure.com]]></category>
		<category><![CDATA[couple days]]></category>
		<category><![CDATA[couple of days]]></category>
		<category><![CDATA[desystem]]></category>
		<category><![CDATA[downtime]]></category>
		<category><![CDATA[issue]]></category>
		<category><![CDATA[nebula]]></category>
		<category><![CDATA[PC GameSource]]></category>
		<category><![CDATA[SingularityShift]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[sorry folks]]></category>
		<category><![CDATA[websites]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://technologykills.com/?p=16</guid>
		<description><![CDATA[All sites hosted on nebula.desystem.net were down for a couple of days due to a server issue when attempting to update Apache/PHP.
This has just been resolved, and all should be back online to stay.
Sorry folks!
]]></description>
			<content:encoded><![CDATA[<p>All sites hosted on <a href="http://technologykills.com/tag/nebula/" class="st_tag internal_tag" rel="tag" title="Posts tagged with nebula">nebula</a>.<a href="http://technologykills.com/tag/desystem/" class="st_tag internal_tag" rel="tag" title="Posts tagged with desystem">desystem</a>.net were down for a <a href="http://technologykills.com/tag/couple-of-days/" class="st_tag internal_tag" rel="tag" title="Posts tagged with couple of days">couple of days</a> due to a <a href="http://technologykills.com/tag/server/" class="st_tag internal_tag" rel="tag" title="Posts tagged with server">server</a> <a href="http://technologykills.com/tag/issue/" class="st_tag internal_tag" rel="tag" title="Posts tagged with issue">issue</a> when attempting to update <a href="http://technologykills.com/tag/apache/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Apache">Apache</a>/PHP.</p>
<p>This has just been resolved, and all should be back online to stay.</p>
<p><a href="http://technologykills.com/tag/sorry-folks/" class="st_tag internal_tag" rel="tag" title="Posts tagged with sorry folks">Sorry folks</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://technologykills.com/2008/10/20/site-back-up-again-after-a-couple-days/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finally got my new blog up!</title>
		<link>http://technologykills.com/2008/04/17/finally-got-my-new-blog-up/</link>
		<comments>http://technologykills.com/2008/04/17/finally-got-my-new-blog-up/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 08:17:46 +0000</pubDate>
		<dc:creator>madzoombax</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[amp]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[crappy]]></category>
		<category><![CDATA[games computers]]></category>
		<category><![CDATA[homepage]]></category>
		<category><![CDATA[music writing]]></category>
		<category><![CDATA[rages]]></category>
		<category><![CDATA[random notes]]></category>
		<category><![CDATA[site]]></category>

		<guid isPermaLink="false">http://technologykills.com/?p=4</guid>
		<description><![CDATA[I ramble about finally getting this blog up.]]></description>
			<content:encoded><![CDATA[<p>Yes, yes; I have finally put something potentially useful on my <a href="http://technologykills.com/tag/homepage/" class="st_tag internal_tag" rel="tag" title="Posts tagged with homepage">homepage</a>, which has been a completely useless and <a href="http://technologykills.com/tag/crappy/" class="st_tag internal_tag" rel="tag" title="Posts tagged with crappy">crappy</a> 1&<a href="http://technologykills.com/tag/amp/" class="st_tag internal_tag" rel="tag" title="Posts tagged with amp">amp</a>;1 <a href="http://technologykills.com/tag/blog/" class="st_tag internal_tag" rel="tag" title="Posts tagged with blog">Blog</a> <a href="http://technologykills.com/tag/site/" class="st_tag internal_tag" rel="tag" title="Posts tagged with site">site</a> for over a year now.</p>
<p>Starting now, I will be posting here about anything and everything.</p>
<p>Stuff about games, computers and technology, my music, writing, <a href="http://technologykills.com/tag/random-notes/" class="st_tag internal_tag" rel="tag" title="Posts tagged with random notes">random notes</a>, pissed off <a href="http://technologykills.com/tag/rages/" class="st_tag internal_tag" rel="tag" title="Posts tagged with rages">rages</a>, and more...</p>
<p>Stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://technologykills.com/2008/04/17/finally-got-my-new-blog-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 1833/2087 objects using disk: basic

Served from: technologykills.com @ 2012-05-19 00:51:02 -->
