<?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>MunkyJunky.com</title>
	<atom:link href="http://munkyjunky.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://munkyjunky.com</link>
	<description>Stand back, I&#039;m going to try science!</description>
	<lastBuildDate>Thu, 26 Jan 2012 00:57:08 +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>If Web Browsers Were Celebrities</title>
		<link>http://munkyjunky.com/blog/2011/06/if-web-browsers-were-celebrities/</link>
		<comments>http://munkyjunky.com/blog/2011/06/if-web-browsers-were-celebrities/#comments</comments>
		<pubDate>Sun, 05 Jun 2011 17:30:33 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Art]]></category>

		<guid isPermaLink="false">http://www.munkyjunky.com/?p=4155</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><a href="http://www.munkyjunky.com/wp-content/uploads/2011/06/celebrities-web-browsers-walyou-1.png" rel="lightbox[4155]"><img class="size-full wp-image-4156 aligncenter" src="http://www.munkyjunky.com/wp-content/uploads/2011/06/celebrities-web-browsers-walyou-1.png" alt="" width="900" height="1449" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://munkyjunky.com/blog/2011/06/if-web-browsers-were-celebrities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Velociraptor Awareness</title>
		<link>http://munkyjunky.com/blog/2011/04/velociraptor-awareness/</link>
		<comments>http://munkyjunky.com/blog/2011/04/velociraptor-awareness/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 22:08:35 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Safety]]></category>

		<guid isPermaLink="false">http://www.munkyjunky.com/?p=3615</guid>
		<description><![CDATA[Found this buried in my bookmarks folder. I don't remember when I found it, all I know is I should never be more than 20 feet away from a tire iron.  <a href="http://munkyjunky.com/blog/2011/04/velociraptor-awareness/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><a title="View Velociraptor Awareness on Scribd" href="http://www.scribd.com/doc/10089/Velociraptor-Awareness">Velociraptor Awareness</a></p>
]]></content:encoded>
			<wfw:commentRss>http://munkyjunky.com/blog/2011/04/velociraptor-awareness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting WordPress Subpages</title>
		<link>http://munkyjunky.com/blog/2011/04/getting-wordpress-subpages/</link>
		<comments>http://munkyjunky.com/blog/2011/04/getting-wordpress-subpages/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 18:49:14 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.munkyjunky.com/?p=3575</guid>
		<description><![CDATA[Having just finished a new WordPress theme, I thought it would be useful to share this bit of code that came in very useful for listing subpages on a parent page. Although it is possible to use a sidebar widget, &#8230; <a href="http://munkyjunky.com/blog/2011/04/getting-wordpress-subpages/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Having just finished a new WordPress theme, I thought it would be useful to share this bit of code that came in very useful for listing subpages on a parent page. Although it is possible to use a sidebar widget, I wanted to have the subpages listed on the page itself.</p>
<blockquote><p>&lt;?php $parent = $post-&gt;ID; ?&gt;</p>
<p>&lt;?php query_posts(&#8216;posts_per_page=15&amp;post_type=page&amp;post_parent=&#8217;.$parent);</p>
<p>while (have_posts()) : the_post(); ?&gt;</p>
<p>&lt;div&gt;<br />
&lt;a href=&#8221;&lt;?php the_permalink(); ?&gt;&#8221; title=&#8221;&lt;?php the_title_attribute(); ?&gt;&#8221;&gt;</p>
<p>&lt;h4 id=&#8221;subtext&#8221;&gt;&lt;?php the_title(); ?&gt;&lt;/h4&gt;&lt;/a&gt;</p>
<p>&lt;p&gt; &lt;?php the_excerpt(); ?&gt; &lt;/p&gt;</p>
<p>&lt;/div&gt;</p>
<p>&lt;?php endwhile; ?&gt;</p></blockquote>
<p>&nbsp;</p>
<p>This creates a new Loop which gets all the subpages of the current page, displaying the title and excerpt of the subpage.</p>
]]></content:encoded>
			<wfw:commentRss>http://munkyjunky.com/blog/2011/04/getting-wordpress-subpages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can you identify these Alphabet Superheroes?</title>
		<link>http://munkyjunky.com/blog/2011/04/can-you-identify-these-alphabet-superheroes/</link>
		<comments>http://munkyjunky.com/blog/2011/04/can-you-identify-these-alphabet-superheroes/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 01:54:43 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Art]]></category>

		<guid isPermaLink="false">http://www.munkyjunky.com/?p=3556</guid>
		<description><![CDATA[I got 10. Artist Fabien Gonzalez is the artist behind this imaginative work. [via theCHIVE]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.munkyjunky.com/wp-content/uploads/2011/04/abc-superheroes-2.jpg" rel="lightbox[3556]"></a><a href="http://www.munkyjunky.com/wp-content/uploads/2011/04/abc-superheroes-11.jpg" rel="lightbox[3556]"><img class="aligncenter size-full wp-image-3560" src="http://www.munkyjunky.com/wp-content/uploads/2011/04/abc-superheroes-11.jpg" alt="" width="920" height="594" /></a><a href="http://www.munkyjunky.com/wp-content/uploads/2011/04/abc-superheroes-21.jpg" rel="lightbox[3556]"><img class="aligncenter size-full wp-image-3562" src="http://www.munkyjunky.com/wp-content/uploads/2011/04/abc-superheroes-21.jpg" alt="" width="920" height="800" /></a></p>
<p>I got 10. Artist <a href="http://www.flickr.com/photos/lishoffs/" target="_blank">Fabien Gonzale</a>z is the artist behind this imaginative work. [via <a href="http://thechive.com/2011/04/12/can-you-identify-these-alphabet-superheroes-2-hq-photos/" target="_blank">theCHIVE</a>] </p>
]]></content:encoded>
			<wfw:commentRss>http://munkyjunky.com/blog/2011/04/can-you-identify-these-alphabet-superheroes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Humble Frozenbyte Bundle</title>
		<link>http://munkyjunky.com/blog/2011/04/the-humble-frozenbyte-bundle/</link>
		<comments>http://munkyjunky.com/blog/2011/04/the-humble-frozenbyte-bundle/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 18:29:46 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Indie Games]]></category>

		<guid isPermaLink="false">http://www.munkyjunky.com/?p=3544</guid>
		<description><![CDATA[The Humble Frozenbyte Bundle (pay what you want for five awesome video games) &#160; Pay what you want. If you bought these four games separately, it would cost around $50 but we&#8217;re letting you set the price! All of the games &#8230; <a href="http://munkyjunky.com/blog/2011/04/the-humble-frozenbyte-bundle/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><a href="http://www.humblebundle.com/">The Humble Frozenbyte Bundle (pay what you want for five awesome video games)</a></p>
<p style="text-align: center">&nbsp;</p>
<blockquote><p><span style="color: #4a4c45;font-family: Helvetica, sans-serif;font-size: 16px;line-height: 21px"><strong>Pay what you want</strong>. If you bought these four games separately, it would cost around <strong>$50</strong> but we&#8217;re letting you set the price!</p>
<p>All of the games work great on <strong>Mac, Windows, and Linux</strong>.</p>
<p><strong>We don&#8217;t use DRM</strong>. When you buy these games, they are yours. Feel free to play them without an internet connection, back them up, and install them on all of your Macs and PCs freely. There is no time-limit on your downloads.</p>
<p><strong>You can support charity</strong>. Choose exactly how your purchase is divided: Between Frozenbyte, the Electronic Frontier Foundation, or the Child&#8217;s Play Charity. Also, if you like this deal, a tip to the Humble Bundle itself would be much appreciated!</span></p>
<p>&nbsp;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://munkyjunky.com/blog/2011/04/the-humble-frozenbyte-bundle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>If I had a monkey&#8230;</title>
		<link>http://munkyjunky.com/blog/2010/08/if-i-had-a-monkey/</link>
		<comments>http://munkyjunky.com/blog/2010/08/if-i-had-a-monkey/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 15:25:55 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.munkyjunky.com/?p=319</guid>
		<description><![CDATA[I&#8217;m busy doing a very tedious task, and wishing I had a monkey to do it for me. Which got me thinking of how many times I&#8217;ve thought about what I&#8217;d do if I had a monkey. Monkeys have 101 &#8230; <a href="http://munkyjunky.com/blog/2010/08/if-i-had-a-monkey/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m busy doing a very tedious task, and wishing I had a monkey to do it for me. Which got me thinking of how many times I&#8217;ve thought about what I&#8217;d do if I had a monkey. Monkeys have 101 uses.</p>
<p><span id="more-319"></span></p>
<h2>Butler Monkey</h2>
<p>This is the obvious first. Me and my girlfriend have often talked about the uses of having a monkey butler. He would wear a monkey-sized suit, and maybe a bowler hat. Trained to cook, and mix drinks, he could serve me food during the day, and be a barman by night. He could also answer the door to people I don&#8217;t like, and tell them &#8220;The Master is away from home.&#8221;, meaning I don&#8217;t have to talk to them. I think I&#8217;d call him Squire.</p>
<h2>Tailor Monkey</h2>
<p>By teaching the monkey to sew, and whatever else is required for suit making, I could start a small business producing suits for butler monkeys. They have to come from somewhere, right?</p>
<h2>Sidekick Monkey</h2>
<p>Sidekick Monkey would accompany me around, being helpful to me, and doing general sidekick things. If I said something witty, he would be there to high-five me. If something dramatic happened, he would be there to say &#8216;Holy cattle prod, Simon!&#8217;, and if something bad happened to me, he would be there to turn into Ninja Monkey. Which leads me to..</p>
<h2>Ninja Monkey</h2>
<p>Ninja Monkey would be my silent assassin. Wearing a monkey-sized ninja outfit (produced by Tailor Monkey) he would stalk the shadows, eliminating evil-doers. Or people who piss me off. He would have lightening-fast reflexes, a bad-ass sword and some of those throwing stars.</p>
<h2>Secret Agent Monkey</h2>
<p>Secret Agent Monkey could be my personal spy. From a disguise as the local shop keeper to paragliding over your house with a pair of binoculars, there would be no escape for the information-collating tail of Secret Agent Monkey. I imagine he would drink Martinis.</p>
<p>While this isn&#8217;t an exhaustive list of uses for monkeys, it&#8217;s a good start. If anyone wants to buy me a monkey (preferably trained in one of the above professions), feel free.</p>
]]></content:encoded>
			<wfw:commentRss>http://munkyjunky.com/blog/2010/08/if-i-had-a-monkey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making iTunes audio books, for free</title>
		<link>http://munkyjunky.com/blog/2010/07/making-itunes-audiobooks-for-free/</link>
		<comments>http://munkyjunky.com/blog/2010/07/making-itunes-audiobooks-for-free/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 21:38:50 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.munkyjunky.com/?p=314</guid>
		<description><![CDATA[I like audio books, and have a few on CD. I also like syncing everything to my iPhone. Sadly, there isn&#8217;t really a simple way of syncing the CD audio books to my iPhone. After scouring the Internet for the &#8230; <a href="http://munkyjunky.com/blog/2010/07/making-itunes-audiobooks-for-free/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I like audio books, and have a few on CD. I also like syncing everything to my iPhone. Sadly, there isn&#8217;t really a simple way of syncing the CD audio books to my iPhone. After scouring the Internet for the whole of maybe an hour, most methods I found were tricky, involved some scripts then manual file fiddling, or required a Mac. Then I found <strong><a href="http://lodensoftware.com/chapter-and-verse/" target="_blank">Chapter and Verse</a><span style="font-weight: normal">.</span></strong></p>
<p><strong><span style="font-weight: normal"><span id="more-314"></span></span></strong></p>
<p>Chapter and Verse is a funky program for Windows that makes the audio books for you, from .mp3 or .m4a files, quickly and easily. All I did was open up Chapter and Verse, import all the MP3&#8242;s (which it converted to .m4a through iTunes automatically for me, as files need to be .m4a), then set up chapter names (default was each track was a chapter), added some metadata such as the book name, author, and a cover image, clicked &#8216;build audio book&#8217; and it made  me a finished .m4b audio book in about ten seconds. It even added it into iTunes for me!</p>
<p>After that, I synced it to my iPhone, and everything worked, chapters displayed &amp; working, and all for free, and the whole process was rather quick. During my Googling I found a lot of people trying to achieve this, and you may have found this from Googling the subject yourself, in which case: go get Chapter and Verse. It&#8217;s exactly what you need.</p>
<p><a href="http://lodensoftware.com/chapter-and-verse/">http://lodensoftware.com/chapter-and-v</a><a href="http://lodensoftware.com/chapter-and-verse/">erse/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://munkyjunky.com/blog/2010/07/making-itunes-audiobooks-for-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why I use Linux</title>
		<link>http://munkyjunky.com/blog/2010/05/why-i-use-linux/</link>
		<comments>http://munkyjunky.com/blog/2010/05/why-i-use-linux/#comments</comments>
		<pubDate>Wed, 19 May 2010 14:26:10 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.munkyjunky.com/?p=302</guid>
		<description><![CDATA[I  had another one of those conversations with my flatmate alst night where we talk about technology. He isn&#8217;t a geek, so he doesn&#8217;t read into things like DRM, open source, things like that, and thinks it would be awesome &#8230; <a href="http://munkyjunky.com/blog/2010/05/why-i-use-linux/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I  had another one of those conversations with my flatmate alst night where we talk about technology. He isn&#8217;t a geek, so he doesn&#8217;t read into things like DRM, open source, things like that, and thinks it would be awesome if everyone just came together and just made one &#8220;really kick-ass operating system&#8221;. Sadly, that&#8217;s not going to happen any time soon,  so we were talking about Microsoft vs. Apple vs. Linux, which got me thinking <a title="http://www.munkyjunky.com/2009/08/who-do-you-think-you-were/" href="http://" target="_blank">about my takes on Linux</a>, and why I use it. It&#8217;s only been 6 months since I wrote that post, but I feel my understanding of Linux as a whole has grown more since then, and really made me think why <em>do</em> I use Linux? I&#8217;m primarily a gamer, so Windows really would be the optimal choice for gaming, but I still stick to Linux. This was enforced by another conversatin between a few friends, both Mac and Linux users. Bare in mind, this is a long one. And it IS why I use Linux, not why I don&#8217;t use Microsoft/Apple. Yes, there&#8217;s a difference.</p>
<p><span id="more-302"></span></p>
<p>Originally, I moved to Linux as an alternative to Windows. For me, Windows was sluggish, bloated software that was a pain to use. Every 6 months, I&#8217;d have to reinstall because it was virus-abound, or the OS just had given up and decided to break its own (metaphorical) legs and crawl for the rest of it&#8217;s life. This alone was a HUGE pain, as I&#8217;d have to set aside an entire day (or even a weekend) into getting everything sorted. First, backing up everything, then reinstalling Windows (and having to go through that annoying automated telephone system to register it before I got locked out) &#8211; then installing all the drivers I needed to get graphics working, networking up, etc, so I could go online and download newer drivers than the ones I just installed. Then, put all my old data back onto my system. That&#8217;s just too much work in my opinion, so I gave Ubuntu 7.10 a try (I had previously tried Fedora a year earlier) and was happy everything just worked. I first installed it, then, after realising I didn&#8217;t need to install the drivers I decided to go add my preferred software, only to find it came pre-installed. After the 3 hours it usually took <strong>just to install Windows</strong> I was shocked to find the 30 minute install Ubuntu took was ready to go immediately.</p>
<p>Since then, I&#8217;ve been using Linux as my primary OS (I had to use Windows for Delphi in college, and Visual Basic in the first year of university) and never looked back. The conversation with my flatmate made me think about the main reasons I continue to use and love Linux &#8211; though bear in mind these are mostly related to Ubuntu, but are pretty applicable across all Linux distros.</p>
<h2 style="padding-left: 30px"><span style="text-decoration: underline">Getting it up &amp; running is simple. </span></h2>
<p>In 30 minutes, I can install a complete, working system, without loosing all my data. I put my home directory on it&#8217;s own partition. This means when I reinstall Ubuntu, I can just tell it to mount that partition as my home directory, and I get to keep all my data, but get the new OS. I get all the programs I use installed from the disk, and don&#8217;t have to faff about with the 20 CDs (really, 20) I had to with Windows. In fact, it&#8217;s so easy that when Ubuntu 10.04 was released the other week I decided to go for a clean install (I like that &#8216;fresh desktop&#8217; feel), so I just popped in the disk, told it to get installing, and sat down to watch an episode of Scrubs. By the time the episode was over, the install had finished, and all my accounts (like Empathy) still worked perfectly (I migrated from the Lucid beta).</p>
<h2 style="padding-left: 30px"><span style="text-decoration: underline">The community</span></h2>
<p>One thing I really like is the Ubuntu community. When I got into using IRC, I found that #ubuntu-uk was full of friendly, funny people, all happy to help whenever I had a problem with my system. My hats off to you, IRC people, for fixing my system when I broke it. The other thing is the release parties &#8211; the first time I went to one was the 9.04 release party in Manchester, where I met a load of interesting people, some I still talk to regularly. I think it&#8217;s great that a group of people just get together to celebrate something as simple as a new version of some software (because, that&#8217;s all it <em>really</em> is), and I spent the evening out with a group of Ubuntu geeks, drinking beer and sharing stories about all sorts of geeky things. Finally, I find everyone in the community to be really friendly. Admittedly, I don&#8217;t really see much outside the Ubuntu UK community, but just the UK community would keep me using Ubuntu &#8211; the amount of support they provide is fantastic. I never saw this with Microsoft (or Apple). I&#8217;m not saying it didn&#8217;t exist for them, but I certainly didn&#8217;t (and still don&#8217;t) see one for them.</p>
<h2 style="padding-left: 30px"><span style="text-decoration: underline">The &#8216;Open Source spirit&#8217;</span></h2>
<p>Or, at least, <em>my take</em> on it &#8211; I won&#8217;t pretend I fully understand all that stuff with GPL and what-not (yet). Recently, we had the <a href="http://www.munkyjunky.com/2010/03/manchester-lucid-jam/" target="_blank">Ubuntu 10.04 Jam</a> in Manchester, where a bunch of local people got together to fix things, just for love of the software they use. I really like that if there&#8217;s a problem with a program, you get the option to fix it. Now, I get that you could argue it should be perfect on release, but nothings perfect &#8211; there&#8217;ll always be bugs in software (as much as that pains me to say). If you have the know-how, you can, should you choose, jump in and help out. The good thing about this is that things can get done faster, rather than submitting a bug report to some faceless company, and standing by as it doesn&#8217;t get fixed.</p>
<h2 style="padding-left: 30px"><span style="text-decoration: underline">Launchpad</span></h2>
<p><a href="https://launchpad.net/" target="_blank">Launchpad </a>is really cool, in my opinion. A great, central way to submit bugs, and see how well they&#8217;re doing. It&#8217;s much nicer to have somewhere to submit the bugs, track how they&#8217;re coming along, and not be left in the dark after hitting a &#8216;submit error report&#8217; button that at the most would say &#8216;Thank you for your feedback&#8217;. I mean, how do I know that even sent anything?  Also, a great way to get up-to-date software through the PPAs it provides. Some things I like to stay up to date with, rather than living out of Ubuntus standard repositories &#8211; Launchpad provides a simple way of getting them.</p>
<h2 style="padding-left: 30px"><span style="text-decoration: underline">It&#8217;s free</span></h2>
<p>One major point for Linux is that everything is free. The operating system is free. The software that runs on it is free. I haven&#8217;t spent a penny on it, ever. Back on Windows, my choice was go buy the product I wanted (at an absurd price), pirate it, or get a free, bad knock-off that didn&#8217;t work how I wanted. Linux has got me away from that &#8211; everything I want is free. Meaning not only have I got more money in my pocket (or would have&#8230;) and everything on my system is now 100% legal. It&#8217;s a good feeling.</p>
<h2 style="padding-left: 30px"><span style="text-decoration: underline">It&#8217;s easy to use</span></h2>
<p>Ubuntu is easy to use, right from the go. I installed it to both my sisters laptop, and my mums, before running off to university one weekend, saying &#8220;I&#8217;m sure you&#8217;ll work it out&#8221; , purely as an &#8220;I&#8217;ll explain it to you another day, I have to go now&#8221; excuse. I didn&#8217;t get any questions about how to do anything &#8211; they both worked everything out themselves (and they&#8217;re not technical people. At all.) Another friend switched, and from ridiculing Ubuntu last year, he now enjoys using it. The only question I got from him was about the notification update for 10.04 update.</p>
<p>This isn&#8217;t an exhaustive list, but it&#8217;s a good look into why I choose Linux (and in particular Ubuntu) above anything else. I don&#8217;t think it&#8217;s the end-all OS, but for me, it&#8217;s pretty much a hit on the mark. This has also got me interested into why other people use Ubuntu, or Linux, or whatever their OS of choice is, and why. Not as to why they don&#8217;t use the others, but why their OS does it for them.</p>
]]></content:encoded>
			<wfw:commentRss>http://munkyjunky.com/blog/2010/05/why-i-use-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manage your RSS feeds with Feedly</title>
		<link>http://munkyjunky.com/blog/2010/04/manage-your-rss-feeds-with-feedly/</link>
		<comments>http://munkyjunky.com/blog/2010/04/manage-your-rss-feeds-with-feedly/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 21:24:17 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.munkyjunky.com/?p=282</guid>
		<description><![CDATA[I like reading articles from many different sites &#8211; it&#8217;s how I (like many others) keep up to date on everything. However, I don&#8217;t fancy having to go to the ~40 sites I read every day to check what&#8217;s been &#8230; <a href="http://munkyjunky.com/blog/2010/04/manage-your-rss-feeds-with-feedly/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I like reading articles from many different sites &#8211; it&#8217;s how I (like many others) keep up to date on everything. However, I don&#8217;t fancy having to go to the ~40 sites I read every day to check what&#8217;s been going on, so I subscribe to their RSS feeds. Like many people. I&#8217;m also a Google user, so I used Google Reader to read all my feeds, which was fine. It showed me everything I wanted to read right there.  The downside is, it&#8217;s not that pretty. Yes, it&#8217;s informative, but it&#8217;s bland, and not the kind of thing you want to be looking at for an hour a day as you trawl through a thousand and one articles.</p>
<p>My friend <a href="http://meikura.me.uk" target="_blank">Mike</a> then pointed me in the direction of <strong><a href="http://Feedly.com/" target="_blank">Feedly</a></strong>. I promptly ignored him, as usual. The next week, he told me again, so I went and had a look. Feedly is a <em><span style="font-style: normal">&#8220;</span>magazine-like start page</em>&#8220; for your RSS feeds, and the best reader I&#8217;ve come across. Having said that, I haven&#8217;t really used many RSS readers, but let&#8217;s ignore that. Feedly interacts with your Google Reader account, essentially acting as a new front-end for it.</p>
<p><a href="http://www.munkyjunky.com/wp-content/uploads/2010/04/feedly-cover.png" rel="lightbox[282]"><img class="size-medium wp-image-283 alignleft" src="http://www.munkyjunky.com/wp-content/uploads/2010/04/feedly-cover-300x187.png" alt="" width="300" height="187" /></a>The cover page is a mix of featured and must-read articles (must reads are just favourites, really). Each article is displayed in a magazine style format, with an image from the post (if available) or a random filler image. Clicking the title expands to the full article for your reading pleasure!</p>
<p><a href="http://www.munkyjunky.com/wp-content/uploads/2010/04/feedly-latest.png" rel="lightbox[282]"><img class="size-medium wp-image-288 alignleft" src="http://www.munkyjunky.com/wp-content/uploads/2010/04/feedly-latest-300x187.png" alt="" width="300" height="187" /></a></p>
<p>Feedly also has a &#8216;Latest&#8217; page in the traditional reader style, just a list of articles organised by date, grouped by day. It also offers options to view the latest from a single feed, or a category of feeds.</p>
<p>A cool feature of Feedly is the &#8216;Popular&#8217; page &#8211; this shows you some articles that are popular, related to subjects you read about, from all sorts of feeds that you don&#8217;t subscribe to. This is really handy for finding new feeds to read, about things relevant to you.</p>
<p><a href="http://www.munkyjunky.com/wp-content/uploads/2010/04/feedly-popular.png" rel="lightbox[282]"><img class="size-medium wp-image-290 alignleft" src="http://www.munkyjunky.com/wp-content/uploads/2010/04/feedly-popular-300x187.png" alt="" width="300" height="187" /></a>If you&#8217;re into RSS readers, go check it out. I can&#8217;t imagine not using Feedly now. The interface is simple, clean, and friendly to use, and it makes life so much easier when you&#8217;re just browsing through unreads to find some interesting articles. No longer does the giant list of &#8216;to-read&#8217; articles blend together in an amalgamation of grey! Feedly installs to your browser, and whereas I don&#8217;t know an exhaustive list of which browsers are supported, I know Chrome &amp; Firefox are. Just head to <a href="http://Feedly.com" target="_blank">http://Feedly.com</a> and it&#8217;ll let you know!</p>
]]></content:encoded>
			<wfw:commentRss>http://munkyjunky.com/blog/2010/04/manage-your-rss-feeds-with-feedly/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.10, Code::Blocks &amp; OpenGL</title>
		<link>http://munkyjunky.com/blog/2010/03/ubuntu-codeblocks-opengl/</link>
		<comments>http://munkyjunky.com/blog/2010/03/ubuntu-codeblocks-opengl/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 23:19:56 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[GameDev]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.munkyjunky.com/?p=270</guid>
		<description><![CDATA[I&#8217;m a Computer Games Tech student, so in my free time I like to think about/attempt making hobbyist games. I don&#8217;t want to go down the Python route as some people suggest, because that&#8217;s of no use to me in &#8230; <a href="http://munkyjunky.com/blog/2010/03/ubuntu-codeblocks-opengl/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a Computer Games Tech student, so in my free time I like to think about/attempt making hobbyist games. I don&#8217;t want to go down the Python route as some people suggest, because that&#8217;s of no use to me in the future &#8211; the games industry is built on C++. As such, earlier today I pulled out my OpenGL book now that my university work is finished, hoping to go through an exercise or two. Turns out it was annoyingly hard to get everything set up playing nicely together, as every guide appears to be for Windows. So, for anyone trying to do this themselves, and for my own reference in the future, here&#8217;s how I got everything playing nice.</p>
<p>First, I installed my IDE of choice &#8211; Code::Blocks (version 8.02), available from the repositories. I&#8217;m going to assume you can get Code::Blocks set up and compiling C++ yourselves. Once that&#8217;s going, you need to link the GLUT/SDL libraries. You only really need GLUT <em>or</em> SDL, but I have both so I have the choice. For this, we need to download and install a few packages &#8211; namely <strong>freeglut3</strong> and <strong>freeglut3-dev</strong> for GLUT, and ﻿﻿<strong>libsdl1.2-dev</strong> for SDL. If you want to check out what they installed, GLUT files are installed to /usr/include/GL/, and SDL to /usr/include/SDL.</p>
<p>Second, we need to link CodeBlocks to the correct library files for it to be able to compile GLUT/SDL programs. Open up Code::Blocks, and click through to <strong>Settings &gt; Compiler and debugger..</strong>, then hit the <strong>Linker settings</strong> tab. Under &#8216;Link libraries&#8217;, you simply need to add the values &#8220;<strong>glut</strong>&#8221; for GLUT, and &#8220;<strong>SDL</strong>&#8220;, &#8220;<strong>GLU</strong>&#8221; &amp; &#8220;<strong>GL</strong>&#8221; for SDL.</p>
<p><a href="http://www.munkyjunky.com/wp-content/uploads/2010/03/linkers.jpg" rel="lightbox[270]"><img class="aligncenter size-medium wp-image-271" src="http://www.munkyjunky.com/wp-content/uploads/2010/03/linkers-300x267.jpg" alt="" width="300" height="267" /></a></p>
<p>That should be everything finished!</p>
<p>To give it a try, have a go running the pieces of code over on <a href="http://www.ferdychristant.com/blog/articles/DOMM-72MPPE" target="_blank">http://www.ferdychristant.com/blog/articles/DOMM-72MPPE</a>, where I found out how to do all this!</p>
]]></content:encoded>
			<wfw:commentRss>http://munkyjunky.com/blog/2010/03/ubuntu-codeblocks-opengl/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

