<?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>Jack Scott&#039;s Blog &#187; Internet</title>
	<atom:link href="http://jackscott.id.au/tag/internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://jackscott.id.au</link>
	<description>Then, one day, I found myself all grown up with my own point of view...</description>
	<lastBuildDate>Fri, 20 Jan 2012 22:59:24 +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>The Ten Commandments of Computer Backups</title>
		<link>http://jackscott.id.au/2011/06/the-ten-commandments-of-computer-backups/</link>
		<comments>http://jackscott.id.au/2011/06/the-ten-commandments-of-computer-backups/#comments</comments>
		<pubDate>Sun, 19 Jun 2011 04:49:43 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Uncategorised]]></category>
		<category><![CDATA[Backups]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://blog.jackscott.id.au/?p=1284</guid>
		<description><![CDATA[I recently put a lot of thought into how I perform my computer backups. I&#8217;m one of those people that, while I would only be mildly pissed off by the failure of a hard drive, would be quite angry at myself if I lost even the merest hint of data that I wanted to keep. [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignleft" style="width: 291px"><img class=" " title="Hard Drive Dying" src="http://p.michael-wheeler.org/photos/3314372143_0cd8b02f9d_o.jpg" alt="Hard Drive Dying" width="281" height="158" /><p class="wp-caption-text">Photo courtesy of Michael Wheeler</p></div>
<p>I recently put a lot of thought into how I perform my computer backups. I&#8217;m one of those people that, while I would only be mildly pissed off by the failure of a hard drive, would be quite angry at myself if I lost even the merest hint of data that I wanted to keep. I used to perform my backups manually, using the Windows backup utility to back data up onto an external hard drive. It worked fine most of the time, but it definitely had process defects&#8230; the largest of which being, <em>I had to remember to do it. </em>It required my interaction to succeed (because I had to plug the drive in) and this meant there was always a human element involved. And humans are lazy.</p>
<p>So I set about designing myself the ultimate foolproof backup system. There would be multiple storage media, there would be encryption, there would be checks and validations and several custom-written applications. Then I started thinking, <em>&#8220;what exactly am I protecting myself against?&#8221;</em> It&#8217;s a good question. Here&#8217;s the list I came up with:</p>
<ol>
<li>I need my data to be safe from storage media failure. This may mean a single backup DVD being unreadable, or maybe my primary hard disk drives it&#8217;s head into the sand.</li>
<li>I need my data to be safe from the failure of every drive of a particular type, simultaneously. It happens more than you would think, and the consequences usually aren&#8217;t pretty (whole RAID arrays failing, with all their &#8216;safe&#8217; data, usually makes people a bit upset).</li>
<li>I need to make sure my data can&#8217;t be stolen. If it is stolen (or people I don&#8217;t want reading my data try to do so) then it should appear as meaningless gibberish.</li>
<li>I need my data to be safe from being corrupted while in storage, or while being transferred between storage devices.</li>
<li>My data needs to be safe from theft or fire, which could mean every storage device in a particular location is unusable.</li>
<li>My data needs to be safe from natural disasters, which could take out an entire city or state. Unlikely, but it&#8217;s the kind of thing most people don&#8217;t plan for.</li>
<li>I need to be able to search for data that I&#8217;ve accidentally deleted, and I need back.</li>
<li>If my data is anywhere not under my direct control, I need to be able to trust the people who do control them.</li>
<li>I have to assume that if my backup hasn&#8217;t been tested (i.e. I haven&#8217;t tried to restore from it) then the backup isn&#8217;t any good.</li>
<li>Finally, I shouldn&#8217;t have to do anything&#8230; computers should be smart enough these days to back themselves up.</li>
</ol>
<p>That was all I could think of, though I&#8217;m sure there are additional points (leave a comment or email me, please!). Then I figured out what I had to do in order to prevent these situations from happening.</p>
<ul>
<li>Points one and two are the easiest to solve, and are really what most people think of when they think of &#8220;backup&#8221; plans. The solution is simple: keep your data on multiple storage media, and those different storage media should be different types.</li>
<li>Point three is pretty simple to solve: encrypt everything you can possibly encrypt. This also partially side-steps point eight, because if your data is encrypted, you don&#8217;t have to trust them to not read it, you only have to trust them to not delete it. And you don&#8217;t need to trust them to not delete it if you&#8217;ve got the data in multiple locations (i.e. somewhere not under their control).</li>
<li>Point four can be partially solved by taking checksums of the data (which can be done at the same time it is encrypted). If a checksum doesn&#8217;t match, something has gone wrong and should be tried again or looked at by a human. There is the issue of what happens if the original data is corrupted. I put this in the too-hard basket for now, though the use of a RAID array can reduce the likelihood of this.</li>
<li>Points five and six are closely related, and also solved together. Every good backup plan should make use of off-site backups, where a copy of data is kept away from the original. Point five might mean keeping a copy in another building (or in my case, at my parent&#8217;s house a few kilometres away). Point six means I might consider going further. Ideally I&#8217;d like to store a copy of my data on another continent, just in case of nuclear war.<em> If I survive, my data should too.</em></li>
<li>Point seven means I should be creating archives of data, so that copies of old files are kept so that I can go back in time. I would like to be able to choose copies from every day for a week, then every week for a year. After a year, I&#8217;m probably not going to remember that I once had a file.</li>
<li>Points nine and ten are quite possibly the trickiest. To solve them, I have to write automatic scripts to do all these backup tasks, then write automatic scripts to try recovering from the data and make sure it&#8217;s in perfect state. I also need to do this manually, just in case my scripts stop working (it is a computer, after all).</li>
</ul>
<p>So there was my analysis of the backup problem done. Now for the design stage. My current working computer systems consist of a laptop (running Windows 7), a desktop (dual-booting Windows 7 and Debian GNU/Linux), and my home server (which runs Debian GNU/Linux). So I chose to do the following:</p>
<ul>
<li>I decided that, since it was turned on all the time, my home server would be the primary location for all my treasured data. Every other location for my data would feed off that. My laptop and my desktop will be synchronised to my server using software such as rsync running on a very frequent schedule. Ideally I will code a switch into the script on my laptop that does syncs less often when I&#8217;m not at home, to avoid wasting bandwidth. This will give me three or four working copies of my data, depending on how implementation goes.</li>
<li>My server has two hard drives, and I&#8217;m going to use this to my advantage. The first hard drive has my primary working copy of data, and the second drive is where the backups go. So I&#8217;ll write another script that will take my working copies from my first hard drive, perform archival on them (using tar), encrypt them and checksum them (using <a href="http://www.gnupg.org">encryption that money can&#8217;t buy</a>) and copy them to my second hard drive. This gives me the ability to go back in time through my data, if need be. At this stage there are some things I won&#8217;t backup, either for legal reasons (I&#8217;m fairly sure the MP3 backups of my music collection shouldn&#8217;t be stored off-site under Australian law) or for practical reasons (videos are just too large to transfer off-site over the Internet).</li>
<li>I still haven&#8217;t solved the problem of off-site backups. To solve this, I&#8217;m planning to make use of <a href="http://aws.amazon.com/s3/">Amazon S3</a>, which is a cloud backup solution offered by everybody&#8217;s <del>favourite</del> <del>friendly</del> forgettable online book store, <a href="http://www.amazon.com">Amazon</a>. Because my data has now been encrypted, I don&#8217;t have to trust them at all. I can just copy it across, mark it as being invisible to the wider world, and forget about it. I will also take up an offer from my friend Jamie to store my data on his NAS, which gives me another off-site backup location. I&#8217;m in Tasmania, Jamie is in Queensland, Amazon is in the U.S.A., and my data is safe.</li>
<li>I&#8217;m also planning to fit my server with a DVD burner and write a script that backs up my most crucial data (such as financial information and treasured memories) onto a DVD every week or so. Encrypted, of course. The only problem is that I need to remember to go and change the DVD over every week.</li>
<li>Finally, I have to write scripts to occasionally check the consistency of my data, so that nothing suffers from <a href="http://en.wikipedia.org/wiki/Bit_rot">bit rot</a>.</li>
</ul>
<p>I haven&#8217;t completed the process of implementation yet (in fact I&#8217;ve hardly started). Already though, I feel safer knowing that I&#8217;ve thought about the process of storing my data, and that makes me feel a lot safer. Most people don&#8217;t think about backups until it&#8217;s too late, and perhaps maybe they should.</p>
]]></content:encoded>
			<wfw:commentRss>http://jackscott.id.au/2011/06/the-ten-commandments-of-computer-backups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Saying goodbye to the cloud</title>
		<link>http://jackscott.id.au/2011/01/saying-goodbye-to-the-cloud/</link>
		<comments>http://jackscott.id.au/2011/01/saying-goodbye-to-the-cloud/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 01:18:54 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Uncategorised]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[linux.conf.au]]></category>
		<category><![CDATA[Privacy]]></category>

		<guid isPermaLink="false">http://www.jackscott.id.au/?p=1234</guid>
		<description><![CDATA[My friend Michael Wheeler has written an excellent article on the whys and hows of removing your data from the cloud. This post is basically just to point you all towards it. Over the last few years I&#8217;ve been in a similar process, getting rid of my Google account and hosting my own email. I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>My friend <a href="http://michael-wheeler.org/">Michael Wheeler</a> has written an excellent article on the <a href="http://michael-wheeler.org/2011/01/29/leaving-the-cloud/">whys and hows of removing your data from the cloud</a>. This post is basically just to point you all towards it.</p>
<p>Over the last few years I&#8217;ve been in a similar process, getting rid of my Google account and hosting my own email. I&#8217;ve attempted to get rid of Facebook, and learned a lot about myself, my friends, and Facebook in the process. I now no longer have twitter (again) and I&#8217;m just generally being a lot more careful with my data.</p>
<p>I think everybody will benefit from thinking just a little more about where their information goes, so I highly recommend you read this article.</p>
]]></content:encoded>
			<wfw:commentRss>http://jackscott.id.au/2011/01/saying-goodbye-to-the-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>30 Days of Geek #8: Preferred method of communication with humans</title>
		<link>http://jackscott.id.au/2010/11/30-days-of-geek-8-preferred-method-of-communication-with-humans/</link>
		<comments>http://jackscott.id.au/2010/11/30-days-of-geek-8-preferred-method-of-communication-with-humans/#comments</comments>
		<pubDate>Sun, 07 Nov 2010 22:47:15 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Uncategorised]]></category>
		<category><![CDATA[30 Days of Geek]]></category>
		<category><![CDATA[Communication]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[IRC]]></category>
		<category><![CDATA[Phone]]></category>

		<guid isPermaLink="false">http://www.jackscott.id.au/?p=1112</guid>
		<description><![CDATA[I&#8217;ve decided to partake in Jethro Carr&#8217;s 30 Days of Geek challenge, so I&#8217;ll be writing a post a day on my geekiness for an entire month! You can find all the posts in one spot here. Naturally, I prefer to communicate with other humans in person. Every other form of communication leaves something to [...]]]></description>
			<content:encoded><![CDATA[<p><em>I&#8217;ve decided to partake in <a href="http://www.jethrocarr.com/">Jethro Carr&#8217;s</a> <a href="http://www.jethrocarr.com/2010/10/17/30-days-of-geek/">30 Days of Geek challenge</a>, so I&#8217;ll be writing a post a day on my geekiness for an entire month! You can find all the posts in one spot <a href="http://www.jackscott.id.au/tag/30-days-of-geek/">here</a>.</em></p>
<p>Naturally, I prefer to communicate with other humans in person. Every other form of communication leaves something to be desired (and usually, that something is something big).</p>
<p>I&#8217;m quite sure that I&#8217;m not the only person in the world who has trouble picking up on the subtle cues found in all human communications. The hints of sarcasm (or, in my case, the never-ending stream of it), the smiles, the hand movements, the stances, the tones of voice. A lot of it falls under the umbrella term of body language. Body language is just something the Internet cannot do at all. The telephone, surprisingly, does it even worse (at least in my experience). So I like talking in person the best, because it gives me the best chance to pick up on all these cues.</p>
<p>So, my preferences as far as communications goes:</p>
<ol>
<li>Human contact one on one or in a small group.</li>
<li>Human contact in a large group conversation (there&#8217;s a large gap between 1 and 2).</li>
<li>Instant Messaging (I use MSN and Facebook chat the most). Simply because I can log it.</li>
<li>Internet Relay Chat (IRC). If you don&#8217;t know what this is, just think chatrooms.</li>
<li>Text messages (SMS).</li>
<li>And, right down the bottom, in a dusty box underneath the staircase, talking on the telephone.</li>
</ol>
<p>I think the reason I hate the phone so much is because the person who gets called (usually me) has no choice about when the conversation happens. I could be in the middle of something requiring a lot of concentration (such as programming or web scripting, which requires juggling dozens of variables and logical statements in your head) and the phone rings. Concentration lost.</p>
<p>Of course, if I like you enough, I&#8217;ll be happy to shelve whatever I&#8217;m doing to talk to you. It&#8217;s just that this category isn&#8217;t large enough for my boss to be part of it.</p>
]]></content:encoded>
			<wfw:commentRss>http://jackscott.id.au/2010/11/30-days-of-geek-8-preferred-method-of-communication-with-humans/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Where&#8217;s My Server? There it is!</title>
		<link>http://jackscott.id.au/2010/10/wheres-my-server-there-it-is/</link>
		<comments>http://jackscott.id.au/2010/10/wheres-my-server-there-it-is/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 03:16:52 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Uncategorised]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[VPS]]></category>

		<guid isPermaLink="false">http://www.jackscott.id.au/?p=1002</guid>
		<description><![CDATA[If you enjoyed my review of some of the hosting providers I have used over the past few years, you may be interested in Michael Wheeler&#8217;s review of Where&#8217;s My Server?, a New Zealand-based VPS provider. One of the most interesting things about WMS, and certainly the thing that caught my eye, was the on-demand [...]]]></description>
			<content:encoded><![CDATA[<p>If you enjoyed my review of some of the hosting providers I have used over the past few years, you may be interested in Michael Wheeler&#8217;s <a href="http://michael-wheeler.org/2010/10/08/wheres-my-server?preview=1&amp;template=redbel&amp;stylesheet=redbel">review</a> of <a href="http://www.wheresmyserver.co.nz/">Where&#8217;s My Server?</a>, a New Zealand-based VPS provider.</p>
<p>One of the most interesting things about WMS, and certainly the thing that caught my eye, was the on-demand pricing they have available, making it very much like cloud computing (as far as the user is concerned, anyway). It&#8217;s an interesting concept, and certainly a move that I support (I hardly ever use 100% of my servers&#8217; resources, let alone 100% all month). The only problem is that it makes comparisons with traditional VPS providers who charge a fixed price per month a bit of a pain, and I haven&#8217;t quite figured out how to do it exactly.</p>
<p>The other issue I notice is that bandwidth out of New Zealand is very expensive, but this being a function of New Zealand and not Where&#8217;s My Server, I don&#8217;t think that&#8217;s cause for complaint.</p>
]]></content:encoded>
			<wfw:commentRss>http://jackscott.id.au/2010/10/wheres-my-server-there-it-is/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Hosting Reviews</title>
		<link>http://jackscott.id.au/2010/09/quick-hosting-reviews/</link>
		<comments>http://jackscott.id.au/2010/09/quick-hosting-reviews/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 11:26:06 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Uncategorised]]></category>
		<category><![CDATA[Dedicated Server]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[IPv4]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.jackscott.id.au/?p=959</guid>
		<description><![CDATA[Over the last few years I&#8217;ve used quite a few different hosting providers, so I thought I would give a few quick reviews of them all, so I can share my experience with them. Silentflame Web Hosting During the time I was with Silentflame during 2007-2008, I was very happy. Although the service was a [...]]]></description>
			<content:encoded><![CDATA[<p>Over the last few years I&#8217;ve used quite a few different hosting providers, so I thought I would give a few quick reviews of them all, so I can share my experience with them.</p>
<h3><a href="http://silentflame.com/wiki/Home">Silentflame Web Hosting</a></h3>
<p>During the time I was with Silentflame during 2007-2008, I was very happy. Although the service was a bit slow for me, I suspect that this was purely because I was on the other side of the world. The novel thing about this service is the fact that it gives away all it&#8217;s profits to charity. It&#8217;s a great idea, and one that I think we should see in more businesses (perhaps a tithe would be better though). No native IPv6 on their services yet, unfortunately.</p>
<h3><a href="http://directspace.net/">DirectSpace Networks</a></h3>
<p>I only had a VPS with DirectSpace for about a month or two, before I switched to a different provider. I was fairly happy with these guys, never had any issues that weren&#8217;t resolved promptly. The biggest criticism I had with my service was that the CPU allocation was too low. I had severe speed issues from the lack of time my processes had to run. No native IPv6 either.</p>
<h3><a href="http://www.serverpronto.com">ServerPronto</a></h3>
<p>I had a dedicated server with ServerPronto for around six months this year, and although I no longer have it, this server performed very well for me over the time I was with them. They do have a somewhat convoluted exit process (it involves filling out a paper form and sending it to them snail mail along with a copy of some ID) but this is no problem to navigate, and unlike what others are saying on the Internet, does not result in your identity being stolen and your credit card being abused. The main selling point of ServerPronto is the price, they are extremely cheap dedicated servers. That said, quality does not appear to be an issue. No unexpected restarts, hardware never failed, and the network is very fast. No native IPv6 here either.</p>
<p>The only reason I got rid of this server was that it was costing more than an equivalent VPS and I wasn&#8217;t really using it. I&#8217;ve since turned the money over to other VPS services, increasing the number of services I can test.</p>
<h3><a href="http://www.nullshells.net">Nullshells Networks</a></h3>
<p>I&#8217;ve used Nullshells Networks&#8217; web hosting for a few years now, and I am extremely happy with the service. All the services I had with them (web and email hosting) have always worked flawlessly, and if I&#8217;ve had any queries, the owner of the business has been more than happy to help out. I have only two nitpicks; one is the lack of IPv6, and the other is the fact they use a self-signed SSL certificate. While the lack of signing of an SSL certificate is no technical problem, and while I&#8217;m savvy enough to check the certificate and add an exception, it is a bit unprofessional. I&#8217;m still using Nullshells for my web and email hosting.</p>
<p>For my full review of Nullshells from around a year ago, <a href="http://www.jackscott.id.au/2009/08/nullshells-networks/">click here</a>.</p>
<h3><a href="http://mammothvps.com.au/">Mammoth VPS</a></h3>
<p>Overall I&#8217;ve been very pleased with Mammoth VPS, which is an  Australian-owned company with servers located in Sydney&#8217;s CBD. While  they are more expensive than other offerings, this is simply because the  bandwidth in Australia is much more expensive than it is in Europe or  the USA, so this is no fault of Mammoth. I have had a few issues with  unexpected reboots, but apart from messing with my uptime statistics,  this is no real problem. It&#8217;s always nice to support local businesses,  too. No native IPv6 yet, but almost nowhere does.</p>
<h3><a href="http://www.buildyourvps.com">BuildYourVPS</a></h3>
<p>I&#8217;ve only had a BuildYourVPS (actually TOCICI) VPS for a couple of days now, but I wouldn&#8217;t recommend them, based on what I&#8217;ve experienced so far. When I first signed up, it took 4 rebuilds of the VPS before I could even log in via SSH. I&#8217;m assured this is not a regular thing, but I&#8217;d take care. After it was set up, the VPS did work very well. No CPU cloggage issues like on most other VPS providers. The network was extremely fast (as you&#8217;d expect from having the servers located in a US west-coast Internet exchange). One thing I did notice is that the server is behind a NAT. Fine, I guess, except that it makes some network configuration tasks a bit more confusing, and that the gateway IP they use is actually a special-use IP reserved for testing. Ouch! Zero marks for that one. On the up side, they do support native IPv6, albeit on request.</p>
<p><strong>Edit 8/10/2010: </strong><em>After playing around a bit more with BuildYourVPS services, I&#8217;m happy to report that the issue with server builds has been fixed. All my other complaints were simply OpenVZ issues. Pending a few more weeks with the server, I&#8217;d be happy to give them a thumbs-up.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://jackscott.id.au/2010/09/quick-hosting-reviews/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Facebook Pages ARE NOT Websites</title>
		<link>http://jackscott.id.au/2010/05/facebook-pages-are-not-websites/</link>
		<comments>http://jackscott.id.au/2010/05/facebook-pages-are-not-websites/#comments</comments>
		<pubDate>Sun, 09 May 2010 11:52:33 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Uncategorised]]></category>
		<category><![CDATA[Australian Broadcasting Corporation]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.jackscott.id.au/?p=913</guid>
		<description><![CDATA[There&#8217;s something I need to get off my chest. You may have guessed what it is by now. I&#8217;m getting really sick of news outlets calling Facebook pages &#8216;websites&#8217;. It&#8217;s really demoralising to the people who actually own websites and put effort into maintaining them. I mean, it even costs money! I bet you don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s something I need to get off my chest. You may have guessed what it is by now.</p>
<p>I&#8217;m getting really sick of news outlets calling Facebook pages &#8216;websites&#8217;. It&#8217;s really demoralising to the people who actually own websites and put effort into maintaining them. I mean, it even costs money! I bet you don&#8217;t get the people who create pages spending money on them.</p>
<p>So, Southern Cross News, WIN News, and even ABC News (this one, I admit, surprised me), please just stop confusing pages and websites. If you really want to get pedantic, a Facebook page is indeed a web<strong>page</strong>, but it&#8217;s not a web<strong>site</strong>. Facebook as a whole is a website.</p>
<p>It also alarms me that the easier it gets to create content on the web, the stupider the content gets (I&#8217;m talking about <a href="http://www.facebook.com/pages/CDOS-CDOSRUN-RUNDOSRUN/34060099954">this</a> and <a href="http://www.facebook.com/group.php?gid=107460852612117">this</a>). Which makes me wonder: were the book publishers and the newspaper publishers right? Has the quality of published work suffered because of the Internet? The fact that they might just be right&#8230; well, that scares me.</p>
]]></content:encoded>
			<wfw:commentRss>http://jackscott.id.au/2010/05/facebook-pages-are-not-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eight Things I Hate About Living In Hobart</title>
		<link>http://jackscott.id.au/2010/01/eight-things-i-hate-about-living-in-hobart/</link>
		<comments>http://jackscott.id.au/2010/01/eight-things-i-hate-about-living-in-hobart/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 22:30:48 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Uncategorised]]></category>
		<category><![CDATA[Bogans]]></category>
		<category><![CDATA[Buses]]></category>
		<category><![CDATA[Hobart-7000]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Public Transport]]></category>
		<category><![CDATA[Roads]]></category>
		<category><![CDATA[Transport]]></category>
		<category><![CDATA[TV]]></category>

		<guid isPermaLink="false">http://www.jackscott.id.au/?p=599</guid>
		<description><![CDATA[Following on from my post about things I love about living in Hobart, here are eight things I hate: The public transport system. It sucks badly. If you want to go anywhere by bus after 6pm or on a weekend, forget it. People complaining about the public transport system. People love complaining about Metro (I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>Following on from my post about <a href="http://www.jackscott.id.au/2009/12/eight-things-i-love-about-living-in-hobart/">things I love about living in Hobart</a>, here are eight things I hate:</p>
<ol>
<li><strong>The public transport system. </strong>It sucks badly. If you want to go anywhere by bus after 6pm or on a weekend, forget it.</li>
<li><strong>People complaining about the public transport system. </strong>People love complaining about <a href="http://www.metrotas.com.au/">Metro</a> (I&#8217;m one of them). It smells. It&#8217;s always late. It goes nowhere near where you want to go. All this complaining is really bad; what we need to do is all get on the busses and give them the money they need to fix it. At the moment I can (and regularly do) catch a bus and be the only person on it.</li>
<li><strong><a href="http://www.bogan.com.au/definition/index.php">Bogans</a>. </strong>Individually Bogans are fine. I know quite a few, and they&#8217;re lovely people (mostly). It&#8217;s just when they get into groups; you start to get the feeling deep inside you that it&#8217;s no longer safe and you should leave. It&#8217;s not a good thing that The Powers That Be decided to build entire suburbs of public housing, which have now become ghettos.</li>
<li><strong>There&#8217;s not very much to do. </strong>Assuming you don&#8217;t drink alcohol (which I don&#8217;t), there&#8217;s very few things of great excitement in Hobart (if you have ideas, leave comments please!).</li>
<li><strong>Rubbish TV stations. </strong>People on the mainland get Channel 7, Channel 9 and Channel 10, as well as digital radio. We get <a href="http://www.southerncrossbroadcasting.com.au/">Southern Cross</a>, <a href="http://en.wikipedia.org/wiki/WIN_Television">WIN TV</a>, and <a href="http://en.wikipedia.org/wiki/TDT_%28TV_station%29">TDT</a>, which are bad impersonations of the mainland stations. I know Tasmania is a small market, but wouldn&#8217;t it be cheaper then to copy the stations over exactly as they are on the mainland and just change the evening news bulletin?</li>
<li><strong>Badly surfaced roads. </strong>I know this is a complaint pretty much everywhere in the world, but in Hobart&#8217;s suburbs it&#8217;s getting pretty ridiculous. Neither of the two electorates that Hobart covers (Denison and Franklin) are marginal seats (in fact pretty solidly <a href="http://www.alp.org.au/">Labor</a>) so there&#8217;s not a lot of money spent pork-barrelling here.</li>
<li><strong>Slow Internet. </strong>We&#8217;re at the end of the world and there&#8217;s only a few Internet cables coming into the state. Add to that the high prices charged by ISPs in Australia generally, and it&#8217;s a pretty bad situation. The <a href="http://en.wikipedia.org/wiki/National_Broadband_Network">National Broadband Network</a> (NBN) promises to fix the speeds, but at what cost?</li>
<li><strong>The jokes about two-headed Tasmanians when you travel to the mainland. </strong>It&#8217;s getting old guys, seriously.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://jackscott.id.au/2010/01/eight-things-i-hate-about-living-in-hobart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review: HTC Touch Pro2</title>
		<link>http://jackscott.id.au/2009/12/review-htc-touch-pro2/</link>
		<comments>http://jackscott.id.au/2009/12/review-htc-touch-pro2/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 07:19:21 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Uncategorised]]></category>
		<category><![CDATA[HTC]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Mobile Internet]]></category>
		<category><![CDATA[Mobile Phone]]></category>
		<category><![CDATA[Touch]]></category>
		<category><![CDATA[Touch Pro2]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://www.jackscott.id.au/?p=538</guid>
		<description><![CDATA[I&#8217;ve been in need of a new mobile (cell) phone for a while. My old phone, an HTC Touch GSM (the original) was becoming a bit broken. I was loving it to bits. The USB connector was broken, WiFi only worked half the time, I was starting to get jealous of the iPhone; a number [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ubergizmo.com/photos/2009/2/htc-touch-pro-2_468.jpg"><img class="alignright" title="HTC Touch Pro2" src="http://www.ubergizmo.com/photos/2009/2/htc-touch-pro-2_468.jpg" alt="" width="281" height="231" /></a>I&#8217;ve been in need of a new mobile (cell) phone for a while. My old phone, an <a href="http://www.htc.com/au/product/touch/overview.html">HTC Touch GSM</a> (the original) was becoming a bit broken. I was loving it to bits.</p>
<p>The USB connector was broken, WiFi only worked half the time, I was starting to get jealous of the iPhone; a number of reasons contributed to the need for a new phone.</p>
<p>I did however love HTC. The phones seemed rock-solid and well designed, especially compared to some of the other manufacturers on the market. Other HTC owners I have met over the years agree; I am yet to hear an HTC owner complain about anything but the price.</p>
<p>I considered a few phones. The <a href="http://www.apple.com/au/iphone/">Apple iPhone</a> was high on the list, as were a number of Nokia phones, most notably the <a href="http://www.nokia.com.au/find-products/all-phones/nokia-n79">N79</a>. I will admit at this point to being a brand junkie; there was no way was buying a cheap iPhone clone.</p>
<p>What drew me in to buying the <a href="http://www.htc.com/au/product/touchpro2/overview.html">HTC Touch Pro2</a> was the full QWERTY keyboard and large 3.6&#8243; WVGA screen. I know from owning a decent desktop computer that the most important parts from a productivity point of view are the monitor and the keyboard. They are the parts your body has to interact with, and they should be comfortable.</p>
<p>I bought my phone new in the retail box for $887 AUD from a shop in town. I have seen them as low as $650 on eBay, though I didn&#8217;t go this route because I wanted a solid warranty. It is a mobile phone with a hinge, after all.</p>
<p>Now onto the device itself.</p>
<p>It&#8217;s far and away the largest and heaviest mobile phone I&#8217;ve ever had, or ever seen, or even heard of (apart from the old analogue brick phones). It&#8217;s 17mm thick, 116mm long, and 59mm wide. Looking at it another way though, it&#8217;s the smallest laptop computer I&#8217;ve ever seen. It has a 480&#215;800 pixel screen, as well as a 5-row QWERTY keyboard. Although it is on the small side (naturally) the keyboard is very nice to type with, using both thumbs with the hands wrapped around the back of the device. The screen is also nice, not suffering from glare problems as much as other phones I&#8217;ve used (older Nokia phones were particularly bad). If you look closely you can see the individual pixels, but you have to look very closely. It is a very high quality screen.</p>
<p>The screen is a touchscreen, and this is one area where they might have done better. The level of touch required to activate a &#8216;click&#8217; is in my opinion excessive. It&#8217;s far more than on my old phone, or the Apple iPhone. It&#8217;s still usable however.</p>
<p>Battery life, as expected for a smart phone with all the bells and whistles, is miserable. I have to charge mine every day, otherwise the battery does run flat. However, being human, I have to sleep sometime, and it&#8217;s convenient to charge it every night.</p>
<p>In the box comes a screen protector (very useful, it&#8217;s a large otherwise unprotected screen waiting to be scratched), a spare stylus, a USB cable, a wall adapter for charging without a computer, a pair of earphones, and a very nice leather case. The headphones that come with the device serve a dual purpose. The first is as a headset for using the phone, and for listening to music. The second is an antenna for the device&#8217;s FM radio. I have to say here that the shape of the headphones is abysmal. They do not fit in my ear at all, and the cable is far too short. If it wasn&#8217;t for the fact that they are required for FM radio, I would have just chucked them away.</p>
<p>Inside the device is a Qualcomm MSM7200A chipset running at 528MHz. It&#8217;s fast. There&#8217;s 512MB of storage onboard, of which around half is available to the user to store settings, documents, and optional applications. Program memory (RAM) is 288MB. More would have been nice, but I&#8217;m yet to run out of it.</p>
<p>HTC has gone to great lengths to ensure every piece of software you could desire is on the device, and they&#8217;ve managed well, with a few exceptions.</p>
<p>The operating system is Windows Mobile 6.1, upgradeable to Windows Mobile 6.5 some time in the future depending on which carrier you are with. It&#8217;s nice, though I notice no huge usability or performance increases compared to Windows Mobile 6.0.</p>
<p>HTC also put their custom TouchFlo 3D software on the device as an alternative user interface. If you&#8217;re not used to the Windows Mobile interface, you&#8217;ll probably find it nice. I just turned it off and used Windows Mobile as Microsoft designed it. The alternative interface does have a few cool features, mostly related to quickly turning communications on and off as well as turning emails into phone calls near instantly. I get the feeling it&#8217;s designed for the jetset business executive. As you may have noticed, I&#8217;m not one of them.</p>
<p>The device is also jammed with other software. A YouTube player is there, as is a choice of two browsers (Internet Explorer and Opera Mobile), Google Maps (with support for the GPS built into the device), and Microsoft Office Mobile. As well as a lot more. I loved the fact that Google Maps and YouTube were installed by default, saving me some download time. One application that is missing is Facebook, although given two browsers and a huge screen, it&#8217;s not so much of a problem. Opera Mobile even supports tabs, though having more than 2 or 3 tabs open at one time does slow down the device quite a lot, especially when multitasking with other applications as well. I would have liked a few more games installed by default, although I guess I can&#8217;t complain &#8211; this is a business phone.</p>
<p>Overall, I love this phone, and I&#8217;m very glad I bought it. Assuming you have the the money to spare, I would definitely recommend it.</p>
<p><strong>Good:</strong></p>
<ul>
<li>Huge 3.6&#8243; screen.</li>
<li>QWERTY keyboard.</li>
<li>WiFi, GPS, Bluetooth, HSPA, it&#8217;s all there.</li>
</ul>
<p><strong>Bad:</strong></p>
<ul>
<li>Opera slows down when multitasking.</li>
<li>Battery life is short.</li>
<li>Included headphones are awful, and using your own requires an adaptor.</li>
</ul>
<p><strong>Overall: </strong>4.5 stars.</p>
]]></content:encoded>
			<wfw:commentRss>http://jackscott.id.au/2009/12/review-htc-touch-pro2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>On Phone Plans &amp; Wireless Data</title>
		<link>http://jackscott.id.au/2009/11/on-phone-plans-wireless-data/</link>
		<comments>http://jackscott.id.au/2009/11/on-phone-plans-wireless-data/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 13:03:21 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Uncategorised]]></category>
		<category><![CDATA[3]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Mobile Internet]]></category>
		<category><![CDATA[Mobile Phone]]></category>
		<category><![CDATA[Optus]]></category>
		<category><![CDATA[Phone Plan]]></category>
		<category><![CDATA[Telstra]]></category>
		<category><![CDATA[TPG]]></category>
		<category><![CDATA[Virgin Mobile]]></category>
		<category><![CDATA[Vodafone]]></category>

		<guid isPermaLink="false">http://www.jackscott.id.au/?p=548</guid>
		<description><![CDATA[Recently I&#8217;ve been looking into my mobile phone account, since I&#8217;m sure I&#8217;m not getting the best deal. Currently I&#8217;m with Telstra on a prepaid plan. There&#8217;s nothing wrong with it, except that it&#8217;s generally expensive. I&#8217;m only a light caller (we&#8217;re talking a couple of sub-minute calls a week, tops), and only a couple [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I&#8217;ve been looking into my mobile phone account, since I&#8217;m sure I&#8217;m not getting the best deal. Currently I&#8217;m with Telstra on a prepaid plan. There&#8217;s nothing wrong with it, except that it&#8217;s generally expensive.</p>
<p>I&#8217;m only a light caller (we&#8217;re talking a couple of sub-minute calls a week, tops), and only a couple of SMS&#8217; a day. On the other hand, I use a significant amount of data. Every month I use at least 100MiB, and sometimes I go up to a gigabyte. For various personal reasons, I&#8217;m expecting to use even more than this over the Australian summer.</p>
<p>So I went through the options, with the goal of paying less (a good thing) or getting more for my money (also a good thing). I currently pay somewhere between $30 and $50 AUD a month.</p>
<p><strong><a href="http://www.telstra.com.au/">Telstra</a> </strong>- I like Telstra a lot. Signal can be found pretty much everywhere in Australia, and a 3G signal can be found in all the major towns and cities. Call quality is very good also. However, they are very expensive. The Telstra plans I looked at (in particular the <em>Mobile Member Plan</em>) confirmed this, being even worse value for me than my prepaid plan. Data usage (most important for me) is charged at $59 for 1GB, then 25c/MB after that (<a href="http://www.telstra.com.au/mobile/browsing_packs.html">more info</a>). This is HUGELY expensive. Even with a low-cost $20 plan though, I do get a new phone (but no data).</p>
<p>It&#8217;s worth mentioning that I&#8217;ve also had a <a href="http://www.jackscott.id.au/2009/03/review-telstra-prepaid-wireless-broadband/">Telstra Prepaid Wireless Broadband</a> dongle in the past. I liked it a lot and found it very functional, but the prices were very high. This is still the case, and the prices are about the same as they were 6 months to a year ago. I&#8217;d prefer not to have to have a seperate plan for data, but it is an option.</p>
<p><strong><a href="http://www.tpg.com.au">TPG</a> &#8211; </strong>TPG have one of the cheapest post-paid plans on the market. It&#8217;s $9.99, includes $150 of cap value, with call charges being very reasonable rates. However, at this cheap price, data suffers. Data usage is $5/MB, which is much more expensive than Optus, Virgin, or even Telstra!</p>
<p>TPG&#8217;s more expensive plans ($49.99 and $79.99) do include data (500MB and 2GB respectively) as well as free calls to other TPG users in off-peak hours. However, at this price, other providers are cheaper anyway. In addition, none of TPG&#8217;s plans include a new phone (although for that price, you can&#8217;t blame them).</p>
<p><strong><a href="http://www.three.com.au/">3</a> <em>- </em></strong>After a friend&#8217;s experience with their accounts department, I&#8217;ll never go to them in my life. I haven&#8217;t even looked what the prices are, let alone care.</p>
<p><strong><a href="http://www.virginmobile.com.au/">Virgin</a> </strong>- Virgin Movile was one of the providers I looked at very closely. For $25 on their <em>Rollover Caps Plus </em>plan, I get more calls and texts than I&#8217;ll ever use in a month, as well as 300MB data, which is more than I use in an average month. Also included is a new phone, free voicemail, and free calls and texts to other Virgin Mobile customers (though this is nobody I know, making it a dud offer). It goes straight on the shortlist. If I do use over the 300MB in a month, I can buy a data pack which gives me 1GB (up to a total of 1300MB) for an extra $15 a month. There&#8217;s also the <a href="http://www.velocityrewards.com.au">Velocity</a> points I earn, but they amount to two parts of nothing.</p>
<p>Also worth consideration is the <em>Beancounter </em>prepaid plan. This has the benefit of really cheap calls and texts to everybody (10c SMS&#8217; to anybody in Australia is very tempting), but falls down in the data department; I have to buy a seperate data pack ($10 for 300MB) seperately.</p>
<p><strong><a href="http://www.optus.com.au/home/index.html">Optus</a> &#8211; </strong>The <em>&#8216;yes&#8217; Cap </em>plans have similar value to Virgin&#8217;s post-paid offerings, but without the possible bonus of free calls to other customers of the same telco. With regards to data, Optus is slightly more expensive than Virgin at $19.95 for 1GB. Virgin uses the Optus network (in fact, Virgin is owned fully by Optus, not by the <a href="http://en.wikipedia.org/wiki/Virgin_Group">Virgin Group</a> as you would expect) so reception and signal quality should be very similar, at about 96% of the continent&#8217;s population at the present date.</p>
<p><strong><a href="http://www.vodafone.com.au">Vodafone</a> </strong>- Last but not least is Vodafone. They have two series of plans. The first is the <em>SIM Only Contract Caps</em>, starting at $20. This has quite reasonable value at $150, but my research indicates it comes with no data. A data pack can be added, $9.95 for 200MB. This would cover my needs most months, but leave me high and dry in a few.</p>
<p>Their other line of plans is the <em>Contract Caps</em>, starting at $29. These include a new mobile, and for the more expensive plans, some data as well (quite a lot of it, in fact). However, for the cheaper plans it&#8217;s the same $9.95 for 200MB as the <em>SIM Only</em> plans.</p>
<p>Another thing to be mentioned about Vodafone is that their network in Tasmania, from experience, sucks. It&#8217;s getting better all the time, and in other states is probably quite fine, but is still lagging behind the other networks in Tasmania.</p>
<p><strong>Conclusion</strong></p>
<p>So which one to choose? It&#8217;s a hard choice to make. Most of my friends are with Telstra, and would either kill me or not message me anymore if I moved away to another provider. On the other hand, being with Telstra is definitely the most expensive option for me (except for possibly TPG). I won&#8217;t go Optus, since I may as well go Virgin. I also won&#8217;t go Vodafone, since I like my phone to work around the places I live. 3 is ruled out for being incompetent. That leaves staying with Telstra or moving to TPG or Virgin.</p>
<p>I have no idea what I&#8217;ll do yet. I&#8217;ll let you know when I decide.</p>
]]></content:encoded>
			<wfw:commentRss>http://jackscott.id.au/2009/11/on-phone-plans-wireless-data/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Pre-Internet Win</title>
		<link>http://jackscott.id.au/2009/10/pre-internet-win/</link>
		<comments>http://jackscott.id.au/2009/10/pre-internet-win/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 11:09:19 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Uncategorised]]></category>
		<category><![CDATA[Australian Broadcasting Corporation]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Memes]]></category>

		<guid isPermaLink="false">http://www.jackscott.id.au/?p=529</guid>
		<description><![CDATA[This evening I spent time on Youtube (uh oh&#8230;). After the usual clicking between videos, I ended up on this song. For the uninitiated, the Ning Nang Nong is a song by legendary poet Spike Milligan, but made famous (to Australians at least) by being made into an animation sequence on a children&#8217;s television show [...]]]></description>
			<content:encoded><![CDATA[<p>This evening I spent time on Youtube (uh oh&#8230;). After the usual clicking between videos, I ended up on <a href="http://www.youtube.com/watch?v=E8CHnbdEXgQ">this song</a>. For the uninitiated, the Ning Nang Nong is a song by legendary poet <a href="http://en.wikipedia.org/wiki/Spike_Milligan">Spike Milligan</a>, but made famous (to Australians at least) by being made into an animation sequence on a children&#8217;s television show (<a href="http://en.wikipedia.org/wiki/Play_School_%28Australian_TV_series%29">Play School</a>, on ABC TV). I spent about an hour listening to this video, over and over and over. It never gets old.</p>
<p>According to Wikipedia, Play School is the longest-running childrens television show in Australia, and more than 80% of young children watch it at least once a week. I&#8217;d say that&#8217;s been true for the entire running of the series too. Every person I&#8217;ve talked to on the matter has watched Play School as a child. Even though they&#8217;ve taken the Ning Nang Nong off the regular programming, it does occasionally get a run. And boy does it deserve it.</p>
<p>The Ning Nang Nong has so much pure win in it. It&#8217;s hilariously funny, completely insane, horribly addictive, and it impregnates itself in your brain forever. Very few Internet memes can pull as much win. From one comment on YouTube:</p>
<blockquote><p><a rel="nofollow" href="http://www.youtube.com/user/GreenCristina">GreenCristina</a>: [...] The amount of win it contains cannot even be articulated.</p></blockquote>
<p>So after a bit of thought, I came to the decision that more Australians would be able to recite more of the Ning Nang Nong than they would of the Australian national anthem (<a href="http://en.wikipedia.org/wiki/Advance_Australia_Fair">Advance Australia Fair</a>), without listening to either song before hand. I know that I know more Ning Nang Nong, for certain.</p>
<p>So tell me (in the comments), have you seen the Ning Nang Nong? Is it the highlight of your childhood? Can you recite more it than Advance Australia Fair? And is it the biggest pre-Internet win ever?</p>
]]></content:encoded>
			<wfw:commentRss>http://jackscott.id.au/2009/10/pre-internet-win/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

