<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Htbaa blogs?</title>
	
	<link>http://blog.htbaa.com</link>
	<description>rolling since 1987</description>
	<lastBuildDate>Tue, 15 May 2012 18:22:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/hgp" /><feedburner:info uri="hgp" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>HP DV7-1210ed boot from 2nd HDD</title>
		<link>http://feedproxy.google.com/~r/hgp/~3/ikdPKjRbHcU/hp-dv7-1210ed-boot-from-2nd-hdd</link>
		<comments>http://blog.htbaa.com/news/hp-dv7-1210ed-boot-from-2nd-hdd#comments</comments>
		<pubDate>Sun, 13 May 2012 10:03:55 +0000</pubDate>
		<dc:creator>Htbaa</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[bcd]]></category>
		<category><![CDATA[bcdboot]]></category>
		<category><![CDATA[bootsect]]></category>
		<category><![CDATA[DV7-1210ed]]></category>
		<category><![CDATA[SSD]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://blog.htbaa.com/?p=847</guid>
		<description>Yesterday I installed a SSD drive in the 2nd HDD bay of my HP Pavilion DV7-1210ed laptop. Installation of Windows 7 went fine and after I had moved all important data from the original HDD I decided to format that disk so I could use all of its storage space. But as soon as I [...]&lt;img src="http://feeds.feedburner.com/~r/hgp/~4/ikdPKjRbHcU" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.htbaa.com/news/hp-dv7-1210ed-boot-from-2nd-hdd/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.htbaa.com/news/hp-dv7-1210ed-boot-from-2nd-hdd</feedburner:origLink></item>
		<item>
		<title>Why I decided to stop using Ubuntu desktop</title>
		<link>http://feedproxy.google.com/~r/hgp/~3/OZ6wXfTgDug/why-i-decided-to-stop-using-ubuntu-desktop</link>
		<comments>http://blog.htbaa.com/news/why-i-decided-to-stop-using-ubuntu-desktop#comments</comments>
		<pubDate>Sat, 24 Mar 2012 16:16:10 +0000</pubDate>
		<dc:creator>Htbaa</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Xubuntu]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://blog.htbaa.com/?p=831</guid>
		<description>I&amp;#8217;ve again returned to Windows 7 after having used Ubuntu for about 3 months on the desktop. For some reason Linux on the desktop always breaks down after about 3 months, give or take. My main reason for trying out Linux again was so I could develop in a *nix environment. I&amp;#8217;m comfortable with a [...]&lt;img src="http://feeds.feedburner.com/~r/hgp/~4/OZ6wXfTgDug" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.htbaa.com/news/why-i-decided-to-stop-using-ubuntu-desktop/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blog.htbaa.com/news/why-i-decided-to-stop-using-ubuntu-desktop</feedburner:origLink></item>
		<item>
		<title>htbaapub.zmq 0.03 released</title>
		<link>http://feedproxy.google.com/~r/hgp/~3/cS6ctIYAf0Q/htbaapub-zmq-0-03-released</link>
		<comments>http://blog.htbaa.com/news/htbaapub-zmq-0-03-released#comments</comments>
		<pubDate>Thu, 01 Mar 2012 18:17:23 +0000</pubDate>
		<dc:creator>Htbaa</dc:creator>
				<category><![CDATA[BlitzMax]]></category>
		<category><![CDATA[htbaapub.mod]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Blitz]]></category>
		<category><![CDATA[ZeroMQ]]></category>
		<category><![CDATA[ZMQ]]></category>
		<category><![CDATA[zmq.mod]]></category>

		<guid isPermaLink="false">http://blog.htbaa.com/?p=828</guid>
		<description>I&amp;#8217;ve released htbaapub.zmq 0.03, a wrapper for ZeroMQ. This release fixes data corruption when sending messages. The corruption was caused by BlitzMax collection String data a bit too soon. This was a tough one to find as garbage collectors are hard to predict. As of now htbaapub.zmq also contains several unit tests to make sure [...]&lt;img src="http://feeds.feedburner.com/~r/hgp/~4/cS6ctIYAf0Q" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.htbaa.com/news/htbaapub-zmq-0-03-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.htbaa.com/news/htbaapub-zmq-0-03-released</feedburner:origLink></item>
		<item>
		<title>htbaapub.zmq 0.02 released – ZeroMQ for BlitzMax</title>
		<link>http://feedproxy.google.com/~r/hgp/~3/U5QzZh5SJlU/htbaapub-zmq-0-02-released-zeromq-for-blitzmax</link>
		<comments>http://blog.htbaa.com/news/htbaapub-zmq-0-02-released-zeromq-for-blitzmax#comments</comments>
		<pubDate>Sun, 05 Feb 2012 15:51:45 +0000</pubDate>
		<dc:creator>Htbaa</dc:creator>
				<category><![CDATA[BlitzMax]]></category>
		<category><![CDATA[htbaapub.mod]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[ZeroMQ]]></category>
		<category><![CDATA[ZMQ]]></category>
		<category><![CDATA[zmq.mod]]></category>

		<guid isPermaLink="false">http://blog.htbaa.com/?p=818</guid>
		<description>This is just a short announcement on my Blog to let people know I&amp;#8217;ve been busy wrapping ZeroMQ (or ZMQ) for BlitzMax. The result of this a new module called htbaapub.zmq. It&amp;#8217;s available from the Maximus website, meaning you can install it using Maximus. If you rather fetch the Git repository that&amp;#8217;s possible as well. [...]&lt;img src="http://feeds.feedburner.com/~r/hgp/~4/U5QzZh5SJlU" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.htbaa.com/news/htbaapub-zmq-0-02-released-zeromq-for-blitzmax/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.htbaa.com/news/htbaapub-zmq-0-02-released-zeromq-for-blitzmax</feedburner:origLink></item>
		<item>
		<title>I got a new guitar: Hondo II HDLP-2B</title>
		<link>http://feedproxy.google.com/~r/hgp/~3/xSSOPSpeVos/i-got-a-new-guitar-hondo-ii-hdlp-2b</link>
		<comments>http://blog.htbaa.com/news/i-got-a-new-guitar-hondo-ii-hdlp-2b#comments</comments>
		<pubDate>Mon, 30 Jan 2012 19:10:59 +0000</pubDate>
		<dc:creator>Htbaa</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[guitar]]></category>
		<category><![CDATA[Hondo]]></category>

		<guid isPermaLink="false">http://blog.htbaa.com/?p=815</guid>
		<description>Today my mom brought home a Hondo II HDLP-2B, a Les Paul model. I&amp;#8217;ve always wanted a Les Paul and am happy I finally own one now. It&amp;#8217;s not in a usable state at the moment and as you can see from the picture it&amp;#8217;s extremely dirty. I&amp;#8217;ve never really seen a guitar that dirty [...]&lt;img src="http://feeds.feedburner.com/~r/hgp/~4/xSSOPSpeVos" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.htbaa.com/news/i-got-a-new-guitar-hondo-ii-hdlp-2b/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://blog.htbaa.com/news/i-got-a-new-guitar-hondo-ii-hdlp-2b</feedburner:origLink></item>
		<item>
		<title>Maximus 1.1.1 released</title>
		<link>http://feedproxy.google.com/~r/hgp/~3/0Jf5TdoKvsM/maximus-1-1-1-released</link>
		<comments>http://blog.htbaa.com/news/maximus-1-1-1-released#comments</comments>
		<pubDate>Wed, 04 Jan 2012 22:48:04 +0000</pubDate>
		<dc:creator>Htbaa</dc:creator>
				<category><![CDATA[BlitzMax]]></category>
		<category><![CDATA[Maximus]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.htbaa.com/?p=800</guid>
		<description>Earlier today I released Maximus 1.1.1. Maximus is a BlitzMax module manager. With Maximus it&amp;#8217;s possible to easily install and update BlitzMax modules which are provided by 3rd party module developers. Version 1.1.1 improves the usability for the GUI users. If maximus-gui can&amp;#8217;t find your BMXPATH it will now present you with a directory dialog in [...]&lt;img src="http://feeds.feedburner.com/~r/hgp/~4/0Jf5TdoKvsM" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.htbaa.com/news/maximus-1-1-1-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.htbaa.com/news/maximus-1-1-1-released</feedburner:origLink></item>
		<item>
		<title>Happy 2012!</title>
		<link>http://feedproxy.google.com/~r/hgp/~3/adEzkN1ru_Q/happy-2012</link>
		<comments>http://blog.htbaa.com/news/happy-2012#comments</comments>
		<pubDate>Sat, 31 Dec 2011 23:47:28 +0000</pubDate>
		<dc:creator>Htbaa</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[new year]]></category>

		<guid isPermaLink="false">http://blog.htbaa.com/?p=775</guid>
		<description>To everyone that takes the time to visit my blog I&amp;#8217;d like to wish to a happy new year! Lets hope 2012 won&amp;#8217;t be the end of the world !&lt;img src="http://feeds.feedburner.com/~r/hgp/~4/adEzkN1ru_Q" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.htbaa.com/news/happy-2012/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.htbaa.com/news/happy-2012</feedburner:origLink></item>
		<item>
		<title>Reviewing 2011</title>
		<link>http://feedproxy.google.com/~r/hgp/~3/JOIsYrmZOAc/reviewing-2011</link>
		<comments>http://blog.htbaa.com/news/reviewing-2011#comments</comments>
		<pubDate>Sat, 31 Dec 2011 09:19:15 +0000</pubDate>
		<dc:creator>Htbaa</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[year review]]></category>

		<guid isPermaLink="false">http://blog.htbaa.com/?p=778</guid>
		<description>Just like last years review I&amp;#8217;m now doing a review of 2011. With my big decision late 2010 of going back to school to get my bachelors degree I had planned on 2011 to be a much better year than 2010 was. For most of it this has been true, but it hasn&amp;#8217;t been without struggle [...]&lt;img src="http://feeds.feedburner.com/~r/hgp/~4/JOIsYrmZOAc" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.htbaa.com/news/reviewing-2011/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.htbaa.com/news/reviewing-2011</feedburner:origLink></item>
		<item>
		<title>Programming languages I planned on learning in 2011</title>
		<link>http://feedproxy.google.com/~r/hgp/~3/21CHi-JzVGs/programming-languages-i-planned-on-learning-in-2011</link>
		<comments>http://blog.htbaa.com/news/programming-languages-i-planned-on-learning-in-2011#comments</comments>
		<pubDate>Thu, 29 Dec 2011 22:23:15 +0000</pubDate>
		<dc:creator>Htbaa</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Haskell]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Lua]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.htbaa.com/?p=769</guid>
		<description>Earlier this year I posted about which languages I planned on learning in 2011. A few months later I posted about my progress. Now that 2011 almost has come to an end it&amp;#8217;s time to review and see if I actually met any of those goals. How exciting. I had listed 4 programming languages I [...]&lt;img src="http://feeds.feedburner.com/~r/hgp/~4/21CHi-JzVGs" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.htbaa.com/news/programming-languages-i-planned-on-learning-in-2011/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.htbaa.com/news/programming-languages-i-planned-on-learning-in-2011</feedburner:origLink></item>
		<item>
		<title>BlitzMax and 64-bit Ubuntu</title>
		<link>http://feedproxy.google.com/~r/hgp/~3/IlZ_MBU2Uzk/blitzmax-and-64-bit-ubuntu</link>
		<comments>http://blog.htbaa.com/news/blitzmax-and-64-bit-ubuntu#comments</comments>
		<pubDate>Wed, 21 Dec 2011 22:27:06 +0000</pubDate>
		<dc:creator>Htbaa</dc:creator>
				<category><![CDATA[BlitzMax]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Xubuntu]]></category>
		<category><![CDATA[64-bit]]></category>

		<guid isPermaLink="false">http://blog.htbaa.com/?p=762</guid>
		<description>Just a quick reminder when installing BlitzMax on a 64-bit installation of any Ubuntu flavor. Always install ia32-libs or you won&amp;#8217;t be able to execute programs compiled by BlitzMax, even though the required shared libraries are available (not actually true, as these are the 64-bit libraries). Installing this package makes sure you&amp;#8217;ll be able to run them. [...]&lt;img src="http://feeds.feedburner.com/~r/hgp/~4/IlZ_MBU2Uzk" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.htbaa.com/news/blitzmax-and-64-bit-ubuntu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.htbaa.com/news/blitzmax-and-64-bit-ubuntu</feedburner:origLink></item>
	</channel>
</rss><!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->

