<?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>Carbon Silk &#187; Productivity</title>
	<atom:link href="http://www.carbonsilk.com/tag/productivity/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.carbonsilk.com</link>
	<description>Developing Ideas by James Broad</description>
	<lastBuildDate>Sun, 20 Mar 2011 00:28:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.2</generator>
		<item>
		<title>Getting serious about digital photography</title>
		<link>http://www.carbonsilk.com/photography/digital-photography/</link>
		<comments>http://www.carbonsilk.com/photography/digital-photography/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 16:57:08 +0000</pubDate>
		<dc:creator>James Broad</dc:creator>
				<category><![CDATA[photography]]></category>
		<category><![CDATA[creative]]></category>
		<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://www.carbonsilk.com/?p=59</guid>
		<description><![CDATA[Photography, something that has fascinated me since a wee lad, has returned into my life in a bigger and better way than ever before. I have recently purchased a Digital SLR (Canon 1000d), something I have been longing on getting for a while, which has rekindled my photography hobby. I studied photography at college and [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Sea of bicycles by James Broad, on Flickr" href="http://www.flickr.com/photos/kulor/3200513543/"><img src="http://farm4.static.flickr.com/3314/3200513543_c4ea95d6da_m.jpg" alt="Sea of bicycles" width="160" height="240" /></a>Photography, something that has fascinated me since a wee lad, has returned into my life in a bigger and better way than ever before. I have recently purchased a Digital SLR (<a href="http://flickr.com/cameras/canon/eos_digital_rebel_xs/">Canon 1000d</a>), something I have been longing on getting for a while, which has rekindled my photography hobby.</p>
<p>I studied photography at college and a cinematography module at university, consequently gaining a good grasp of the technical and theoretical principles of taking photos, lighting composition and subject matter.</p>
<p>Personally I learn best by doing, so something that made me frustrated using film was the time delay from shot to print, I wanted to see the developed picture instantly. This was where digital entered my radar.</p>
<p>I entered the world of digital photography with my trusty <a href="http://flickr.com/cameras/panasonic/dmc-fz5/">Panasonic DMC-FZ5</a> a semi digital SLR. This was fine but didn&#8217;t offer swappable lenses and was, at the end of the day, a point and shoot camera with a big lens, never really achieving great results.</p>
<p><a href="http://www.flickr.com">Flickr</a> has traditionally been my dumping ground for photos, almost a backup solution for my snaps. Things have now changed and I use it to upload selective shots that I am proud of and think that other people will appreciate. Sharing my photos online has thus far been highly rewarding from the yield of feedback and the social aspects associated with sharing in an interest.</p>
<p>My advice to you if you are intending on getting into photography is to get yourself a beginners digital SLR (Nikon d40 &#8211; d80 or Canon 350d &#8211; 450d) with a kit lens (18 &#8211; 55mm) and/or a 50mm prime lens. With this kit, get yourself set up on Flickr and sign up to a few groups related to your equipment to see what results are achievable.</p>
<p>Now get out and about experimenting with aperture settings, shutter timings, white balance, time-lapse photographs and framing subject matters, after all, it is free to take as many shots, however you like.</p>
<p>You can find my photos at <a href="http://www.flickr.com/photos/kulor">flickr.com/photos/kulor</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.carbonsilk.com/photography/digital-photography/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick text replacement Vi tip</title>
		<link>http://www.carbonsilk.com/development/text-replacement-vi/</link>
		<comments>http://www.carbonsilk.com/development/text-replacement-vi/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 15:47:04 +0000</pubDate>
		<dc:creator>James Broad</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[vi]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.carbonsilk.com/?p=5</guid>
		<description><![CDATA[This came about as i wanted to replace just a few lines of text in vi. Work out what range of lines to select :set number Find the lines you wish to modify 35 #Hosts per intl 36 192.168.0.22 uk.dev.site.com 37 192.168.0.22 de.dev.site.com 38 192.168.0.22 es.dev.site.com 39 192.168.1.92 it.dev.site.com 40 192.168.0.21 fr.dev.site.com Do the replacement [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://flickr.com/photos/freud_1982/2325996725/"><img src="http://farm3.static.flickr.com/2384/2325996725_34941a15ce_t_d.jpg" alt="Vim logo" /></a>This came about as i wanted to replace just a few lines of text in vi.</p>
<h4>Work out what range of lines to select</h4>
<p><code>:set number</code></p>
<h4>Find the lines you wish to modify</h4>
<p><code>35 #Hosts per intl<br />
     36 192.168.0.22 uk.dev.site.com<br />
     37 192.168.0.22 de.dev.site.com<br />
     38 192.168.0.22 es.dev.site.com<br />
     39 192.168.1.92 it.dev.site.com<br />
     40 192.168.0.21 fr.dev.site.com<br />
</code></p>
<h4>Do the replacement</h4>
<p><code>:36,40s/patternToReplace/replacementText/gc</code></p>
<h4>Tips</h4>
<ul>
<li>If your looking to do a lot of replacements, take out the &#8216;c&#8217; at the end of the substitution (if your confident on what your changing), this is the confirmation option</li>
<li>If your unfamiliar with all the commands in vi, simply type &#8216;u&#8217; (undo) if you mess up</li>
<li>Like the command line, vi has a history so type &#8216;:&#8217; and use the up and down arrows to retrieve your previous text replacements</li>
<li>To turn line numbering off, type <code>:set nonumber</code></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.carbonsilk.com/development/text-replacement-vi/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Exploring personal task execution efficiency</title>
		<link>http://www.carbonsilk.com/personal/task-execution-efficiency/</link>
		<comments>http://www.carbonsilk.com/personal/task-execution-efficiency/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 00:10:57 +0000</pubDate>
		<dc:creator>James Broad</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[37signals]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[sxsw]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.carbonsilk.com/2008/03/09/being-hit-by-inspiring-talks/</guid>
		<description><![CDATA[Having attended a talk by Jason Fried from 37signals at south by southwest, i managed to feel completely inspired by what was spoken and how it was spoken. What i took from the presentation It all finally hit home, the message that Jason and 37signals were trying to make; keeping things simple. I realise things [...]]]></description>
			<content:encoded><![CDATA[<p><a title="37Signals talk by James Broad, on Flickr" href="http://www.flickr.com/photos/kulor/2323313708/"><img src="http://farm3.static.flickr.com/2305/2323313708_8e11e62276_t.jpg" alt="37Signals talk" /></a>Having attended a <a href="http://2008.sxsw.com/interactive/programming/panels_schedule/?action=show&amp;id=IAP060547">talk by Jason Fried</a> from <a href="http://www.37signals.com/">37signals</a> at <a href="http://www.sxsw.com/">south by southwest</a>, i managed to feel completely inspired by what was spoken and how it was spoken.</p>
<h4 style="clear: both">What i took from the presentation</h4>
<p>It all finally hit home, the message that Jason and 37signals were trying to make; keeping things simple. I realise things should be simple anyway, just having it spoken, made a whole lot of sense, and the general idea is to avoid over-complicating tasks. As humans we strive to make our lives more efficient, but in the process we inadvertently make more distractions resulting in a poor productivity.</p>
<p>Getting things done for me is a hard task. My process in doing things usually involves first thinking:</p>
<ul>
<li>Is there is a better way of doing something?</li>
<li>If i do not find some magical batch task solution, i will usually ponder on the best way of tackling the matter, again taking up time that could otherwise be spent doing stuff.</li>
</ul>
<p>Why is this, man it gets annoying as i like to see results, and fast!</p>
<h4>Tapping into my thoughts on task execution efficiency</h4>
<p>I set myself some kind of mental note now (not a todo/task as that would be too constrained and definite), to try and hit the task on the head and get it done. This is the only way i managed to get this very blog live, by just doing it, instead of worrying on the design, the mark-up on the front end, the way i will market it etc&#8230; Its here and it may or may work but at least it got done.</p>
<h4>Moving on from the talk</h4>
<p>One of the subjects covered in the talk was to avoid certain things, such as avoiding talking to people, which can be considered a distraction, but instead use email/IM/etc. to leave communication to a passive mode, to allow productivity. This is a hard task and i think if taken to literally, could be bad for picking up inspiration, relevant information, and not forgetting you may be conceived as a recluse!</p>
<p>I will do stuff, i will create those apps that i have been meaning to release, i will blog more, i will get more stuff done at work, or maybe not?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.carbonsilk.com/personal/task-execution-efficiency/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

