<?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>Fad45&#039;s Blog</title>
	<atom:link href="http://fad45.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://fad45.wordpress.com</link>
	<description>A Blog To Make Every Other Blog Seem Comparativly Cool.</description>
	<lastBuildDate>Sun, 08 Jan 2012 01:18:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='fad45.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Fad45&#039;s Blog</title>
		<link>http://fad45.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://fad45.wordpress.com/osd.xml" title="Fad45&#039;s Blog" />
	<atom:link rel='hub' href='http://fad45.wordpress.com/?pushpress=hub'/>
		<item>
		<title>2012</title>
		<link>http://fad45.wordpress.com/2012/01/08/2012/</link>
		<comments>http://fad45.wordpress.com/2012/01/08/2012/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 01:18:47 +0000</pubDate>
		<dc:creator>fad45</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[being better]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://fad45.wordpress.com/?p=241</guid>
		<description><![CDATA[Every year that I&#8217;ve had a blog I&#8217;ve started of the same, I&#8217;ve written some rambling post about me sorting my life out in general, this year is no different except I&#8217;ve come to realise that unless I have some sort clear goals set, I&#8217;ll just remain shit in general&#8230; This blog is no longer [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fad45.wordpress.com&amp;blog=9827052&amp;post=241&amp;subd=fad45&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Every year that I&#8217;ve had a blog I&#8217;ve started of the same, I&#8217;ve written some rambling post about me sorting my life out in general, this year is no different except I&#8217;ve come to realise that unless I have some sort clear goals set, I&#8217;ll just remain shit in general&#8230;</p>
<p>This blog is no longer to do with my personal life, so I shant bore you with details of whatever plans I have to sort out my physical and mental health. I will however talk briefly about some vague plans I have for projects I have to try and improve my programming/general computer science skills.</p>
<p><strong>Build up some sort of data structure and algorithm dictionary.</strong></p>
<p>This is something I tried to do before but lost motivation before I ever managed to do anything with it. I&#8217;ve been reading Hacker News on a daily basis since last August or so and the more I read about tech interviews the more I realise I&#8217;ll never get a job with my current level of programming skill and computer science knowledge. Before this I always sort of dismissed a good chunk of the theory side of my education and for some unknown reason I lumped data structures in with that (Idiocy, I know). Basically I&#8217;m viewing them as a sort of medium for me to learn languages and increase my exposure to different things. I&#8217;ll set up a github repository and slowly build up a collection different data structures (I don&#8217;t just mean the general ones that you get taught in university, I mean I&#8217;ll be actively looking for cool ones to implement on top of the more vanilla but equally valid ones) and algorithms (Anything really, like The Sieve of Eratosthenes or whatever).</p>
<p>I was taught Ruby last semester which resulted in me forgetting an awful lot of Java, and as much as I dislike Java, improving on my Java would likely be a good idea&#8230;. I&#8217;ll also be learning C this semester so I&#8217;ll try and go through everything using a non-memory managed language for the first time! That&#8217;s three languages I&#8217;ll be implementing everything in and then the plan is learn a functional programming language, most likely a LISP varient, either Clojure or Scheme, for the lols and bants, you know?</p>
<p>Ultimately I&#8217;d like to have a blog posts comparing performance of different data structures when implemented in different languages. I know this isn&#8217;t a particularly novel idea, but it&#8217;s more for my benefit than anything else, it should be an interesting exercise anyway.</p>
<p>Things I&#8217;ll hopefully learn from this: Moar programming skillz, how to use github properly, gnuplot.</p>
<p><strong>Pick a text editor and stick with it.</strong></p>
<p>Over the last semester I noodled around with about 4 different editors and 3 IDEs, I really need to simplify my life and just stick to one, and I may as well make the jump and choose one of the more difficult ones, either vim or EMACS. Purely from an enjoyment perspective, I&#8217;ll probably go with vim, navigating text is almost like some dodgy video game.</p>
<p><strong>Focus on things a bit better.</strong></p>
<p>At the moment I&#8217;m half interested in every field ever in the CS/Programming world, but this is without any real exposure to anything other than the most shallow excerpts of things. I&#8217;m going to try and focus on things a bit better, or a least divide my time up a bit better. I have a bit of website work to do for the paper I write and edit for in college, and a website to build for a society I&#8217;m involved with in college, so for the next two months or so I&#8217;m going to try and focus on that end of things. Hopefully I&#8217;ll managed to build a personal site too.</p>
<p>Things I&#8217;ll hopefully learn from this in particular: HTML/CSS, scripting, very basic design,wordpress, social networking APIs, etc.</p>
<p>After the website fun times I&#8217;ll either move on to the sort of hacking end of things (Shellcode, exploits, that sort of stuff) or maybe bioinformatics (ie read up on genetics, algorithms and whatnot).</p>
<p><strong>Make a game</strong></p>
<p>I want to design and build a game of some description, I have no idea what, but it&#8217;s something I want to do and thus shall do it, invariably I&#8217;ll blog about it.</p>
<p>&nbsp;</p>
<p>That&#8217;s about it really&#8230;..</p>
<p><strong> </strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fad45.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fad45.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fad45.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fad45.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fad45.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fad45.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fad45.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fad45.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fad45.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fad45.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fad45.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fad45.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fad45.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fad45.wordpress.com/241/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fad45.wordpress.com&amp;blog=9827052&amp;post=241&amp;subd=fad45&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fad45.wordpress.com/2012/01/08/2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a37c1b408e85f265086ab70d8715edcf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fad45</media:title>
		</media:content>
	</item>
		<item>
		<title>A re-jig of things</title>
		<link>http://fad45.wordpress.com/2011/11/06/a-re-jig-of-things/</link>
		<comments>http://fad45.wordpress.com/2011/11/06/a-re-jig-of-things/#comments</comments>
		<pubDate>Sun, 06 Nov 2011 21:35:58 +0000</pubDate>
		<dc:creator>fad45</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fad45.wordpress.com/?p=237</guid>
		<description><![CDATA[It&#8217;s been a while since I&#8217;ve attempted to blog in any capacity, and shockingly a good deal has changed since then. I&#8217;m starting again, this time I want to keep it about college/programming/tech and whatnot. I&#8217;ll write a proper intro the next time I have a chance, this is just a placeholder in the mean [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fad45.wordpress.com&amp;blog=9827052&amp;post=237&amp;subd=fad45&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since I&#8217;ve attempted to blog in any capacity, and shockingly a good deal has changed since then.</p>
<p>I&#8217;m starting again, this time I want to keep it about college/programming/tech and whatnot.</p>
<p>I&#8217;ll write a proper intro the next time I have a chance, this is just a placeholder in the mean time.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fad45.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fad45.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fad45.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fad45.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fad45.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fad45.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fad45.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fad45.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fad45.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fad45.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fad45.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fad45.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fad45.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fad45.wordpress.com/237/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fad45.wordpress.com&amp;blog=9827052&amp;post=237&amp;subd=fad45&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fad45.wordpress.com/2011/11/06/a-re-jig-of-things/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a37c1b408e85f265086ab70d8715edcf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fad45</media:title>
		</media:content>
	</item>
	</channel>
</rss>
