<?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>TheMorningFlight.com</title>
	<atom:link href="http://themorningflight.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://themorningflight.com</link>
	<description>&#34;Though I take the wings of the morning...&#34; Psalm 139:9</description>
	<lastBuildDate>Wed, 16 May 2012 17:31:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>How to install a Brother DCP7030 printer and scanner in Ubuntu</title>
		<link>http://themorningflight.com/gadgets/how-to-install-a-brother-dcp7030-printer-and-scanner-in-ubuntu/</link>
		<comments>http://themorningflight.com/gadgets/how-to-install-a-brother-dcp7030-printer-and-scanner-in-ubuntu/#comments</comments>
		<pubDate>Wed, 16 May 2012 17:31:29 +0000</pubDate>
		<dc:creator>graham</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://themorningflight.com/?p=1973</guid>
		<description><![CDATA[I have installed this printer and scanner a few times but this time something went wrong the last time due to me not paying attention to what I was doing. So here are the instructions and how to avoid doing what I did that resulted in an error message. Preparation You will need to download [...]]]></description>
			<content:encoded><![CDATA[<div class="mceTemp mceIEcenter">
<dl id="attachment_194" class="wp-caption  aligncenter" style="width: 210px;">
<dt class="wp-caption-dt"><a href="http://themorningflight.com/wp-content/uploads/2008/12/logo-ubuntu_200.jpg" rel="lightbox"><img class="size-full wp-image-194" title="logo-ubuntu_200" src="http://themorningflight.com/wp-content/uploads/2008/12/logo-ubuntu_200.jpg" alt="" width="200" height="52" /></a></dt>
<dd class="wp-caption-dd"></dd>
</dl>
</div>
<p>I have installed this printer and scanner a few times but this time something went wrong the last time due to me not paying attention to what I was doing. So here are the instructions and how to avoid doing what I did that resulted in an error message.</p>
<p>Preparation<br />
You will need to download some drivers from the Brother website.</p>
<p>You will need the two following files for the printer:<br />
brdcp7030lpr-2.0.2-1.i386.deb<br />
cupswrapperDCP7030-2.0.2-1.i386.deb</p>
<p>For the scanner you will need:<br />
brscan3-0.2.11-4.i386.deb<br />
brscan-skey-0.2.3-0.i386.deb</p>
<p>Get them from <a href="http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/download_prn.html" target="_blank">here</a></p>
<p>Download them and have them on your desktop.</p>
<p>First thing that I did wrong the last time was the very first step. So ENSURE PRINTER IS PLUGGED IN THE USB AND SWITCHED ON!</p>
<p>Place driver on desktop and open a terminal (to open a terminal just type &#8216;terminal&#8217; in the box after clicking on &#8216;dash home&#8217;):</p>
<p>You need to type an instruction that has system wide authority (what is known as ‘root’ authority) so to do that the word ‘sudo’ goes in front of the command.</p>
<p>You will need to copy the first command below (sudo dpkg -i &#8211;force-all /home/graham/Desktop/brdcp7030lpr-2.0.2-1.i386.deb) then right click in the Terminal and paste it in, then press enter. You can paste it in in two stages.</p>
<p>First you can paste in<br />
sudo dpkg -i &#8211;force-all</p>
<p>Then you go to the driver on your desktop and right click on it and choose Copy. This will get the full address of the driver including your user name. You then paste it into the terminal so you get a complete command like this (make sure it is your user name that appears in the command, not mine) and press Enter:</p>
<p>sudo dpkg -i &#8211;force-all /home/graham/Desktop/brdcp7030lpr-2.0.2-1.i386.deb</p>
<p>You will then be asked for your password, enter it and press Enter. Then paste this next command in (with your name, not mine) and press enter:</p>
<p>sudo dpkg -i &#8211;force-all /home/graham/Desktop/cupswrapperDCP7030-2.0.2-1.i386.deb</p>
<p>Then in the terminal check the printer has installed by pasting in the following and pressing Enter:<br />
dpkg -l | grep Brother</p>
<p>You should see your printer mentioned.</p>
<p>Next you are going to look into a file on your machine that controls things. To do this you are going to open your text editor called Gedit, but you will do it so that it can open and save ‘read only’ files. So in the terminal you paste the following:<br />
sudo gedit /etc/printcap</p>
<p>For USB Connection (Default) you will want to see that the parameter of lp is &#8220;:lp=/dev/usb/lp0&#8243;</p>
<p>Then restart printer by pasting in this next command and pressing enter:<br />
sudo restart /etc/init.d/lps</p>
<p>INSTALLING THE SCANNER<br />
To install the scanner you need to have a small hidden programme on your machine called ‘sane-utils’. To ensure you have it installed already, make sure you have a scanner programme installed from the Software Centre (the shopping bag icon in your launcher open the Software Centre) such as ‘Simple Scan’ or ‘Xsane Image Scanning’ (which I prefer).</p>
<p>Run in terminal (you should be good at this by now):<br />
sudo dpkg -i &#8211;force-all /home/graham/Desktop/brscan3-0.2.11-4.i386.deb</p>
<p>Then:<br />
sudo dpkg -i &#8211;force-all /home/graham/Desktop/brscan-skey-0.2.3-0.i386.deb</p>
<p>Then run scan-key-tool and try the test scanning.<br />
Run scan-key-tool (The program will run as a background process). To do that you paste in:<br />
sudo brscan-skey</p>
<p>Then to check if the scan-key-tool detects your scanner device by pasting in:<br />
brscan-skey -l</p>
<p>Now you are going to edit a ‘read only’ file at &#8216;/lib/udev/rules.d/40-libsane.rules&#8217;. If you want to read a bit more about how to do this you can go to a previous post of mine <a href="http://themorningflight.com/linux/editing-a-read-only-file-in-linux/" target="_blank">here</a>. This time we will do it the quick way.</p>
<p>Step 1. Paste in the following command and a text document will open. Now this is a bit of the programme that runs your machine so DO NOT DELETE ANYTHING. The command is:</p>
<p>sudo gedit /lib/udev/rules.d/40-libsane.rules</p>
<p>Step 2. You will see a long list of devices and you are going to add yours. You do this by adding the following two lines to the end of the device list. This is where I went wrong, I pasted them in the wrong place. It didn’t do any harm, but the scanner didn’t work.</p>
<p>The two lines must go after where is says: LABEL=&#8221;libsane_usb_rules_begin&#8221; and before the line &#8220;# The following rule will disable &#8230;&#8221;</p>
<p>I recommend you stick it after LABEL=&#8221;libsane_usb_rules_begin&#8221; so you don’t have to go to the bottom of the list.</p>
<p>The two lines to be pasted in are:</p>
<p># Brother scanners<br />
ATTRS{idVendor}==&#8221;04f9&#8243;, ENV{libsane_matched}=&#8221;yes&#8221;</p>
<p>THEN SAVE THE TEXT DOCUMENT or the changes you have just made will be lost and you will have to do that bit again.</p>
<p>Now reboot the machine and both your printer and scanner should work great.</p>
<p>Now you deserve cake!</p>
]]></content:encoded>
			<wfw:commentRss>http://themorningflight.com/gadgets/how-to-install-a-brother-dcp7030-printer-and-scanner-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Is God good? Yes he is, but how can we know he is good?</title>
		<link>http://themorningflight.com/preach_it/is-god-good-yes-he-is-but-how-can-we-know-he-is-good/</link>
		<comments>http://themorningflight.com/preach_it/is-god-good-yes-he-is-but-how-can-we-know-he-is-good/#comments</comments>
		<pubDate>Tue, 15 May 2012 19:30:30 +0000</pubDate>
		<dc:creator>graham</dc:creator>
				<category><![CDATA[My life]]></category>
		<category><![CDATA[preach_it!]]></category>
		<category><![CDATA[Sabbatical]]></category>

		<guid isPermaLink="false">http://themorningflight.com/?p=1969</guid>
		<description><![CDATA[I listened to a speaker on Sunday talking about the subject of God being good. The following is the gist of what he was saying. I liked the progression of his reasoning and how he explained it. Though followers of Jesus will probably say God is good, despite personal pains griefs and tragedies, it is [...]]]></description>
			<content:encoded><![CDATA[<p>I listened to a speaker on Sunday talking about the subject of God being good. The following is the gist of what he was saying. I liked the progression of his reasoning and how he explained it.</p>
<p>Though followers of Jesus will probably say God is good, despite personal pains griefs and tragedies, it is worth asking how they can come to that conclusion.</p>
<p>If we look at the poem of creation in Genesis chapter 1 we see the repeated use of the word ‘good’.</p>
<p style="padding-left: 30px;">3 And God said, ‘Let there be light,’ and there was light. 4 <strong>God saw that the light was good</strong>&#8230;<br />
10 God called the dry ground ‘land’, and the gathered waters he called ‘seas’. <strong>And God saw that it was good</strong>.<br />
12 The land produced vegetation: plants bearing seed according to their kinds and trees bearing fruit with seed in it according to their kinds. <strong>And God saw that it was good</strong>.<br />
13 And there was evening, and there was morning – the third day.<br />
16 God made two great lights – the greater light to govern the day and the lesser light to govern the night. He also made the stars. 17 God set them in the vault of the sky to give light on the earth, 18 to govern the day and the night, and to separate light from darkness. <strong>And God saw that it was good</strong>.<br />
19 And there was evening, and there was morning – the fourth day.<br />
21 So God created the great creatures of the sea and every living thing with which the water teems and that moves about in it, according to their kinds, and every winged bird according to its kind. <strong>And God saw that it was good</strong>.<br />
25 God made the wild animals according to their kinds, the livestock according to their kinds, and all the creatures that move along the ground according to their kinds. <strong>And God saw that it was good</strong>.</p>
<p>To describe these results of creation as good can not mean they were good in an ethical or moral sense. Neither could it be a case of God giving himself marks out of ten as though he has done his best and is relieved to see that the results turned out to be good.</p>
<p>The omnipotent God is seen to be declaring that the creation is good in the sense that it is complete, perfect, as intended. The creation is from him and as a result of his creating, it shares something of what he is, his very nature.</p>
<p>Later in the narrative we see that the declaration has changed to ‘very good’. What changed to bring about this ‘very good’? For the answer we must note that this description comes about after the creation of humans. It is this creation of people that is the crowning conclusion of creating that brings the declaration of ‘very good’. This is ‘very good’ because of the previous decision, “Let us make man in our image.” Now there is something in creation that is in the very image of God, and so is declared ‘very good’.</p>
<p style="padding-left: 30px;">26 Then God said, ‘Let us make mankind in our image&#8230;<br />
31 God saw all that he had made, <strong>and it was very good</strong>. And there was evening, and there was morning – the sixth day.</p>
<p>The creation is ‘good’ because it is of Him. Mankind is declared ‘very good’ because humans are of Him and, even more, are his image.</p>
<p>So is God good? It is a bad question, a proud question. How can the creature judge or declare whether The Creator is good?</p>
<p>It is not that God is good, as a standard of what he is, but that true Good is God. We are not the measure of all things. The Creator of all things is the measure and standard of all things.</p>
<p>So I think God is good all the time and all the time God is good.</p>
]]></content:encoded>
			<wfw:commentRss>http://themorningflight.com/preach_it/is-god-good-yes-he-is-but-how-can-we-know-he-is-good/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2012-05-13</title>
		<link>http://themorningflight.com/tweets/twitter-weekly-updates-for-2012-05-13/</link>
		<comments>http://themorningflight.com/tweets/twitter-weekly-updates-for-2012-05-13/#comments</comments>
		<pubDate>Sun, 13 May 2012 09:56:00 +0000</pubDate>
		<dc:creator>graham</dc:creator>
				<category><![CDATA[Tweets]]></category>

		<guid isPermaLink="false">http://themorningflight.com/tweets/twitter-weekly-updates-for-2012-05-13/</guid>
		<description><![CDATA[Mm nice, #pebble a wristwatch that runs Android and iPhone apps http://t.co/uaP6aVwo # Royal Mint olympic coins have Roman gods instead of Greek ones. Whoops! Researched on Wikipedia methinks. # Should Christians boycott olympics as they are an act of worship dedicated to other gods? #tencommandments # Just seen BBC prog about world first computer [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Mm nice, #<a href="http://search.twitter.com/search?q=%23pebble" class="aktt_hashtag">pebble</a> a wristwatch that runs Android and iPhone apps <a href="http://t.co/uaP6aVwo" rel="nofollow">http://t.co/uaP6aVwo</a> <a href="http://twitter.com/Ps139tmf/statuses/199796882422239232" class="aktt_tweet_time">#</a></li>
<li>Royal Mint olympic coins have Roman gods instead of Greek ones. Whoops! Researched on Wikipedia methinks. <a href="http://twitter.com/Ps139tmf/statuses/200647680899284992" class="aktt_tweet_time">#</a></li>
<li>Should Christians boycott olympics as they are an act of worship dedicated to other gods? #<a href="http://search.twitter.com/search?q=%23tencommandments" class="aktt_hashtag">tencommandments</a> <a href="http://twitter.com/Ps139tmf/statuses/200648369243308032" class="aktt_tweet_time">#</a></li>
<li>Just seen BBC prog about world first computer the #<a href="http://search.twitter.com/search?q=%23antikytheramechanism" class="aktt_hashtag">antikytheramechanism</a>  Wow! <a href="http://twitter.com/Ps139tmf/statuses/200691524172918784" class="aktt_tweet_time">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://themorningflight.com/tweets/twitter-weekly-updates-for-2012-05-13/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sabbatical reading: Discovering Jesus in the New Testament by Keith Warrington</title>
		<link>http://themorningflight.com/my-life/sabbatical-reading-discovering-jesus-in-the-new-testament-by-keith-warrington/</link>
		<comments>http://themorningflight.com/my-life/sabbatical-reading-discovering-jesus-in-the-new-testament-by-keith-warrington/#comments</comments>
		<pubDate>Fri, 11 May 2012 12:35:32 +0000</pubDate>
		<dc:creator>graham</dc:creator>
				<category><![CDATA[My life]]></category>
		<category><![CDATA[Sabbatical]]></category>

		<guid isPermaLink="false">http://themorningflight.com/?p=1964</guid>
		<description><![CDATA[One of the books I am reading on my sabbatical is the excellent book by Keith Warrington: Discovering Jesus in the New Testament. Highly recommended! I listened to a lecture by Keith recently where he pointed out that the writer to the Hebrews knew about their trials yet instead of addressing their troubles directly the [...]]]></description>
			<content:encoded><![CDATA[<p>One of the books I am reading on my sabbatical is the excellent book by Keith Warrington: Discovering Jesus in the New Testament. Highly recommended!</p>
<p><a href="http://themorningflight.com/wp-content/uploads/2012/05/discovering-jesus-in-NT.jpeg" rel="lightbox"><img class="size-medium wp-image-1966 aligncenter" title="discovering jesus in NT" src="http://themorningflight.com/wp-content/uploads/2012/05/discovering-jesus-in-NT-194x300.jpg" alt="" width="194" height="300" /></a></p>
<p>I listened to a lecture by Keith recently where he pointed out that the writer to the Hebrews knew about their trials yet instead of addressing their troubles directly the writer spoke of the excellence of Jesus. This understanding of the excellence of Jesus is very much needed by Western Christians today, as the seduction is to live a counterfeit faith that is lived through others or through the Christian media.</p>
<p>There is a great quote on page 12 of his book where Keith writes about the accounts of Jesus being led into the wilderness to be tempted by the devil.</p>
<p>He begins by setting the scene:</p>
<p style="padding-left: 30px;">After the divine endorsement of Jesus at his baptism. one would expect the result of his confrontation with the devil to be a foregone conclusion. Although the devil may hope for a knockout, he is in for a shock as his opponent stands before him. having received the affirmation of the Spirit and the applause of his Father. The battle commences but the odds are unfair, for Jesus has already been identified as supreme.</p>
<p>Keith goes on to set out the usual explanation that is commonly heard on the lips of preachers. It is the same explanation I have proclaimed.</p>
<p style="padding-left: 30px;">Matthew (4: 1-1 1) and Luke (4: 1 &#8211; 13) record three temptations of Jesus. Although there are differences in the accounts, the main thrust is clear—-the devil is no match for Jesus. The devil attempts to diverts Jesus from his mission by suggesting that he could prove that he is the Son of God, demonstrate it publicly, and own the nations by following an agenda other than the divine one.</p>
<p>This is the familiar understanding, an attempt to get Jesus to follow a different strategy, one that avoided the cross.</p>
<p>The part I particularly love in this piece is the following, were Keith points out that it was more than crucifixion that was required and that the devil wanted him to miss experiencing:</p>
<p style="padding-left: 30px;">The devil challenges Jesus to achieve his ambitions without the pain of life and the rejection of those he came to save, without the denials, betrayals, and the flight of his followers, without suffering crucifixion and separation from the Father.</p>
<p>I love this insight and how he portrays it. This reminds me of the statement by Moltmann I <a href="http://themorningflight.com/my-life/been-reading-moltmann/" target="_blank">previously blogged</a> about over a year ago:</p>
<p style="padding-left: 30px;">“… a God who cannot suffer is poorer than any man. For a God who is incapable of suffering is a being who cannot be involved. Suffering and injustice do not affect him. And because he is so completely insensitive, he cannot be affected or shaken by anything. He cannot weep, for he has no tears. But the one who cannot suffer cannot love either.&#8221;</p>
<p>Jesus was determined to suffer, and he did it for me. Wonderful!</p>
]]></content:encoded>
			<wfw:commentRss>http://themorningflight.com/my-life/sabbatical-reading-discovering-jesus-in-the-new-testament-by-keith-warrington/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chafing and the long distance runner</title>
		<link>http://themorningflight.com/sabbatical/chafing-and-the-long-distance-runner/</link>
		<comments>http://themorningflight.com/sabbatical/chafing-and-the-long-distance-runner/#comments</comments>
		<pubDate>Mon, 07 May 2012 12:45:49 +0000</pubDate>
		<dc:creator>graham</dc:creator>
				<category><![CDATA[Coast to Coast]]></category>
		<category><![CDATA[Sabbatical]]></category>

		<guid isPermaLink="false">http://themorningflight.com/?p=1962</guid>
		<description><![CDATA[Whether to shave around my nipples was something I was wondering about this morning as I ran in sunshine and stillness along the cycle track, with only the sound of my steady breathing and the padding of my feet accompanying me. I was thinking ahead to the long distance run I am planning for later [...]]]></description>
			<content:encoded><![CDATA[<p>Whether to shave around my nipples was something I was wondering about this morning as I ran in sunshine and stillness along the cycle track, with only the sound of my steady breathing and the padding of my feet accompanying me.</p>
<p>I was thinking ahead to the long distance run I am planning for later in my sabbatical. I am hoping to run as much as I can manage of the <a href="http://en.wikipedia.org/wiki/Coast_to_Coast_Walk" target="_blank">coast to coast walk</a>.</p>
<p>The reason men are seen running wearing those black running tights, and sometimes tight thigh-length shorts underneath the baggy shorts is that they are avoiding chafing. It is no laughing matter. On a long run what starts as a bit of chafing progresses to raw bleeding flesh. As fabric jogs up and down, as the miles go by, the fabric rubbing against nipples cause them to bleed too.</p>
<p>One solution to prevent chafing is to wear tights on the legs and over the chest something with smooth fabric. Some running vest have a smooth section across the chest for this reason. Another solution is to stick tape over the nipples, with or without shaving around them first. Although there are good anti-blister tapes around, especially for feet, I have found this to be another great use for duck tape.</p>
<p>I had planned to be doing the coast to coast about now but I decided that all the recent rain will have made the route too boggy so I have postponed it until July. That will give me more time to get everything ready.</p>
<p>I plan to do it alone, carrying a small back-pack containing micro tent and sleeping bag. I will give a run down of the kit I have assembles in a separate post.</p>
<p>I have no idea how far I will get. I am not expecting to complete the whole 220 miles.</p>
]]></content:encoded>
			<wfw:commentRss>http://themorningflight.com/sabbatical/chafing-and-the-long-distance-runner/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2012-05-06</title>
		<link>http://themorningflight.com/tweets/twitter-weekly-updates-for-2012-05-06/</link>
		<comments>http://themorningflight.com/tweets/twitter-weekly-updates-for-2012-05-06/#comments</comments>
		<pubDate>Sun, 06 May 2012 09:56:00 +0000</pubDate>
		<dc:creator>graham</dc:creator>
				<category><![CDATA[Tweets]]></category>

		<guid isPermaLink="false">http://themorningflight.com/tweets/twitter-weekly-updates-for-2012-05-06/</guid>
		<description><![CDATA[What a great advert for 24/7 prayer. Thanks @MissAlbus: http://t.co/nFCyb8eA in reply to MissAlbus # Last meeting of the day done. Now to begin my 3 month sabbatical. Nice! # I agree. A clever comment @GavAitchison: The comments section &#8230; on our website. 2nd one here made me chuckle: http://t.co/IuAoG419 in reply to GavAitchison # [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>What a great advert for 24/7 prayer. Thanks @<a href="http://twitter.com/MissAlbus" class="aktt_username">MissAlbus</a>:  <a href="http://t.co/nFCyb8eA" rel="nofollow">http://t.co/nFCyb8eA</a> <a href="http://twitter.com/MissAlbus/statuses/196575784566140929" class="aktt_tweet_reply">in reply to MissAlbus</a> <a href="http://twitter.com/Ps139tmf/statuses/196581796878630913" class="aktt_tweet_time">#</a></li>
<li>Last meeting of the day done. Now to begin my 3 month sabbatical. Nice! <a href="http://twitter.com/Ps139tmf/statuses/196690843980148736" class="aktt_tweet_time">#</a></li>
<li>I agree. A clever comment @<a href="http://twitter.com/GavAitchison" class="aktt_username">GavAitchison</a>: The comments section &#8230; on our website. 2nd one here made me chuckle: <a href="http://t.co/IuAoG419" rel="nofollow">http://t.co/IuAoG419</a> <a href="http://twitter.com/GavAitchison/statuses/196918768910344193" class="aktt_tweet_reply">in reply to GavAitchison</a> <a href="http://twitter.com/Ps139tmf/statuses/196975358627692544" class="aktt_tweet_time">#</a></li>
<li>The Hornster: World’s loudest bicycle bell is noisier than Concorde  <a href="http://t.co/9wZuzZ1Q" rel="nofollow">http://t.co/9wZuzZ1Q</a> <a href="http://twitter.com/Ps139tmf/statuses/198332074598481920" class="aktt_tweet_time">#</a></li>
<li>Cafe @<a href="http://twitter.com/bristol" class="aktt_username">bristol</a> has a leather chair that farts when you sit on it. I just sat on it. Could become a tourist attraction. <a href="http://twitter.com/Ps139tmf/statuses/198402549336911872" class="aktt_tweet_time">#</a></li>
<li>Great. Perhaps already sacked. QT @<a href="http://twitter.com/StuartSJones" class="aktt_username">StuartSJones</a>: Boing Boing: Unfortunate fake water reflection in newspaper photo <a href="http://t.co/QuVTn0Kn" rel="nofollow">http://t.co/QuVTn0Kn</a> <a href="http://twitter.com/StuartSJones/statuses/198732932234489856" class="aktt_tweet_reply">in reply to StuartSJones</a> <a href="http://twitter.com/Ps139tmf/statuses/198759361668063233" class="aktt_tweet_time">#</a></li>
<li>Government’s support for same-sex marriage could cost 30 seats and 1.1 million votes at next election according to poll <a href="http://t.co/me6kbyOz" rel="nofollow">http://t.co/me6kbyOz</a> <a href="http://twitter.com/Ps139tmf/statuses/198830311453368321" class="aktt_tweet_time">#</a></li>
<li>Re #<a href="http://search.twitter.com/search?q=%23TellStarbucksYourNameBob" class="aktt_hashtag">TellStarbucksYourNameBob</a> campaign. Fun! Can imagine better names displayed on mug. Rude ones! <a href="http://t.co/fqRzXVCd" rel="nofollow">http://t.co/fqRzXVCd</a> <a href="http://twitter.com/Ps139tmf/statuses/198834897039790081" class="aktt_tweet_time">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://themorningflight.com/tweets/twitter-weekly-updates-for-2012-05-06/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Government&#8217;s support for same-sex marriage could cost them as many as 30 seats and 1.1 million votes at the next election</title>
		<link>http://themorningflight.com/news-comment/governments-support-for-same-sex-marriage-could-cost-them-as-many-as-30-seats-and-1-1-million-votes-at-the-next-election/</link>
		<comments>http://themorningflight.com/news-comment/governments-support-for-same-sex-marriage-could-cost-them-as-many-as-30-seats-and-1-1-million-votes-at-the-next-election/#comments</comments>
		<pubDate>Sat, 05 May 2012 09:34:55 +0000</pubDate>
		<dc:creator>graham</dc:creator>
				<category><![CDATA[Culture]]></category>
		<category><![CDATA[news_comment]]></category>

		<guid isPermaLink="false">http://themorningflight.com/?p=1958</guid>
		<description><![CDATA[As the Coalition for Marriage (C4M) petition nudges ever closer to the 500,000 signatures mark, poll results published this week indicate that the Government&#8217;s support for same-sex marriage could cost them as many as 30 seats and 1.1 million votes at the next election. Yesterday, Ministry of Defence Minister, Gerald Howarth, highlighted issues such as [...]]]></description>
			<content:encoded><![CDATA[<p>As the Coalition for Marriage (C4M) petition nudges ever closer to the 500,000 signatures mark, poll results published this week indicate that the Government&#8217;s support for same-sex marriage could cost them as many as 30 seats and 1.1 million votes at the next election.</p>
<p>Yesterday, Ministry of Defence Minister, Gerald Howarth, highlighted issues such as the Government&#8217;s “proposals for gay marriage” as contributing to the Conservative Party&#8217;s poor showing in the week&#8217;s local election defeats. There have also been indications that MPs are being impacted by messages from constituents indicating their opposition to the Government&#8217;s plans.</p>
<p>Makes me wonder why they are so determined to press ahead in some sort of self-destruct daze.</p>
]]></content:encoded>
			<wfw:commentRss>http://themorningflight.com/news-comment/governments-support-for-same-sex-marriage-could-cost-them-as-many-as-30-seats-and-1-1-million-votes-at-the-next-election/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2012-04-29</title>
		<link>http://themorningflight.com/tweets/twitter-weekly-updates-for-2012-04-29/</link>
		<comments>http://themorningflight.com/tweets/twitter-weekly-updates-for-2012-04-29/#comments</comments>
		<pubDate>Sun, 29 Apr 2012 09:56:00 +0000</pubDate>
		<dc:creator>graham</dc:creator>
				<category><![CDATA[Tweets]]></category>

		<guid isPermaLink="false">http://themorningflight.com/tweets/twitter-weekly-updates-for-2012-04-29/</guid>
		<description><![CDATA[I am in a coffee queue behind the Archbishop of Canterbury. Yes really! http://t.co/5toorPdD # My Google Docs has just been updated to Google Drive. 5GB of storage free. Move over Ubuntu One, Dropbox, etc? # Will YOUR computer shut down in July? See FBI warning: http://t.co/eqhODz0V # Spot the great typo. Some communion service! [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>I am in a coffee queue behind the Archbishop of Canterbury. Yes really! <a href="http://t.co/5toorPdD" rel="nofollow">http://t.co/5toorPdD</a> <a href="http://twitter.com/Ps139tmf/statuses/194366206764003328" class="aktt_tweet_time">#</a></li>
<li>My Google Docs has just been updated to Google Drive. 5GB of storage free. Move over Ubuntu One, Dropbox, etc? <a href="http://twitter.com/Ps139tmf/statuses/194833295891111936" class="aktt_tweet_time">#</a></li>
<li>Will YOUR computer shut down in July? See FBI warning: <a href="http://t.co/eqhODz0V" rel="nofollow">http://t.co/eqhODz0V</a> <a href="http://twitter.com/Ps139tmf/statuses/195106151258521600" class="aktt_tweet_time">#</a></li>
<li>Spot the great typo. Some communion service! <a href="http://t.co/IqjxGJ0R" rel="nofollow">http://t.co/IqjxGJ0R</a> <a href="http://twitter.com/Ps139tmf/statuses/195108509120086016" class="aktt_tweet_time">#</a></li>
<li>Amazing cloud photo. Perfect Storm by Mitch Dobrowner, Sony World Photographer of the Year 2012 <a href="http://t.co/tZ31nBni" rel="nofollow">http://t.co/tZ31nBni</a> <a href="http://twitter.com/Ps139tmf/statuses/195776390744915969" class="aktt_tweet_time">#</a></li>
<li>River overflowing bank at Huntington Rd, York <a href="http://t.co/KqSqqzq4" rel="nofollow">http://t.co/KqSqqzq4</a> <a href="http://twitter.com/Ps139tmf/statuses/195811993117134848" class="aktt_tweet_time">#</a></li>
<li>Road will be completely cut off soon. Levels rising by the second. <a href="http://twitter.com/Ps139tmf/statuses/195812438095036417" class="aktt_tweet_time">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://themorningflight.com/tweets/twitter-weekly-updates-for-2012-04-29/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This must be one of the silliest books I have ever read. The Fire Gospel by Michel Faber</title>
		<link>http://themorningflight.com/reviews/this-must-be-one-of-the-silliest-books-i-have-ever-read-the-fire-gospel-by-michel-faber/</link>
		<comments>http://themorningflight.com/reviews/this-must-be-one-of-the-silliest-books-i-have-ever-read-the-fire-gospel-by-michel-faber/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 15:48:41 +0000</pubDate>
		<dc:creator>graham</dc:creator>
				<category><![CDATA[Culture]]></category>
		<category><![CDATA[reviews]]></category>

		<guid isPermaLink="false">http://themorningflight.com/reviews/this-must-be-one-of-the-silliest-books-i-have-ever-read-the-fire-gospel-by-michel-faber/</guid>
		<description><![CDATA[The idea for the story could have turned out to be a good one but I think it failed to rise to its potential. The premise is that someone called Theo (get it &#8211; theo means God?) finds a scroll which turns out to be another Christian gospel, another eye-witness account of the death of [...]]]></description>
			<content:encoded><![CDATA[<p><img title="" class="alignnone" alt="image" src="http://themorningflight.com/wp-content/uploads/2012/04/wpid-IMG_20120427_102326-1.jpg" /></p>
<p>The idea for the story could have turned out to be a good one but I think it failed to rise to its potential.</p>
<p>The premise is that someone called Theo (get it &#8211; theo means God?) finds a scroll which turns out to be another Christian gospel, another eye-witness account of the death of Jesus. This ancient person though tells us that Jesus did not rise again after dying. </p>
<p>There are three great problems with the story. </p>
<p>Firstly as the writer imagines the loss of faith by follows of Jesus he shows he has little understanding of the relationship that a believer has with Jesus. </p>
<p>Secondly the writing style of the supposed ancient document is nothing like the writing style of someone of that time. I end up wondering if the novelist has properly read the real gospels or Paul&#8217;s letters where he would see very different literary devices.</p>
<p>Thirdly if Jesus had not risen from the dead why would anyone have wanted to follow him beyond his death?</p>
<p>Nice cover though.</p>
]]></content:encoded>
			<wfw:commentRss>http://themorningflight.com/reviews/this-must-be-one-of-the-silliest-books-i-have-ever-read-the-fire-gospel-by-michel-faber/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2012-04-22</title>
		<link>http://themorningflight.com/tweets/twitter-weekly-updates-for-2012-04-22/</link>
		<comments>http://themorningflight.com/tweets/twitter-weekly-updates-for-2012-04-22/#comments</comments>
		<pubDate>Sun, 22 Apr 2012 09:56:00 +0000</pubDate>
		<dc:creator>graham</dc:creator>
				<category><![CDATA[Tweets]]></category>

		<guid isPermaLink="false">http://themorningflight.com/tweets/twitter-weekly-updates-for-2012-04-22/</guid>
		<description><![CDATA[Barbaric! Sri Lankan woman faces beheading on witchcraft charge cos someone near her in a shop acted oddly. Bonkers! http://t.co/X7F9Q62L # How odd getting ready to go on TV here where I used to preach now to talk about food &#38; job I did before preaching http://t.co/vK26QpKW #]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Barbaric! Sri Lankan woman faces beheading on witchcraft charge cos someone near her in a shop acted oddly. Bonkers! <a href="http://t.co/X7F9Q62L" rel="nofollow">http://t.co/X7F9Q62L</a> <a href="http://twitter.com/Ps139tmf/statuses/192882457425625088" class="aktt_tweet_time">#</a></li>
<li>How odd getting ready to go on TV here where I used to preach now to talk about food &amp; job I did before preaching <a href="http://t.co/vK26QpKW" rel="nofollow">http://t.co/vK26QpKW</a> <a href="http://twitter.com/Ps139tmf/statuses/192935167755698176" class="aktt_tweet_time">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://themorningflight.com/tweets/twitter-weekly-updates-for-2012-04-22/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

