<?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>Terabyte Labs</title>
	<atom:link href="http://www.terabytelabs.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.terabytelabs.net</link>
	<description>Bits, bytes and bobs</description>
	<lastBuildDate>Mon, 09 Nov 2009 21:15:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Nationwide Removes Support for Microsoft Money (and OFX)</title>
		<link>http://www.terabytelabs.net/2009/11/09/nationwide-removes-support-for-microsoft-money-and-ofx/</link>
		<comments>http://www.terabytelabs.net/2009/11/09/nationwide-removes-support-for-microsoft-money-and-ofx/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 21:15:07 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://www.terabytelabs.net/?p=53</guid>
		<description><![CDATA[On October 22nd, 2009, Nationwide, perhaps the only bank in the UK to support it, disabled OFX reports and with it support for hundreds of different financial tools including Microsoft Money, Wesabe, Moneydance and even my own OFX client. According to their support page, this was due to the burden put on their customer services [...]]]></description>
			<content:encoded><![CDATA[<p>On October 22nd, 2009, Nationwide, perhaps the only bank in the UK to support it, disabled OFX reports and with it support for hundreds of different financial tools including <a href="http://www.microsoft.com/MONEY/default.mspx">Microsoft Money</a>, <a href="https://www.wesabe.com/">Wesabe</a>, <a href="http://moneydance.com/">Moneydance</a> and even <a href="nationwide-ofx-downloader/">my own OFX client</a>. According to their <a href="http://www.nationwide.co.uk/troubleshooting/MicrosoftMoney/MicrosoftMoney.htm">support page</a>, this was due to the burden put on their customer services in fielding questions about Microsoft Money and the lack of in-kind support from Microsoft who stopped selling Money earlier this year.</p>
<p>What Nationwide don&#8217;t seem to realise is that <strong>it costs them nothing to quietly leave OFX support enabled</strong> for use by the hundreds of other programs out there that are not Microsoft Money. If customer service calls were costing too much then they should end the <em>customer</em> support rather than the technical support. Why punish all of us who were happily using the Nationwide OFX service and putting no burden on their support staff?</p>
<p>If someone can recommend a decent UK bank that supports the OFX protocol to access transaction data, I would seriously consider moving my money away from Nationwide. They may believe they are saving money by disabling OFX support but from the comments I&#8217;ve been receiving, I&#8217;d wager they&#8217;ll lose even more if all of us Wesabe, Moneydance and Money users were to go elsewhere.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.terabytelabs.net/2009/11/09/nationwide-removes-support-for-microsoft-money-and-ofx/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Money Management</title>
		<link>http://www.terabytelabs.net/2008/06/24/money-management/</link>
		<comments>http://www.terabytelabs.net/2008/06/24/money-management/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 19:46:50 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.terabytelabs.net/2008/06/24/money-management/</guid>
		<description><![CDATA[Money Management
Knowing how much we spend on what is a problem everybody faces and people have come up with many different solutions based on their needs. Personally, I&#8217;ve found I&#8217;m too lazy to maintain an Excel spreadsheet and I don&#8217;t trust myself with having no system at all.
I first started looking at money management software [...]]]></description>
			<content:encoded><![CDATA[<p>Money Management</p>
<p>Knowing how much we spend on what is a problem everybody faces and people have come up with many different solutions based on their needs. Personally, I&#8217;ve found I&#8217;m too lazy to maintain an Excel spreadsheet and I don&#8217;t trust myself with having no system at all.</p>
<p>I first started looking at money management software when I first heard of <a href="http://mint.com">mint.com</a>. It looks like a great service but unfortunately doesn&#8217;t support UK banks yet. Next I looked into desktop software that might offer a similar set of features. There are plenty out there such as <a href="http://www.microsoft.com/Money/">MS Money</a>, <a href="http://moneydance.com/">Moneydance</a>, <a href="http://quicken.intuit.com/">Quicken</a>, <a href="http://www.gnucash.org/">GNU Cash</a> etc. Unfortunately all of these lacked some essential feature (such as auto-categorisation), were too difficult to use or too expensive.</p>
<p>So I started looking into writing my own application with the features I wanted. This would have a line chart showing my overall balance over time, a pie chart showing the breakdown of my expenses into categorisation. And of course transactions would be loaded and automatically cateogrised with the minimum level of fuss. On this point I wrote an application that automatically logs into my online bank account and downloads my statement in csv format. While I eventually got this working (not a trivial task) I realised it was too clunky and fragile as it&#8217;s likely that my bank will change their online interface at some point in the future.</p>
<p>Next I looked into downloading transactions from my bank via the OFX protocol. This is the protocol that lots of banks use to allow software the ability to download transaction information and also potentially execute transfers. It was not easy to find the information I needed to connect to my bank (Nationwide) via OFX as the bank&#8217;s details are not officially published. Microsoft use these details when connecting to Nationwide with MS Money. I had to do quite a bit of digging until I found a link on a newsgroup to a file hosted by Microsoft containing the necessary details for connecting to Nationwide&#8217;s OFX server. Armed with this I posted the details to a <a href="http://moneydance.com/forum/YaBB.pl?num=1141655635/0">thread on the Moneydance forums</a>. That was 7 months ago and Moneydance have still done nothing about using my information to add support for Nationwide despite a lot of requests from other forum users.</p>
<p>I moved on from the downloading transactions part of my application to the application itself. I figured it would still be useful even if I had to occasionally download transactions manually. Here&#8217;s what I came up with:</p>
<p><img src="/blogimages/MoneyMonitor.png" /></p>
<p>I even came up with a decent categoriser dialog:</p>
<p><img src="/blogimages/MoneyMonitorCategories.png" /></p>
<p>With the application itself shaping up I went back to the transaction download problem. This time I found a <a href="http://www.jongsma.org/gc/">nice snippet of Python code</a> for connecting to a server via OFX. I translated this to a Java application that could download a list of my accounts from Nationwide, then download a list of transactions within a certain date period from a given account. This program is available for download <a href="http://www.terabytelabs.net/nationwide-ofx-downloader/">here</a>.</p>
<p>Now that I had the ability to download OFX statements from my bank, I looked into the other management services I initially dismissed because I could only import data via OFX. <a href="http://www.wesabe.com">Wesabe</a> was one of these so I tried creating a new account but lo and behold, they now suddenly support Nationwide for automatic uploads. This means they do the whole OFX download themselves automatically. This was great as now I don&#8217;t need any manual process at all to see my transactions nicely split into categories. The funny thing was, support was added the same day that I finished making the OFX downloader and this was thanks to my initial investigative work into the Nationwide OFX server details. Someone had picked up on my post in the Moneydance thread, given the details to Wesabe, who within just 9 days <a href="https://www.wesabe.com/groups/39-uk-wesabe-users/discussions/1774-nationwide-ofx-download-success">integrated support for Nationwide</a> into their application. So great work guys, you well exceeded my expectations and I&#8217;m glad I could help other fellow Nationwide users.</p>
<p>Now that little saga is over, onto the real issue of the software itself. The great thing about Wesabe is that I can view and manage my transactions from anywhere. This means I can log on while at work and enter what I spent in cash for lunch. The bad thing about Wesabe is that it doesn&#8217;t give a breakdown your expenses as a pie chart and it doesn&#8217;t present your overall balance as a line chart.</p>
<p>To rectify this I&#8217;ve chosen to abandon my Money Monitor program and try to go in a slightly different direction. I&#8217;ve always wanted to learn .NET programming so my next project will be to create a ASP.NET application that connects to Wesabe via the Wesabe API. Downloads transaction data and displays it all in nice pretty graphs. Stay tuned for updates!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.terabytelabs.net/2008/06/24/money-management/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Apple&#8217;s iPhone 3G</title>
		<link>http://www.terabytelabs.net/2008/06/22/apples-iphone-3g/</link>
		<comments>http://www.terabytelabs.net/2008/06/22/apples-iphone-3g/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 15:52:01 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.terabytelabs.net/2008/06/22/apples-iphone-3g/</guid>
		<description><![CDATA[Looking back at my post after the first iPhone was announced, it&#8217;s quite suprising how many of the predictions about the second iPhone were actually realised. Of course when I wrote it, it wasn&#8217;t just a matter of guess what would be improved but also a wish list of things I&#8217;d have liked to see [...]]]></description>
			<content:encoded><![CDATA[<p>Looking back at my post after the first iPhone was announced, it&#8217;s quite suprising how many of the predictions about the second iPhone were actually realised. Of course when I wrote it, it wasn&#8217;t just a matter of guess what would be improved but also a wish list of things I&#8217;d have liked to see before actually buying one. </p>
<p><img src="/blogimages/iPhone3G.png"/></p>
<p>I said the iPhone 2.0 would:</p>
<ul><strong>be released 1.5 years after the first</strong> &#8211; Well that seemed about right.</ul>
<ul><strong>have 3G</strong> &#8211; Ok I predicted this would be in the European version. Obviously Apple had more trouble than most phone makers in getting us this feature.</ul>
<ul><strong>be smaller</strong> &#8211; Ok so the 3G is actually slightly thicker but without the metal back manages to be 2g lighter. It would still be nice if it could fit in your pocket though.</ul>
<ul><strong>have all the same features</strong> &#8211; A slight underestimation here. This was based on my reasoning that Apple would be quickly bringing out a version that fixes all the problems with the old one rather than spending money on new features. Of course the price was the big thing that Apple admitted put a lot of people off &#8211; especially outside the US. I also reasoned that they&#8217;d want to leave some features for the next generation of their phone rather than do they very best they possibly could right away.</ul>
<ul><strong>have longer battery life</strong> &#8211; One thing Apple came through on. Somehow they managed to squeeze more life out of it despite the addition of 3G which is a known battery killer. I suspect that extra width went mostly into a bigger battery.</ul>
<ul><strong>have more memory</strong> &#8211; Well we didn&#8217;t have to wait for the 3G version for this. They doubled the initial max capacity from 8GB to 16GB back in February this year.</ul>
<ul><strong>a slightly better camera (maybe with an led flash)</strong> &#8211; Clearly I underestimated the importance to most people of a decent camera on their phone. It would be nice to have but clearly people are not planning to use it replace their digital point and shoots.</ul>
<ul><strong>have more custom iPhone internet applications</strong> &#8211; This was a big focus during the annoucement of the 3G. The SDK is looking very interesting and I&#8217;m looking forward to seeing what people will come up with with the new hardware.</ul>
<ul><strong>have reasonable prices for unlimited mobile internet access</strong> &#8211; I still haven&#8217;t seen as much response from phone networks about this point as I&#8217;d expected. The unlimited data plans are still pretty dear (about £7.50 / month if I&#8217;m not mistaken). Still we&#8217;re moving in the right direction.</ul>
<ul><strong>get an overall price reduction</strong> &#8211; Apple claims to have made big improvements here by dropping the cost of the initial phone but are actually increasing the overall cost by increasing the data plan costs.</ul>
<p>And the biggest improvement that I didn&#8217;t expect at all (and I don&#8217;t think anyone else did either) is of course A-GPS. I told myself I&#8217;d get the phone as soon as they added GPS and now that they have, well, I&#8217;m still not going to get one. The monthly plan prices are still way too much (3 times what I&#8217;m currently paying). The good thing about these announcements is that a lot more people I know will be getting one now which will give me a chance to play around with it and see what I think. Roll on July 11th!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.terabytelabs.net/2008/06/22/apples-iphone-3g/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Real Life Software Development</title>
		<link>http://www.terabytelabs.net/2008/01/08/real-life-software-development/</link>
		<comments>http://www.terabytelabs.net/2008/01/08/real-life-software-development/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 23:43:12 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.terabytelabs.net/2008/01/08/real-life-software-development/</guid>
		<description><![CDATA[There are plenty of websites and blogs discussing which techniques and methodologies we should use as software developers. When should and shouldn&#8217;t we use the Singleton pattern? Should try to future-proof code against possible changes in requirements or should we make sure it only fulfils our immediate needs? Should we write self-documenting code or short [...]]]></description>
			<content:encoded><![CDATA[<p>There are plenty of websites and blogs discussing which techniques and methodologies we should use as software developers. When should and shouldn&#8217;t we use the <a href="http://c2.com/cgi/wiki?SingletonPattern">Singleton pattern</a>? Should try to future-proof code against possible changes in requirements or should we make sure it only fulfils our <a href="http://c2.com/cgi/wiki?YouArentGonnaNeedIt">immediate needs</a>? Should we write <a href="http://c2.com/cgi/wiki?SelfDocumentingCode">self-documenting code</a> or short and quick to type with explanations left in comments? Which web framework is best, <a href="http://tapestry.apache.org/">Tapestry</a> or <a href="http://wicket.apache.org/">Wicket</a>?</p>
<p>Asking these kinds of questions is a good way to learn about new technologies or techniques you have have not been familiar with and can give you a lot of insight into other parts of the software development world. You can apply some of these pieces of knowledge to broader parts of your job. For example, learning that perhaps using a Singleton pattern was not such a great idea you may decide to review the other parts of your application where you chose a common design pattern over a possible simpler design.</p>
<p>But there is a downside to learning about these new technologies and techniques and that is realising that even if you have a better solution, you may well not have the power to implement it. If you have a well developed web application based on <a href="http://java.sun.com/javaee/javaserverfaces/">JSF</a>, it&#8217;s probably too late to consider using something like Ruby on Rails when you realise it&#8217;s better suited to that technology. An established database application based on <a href="http://www.service-architecture.com/database/articles/sqlj.html">SQLJ</a> technology is going to be practically impossible to migrate to a much better technology such as <a href="http://www.hibernate.org/">Hibernate</a>.</p>
<p>But this is a well known problem in software. You make your choice of technologies at the start of the project. If you need to switch half way through that&#8217;s too bad because you&#8217;ll just have to pay some high paid consultants to walk you through the process.</p>
<p>Another well known problem is that of technical debt. You write some quick hack to implement a feature or fix a bug as quickly as you can knowing that it could be done better if you just had more time. When you have that time, you tell yourself, you will come back to that problem and implement it correctly. Only that time doesn&#8217;t come. And even if it does, well your hacked together solution has been working fine on production for a few weeks now and it hasn&#8217;t caused any problems so why bother changing it and risk breaking the same part of the system again?</p>
<p>There are many proposed solutions to prevent the build up of technical debt such as unit testing, code reviews, proper architecture and design meetings, scheduled code maintenance time etc. The problem is there are not many solutions for how to pay off technical debt once you&#8217;ve incurred it. In the financial analogy it&#8217;s not so hard because you know how often and how much you need to pay back. With technical debt it&#8217;s very difficult to measure and it&#8217;s even more difficult to pay back.</p>
<p>We come across bad code all the time. “Why didn&#8217;t they create a list of objects instead of using a big array” we ask. We could change this code ourselves but it&#8217;s too late. The array is used throughout almost all parts of the application. Any change to it now would introduce a big risk or breaking something, or even worse subtly change the behaviour such that it goes unnoticed until it goes live. There are many factors that can make paying back technical debt very difficult. Maybe if we examined them in detail we might find ways to start tackling the task. The worst thing however, is coming up with a great solution to a problem in an application and simply not being able to implement it due to the risk of breaking the entire system.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.terabytelabs.net/2008/01/08/real-life-software-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Torrent Technology</title>
		<link>http://www.terabytelabs.net/2007/08/31/torrent-technology/</link>
		<comments>http://www.terabytelabs.net/2007/08/31/torrent-technology/#comments</comments>
		<pubDate>Fri, 31 Aug 2007 20:46:46 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.terabytelabs.net/2007/08/31/torrent-technology/</guid>
		<description><![CDATA[Today we heard about an interesting development in P2P file sharing technology from Harvard University researchers and a bunch of geeks in Amsterdam from a company called Tribler. Potentially these guys can come up with what I&#8217;d consider the next generation of file sharing technology. Previously we&#8217;ve had programs such as eMule and Kazaa which [...]]]></description>
			<content:encoded><![CDATA[<p>Today we heard about an <a href="http://torrentfreak.com/harvard-develops-p2p-client-that-uses-bandwidth-as-currency/">interesting development in P2P file sharing technology</a> from Harvard University researchers and a bunch of geeks in Amsterdam from a company called Tribler. Potentially these guys can come up with what I&#8217;d consider the next generation of file sharing technology. Previously we&#8217;ve had programs such as eMule and Kazaa which were able to download from multiple sources at once. Then bit torrent came along and showed that it was just as easy to download your file from others even if they haven&#8217;t received the complete file. Theoretically, bit-torrent uses close to the most efficient method of transfer possible for getting a file from one box to x number of other boxes.</p>
<p>But bit-torrent is not ideal. The problem lies in the fact that 90% of us have asymmetric connections as for some reason most ISPs think they can get away with giving us 1:16 upload/download ratios. If this is the average ratio within a swarm it means that for a client to receive a file at their maximum possible download speed they need at least 16 people to download 16 different parts of the file from. Or, in other words, for each file you download, you need to spend 16 times the time it took to download uploading it back into the swarm.</p>
<p>The problem with bit-torrent is that it doesn&#8217;t reach anywhere near its maximum potential because people are not willing to spend that much time with their PCs running if they can get away with just leeching a file. Private torrent trackers are a good way of solving this problem because everyone has a ratio that they have to maintain. The tracker enforces that you upload at least 70% of what you download. This means you can get some awesome speeds with some popular files. The problem is that the system is centralised and there are only so many users and torrents that it can keep track of and so rare or unpopular files do not get the same benefits.</p>
<p>Tribler appear to be making a lot of effort to defeat the problems of public and private torrents. They are trying to decentralise the user score system. A user will be given points by other users depending on how much they upload. The problem they need to solve however is how many points people give for very popular files and for very rare ones. More points for popular files will mean more and more of the very few people with gigabit connections will be able to max out their download speed. More points for rare files will mean faster transfers for rare files but slower transfers for those with high-speed connections.</p>
<p>The goal Tribler have at the moment is to develop a fast and efficient file transfer process but geared specifically towards streaming video. The reason for this of course is that they can then sell the technology for millions to TV companies or video distribution services such as YouTube. But TV and video on demand is quite a specific use case. Files must be transfered head first rather than in random chunks; most files are unlikely to remain popular after a few weeks and most of the time people will be wanting the same relatively small set of video files. Tribler will have to tailor their system to be most efficient for this particular kind of usage.</p>
<p>Ideally we&#8217;d have a completely universal file transfer system which would work equally well with streaming video as with distributing rare random files. Perhaps it might even be possible for each user to tailor how they want their bandwidth to be used based on what services they desire. That way people with similar interests would automatically form their own mini swarm of files. In any case I can see a very interesting future in the field of file sharing. We&#8217;ve only just begun to scratch the surface of what can be done with our increasingly speedy broadband connections.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.terabytelabs.net/2007/08/31/torrent-technology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How much do you earn?</title>
		<link>http://www.terabytelabs.net/2007/07/05/how-much-do-you-earn/</link>
		<comments>http://www.terabytelabs.net/2007/07/05/how-much-do-you-earn/#comments</comments>
		<pubDate>Thu, 05 Jul 2007 22:09:31 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.terabytelabs.net/2007/07/05/how-much-do-you-earn/</guid>
		<description><![CDATA[I&#8217;ve recently finished reading a book called The Undercover Economist by Tim Harford. The book attempts to uncover the hidden truths of every day economic systems (though in fact it is more of a global economics 101) and is a very interesting read. It seems that a great many of the world&#8217;s situations can be [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently finished reading a book called <em>The Undercover Economist</em> by Tim Harford. The book attempts to uncover the hidden truths of every day economic systems (though in fact it is more of a global economics 101) and is a very interesting read. It seems that a great many of the world&#8217;s situations can be explained by very basic economic principles such as scarcity or the principle of asymmetric information. For example Harford explains why it is impossible to find a good second hand car because the customer has no idea whether the car dealer is being honest about his claims of the quality of the cars he is selling. The fact that both parties don&#8217;t have all the information detriments both of them because the customer can&#8217;t tell which cars are good or bad and the dealer can&#8217;t convince his customer which cars are genuinely good value. In economic theory, markets work most efficiently when everyone knows everything there is to know about the entire market.</p>
<p>This got me thinking to an area where information is very thin on the ground: salaries. Why don&#8217;t people tell each other how much they earn? Why is it such a taboo subject? According to the theory if everyone knew how much their colleagues earned they&#8217;d be in a much better position to know what kind of salary they should be getting. Employers wouldn&#8217;t be able to offer unreasonably low salaries to people just because they don&#8217;t know how much they should be getting. Salaries should work on a system of supply and demand like every other market. If C# developers were paid twice as much as Java developers then people would train to fit the job that best suited their abilities and desired salary. At the same time the competition for jobs would drive down over-inflated salaries. Eventually the outcome &#8211; as with all free markets &#8211; would be that everyone was paid just enough to to be happy but not too much that someone else would offer to do the same job at a lower price.</p>
<p>Without knowing how much your colleagues are earning it is impossible to know how valuable the work you are doing is to the company. If a company wants people to work at their best they could offer benefits such as a performance related bonus. A lot of companies seem to have implemented bonus schemes without realising that unless employees know how much bonus they are getting or how much of the bonus is based on performance the bonus has no real effect at all. Also unless we know how large a bonus our colleagues are getting we have no method of relating performance to renumeration. The same reasoning explains why communism doesn&#8217;t work. If extra effort can only be seen as a benefit to others, no one will have a reason to try to perform any better than anyone else.</p>
<p>Perhaps a completely transparent salary might then encourage too much competition. People would threaten leave if they felt they were treated unfairly. In a work place it&#8217;s very difficult for anyone to have an objective opinion of their own or other people&#8217;s value as an employee. Perhaps a completely free market of workers would reduce the overall quality of work due to poor workers demanding the same salary as their coworkers or good workers continually switching from one company to another. Either way, all I know is that I&#8217;m not getting enough&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.terabytelabs.net/2007/07/05/how-much-do-you-earn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Projects</title>
		<link>http://www.terabytelabs.net/2007/06/16/new-projects/</link>
		<comments>http://www.terabytelabs.net/2007/06/16/new-projects/#comments</comments>
		<pubDate>Sat, 16 Jun 2007 23:08:40 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.terabytelabs.net/2007/06/16/new-projects/</guid>
		<description><![CDATA[As I promised in my &#8216;To-Do&#8217; list a while ago, I&#8217;ve added some of my old projects that I&#8217;ve been meaning to include on this site for a while now. It&#8217;s unlikely that many people will find them useful (except perhaps my Download Meter Utility) but I like to keep them here for prosperity more [...]]]></description>
			<content:encoded><![CDATA[<p>As I promised in my &#8216;To-Do&#8217; list a while ago, I&#8217;ve added some of my old projects that I&#8217;ve been meaning to include on this site for a while now. It&#8217;s unlikely that many people will find them useful (except perhaps my <a href="/download-meter/">Download Meter Utility</a>) but I like to keep them here for prosperity more than anything else. I spent a lot of time on some of those projects so it would be a shame if they were to disappear without having before seen the light of the web.</p>
<p>I&#8217;m also slowly beginning to fulfill my goal of developing a proper C++ application. At the moment I&#8217;ve successfully set up the MS Visual C++ 2005 IDE and compiler as well as the wxWidgets GUI library. Hopefully I&#8217;ll even be able to make cross platform applications now that I have the tools set up. The first task I will attempt will be the <a href="http://www.projecteuler.net">Project Euler</a> compendium. I already have the design set out in my head and could probably code it up in Java within a day. In C++ though I&#8217;d expect it to take a few weeks for me to get the basics hammered out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.terabytelabs.net/2007/06/16/new-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shyguy</title>
		<link>http://www.terabytelabs.net/2007/05/26/shyguy/</link>
		<comments>http://www.terabytelabs.net/2007/05/26/shyguy/#comments</comments>
		<pubDate>Sat, 26 May 2007 16:51:28 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.terabytelabs.net/2007/05/26/shyguy/</guid>
		<description><![CDATA[I&#8217;m in the process of trying to finish of Shyguy and I always feel it&#8217;s good to note down what remaining tasks you have at this stage of development. I also find it&#8217;s good to publish them to instill some degree of commitment to actually attempt the tasks.

Add bonus timer
Add loading screen
Add special effects for [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m in the process of trying to finish of <a href="/shyguys-cave-of-death/">Shyguy</a> and I always feel it&#8217;s good to note down what remaining tasks you have at this stage of development. I also find it&#8217;s good to publish them to instill some degree of commitment to actually attempt the tasks.</p>
<ul>
<li>Add bonus timer</li>
<li>Add loading screen</li>
<li>Add special effects for bonuses</li>
<li>Add instructions</li>
<li>Add desktop shortcuts option</li>
<li>Alter highscore table to use a database</li>
</ul>
<p>That&#8217;s all I can think of right now. I will probably have a couple more things to add as I progress. Right, now back to work&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.terabytelabs.net/2007/05/26/shyguy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Things to do</title>
		<link>http://www.terabytelabs.net/2007/04/29/things-to-do/</link>
		<comments>http://www.terabytelabs.net/2007/04/29/things-to-do/#comments</comments>
		<pubDate>Sun, 29 Apr 2007 14:27:38 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://www.terabytelabs.net/2007/04/29/things-to-do/</guid>
		<description><![CDATA[I thought I&#8217;d make a list of some projects and tasks that I&#8217;d like to complete sometime in the future. It seems that right now I don&#8217;t have much more free time than I need to shop, cook, eat and sleep but if I write something down here hopefully it will give me a better [...]]]></description>
			<content:encoded><![CDATA[<p>I thought I&#8217;d make a list of some projects and tasks that I&#8217;d like to complete sometime in the future. It seems that right now I don&#8217;t have much more free time than I need to shop, cook, eat and sleep but if I write something down here hopefully it will give me a better idea of how to organise my time.</p>
<h3>Website</h3>
<ul>
<li>Create a new front page of the site and move the blog to the sub page. <strong><em>done</em></strong></li>
<li>Add more projects and content to the site. <strong><em>done</em></strong></li>
<li>Integrate my photo gallery to the site and upload all my digital photos. <strong><em>in progress</em></strong></li>
<li>Add a personal section including a CV.</li>
</ul>
<h3>Projects</h3>
<ul>
<li>Finish <a href="/shyguys-cave-of-death/">Shyguy&#8217;s Cave of Death</a>. <strong><em>done</em></strong></li>
<li>Finish the Word Dissociation Game.</li>
<li>Start on a new <a href="http://slick.cokeandcode.com/">Slick</a> based project (maybe a multi-player rpg of some kind).</li>
<li>Learn C++ by creating a <a href="http://www.projecteuler.net">Project Euler</a> solution compendium. <strong><em>in progress</em></strong></li>
</ul>
<h3>Other</h3>
<ul>
<li>Sort out my finances.</li>
<li>Save enough money to buy a PC.</li>
<li>Tidy my room.</li>
</ul>
<p>I&#8217;m sure there are more but I think that&#8217;s more than enough to get me started.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.terabytelabs.net/2007/04/29/things-to-do/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Self Enhancing Drugs</title>
		<link>http://www.terabytelabs.net/2007/04/16/self-enhancing-drugs/</link>
		<comments>http://www.terabytelabs.net/2007/04/16/self-enhancing-drugs/#comments</comments>
		<pubDate>Mon, 16 Apr 2007 21:57:37 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.terabytelabs.net/2007/04/16/self-enhancement-drugs/</guid>
		<description><![CDATA[Recently we&#8217;ve been hearing about new classes of stimulant drugs such as Modafinil which supposedly promote wakefulness rather than hyperactivity or euphoria. These kinds of drugs appear to be very effective at reducing sleepiness and improving concentration and memory without affecting sleep or having any side effects from withdrawal.
Modafinil and other drugs in its class [...]]]></description>
			<content:encoded><![CDATA[<p>Recently we&#8217;ve been hearing about new classes of stimulant drugs such as <a href="http://en.wikipedia.org/wiki/Modafinil">Modafinil</a> which supposedly promote wakefulness rather than hyperactivity or euphoria. These kinds of drugs appear to be very effective at reducing sleepiness and improving concentration and memory without affecting sleep or having any side effects from withdrawal.</p>
<p>Modafinil and other drugs in its class are sold to help sufferers of Narcolepsy or ADHD but are widely used by people with no such conditions as a way of simply enhancing their general brain functions. Millions of us could benefit from holding better concentration while at work or at school. Or remembering things such as timetables or doing mental arithmetic.</p>
<p>There are few other non-medicinal self enhancement drugs that offer so much potential benefit to such a wide range of people. Caffeine seems to be the nation&#8217;s current brain fuel of choice but most people who take it regularly end up simply using it to abate the withdrawal symptoms of the caffeine taken the day before. The question therefore becomes, should people take drugs simply to better themselves? Should people be allowed to use them while taking or revising for exams? Should people be allowed to use them to gain advantages over colleagues at work? Why shouldn&#8217;t people be able to function at a higher level than they would naturally? After realising how much better they can be, why would anyone want to live a drug free life?</p>
<p>Personally I find it very difficult to concentrate throughout the day unless I&#8217;ve had at least 8 hours&#8217; sleep. My job requires a high level of concentration and logical processing for which I need the highest level of alertness I can get. I would love to try a Modafinil some day just to see how much more code I can churn out in a day. What I&#8217;m not so sure about is do I want to <i>need</i> to take the drug every day in order to maintain the same productivity at work? Even if there&#8217;s no danger of physical or psychological dependence would I develop a <i>functional</i> dependence such that the drug effectively becomes a medicine rather than a self enhancement?</p>
<p>My theory is that if Modafinil came in a hot drink form, it would so conveniently replace coffee and tea that people would reject any attempts to limit its use by the government. Also it would probably need to be bitter in taste enough to discourage children from becoming dependent on it. Hmm I guess this is how consumption of caffeine and alcohol has worked for centuries. Isn&#8217;t it convenient to have traditional beverages to mask our widespread drug taking customs?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.terabytelabs.net/2007/04/16/self-enhancing-drugs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
