<?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>Harry Rose</title>
	<atom:link href="http://harryrose.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://harryrose.org</link>
	<description></description>
	<lastBuildDate>Fri, 17 Feb 2012 15:11:51 +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>Bitcoin: An Introduction</title>
		<link>http://harryrose.org/blog/2011/07/bitcoin-an-introduction/</link>
		<comments>http://harryrose.org/blog/2011/07/bitcoin-an-introduction/#comments</comments>
		<pubDate>Sun, 31 Jul 2011 00:22:18 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[bitcoin]]></category>
		<category><![CDATA[currency]]></category>
		<category><![CDATA[free bitcoin]]></category>
		<category><![CDATA[getting started]]></category>

		<guid isPermaLink="false">http://harryrose.org/?p=49</guid>
		<description><![CDATA[This post will briefly introduce Bitcoin &#8212; a new online currency that I&#8217;ve decided to play with. It&#8217;s composed of a number of sections, so if you&#8217;re particularly interested in a single aspect, go and jump right to it. Thanks to Mark for his helpful comment (which can be found at the bottom of this [...]]]></description>
			<content:encoded><![CDATA[<p>This post will briefly introduce Bitcoin &#8212; a new online currency that I&#8217;ve decided to play with.  It&#8217;s composed of a number of sections, so if you&#8217;re particularly interested in a single aspect, go and jump right to it.  Thanks to Mark for his helpful comment (which can be found at the bottom of this page).  I&#8217;ve updated this post to reflect his feedback.</p>
<h2>What is Bitcoin?</h2>
<p>Bitcoin is a (relatively) new online currency, which I&#8217;ve decided to experiment with.  It&#8217;s transactions are distributed over a peer-to-peer network, where users can earn coins by &#8216;mining for bitcoins&#8217;.  My understanding is that this mining involves computing computationally hard problems, which, when complete, earn us some coins!  As time progresses, the size of the problem that is to be computed by each user increases, this way, the rate (and ultimately, the number) of bitcoins being made available decreases, giving the coins their value.  </p>
<p>If you&#8217;d like to get started with bitcoin, the first thing to do is to go to the <a href="http://www.bitcoin.org/" title="Bitcoin Homepage">bitcoin website</a> and download their client.   When you install this, you&#8217;ll get a unique <del datetime="2011-07-31T14:59:58+00:00">wallet</del> address for receiving coins (in my case, 1CWtz5R2bDjMwi4wp2qpFC4nG5BDd3kHpb ).  When users make payments to you, they simply paste your receiving address into the pay to box of the bitcoin client.</p>
<p>It is thought that bitcoin transactions are anonymous; receivers only see your long bit-coin address (of which you can make as many as you like &#8212; e.g. one per transaction).  Having said that, this <a href="http://anonymity-in-bitcoin.blogspot.com/2011/07/bitcoin-is-not-anonymous.html" title="Anonymity in Bitcoin">anonymity has been called into question</a>, although identifying a user still takes a fair amount of work.</p>
<h2>Getting Started</h2>
<p>As I said above, first you should download the <a href='http://www.bitcoin.org/'>bitcoin client</a>.  Next, once you&#8217;ve run the client, you&#8217;ll see something like the following:<br />
<div id="attachment_51" class="wp-caption aligncenter" style="width: 310px"><a href="http://harryrose.org/wp-content/uploads/2011/07/bitcoinui.png"><img src="http://harryrose.org/wp-content/uploads/2011/07/bitcoinui-300x201.png" alt="GUI of the main, official Bitcoin client" title="Bitcoin User Interface" width="300" height="201" class="size-medium wp-image-51" /></a><p class="wp-caption-text">GUI of the main, official Bitcoin client</p></div></p>
<p>Now, to get some free bitcoins, you can enter the address under &#8220;Your Bitcoin Address:&#8221; to websites such as <a href="https://freebitcoins.appspot.com/" title="Bitcoin Faucet (Free bitcoins)">the Bitcoin Faucet</a>.  Note that, you can create as many receiving addresses as you like.  So far, I&#8217;ve been creating new addresses per location that I&#8217;m using them (whether or not this is a good thing to do I&#8217;m not sure).  If you go to the address book from the bitcoin client, you will be presented with a window similar to:<br />
<div id="attachment_52" class="wp-caption aligncenter" style="width: 310px"><a href="http://harryrose.org/wp-content/uploads/2011/07/bitcoinuireceiveaddresses.png"><img src="http://harryrose.org/wp-content/uploads/2011/07/bitcoinuireceiveaddresses-300x191.png" alt="Bitcoin GUI Address Book" title="Bitcoin GUI Address Book" width="300" height="191" class="size-medium wp-image-52" /></a><p class="wp-caption-text">Bitcoin GUI Address Book</p></div></p>
<p>Note the new address button that you can use to create new receiving addresses.</p>
<p>In order to begin mining you&#8217;ll need to get some mining software.  The software I&#8217;m currently using is <a href="http://forum.bitcoin.org/?topic=3878.0" title="Kiv's GUI miner">Kiv&#8217;s GUI Miner</a>, which will offload the mining computation to your graphics card, (which is particularly good at these problems) using CUDA or OpenCL.  The image below is the UI of the gui miner:<br />
<div id="attachment_53" class="wp-caption aligncenter" style="width: 310px"><a href="http://harryrose.org/wp-content/uploads/2011/07/guiminer.png"><img src="http://harryrose.org/wp-content/uploads/2011/07/guiminer-300x175.png" alt="Kiv&#039;s GUI Miner for Windows" title="Kiv&#039;s GUI Miner" width="300" height="175" class="size-medium wp-image-53" /></a><p class="wp-caption-text">Kiv&#039;s GUI Miner for Windows</p></div></p>
<p>As I said, mining for bitcoins isn&#8217;t designed to be easy; it&#8217;s a computationally expensive procedure.  To try to obtain a constant flow of income, people have set up <a href="http://mining.bitcoin.cz/" title="Pooled Bitcoin Mining">mining pools</a>, in which users all individually mine for bitcoins, but when found, coins are entered into the pool, which is then distributed among the users participating in the pool according to their individual computational contributions.</p>
<h2>Safety &#8211; Keep backups!</h2>
<p>Of course, it goes without saying, the ability to make anonymous transactions online might be abused by certain people, so tread carefully.  Another issue, which, alas, I fell victim to, is to <strong>make sure your bitcoin <del datetime="2011-07-31T14:59:58+00:00">wallet</del> <ins datetime="2011-07-31T14:59:58+00:00">key</ins> is backed up</strong> (<ins datetime="2011-07-31T14:59:58+00:00">see Mark&#8217;s comment below</ins>)!  I had a number of bitcoins stashed away a couple of months ago.  However, they were on a machine that is no longer among the living, and shamefully, my bitcoins shared the same fate.  The lesson:  make sure to keep a regular backup of your <del datetime="2011-07-31T14:59:58+00:00">wallet</del> <ins datetime="2011-07-31T14:59:58+00:00">bitcoin keys</ins>, which seems to be located (under windows) at C:\Users\[Your Username]\AppData\Roaming\Bitcoin.</p>
<h2>Finally</h2>
<p>I hope this has been a useful introduction to bitcoin for you.  If you&#8217;d like to know more, please leave a comment and I&#8217;ll try to answer any questions, or maybe make a future blog post.  If you&#8217;d like to donate any bitcoins to me (which will be very gratefully received), please send them to the address below:</p>
<p><code><br />
My Bitcoin Address: 1CWtz5R2bDjMwi4wp2qpFC4nG5BDd3kHpb<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://harryrose.org/blog/2011/07/bitcoin-an-introduction/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Canon EF 50mm f/1.8 II</title>
		<link>http://harryrose.org/blog/2011/01/canon-ef-50mm-f18-ii/</link>
		<comments>http://harryrose.org/blog/2011/01/canon-ef-50mm-f18-ii/#comments</comments>
		<pubDate>Sun, 16 Jan 2011 17:26:34 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[50mm]]></category>
		<category><![CDATA[canon]]></category>
		<category><![CDATA[EF]]></category>
		<category><![CDATA[f/1.8]]></category>
		<category><![CDATA[fixed focus]]></category>
		<category><![CDATA[lens]]></category>
		<category><![CDATA[prime]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://harryrose.org/?p=30</guid>
		<description><![CDATA[When I was younger I used to have a small collection of cameras. Now, however they have been relegated to a loft somewhere. Last year I was gifted a Canon Ixus 95 IS, and since then my interest in photography has been rekindled. In December last year I bought myself a Canon EOS 500D, digital [...]]]></description>
			<content:encoded><![CDATA[<p>When I was younger I used to have a small collection of cameras.  Now, however they have been relegated to a loft somewhere.  Last year I was gifted a Canon Ixus 95 IS, and since then my interest in photography has been rekindled.</p>
<p>In December last year I bought myself a <a href="http://www.canon.co.uk/For_Home/Product_Finder/Cameras/Digital_SLR/EOS_500D/">Canon EOS 500D</a>, digital SLR with a basic kit lens, and yesterday I decided to purchase a faster, 50mm prime lens &#8211; the <a href="http://www.canon.co.uk/for_home/product_finder/cameras/ef_lenses/fixed_focal_length/EF_50mm_f18II/">Canon EF 50mm f/1.8 II</a>.  This is the cheapest of the 50mm lenses currently offered by Canon, it can be found for as little as £89, compared to £250 for the f/1.4 USM, and which is less than a tenth of the price of the 50mm f/1.2 L lens that Canon sell.</p>
<p>I&#8217;ve had this lens for only a day, but I thought I&#8217;d give my thoughts so far.  The fact that I&#8217;ve not gone back to my kit lens might be sufficient evidence to show that I believe this lens to be of very high quality despite the price tag.  I decided to purchase it from a Canon specialist high-street store, and in comparisons between the f/1.4 USM lens didn&#8217;t seem to show a huge amount of difference to me.  The only real disadvantage I found with the cheaper lens was the focussing motor &#8212; it can be a bit loud, although in my experience it doesn&#8217;t seem to be as noisy as the 18-55mm kit lens supplied with the 500D.</p>
<p>The lens takes 52mm diameter filters, and the lens does not rotate when focussing, which is great for gradient or polarising filters.  It doesn&#8217;t use internal focussing, so the front of the lens can extend slightly while focussing, but this isn&#8217;t really a huge problem for me.  The lens supports manual and auto focus, and the manual focus ring could do with being a bit wider in my opinion.  The switch to change between auto and manual focus is incredibly stiff on my lens, and when switching to manual focus mode, the focussing ring can be a bit sticky at first &#8212; as if it is caught on one of the auto-focus cogs.</p>
<p>There is no IS on the f/1.8 lens, but to be honest that hasn&#8217;t been a huge problem for me.  At f/1.8, the lens is fast enough to use fairly quick shutter speeds (1/20 and faster, although you might need to use a higher ISO in particularly low light), so hand shake isn&#8217;t very noticeable unless it&#8217;s particularly severe.</p>
<p>Below are a couple of photographs taken using this lens, they show the difference in depth of field you can get with this lens, more will no doubt come soon as I blog about trips and holidays, but I thought I&#8217;d give you these as a taster of what this lens can do.</p>
<div style='text-align:center'><a href="http://picasaweb.google.com/lh/photo/IVkUrLDKgJBWv5hKntl2_OWl3cgOzipJ7PifFU-aPsM?feat=embedwebsite"><img src="http://lh5.ggpht.com/_4245xunWNaE/TTMn_JTp1mI/AAAAAAAAAcc/fPAADiQeRKs/s288/IMG_1809.jpg" alt="" width="288" height="192" /></a> <a href="http://picasaweb.google.com/lh/photo/bVJFALI_VUyBlzC5VeBNgOWl3cgOzipJ7PifFU-aPsM?feat=embedwebsite"><img src="http://lh3.ggpht.com/_4245xunWNaE/TTMoCXd6__I/AAAAAAAAAcg/jivGRzCwXWc/s288/IMG_1810.jpg" alt="" width="288" height="192" /></a>
</div>
<p>OK, well that&#8217;s all I have to say for the moment.  To summarise, I think this is a pretty good lens, great for people like me who just want to take casual photographs without spending a fortune.  This lens would be particularly good for portraits because of the fast aperture.  If you have any questions, or you&#8217;d like to see photos of other settings that I might be able to shoot, feel free to leave a comment below.  Also check out <a href='http://flickr.com/HarryRose/'>my Flickr account</a>, as I pretty regularly upload photographs to that, and I plan to use this lens a lot in the near future.</p>
]]></content:encoded>
			<wfw:commentRss>http://harryrose.org/blog/2011/01/canon-ef-50mm-f18-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

