<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>A Latent Existence</title>
	
	<link>http://www.latentexistence.me.uk</link>
	<description>Illness, disability, welfare, and politics</description>
	<lastBuildDate>Tue, 21 May 2013 16:25:10 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Latentexistence" /><feedburner:info uri="latentexistence" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.0/</creativeCommons:license><image><link>http://creativecommons.org/licenses/by-nc-sa/2.0/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><feedburner:emailServiceId>Latentexistence</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>ZFS and Ubuntu Home Server howto</title>
		<link>http://feedproxy.google.com/~r/Latentexistence/~3/ZojJAY201NA/</link>
		<comments>http://www.latentexistence.me.uk/zfs-and-ubuntu-home-server-howto/#comments</comments>
		<pubDate>Tue, 21 May 2013 16:25:10 +0000</pubDate>
		<dc:creator>Latentexistence</dc:creator>
				<category><![CDATA[Science and Technology]]></category>
		<category><![CDATA[home server]]></category>
		<category><![CDATA[HP Microserver]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ZFS]]></category>

		<guid isPermaLink="false">http://www.latentexistence.me.uk/?p=6017</guid>
		<description><![CDATA[A while ago I bought myself a HP Microserver &#8211; a cheap, low power box which has four 3.5&#8243; drive bays and an optical drive bay. I bought it to run as a home server which would back up all my data as well as serve up video, music and photos around the house. I [...]]]></description>
				<content:encoded><![CDATA[<p>A while ago <a title="Home server project – HP Microserver" href="http://www.latentexistence.me.uk/home-server-project-hp-microserver/">I bought myself a HP Microserver</a> &#8211; a cheap, low power box which has four 3.5&#8243; drive bays and an optical drive bay. I bought it to run as a home server which would back up all my data as well as serve up video, music and photos around the house. I had decided before buying that I wanted to store my data using the ZFS filesystem since ZFS was the only filesystem at the time which offered guaranteed data integrity. (It still is the only filesystem of release quality which offers this, although BTRFS is catching up.) I have become almost obsessed with ZFS because of the overwhelming benefits it offers but I won&#8217;t go into them here. Instead I recommend watching <a title="ZFS: The Last Word in File Systems Part 1" href="http://www.youtube.com/watch?v=NRoUC9P1PmA">this talk by the creators of ZFS</a> (<a title="ZFS: The Last Word in File Systems Part 1" href="http://www.youtube.com/watch?v=NRoUC9P1PmA">Part 1</a>, <a title="ZFS: The Last Word in File Systems Part 2" href="http://www.youtube.com/watch?v=TwCXVp_u86o">part 2</a>, <a title="ZFS: The Last Word in File Systems Part 3" href="http://www.youtube.com/watch?v=ybjdAEUfXzw">part 3</a>) or read through <a title="ZFS The Last Word In File Systems" href="http://wiki.illumos.org/download/attachments/1146951/zfs_last.pdf">the accompanying slides</a>. [PDF]</p>
<p><a href="http://www.latentexistence.me.uk/wp-content/uploads/2012/04/20120412_181906.jpg"><img class="aligncenter size-large wp-image-4793" alt="HP Microserver - open" src="http://www.latentexistence.me.uk/wp-content/uploads/2012/04/20120412_181906-600x450.jpg" width="600" height="450" /></a></p>
<p>I meant at the time to write about how I set up my system but never did get around to it, so here is what I did in the end. The server arrived with 2GB of ECC RAM and a 250GB hard disk. I eventually upgraded this to 8GB RAM and added two 2TB hard disks, although I started with one 2TB disk and added the second as a mirror when finances allowed. ZFS checks the integrity of the stored data through checksums and so it can always tell you when there is data corruption but it can only silently heal the problem if it has either a mirror or a RAID-Z/Z2 (Equivalent to RAID 5 or 6.)</p>
<p>ZFS is available as part of FreeNAS, FreeBSD, Solaris, and a number of Solaris derivatives. I initially installed FreeNAS 8. FreeNAS runs from a USB stick which I put in the handy internal USB socket, but while that was great for storing and sharing files it was not so good for running bittorrent on or using SSH to connect from out of the house. I also tried Solaris but I ended up going back to what I know and using Ubuntu Linux 12.04 LTS. Although licensing prevents ZFS from being included with Linux it is trivial to add it yourself.</p>
<p>I have assumed a certain level of knowledge on the reader&#8217;s part. If it doesn&#8217;t make much sense to you then you might be better off with FreeNAS or an off-the-shelf NAS box.</p>
<p>After installing Ubuntu and fully updating it I did the following:</p>
<blockquote><p>sudo add-apt-repository ppa:zfs-native/stable</p>
<p>sudo apt-get update</p>
<p>sudo apt-get install ubuntu-zfs</p></blockquote>
<p>&#8230;and that was it. It is a lot more complicated to use ZFS as your root filesystem on Linux, so I don&#8217;t.</p>
<p>Next, I had to set up the ZFS storage pool. The creators of ZFS on Linux recommend that you use disk names starting with /dev/disk/by-id/ rather than /dev/sda, /dev/sdb etc as it is more reliable so look in that folder to see what disk names you have.</p>
<blockquote><p>ls -l /dev/disk/by-id/</p></blockquote>
<p>The example name given is tank but I strongly recommend that you use something else. To create a single disk storage pool with no mirror:</p>
<blockquote><p>sudo zpool create tank /dev/disk/by-id/scsi-SATA_ST2000DM001-9YN_S2409P51</p></blockquote>
<p>To add a mirror later you would do:</p>
<blockquote><p>sudo zpool attach tank /dev/disk/by-id/scsi-SATA_ST2000DM001-9YN_S2409P51 /dev/disk/by-id/scsi-SATA_ST2000DM001-9YN_Z1E0EPBC</p></blockquote>
<p>Or if starting with two disks in a mirror, your initial command would be:</p>
<blockquote><p>zpool create tank mirror /dev/disk/by-id/scsi-SATA_ST2000DM001-9YN_S2409P51 /dev/disk/by-id/scsi-SATA_ST2000DM001-9YN_Z1E0EPBC</p></blockquote>
<p>The system will create your storage pool, create a filesystem of the same name and automatically mount it, in this case under /tank.</p>
<p>&#8220;sudo zpool list&#8221; will show you that a pool has been created as well as the raw space in the pool and the space available.</p>
<p>&#8220;sudo zpool status&#8221; will show you the disks that make up the pool.</p>
<p><a href="http://www.latentexistence.me.uk/wp-content/uploads/2013/05/zpool-examples.jpg"><img class="aligncenter size-large wp-image-6018" alt="zpool examples" src="http://www.latentexistence.me.uk/wp-content/uploads/2013/05/zpool-examples-600x377.jpg" width="600" height="377" /></a></p>
<p>In my example above you can also see that ZFS has caught and repaired 2.1MB of corrupted data, without me even being aware of it.</p>
<p>While you can just start storing data in your newly-created filesystem (in /tank in our example) that isn&#8217;t the best way to use ZFS. Instead you should create additional filesystems within your storage pool to hold different types of data. You use the zfs command to do this. Some examples:</p>
<blockquote><p>sudo zfs create tank/music</p>
<p>sudo zfs create tank/videos</p>
<p>sudo zfs create tank/backups</p></blockquote>
<p>The above examples will create filesystems in the pool and will automatically mount them as subfolders of the main filesystem. Note that the name is in the format pool / filesystem name and there is no leading slash on the pool name.</p>
<p>Check that your filesystems have been created:</p>
<blockquote><p>sudo zfs list</p></blockquote>
<p>Now we need to share the data, otherwise it&#8217;s not much of a server. ZFS will automatically manage sharing through NFS (Unix/Linux) or SMB (Windows) but you must first install the server software.</p>
<blockquote><p>sudo apt-get install nfs-kernel-server samba</p></blockquote>
<p>You don&#8217;t need to configure much because ZFS handles most settings for you, but you might wish to change the workgroup name for Samba in /etc/samba/smb.conf.</p>
<p>To share a ZFS filesystem you change a property using the zfs command. For Windows clients:</p>
<blockquote><p>sudo zfs set sharesmb=on tank/music</p>
<p>sudo zfs set sharesmb=on tank/videos</p></blockquote>
<p>For Unix / Linux clients:</p>
<blockquote><p>sudo zfs set sharenfs=on tank/backups</p></blockquote>
<p>Or you can share the whole lot at once by sharing the main pool. The sub-filesystems will inherit the sharing property unless you turn them off:</p>
<blockquote><p>sudo zfs set sharesmb=on tank</p>
<p>sudo zfs set sharesmb=off tank/music</p></blockquote>
<p>You can check whether your filesystems are shared or not:</p>
<blockquote><p>sudo zfs get sharesmb,sharenfs</p></blockquote>
<p>At this point you should be able to see your shares from other computers on the network but you probably won&#8217;t have permission to access them. You will need to ensure that the file permissions and owners are set correctly, and you will also have to set a password for  use when connecting through Samba. If your username is steve then use:</p>
<blockquote><p>smbpasswd steve</p></blockquote>
<p>to set your Samba password, and make sure that steve has permission to access all the files in your shared folders. This command inside your shares should help: (Change the name, obviously.)</p>
<blockquote><p>cd /tank/videos</p>
<p>sudo -R chown steve:steve *</p></blockquote>
<p>I hope this will be helpful if you are trying to set up a ZFS server. Let me know in the comments.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Latentexistence?a=ZojJAY201NA:pg7zaw2E3kk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Latentexistence?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Latentexistence?a=ZojJAY201NA:pg7zaw2E3kk:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Latentexistence?i=ZojJAY201NA:pg7zaw2E3kk:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Latentexistence?a=ZojJAY201NA:pg7zaw2E3kk:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/Latentexistence?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Latentexistence?a=ZojJAY201NA:pg7zaw2E3kk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Latentexistence?i=ZojJAY201NA:pg7zaw2E3kk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Latentexistence?a=ZojJAY201NA:pg7zaw2E3kk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Latentexistence?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Latentexistence/~4/ZojJAY201NA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.latentexistence.me.uk/zfs-and-ubuntu-home-server-howto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.latentexistence.me.uk/zfs-and-ubuntu-home-server-howto/</feedburner:origLink></item>
		<item>
		<title>Whistleblower says Atos Work Capability Assessments are unfair</title>
		<link>http://feedproxy.google.com/~r/Latentexistence/~3/SmlM647NLeg/</link>
		<comments>http://www.latentexistence.me.uk/whistleblower-says-atos-work-capability-assessments-are-unfair/#comments</comments>
		<pubDate>Thu, 16 May 2013 17:59:31 +0000</pubDate>
		<dc:creator>Latentexistence</dc:creator>
				<category><![CDATA[Welfare]]></category>
		<category><![CDATA[ATOS]]></category>
		<category><![CDATA[esa]]></category>
		<category><![CDATA[WCA]]></category>
		<category><![CDATA[Work Capability Assessment]]></category>

		<guid isPermaLink="false">http://www.latentexistence.me.uk/?p=6009</guid>
		<description><![CDATA[A doctor who worked for Atos carrying out Work Capability Assessments has resigned and has told the BBC that the assessments are unfair. He says that pressure was put on Atos staff to change the outcome of the reports.
But Dr Wood has criticised some of the tests which he says contain &#8220;dubious concepts and shaky [...]]]></description>
				<content:encoded><![CDATA[<p>A doctor who worked for Atos carrying out Work Capability Assessments has resigned and has told the BBC that the assessments are unfair. He says that pressure was put on Atos staff to change the outcome of the reports.</p>
<blockquote><p>But Dr Wood has criticised some of the tests which he says contain &#8220;dubious concepts and shaky reasoning&#8221;.</p>
<p>He claims assessors are told that if a claimant can walk from the kitchen to the sitting room, it proves they can walk 200m (650ft); and if a person can dress themselves once during the day that is proof they have enough concentration and motivation to hold down a job.</p>
<p>He insists these rules are not published in handbooks and guides, instead they are simply spoken about in training sessions.</p></blockquote>
<blockquote><p>Dr Wood, who was given special responsibility to champion mental health at Atos, said: &#8220;I was instructed to change my reports, to reduce the number of points that might be awarded to the claimants. I felt that was wrong professionally and ethically.</p></blockquote>
<p>Watch the BBC Six O&#8217;Clock News report:</p>
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='640' height='390' src='http://www.youtube.com/embed/_SEpwFBhqA4?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
<p>BBC News talked about this some more an hour later:</p>
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='640' height='390' src='http://www.youtube.com/embed/FaSNXEdlTKc?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
<p><a title="Tom Greatrex MP has written to David Cameron to urge him to order an investigation." href="http://www.tomgreatrex.org/serious-allegations-against-atos-should-be-investigated---greatr">Tom Greatrex MP has written to David Cameron to urge him to order an investigation.</a></p>
<p><a title="BBC News: Disability benefit assessments 'unfair', says ex-worker" href="http://www.bbc.co.uk/news/uk-22546036">BBC News: Disability benefit assessments &#8216;unfair&#8217;, says ex-worker</a></p>
<p><a title="The Guardian: Atos benefit claimants face biased medical assessments, doctor alleges" href="http://www.guardian.co.uk/society/2013/may/16/atos-doctor-claimants-biased-medical-assessments?CMP=twt_gu">The Guardian: Atos benefit claimants face biased medical assessments, doctor alleges</a></p>
<p><a title="Benefit Scrounging Scum - Q: When is a target not a target? A: When its a statistical norm" href="http://benefitscroungingscum.blogspot.co.uk/2012/07/q-when-is-target-not-target-when-its.html">Benefit Scrounging Scum - Q: When is a target not a target? A: When its a statistical norm</a></p>
<p><a title="What’s the state of ESA?" href="http://www.latentexistence.me.uk/whats-the-state-of-esa/">Sue Marsh - What’s the state of ESA?</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Latentexistence?a=SmlM647NLeg:jzZkExaBENI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Latentexistence?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Latentexistence?a=SmlM647NLeg:jzZkExaBENI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Latentexistence?i=SmlM647NLeg:jzZkExaBENI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Latentexistence?a=SmlM647NLeg:jzZkExaBENI:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/Latentexistence?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Latentexistence?a=SmlM647NLeg:jzZkExaBENI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Latentexistence?i=SmlM647NLeg:jzZkExaBENI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Latentexistence?a=SmlM647NLeg:jzZkExaBENI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Latentexistence?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Latentexistence/~4/SmlM647NLeg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.latentexistence.me.uk/whistleblower-says-atos-work-capability-assessments-are-unfair/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.latentexistence.me.uk/whistleblower-says-atos-work-capability-assessments-are-unfair/</feedburner:origLink></item>
		<item>
		<title>I hate telephones</title>
		<link>http://feedproxy.google.com/~r/Latentexistence/~3/O0FjlWLQjO0/</link>
		<comments>http://www.latentexistence.me.uk/i-hate-telephones/#comments</comments>
		<pubDate>Tue, 14 May 2013 15:47:41 +0000</pubDate>
		<dc:creator>Latentexistence</dc:creator>
				<category><![CDATA[Illness]]></category>
		<category><![CDATA[anxiety]]></category>
		<category><![CDATA[illness]]></category>
		<category><![CDATA[phone phobia]]></category>

		<guid isPermaLink="false">http://www.latentexistence.me.uk/?p=6002</guid>
		<description><![CDATA[I have always had a problem with talking on the phone, long before I ever encountered depression or anxiety as long term problems. People who know me might find that funny because I used to sell mobile phones for a living and I have had a smartphone since the days of the Nokia communicator. What [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.latentexistence.me.uk/wp-content/uploads/2013/05/2013-05-14-16.40.03.jpg"><img class="alignleft size-medium wp-image-6003" alt="DECT phone handset" src="http://www.latentexistence.me.uk/wp-content/uploads/2013/05/2013-05-14-16.40.03-225x300.jpg" width="225" height="300" /></a>I have always had a problem with talking on the phone, long before I ever encountered depression or anxiety as long term problems. People who know me might find that funny because I used to sell mobile phones for a living and I have had a smartphone since the days of the Nokia communicator. What they may not realise is that for me a smartphone is a pocket computer with an internet connection. I regard its ability to receive voice calls as an unwanted extra.</p>
<p>Unfortunately society demands that I do actually talk on the phone, so what is the problem?</p>
<p>Interestingly I actually find making calls for business or calls to services much easier than calls to friends or to people who I know outside of their job. When I worked as an IT technician, and before that selling mobile phones, I could quite happily phone someone to answer or ask technical questions, or to organise something related to work. I think this is because such calls have a defined protocol, a script. I know that I will go through certain phrases and steps in order. I can also call people who I talk to a lot such as my parents or my wife. The problem for me comes when I have to call a friend where there is no script or protocol. In such situations I don&#8217;t know what will happen or what I should say and my anxiety kicks in. This gets worse when I am unsure how well a person knows me, or if a person will recognise me or remember me, or will want to speak to me. Then my anxiety gets very bad and I am most unlikely to actually make the phone call at all.</p>
<p>I also hate answerphones. My mind tells me that this is stupid, because at least answerphones are machines not people and so I should be less anxious about the whole thing. What actually happens is that I prepare myself to talk to a person, go through the script in my head, only to get a message demanding that I explain myself RIGHT NOW. The result is that I panic and say something stupid, or I hang up.</p>
<p>This whole problem is complicated even more right now by the physical health problems that I have and by the anxiety and mental health problems that I have suffered from for the last three years. On days when my fatigue and pain or cognition are very bad I just cannot speak on the phone. I may lack the energy to speak, or be unable to make the connection from thoughts to voice, or unable to complete my thoughts. (Which means I might be happily tweeting or chatting online but unable to talk on the phone.) Holding the phone for too long can cause extra pain in my hands and arms and back, and talking for more than a few minutes is exhausting. On top of all that, now I also get anxious about being anxious, and receiving a phone call can send me into a panic, which is why I often ignore calls from numbers that I don&#8217;t know. Unfortunately this can lead to things like me ignoring calls from my wife when her bike has broken down and she has borrowed someone else&#8217;s phone!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Latentexistence?a=O0FjlWLQjO0:Y9WYgd9VxMo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Latentexistence?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Latentexistence?a=O0FjlWLQjO0:Y9WYgd9VxMo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Latentexistence?i=O0FjlWLQjO0:Y9WYgd9VxMo:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Latentexistence?a=O0FjlWLQjO0:Y9WYgd9VxMo:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/Latentexistence?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Latentexistence?a=O0FjlWLQjO0:Y9WYgd9VxMo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Latentexistence?i=O0FjlWLQjO0:Y9WYgd9VxMo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Latentexistence?a=O0FjlWLQjO0:Y9WYgd9VxMo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Latentexistence?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Latentexistence/~4/O0FjlWLQjO0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.latentexistence.me.uk/i-hate-telephones/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://www.latentexistence.me.uk/i-hate-telephones/</feedburner:origLink></item>
		<item>
		<title>Water cannon, CS gas bullets – government intimidating the public</title>
		<link>http://feedproxy.google.com/~r/Latentexistence/~3/rw-oOV7Dgjs/</link>
		<comments>http://www.latentexistence.me.uk/water-cannon-cs-gas-bullets-government-intimidating-the-public/#comments</comments>
		<pubDate>Mon, 13 May 2013 15:12:14 +0000</pubDate>
		<dc:creator>Latentexistence</dc:creator>
				<category><![CDATA[Politics]]></category>
		<category><![CDATA[police]]></category>
		<category><![CDATA[police state]]></category>
		<category><![CDATA[protest]]></category>
		<category><![CDATA[right to protest]]></category>

		<guid isPermaLink="false">http://www.latentexistence.me.uk/?p=5997</guid>
		<description><![CDATA[
In the last few days there have been a number of news stories about how the police intend to respond to riots this summer. It seems that the Home Office and the Metropolitan Police are suddenly convinced that there are going to be riots, and they plan to respond quite harshly.
The Express announced on the [...]]]></description>
				<content:encoded><![CDATA[<p><img class="aligncenter size-large wp-image-5998" alt="man blinded by water cannon" src="http://www.latentexistence.me.uk/wp-content/uploads/2013/05/water-cannon-blinded-man-600x249.png" width="600" height="249" /></p>
<p>In the last few days there have been a number of news stories about how the police intend to respond to riots this summer. It seems that the Home Office and the Metropolitan Police are suddenly convinced that there are going to be riots, and they plan to respond quite harshly.</p>
<p>The Express announced on the 5th of May with a headling of &#8221;<a title="Water cannons on standby for summer riots" href="http://www.express.co.uk/news/uk/397113/Water-cannons-on-standby-for-summer-riots">Water cannons on standby for summer riots</a>&#8220; that the Home Office and the Met Police were holding talks about allowing the police to buy water cannon &#8220;in case disorder arises from protests planned for London before the G8 summit in Northern Ireland.&#8221;</p>
<p>Then on the 9th and 10th of May <a title="'Tear gas gun' that can incapacitate rioters at 100-foot being tested by Home Office" href="http://www.independent.co.uk/news/uk/crime/tear-gas-gun-that-can-incapacitate-rioters-at-100foot-being-tested-by-home-office-8609849.html">The Independent</a> and <a title="Tests for new chemical guns in late stages" href="http://www.telegraph.co.uk/news/uknews/law-and-order/10048408/Tests-for-new-chemical-guns-in-late-stages.html">The Telegraph</a> published a story about the Home Office testing a &#8220;Discriminating Irritant Projectile&#8221; &#8211; a cartridge that is fired from a baton gun instead of &#8220;rubber bullets&#8221; that sprays CS gas or tear gas when it hits. This is the kind of weapon that we have seen being used against people in awful footage from repressive regimes like Egypt.</p>
<p><a title="G8: NI prison block 'set aside' in case of trouble" href="http://www.bbc.co.uk/news/uk-northern-ireland-22475311">The BBC has reported</a> that &#8220;An entire prison block at Maghaberry jail in Northern Ireland has been set aside to house protesters convicted of disorder at the G8 summit.&#8221; In the same article the NI justice minister told the BBC that they were also changing the law to allow people to be tried in places other than the usual court rooms so as to speed up dealing with people arrested at the summit.</p>
<p><a href="http://www.latentexistence.me.uk/wp-content/uploads/2010/12/riot-police.jpg"><img class="alignleft size-medium wp-image-676" alt="Riot police" src="http://www.latentexistence.me.uk/wp-content/uploads/2010/12/riot-police-300x168.jpg" width="300" height="168" /></a>Preparing for potential protests at the G8 summit does seem sensible, but the scale of this preparation is questionable. The acquisition of water cannon and new CS gas bullets by the Met is a whole new step in the war on the public. Combined with the massive jump in the use of Tasers by police (and non-firearms police at that) this is a very nasty shift against the safety of the public and against the right to protest. What jumps out to me about all these stories is that police and government have sought out the press to make a point of talking about the measures.</p>
<p>It is hard to tell what the intention of the government is by talking about all of this in public. It is likely that the intention is to intimidate people into staying away from the G8 summit and other protests. I wonder though, if by talking about riots as a certainty they want to provoke a protest so that they can brutally suppress it.</p>
<p>The announcement about preparations of jail cells and extra court capacity seems like an act of intimidation towards those people who intend to peacefully protest at the G8 summit &#8211; perhaps they are worried that a whole new segment of society will be protesting for the Enough Food For Everyone campaign. The announcements of water cannon and other measures with specific mention of protests in London preceding the G8 summit are even worse. Whatever they are scared of, these announcements are likely to put people off from exercising their right to protest, just as previous police violence has prevented thousands of people from protesting against welfare cuts and NHS privatisation over the last two years. I think that talk of these measures in the right-wing press like The Express and The Telegraph is designed to both intimidate potential protesters and to scare the readers of those papers into voting the Tories in again at the next election as &#8220;the party of law and order&#8221;. It&#8217;s a tried and tested formula for the Tories &#8211; when in doubt get violent towards the downtrodden and tell the scared electorate that you will protect them.</p>
<p>&nbsp;</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Latentexistence?a=rw-oOV7Dgjs:LReWlzi_J7c:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Latentexistence?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Latentexistence?a=rw-oOV7Dgjs:LReWlzi_J7c:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Latentexistence?i=rw-oOV7Dgjs:LReWlzi_J7c:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Latentexistence?a=rw-oOV7Dgjs:LReWlzi_J7c:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/Latentexistence?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Latentexistence?a=rw-oOV7Dgjs:LReWlzi_J7c:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Latentexistence?i=rw-oOV7Dgjs:LReWlzi_J7c:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Latentexistence?a=rw-oOV7Dgjs:LReWlzi_J7c:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Latentexistence?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Latentexistence/~4/rw-oOV7Dgjs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.latentexistence.me.uk/water-cannon-cs-gas-bullets-government-intimidating-the-public/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.latentexistence.me.uk/water-cannon-cs-gas-bullets-government-intimidating-the-public/</feedburner:origLink></item>
		<item>
		<title>If it’s not a bedroom tax then it’s not a spare room subsidy policy either</title>
		<link>http://feedproxy.google.com/~r/Latentexistence/~3/Fp4BIa8Sb_s/</link>
		<comments>http://www.latentexistence.me.uk/if-its-not-a-bedroom-tax-then-its-not-a-spare-room-subsidy-policy-either/#comments</comments>
		<pubDate>Sun, 12 May 2013 19:43:07 +0000</pubDate>
		<dc:creator>Latentexistence</dc:creator>
				<category><![CDATA[Politics]]></category>
		<category><![CDATA[Welfare]]></category>
		<category><![CDATA[bbc]]></category>
		<category><![CDATA[bedroom tax]]></category>

		<guid isPermaLink="false">http://www.latentexistence.me.uk/?p=5993</guid>
		<description><![CDATA[This is a clip from the Six O&#8217;Clock News on Radio 4 today. It is about a woman who killed herself and left a note blaming the government cuts to her housing benefit.
I suppose I should be grateful that the BBC are reporting this story at all, because most people who get their news from [...]]]></description>
				<content:encoded><![CDATA[<p>This is a clip from the Six O&#8217;Clock News on Radio 4 today. It is about a woman who killed herself and left a note blaming the government cuts to her housing benefit.</p>
<span style='text-align:left;display:block;'><p>				<object id='wp-as-5993_1-flash' type='application/x-shockwave-flash' data='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' width='290' height='24'>
					<param name='movie' value='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' />
					<param name='FlashVars' value='bg=0xF8F8F8&amp;leftbg=0xEEEEEE&amp;lefticon=0x666666&amp;rightbg=0xCCCCCC&amp;rightbghover=0x999999&amp;righticon=0x666666&amp;righticonhover=0xFFFFFF&amp;text=0x666666&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0x9FFFB8&amp;soundFile=http%3A%2F%2Flatentexistence.me.uk%2Fmedia%2F20130512-Radio_4-Spare_Room_Subisdy.mp3' />
					<param name='quality' value='high' />
					<param name='menu' value='false' />
					<param name='bgcolor' value='#FFFFFF' />
					<param name='wmode' value='opaque' />
					Download: <a href="http://latentexistence.me.uk/media/20130512-Radio_4-Spare_Room_Subisdy.mp3">20130512-Radio_4-Spare_Room_Subisdy.mp3</a><br />
				</object></p></span>
<p>I suppose I should be grateful that the BBC are reporting this story at all, because most people who get their news from the BBC would hardly know that cuts to welfare are even happening. However, I am furious about this story because of the way they phrased the report. Here&#8217;s how they referred to the cuts:</p>
<blockquote><p>&#8220;her benefits were being cut as a result of the coalition&#8217;s <strong>spare room subsidy policy</strong>.</p>
<p>&#8230;she was facing financial difficulty because of what critics have called the bedroom tax&#8221;</p></blockquote>
<p>This is repetition of government propaganda. True, the cut is not called the bedroom tax. Nor is it the removal of a spare room subsidy, because there never was any such thing, merely people receiving enough housing benefit to cover their rent in the available social housing. The official name of this cut in the legislation is the under-occupancy penalty. Because that&#8217;s what it is &#8211; a penalty for having a spare room, even if you had no choice about the number of rooms in the home you were allocated or if you need that room for medical equipment or numerous other reasons. It was never, ever a subsidy in the first place to remove. &#8221;Removal of the spare room subsidy&#8221; was a name given to the cut by a panicking government because people were calling it a bedroom tax and that was too close to the truth.</p>
<p>That the BBC repeated the official government line and referred to a spare room subsidy when reporting a suicide is a serious problem. Of course I don&#8217;t believe the BBC is unbiased any more; if anything the BBC follow a pro-government line no matter who is in power. But if the BBC won&#8217;t call it a bedroom tax then they shouldn&#8217;t call it a spare room subsidy either. They should use the official name of under-occupancy penalty, but they won&#8217;t because the word penalty is too revealing about this government&#8217;s actions when they are still claiming that this is not about money and that they are protecting the most vulnerable.</p>
<p>&nbsp;</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Latentexistence?a=Fp4BIa8Sb_s:cLiknpxPpjs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Latentexistence?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Latentexistence?a=Fp4BIa8Sb_s:cLiknpxPpjs:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Latentexistence?i=Fp4BIa8Sb_s:cLiknpxPpjs:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Latentexistence?a=Fp4BIa8Sb_s:cLiknpxPpjs:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/Latentexistence?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Latentexistence?a=Fp4BIa8Sb_s:cLiknpxPpjs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Latentexistence?i=Fp4BIa8Sb_s:cLiknpxPpjs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Latentexistence?a=Fp4BIa8Sb_s:cLiknpxPpjs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Latentexistence?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Latentexistence/~4/Fp4BIa8Sb_s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.latentexistence.me.uk/if-its-not-a-bedroom-tax-then-its-not-a-spare-room-subsidy-policy-either/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>

		<feedburner:origLink>http://www.latentexistence.me.uk/if-its-not-a-bedroom-tax-then-its-not-a-spare-room-subsidy-policy-either/</feedburner:origLink><enclosure url="http://feedproxy.google.com/~r/Latentexistence/~5/EFxDY-gqszc/20130512-Radio_4-Spare_Room_Subisdy.mp3" length="1592005" type="audio/mpeg" /><feedburner:origEnclosureLink>http://latentexistence.me.uk/media/20130512-Radio_4-Spare_Room_Subisdy.mp3</feedburner:origEnclosureLink></item>
		<item>
		<title>PIP Judicial Review given the go ahead</title>
		<link>http://feedproxy.google.com/~r/Latentexistence/~3/z5ADVKvzPcI/</link>
		<comments>http://www.latentexistence.me.uk/pip-judicial-review-given-the-go-ahead/#comments</comments>
		<pubDate>Sat, 04 May 2013 18:28:10 +0000</pubDate>
		<dc:creator>Latentexistence</dc:creator>
				<category><![CDATA[Welfare]]></category>
		<category><![CDATA[dla]]></category>
		<category><![CDATA[pip]]></category>
		<category><![CDATA[welfare reform]]></category>
		<category><![CDATA[wrb]]></category>

		<guid isPermaLink="false">http://www.latentexistence.me.uk/?p=5977</guid>
		<description><![CDATA[The court gave the go ahead on Friday the 3rd of May for the legal challenge against PIP to proceed to a full judicial review.
This decision represents a big step in the process as it means that a judge has heard from both my own lawyers and the Department of Work and Pensions and has decided [...]]]></description>
				<content:encoded><![CDATA[<p>The court gave the go ahead on Friday the 3rd of May for the legal challenge against PIP to proceed to a full judicial review.</p>
<p><img class="alignright size-medium wp-image-5922" alt="justice - lawyersites" src="http://www.latentexistence.me.uk/wp-content/uploads/2013/04/justice-lawyersites-300x200.jpg" width="300" height="200" />This decision represents a big step in the process as it means that a judge has heard from both my own lawyers and the Department of Work and Pensions and has decided that the case has enough merit to proceed to a full hearing in July.</p>
<p>Although the case was initially brought by three people through two different solicitors (Two people in conjunction with <a title="We Are Spartacus" href="http://wearespartacus.org.uk/" target="_blank">We Are Spartacus</a> and one separately) the DWP have convinced the court to put two of the cases on hold and to proceed with only one case. Our lawyers have agreed that my case is the best one to proceed to a full judicial review. Solicitors for the other two cases will be watching my case and will request to rejoin the proceedings should they have something different to add.</p>
<p><a title="We Are Spartacus: High Court gives green light to PIP legal challenge" href="http://wearespartacus.org.uk/pip-challenge-given-green-light/" target="_blank">We Are Spartacus: High Court gives green light to PIP legal challenge</a></p>
<p><a title="Why I am suing the government" href="http://www.latentexistence.me.uk/why-i-am-suing-the-government/" target="_blank">A Latent Existence: Why I am suing the government</a></p>
<p><a title="Why I am suing the government" href="http://latentexistence.tumblr.com/post/47551713659/why-i-am-suing-the-government" target="_blank">Tumblr: Why I am suing the government</a> (Quick version)</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Latentexistence?a=z5ADVKvzPcI:COAdld1aPdc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Latentexistence?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Latentexistence?a=z5ADVKvzPcI:COAdld1aPdc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Latentexistence?i=z5ADVKvzPcI:COAdld1aPdc:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Latentexistence?a=z5ADVKvzPcI:COAdld1aPdc:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/Latentexistence?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Latentexistence?a=z5ADVKvzPcI:COAdld1aPdc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Latentexistence?i=z5ADVKvzPcI:COAdld1aPdc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Latentexistence?a=z5ADVKvzPcI:COAdld1aPdc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Latentexistence?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Latentexistence/~4/z5ADVKvzPcI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.latentexistence.me.uk/pip-judicial-review-given-the-go-ahead/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.latentexistence.me.uk/pip-judicial-review-given-the-go-ahead/</feedburner:origLink></item>
		<item>
		<title>Cough, cough</title>
		<link>http://feedproxy.google.com/~r/Latentexistence/~3/3BN8FhP_t94/</link>
		<comments>http://www.latentexistence.me.uk/cough-cough/#comments</comments>
		<pubDate>Fri, 26 Apr 2013 14:50:29 +0000</pubDate>
		<dc:creator>Latentexistence</dc:creator>
				<category><![CDATA[Illness]]></category>
		<category><![CDATA[illness]]></category>
		<category><![CDATA[me]]></category>
		<category><![CDATA[spoonie]]></category>

		<guid isPermaLink="false">http://www.latentexistence.me.uk/?p=5974</guid>
		<description><![CDATA[It&#8217;s been a couple of weeks since my last blog post. That&#8217;s because reality decided to reassert itself in my life and I&#8217;ve been reminded quite forcibly that I am, in fact, ill. I never seem to notice when my health has been good until afterwards when it goes bad again and then while I am [...]]]></description>
				<content:encoded><![CDATA[<p>It&#8217;s been a couple of weeks since my last blog post. That&#8217;s because reality decided to reassert itself in my life and I&#8217;ve been reminded quite forcibly that I am, in fact, ill. I never seem to notice when my health has been good until afterwards when it goes bad again and then while I am stuck in bed I realise that I&#8217;ve been out of bed quite a lot in the preceding few weeks. I&#8217;ve acquired a cold and a cough that has now turned into a painful chest infection. The result is that I have spent the majority of my time in bed for the last two weeks and my days are punctuated by fits of coughing that leave me seriously dazed afterwards. I visited the doctor today and started antibiotics so hopefully it will clear up soon.</p>
<p>I haven&#8217;t been completely inactive though. I&#8217;ve visited my doctor, which is a fairly big effort in itself for me. I have had quite a few phone calls with my solicitor dealing with aspects of my case against the DWP, and been sent mountains of documents to read to do with that. I have been to my first parish council meeting as a councillor, and managed to get drafted onto the planning committee and been to a meeting of that too. (Not actually as much work as it sounds.) I have even managed a few hours of computer gaming recently, something which I haven&#8217;t been able to face much while my mental health has been bad. The majority of my time though has been spent trying to stay awake but not really managing to do much more than slump in bed and stare at twitter, too tired to even tweet much compared to a few weeks ago.</p>
<p>And on top of that, I&#8217;ve been sent an ESA50 form &#8211; Limited capability for work questionnaire. It had to happen eventually, it&#8217;s been nearly two years since my last work capability assessment. The form arrived a couple of weeks ago and I think I subconsciously chose to bury it under a mess of paperwork so that I didn&#8217;t have to think about it. Unfortunately that means that I haven&#8217;t got very long left to go through the soul-destroying process of filling it in. I had better drug myself up and go and get on with it instead of procrastinating through blogging.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Latentexistence?a=3BN8FhP_t94:5sFInMiM0V0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Latentexistence?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Latentexistence?a=3BN8FhP_t94:5sFInMiM0V0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Latentexistence?i=3BN8FhP_t94:5sFInMiM0V0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Latentexistence?a=3BN8FhP_t94:5sFInMiM0V0:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/Latentexistence?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Latentexistence?a=3BN8FhP_t94:5sFInMiM0V0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Latentexistence?i=3BN8FhP_t94:5sFInMiM0V0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Latentexistence?a=3BN8FhP_t94:5sFInMiM0V0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Latentexistence?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Latentexistence/~4/3BN8FhP_t94" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.latentexistence.me.uk/cough-cough/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.latentexistence.me.uk/cough-cough/</feedburner:origLink></item>
		<item>
		<title>Why I am suing the government</title>
		<link>http://feedproxy.google.com/~r/Latentexistence/~3/QMr8w7uR3KE/</link>
		<comments>http://www.latentexistence.me.uk/why-i-am-suing-the-government/#comments</comments>
		<pubDate>Tue, 09 Apr 2013 18:04:27 +0000</pubDate>
		<dc:creator>Latentexistence</dc:creator>
				<category><![CDATA[Welfare]]></category>
		<category><![CDATA[dla]]></category>
		<category><![CDATA[pip]]></category>
		<category><![CDATA[welfare reform]]></category>
		<category><![CDATA[wrb]]></category>

		<guid isPermaLink="false">http://www.latentexistence.me.uk/?p=5958</guid>
		<description><![CDATA[I receive Disability Living Allowance. DLA provides help for people who are disabled to live a normal life on a more equal footing. DLA provides two components, care and mobility, that pay for carers, cars, wheelchairs, but also taxi fares, pre-prepared food, adaptations for the home, and many more things. I asked people on Twitter what they [...]]]></description>
				<content:encoded><![CDATA[<p>I receive Disability Living Allowance. DLA provides help for people who are disabled to live a normal life on a more equal footing. DLA provides two components, care and mobility, that pay for carers, cars, wheelchairs, but also taxi fares, pre-prepared food, adaptations for the home, and many more things. I asked people on Twitter what they use their DLA for and <a title="What do you spend your DLA on? #DLAsurvey" href="http://storify.com/latentexistence/dla-survey">you can read their answers on Storify</a>.</p>
<p>The Welfare Reform Act replaces DLA with Personal Independence Payments. Under PIP eligibility for the highest rate of help with mobility has been drastically reduced, from 50 metres to 20 metres and I fall right in the middle of those two. If I do not qualify for the enhanced rate of mobility then the biggest change is that I will no longer be eligible to lease a car from the Motability scheme. That means that I will have to rely on my wheelchair and public transport for every trip to the shops, to the doctor, to the hospital, and that means that every trip will turn into an far longer ordeal of exhaustion and pain that will leave me stuck in bed for hours or days afterwards. It means that I will only go out for the essential trips and will stay isolated the rest of the time and that will affect both my physical and my mental health. DLA is paid to disabled people regardless of whether they work or not, and in fact it enables a lot of people to get to work. If I were ever to return to work then it would be the help from DLA that got me there. Without it, I don&#8217;t stand a chance.</p>
<p>I am one of three people, likely to be badly affected by the change, that is taking the government to court and asking for a judicial review to declare the consultation invalid.</p>
<p>Jane Young of <a title="We Are Spartacus" href="http://wearespartacus.org.uk/">wearespartacus.co.uk</a> did a huge amount of work to start the legal action, finding lawyers to take the case pro bono, finding people willing to put themselves in the firing line and put their name to the case. A call for volunteers was made through blogs and social media (Social media being a lifeline for isolated sick and disabled people) and lawyers picked those with the best case from about 50 volunteers. Although I volunteered early on I was not initially involved until one of the other people withdrew for personal reasons. This meant that I was brought in to the process at a late stage and had to rush through the paperwork. Even with a solicitor doing most of the work I had to work with her over the phone to produce my statement and I had to read and sign an awful lot of pages, each of which had to be emailed, printed, signed, scanned and both posted and emailed back because of time constraints. All very draining stuff for a sick person.</p>
<p>Some have criticised us because the legal case focuses on one part of PIP and didn&#8217;t cover mental health, among other things. Believe me, if I could have taken the government to task over all the other aspects of PIP I would have done. (Not least because I have mental health problems myself.) As it happens I was in the right place at the right time to take on this particular aspect and so that is what I have done. Unfortunately it isn&#8217;t possible to just go to court and tell them that PIP is rubbish, we had to specify exactly how the law was broken and attacking just this one aspect has been a lot of work for the people involved.</p>
<p>If we are successful in the judicial review then the consultation will have to start all over again with the 20 metre limit rather than the 50 metres mentioned in the first consultation. However, given the arrogance of the government I see no reason why they would pay attention to a new consultation any more than they paid attention to the one that they already did. I see this judicial review as a tool to give time to shine a spotlight on the injustice of PIP and bring attention to the arrogance of the government rather than the ultimate goal in itself. I think it will be public pressure that will change this policy, and the judicial review could be instrumental in bringing that about. I believe the best result would be if the government dropped PIP and kept DLA.</p>
<p>My solicitor, Karen Ashton from Public Law Solicitors explained the legal case to BBC West Midlands:</p>
<p>For the official press release and contact details for enquiries please see <a title="Announcement: legal action against the DWP over the #PIP consultation" href="http://www.latentexistence.me.uk/judicial-review-pip-consultation/">my announcement about the case</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Latentexistence?a=QMr8w7uR3KE:awHIEQiOVSg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Latentexistence?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Latentexistence?a=QMr8w7uR3KE:awHIEQiOVSg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Latentexistence?i=QMr8w7uR3KE:awHIEQiOVSg:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Latentexistence?a=QMr8w7uR3KE:awHIEQiOVSg:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/Latentexistence?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Latentexistence?a=QMr8w7uR3KE:awHIEQiOVSg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Latentexistence?i=QMr8w7uR3KE:awHIEQiOVSg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Latentexistence?a=QMr8w7uR3KE:awHIEQiOVSg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Latentexistence?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Latentexistence/~4/QMr8w7uR3KE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.latentexistence.me.uk/why-i-am-suing-the-government/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>

		<feedburner:origLink>http://www.latentexistence.me.uk/why-i-am-suing-the-government/</feedburner:origLink><enclosure url="http://feedproxy.google.com/~r/Latentexistence/~5/0wIfZHZn3Rk/20130409-Karen_Ashton-PIP-BBCWM.mp3" length="3935955" type="audio/mpeg" /><feedburner:origEnclosureLink>http://latentexistence.me.uk/media/20130409-Karen_Ashton-PIP-BBCWM.mp3</feedburner:origEnclosureLink></item>
		<item>
		<title>Replacement of disability living allowance headline news for hours</title>
		<link>http://feedproxy.google.com/~r/Latentexistence/~3/VwFGlK5Hu2U/</link>
		<comments>http://www.latentexistence.me.uk/replacement-of-dla-with-pip-in-the-news-08042013/#comments</comments>
		<pubDate>Mon, 08 Apr 2013 08:39:08 +0000</pubDate>
		<dc:creator>Latentexistence</dc:creator>
				<category><![CDATA[Welfare]]></category>
		<category><![CDATA[dla]]></category>
		<category><![CDATA[pip]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[welfare]]></category>

		<guid isPermaLink="false">http://www.latentexistence.me.uk/?p=5932</guid>
		<description><![CDATA[The replacement of DLA with PIP was the main story all morning until cruelly kicked from the headlines before the evening news. Here are some collected clips and links.
Steven Sumpter on Sky News &#8211; Video (Main headline all day)

Steven Sumpter on LBC Radio at 08:05
Margo Milne on LBC Radio at 08:15
Sue Marsh on 5 Live at [...]]]></description>
				<content:encoded><![CDATA[<p>The replacement of DLA with PIP was the main story all morning until cruelly kicked from the headlines before the evening news. Here are some collected clips and links.</p>
<p><a title="Sky News - Disability Benefits: New System Rolled Out" href="http://news.sky.com/story/1075119/disability-benefits-new-system-rolled-out">Steven Sumpter on Sky News &#8211; Video</a> (Main headline all day)</p>
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='640' height='390' src='http://www.youtube.com/embed/cXDDA2mufYU?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
<p><strong>Steven Sumpter on LBC Radio at 08:05</strong></p>
<span style='text-align:left;display:block;'><p>				<object id='wp-as-5932_2-flash' type='application/x-shockwave-flash' data='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' width='290' height='24'>
					<param name='movie' value='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' />
					<param name='FlashVars' value='bg=0xF8F8F8&amp;leftbg=0xEEEEEE&amp;lefticon=0x666666&amp;rightbg=0xCCCCCC&amp;rightbghover=0x999999&amp;righticon=0x666666&amp;righticonhover=0xFFFFFF&amp;text=0x666666&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0x9FFFB8&amp;soundFile=http%3A%2F%2Flatentexistence.me.uk%2Fmedia%2F20130408-Steven_Sumpter_DLA_PIP-LBC.mp3' />
					<param name='quality' value='high' />
					<param name='menu' value='false' />
					<param name='bgcolor' value='#FFFFFF' />
					<param name='wmode' value='opaque' />
					Download: <a href="http://latentexistence.me.uk/media/20130408-Steven_Sumpter_DLA_PIP-LBC.mp3">20130408-Steven_Sumpter_DLA_PIP-LBC.mp3</a><br />
				</object></p></span>
<p><strong>Margo Milne on LBC Radio at 08:15</strong></p>
<span style='text-align:left;display:block;'><p>				<object id='wp-as-5932_3-flash' type='application/x-shockwave-flash' data='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' width='290' height='24'>
					<param name='movie' value='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' />
					<param name='FlashVars' value='bg=0xF8F8F8&amp;leftbg=0xEEEEEE&amp;lefticon=0x666666&amp;rightbg=0xCCCCCC&amp;rightbghover=0x999999&amp;righticon=0x666666&amp;righticonhover=0xFFFFFF&amp;text=0x666666&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0x9FFFB8&amp;soundFile=http%3A%2F%2Flatentexistence.me.uk%2Fmedia%2F20130408-Margo_Milne_DLA_PIP-LBC.mp3' />
					<param name='quality' value='high' />
					<param name='menu' value='false' />
					<param name='bgcolor' value='#FFFFFF' />
					<param name='wmode' value='opaque' />
					Download: <a href="http://latentexistence.me.uk/media/20130408-Margo_Milne_DLA_PIP-LBC.mp3">20130408-Margo_Milne_DLA_PIP-LBC.mp3</a><br />
				</object></p></span>
<p><strong>Sue Marsh on 5 Live at 09:05</strong></p>
<span style='text-align:left;display:block;'><p>				<object id='wp-as-5932_4-flash' type='application/x-shockwave-flash' data='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' width='290' height='24'>
					<param name='movie' value='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' />
					<param name='FlashVars' value='bg=0xF8F8F8&amp;leftbg=0xEEEEEE&amp;lefticon=0x666666&amp;rightbg=0xCCCCCC&amp;rightbghover=0x999999&amp;righticon=0x666666&amp;righticonhover=0xFFFFFF&amp;text=0x666666&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0x9FFFB8&amp;soundFile=http%3A%2F%2Flatentexistence.me.uk%2Fmedia%2F20130408-Sue_Marsh_TPA-5live.mp3' />
					<param name='quality' value='high' />
					<param name='menu' value='false' />
					<param name='bgcolor' value='#FFFFFF' />
					<param name='wmode' value='opaque' />
					Download: <a href="http://latentexistence.me.uk/media/20130408-Sue_Marsh_TPA-5live.mp3">20130408-Sue_Marsh_TPA-5live.mp3</a><br />
				</object></p></span>
<p><strong>Sue Marsh on Radio Leeds at 09:50</strong></p>
<span style='text-align:left;display:block;'><p>				<object id='wp-as-5932_5-flash' type='application/x-shockwave-flash' data='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' width='290' height='24'>
					<param name='movie' value='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' />
					<param name='FlashVars' value='bg=0xF8F8F8&amp;leftbg=0xEEEEEE&amp;lefticon=0x666666&amp;rightbg=0xCCCCCC&amp;rightbghover=0x999999&amp;righticon=0x666666&amp;righticonhover=0xFFFFFF&amp;text=0x666666&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0x9FFFB8&amp;soundFile=http%3A%2F%2Flatentexistence.me.uk%2Fmedia%2F20130408-Sue_Marsh-Radio_Leeds.mp3' />
					<param name='quality' value='high' />
					<param name='menu' value='false' />
					<param name='bgcolor' value='#FFFFFF' />
					<param name='wmode' value='opaque' />
					Download: <a href="http://latentexistence.me.uk/media/20130408-Sue_Marsh-Radio_Leeds.mp3">20130408-Sue_Marsh-Radio_Leeds.mp3</a><br />
				</object></p></span>
<p><strong>Steven Sumpter, Ema, Kaliya Franklin and Sophie Christiansen on 5 Live at 10:35</strong></p>
<p>With Stephen Duckworth of Capita</p>
<span style='text-align:left;display:block;'><p>				<object id='wp-as-5932_6-flash' type='application/x-shockwave-flash' data='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' width='290' height='24'>
					<param name='movie' value='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' />
					<param name='FlashVars' value='bg=0xF8F8F8&amp;leftbg=0xEEEEEE&amp;lefticon=0x666666&amp;rightbg=0xCCCCCC&amp;rightbghover=0x999999&amp;righticon=0x666666&amp;righticonhover=0xFFFFFF&amp;text=0x666666&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0x9FFFB8&amp;soundFile=http%3A%2F%2Flatentexistence.me.uk%2Fmedia%2F20130408-5Live_PIP_with_Stephen_Duckworth_Capita.mp3' />
					<param name='quality' value='high' />
					<param name='menu' value='false' />
					<param name='bgcolor' value='#FFFFFF' />
					<param name='wmode' value='opaque' />
					Download: <a href="http://latentexistence.me.uk/media/20130408-5Live_PIP_with_Stephen_Duckworth_Capita.mp3">20130408-5Live_PIP_with_Stephen_Duckworth_Capita.mp3</a><br />
				</object></p></span>
<p><strong>Rebecca on on BBC WM</strong></p>
<p><a title="The Guardian - Three disabled claimants launch legal action against new mobility tests" href="http://www.guardian.co.uk/society/2013/apr/08/disabled-claimants-legal-action-mobility-tests">The Guardian - Three disabled claimants launch legal action against new mobility tests</a></p>
<p><a title="The Independent - Ed Miliband attacks 'nasty' George Osborne as DWP faces court challenge over benefit reforms" href="http://www.independent.co.uk/news/uk/politics/ed-miliband-attacks-nasty-george-osborne-as-dwp-faces-court-challenge-over-benefit-reforms-8564971.html">The Independent - Ed Miliband attacks &#8216;nasty&#8217; George Osborne as DWP faces court challenge over benefit reforms</a></p>
<p>Ed Miliband <a title="The Guardian: Ed Miliband criticises reforms to disability benefits - video" href="http://www.guardian.co.uk/politics/video/2013/apr/08/ed-miliband-reforms-disability-benefits-video">criticised the government&#8217;s welfare policies</a> but still fails to understand what went wrong with the work capability assessment</p>
<p>Sue Marsh has attempted to <a title="Diary of a Benefit Scrounger: PIP faces Legal Challenge" href="http://diaryofabenefitscrounger.blogspot.co.uk/2013/04/pip-faces-legal-challenge.html">combat some of the lies the government tell about DLA</a></p>
<p>I&#8217;m one of three people taking <a title="Announcement: legal action against the DWP over the #PIP consultation" href="http://www.latentexistence.me.uk/judicial-review-pip-consultation/">legal action against the DWP over the PIP consultation</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Latentexistence?a=VwFGlK5Hu2U:-v4H-FVwYbo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Latentexistence?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Latentexistence?a=VwFGlK5Hu2U:-v4H-FVwYbo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Latentexistence?i=VwFGlK5Hu2U:-v4H-FVwYbo:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Latentexistence?a=VwFGlK5Hu2U:-v4H-FVwYbo:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/Latentexistence?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Latentexistence?a=VwFGlK5Hu2U:-v4H-FVwYbo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Latentexistence?i=VwFGlK5Hu2U:-v4H-FVwYbo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Latentexistence?a=VwFGlK5Hu2U:-v4H-FVwYbo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Latentexistence?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Latentexistence/~4/VwFGlK5Hu2U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.latentexistence.me.uk/replacement-of-dla-with-pip-in-the-news-08042013/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>

<enclosure url="http://latentexistence.me.uk/media/20130408-Margo_Milne_DLA_PIP-LBC.mp3" length="2256978" type="audio/mpeg" />
<enclosure url="http://latentexistence.me.uk/media/20130408-Sue_Marsh-Radio_Leeds.mp3" length="6144025" type="audio/mpeg" />
<enclosure url="http://latentexistence.me.uk/media/20130408-Sue_Marsh_TPA-5live.mp3" length="24975308" type="audio/mpeg" />
<enclosure url="http://latentexistence.me.uk/media/20130408-5Live_PIP_with_Stephen_Duckworth_Capita.mp3" length="52834219" type="audio/mpeg" />
<enclosure url="http://latentexistence.me.uk/media/20130408-Beccaboot-PIP-5live.mp3" length="4778974" type="audio/mpeg" />
		<feedburner:origLink>http://www.latentexistence.me.uk/replacement-of-dla-with-pip-in-the-news-08042013/</feedburner:origLink><enclosure url="http://feedproxy.google.com/~r/Latentexistence/~5/eopBYllX9ak/20130408-Steven_Sumpter_DLA_PIP-LBC.mp3" length="4201324" type="audio/mpeg" /><feedburner:origEnclosureLink>http://latentexistence.me.uk/media/20130408-Steven_Sumpter_DLA_PIP-LBC.mp3</feedburner:origEnclosureLink></item>
		<item>
		<title>Announcement: legal action against the DWP over the #PIP consultation</title>
		<link>http://feedproxy.google.com/~r/Latentexistence/~3/hpVgV80_lCU/</link>
		<comments>http://www.latentexistence.me.uk/judicial-review-pip-consultation/#comments</comments>
		<pubDate>Sun, 07 Apr 2013 23:00:47 +0000</pubDate>
		<dc:creator>Latentexistence</dc:creator>
				<category><![CDATA[Welfare]]></category>

		<guid isPermaLink="false">http://www.latentexistence.me.uk/?p=5914</guid>
		<description><![CDATA[I am one of three people asking for a Judicial Review over the consultation for Personal Independence Payments.
The request for a judicial review is on the basis that the Department for Work and Pensions did not conduct a proper consultation for PIP and if we are successful then they will be ordered to start the [...]]]></description>
				<content:encoded><![CDATA[<p>I am one of three people asking for a Judicial Review over the consultation for Personal Independence Payments.</p>
<p>The request for a judicial review is on the basis that the Department for Work and Pensions did not conduct a proper consultation for PIP and if we are successful then they will be ordered to start the consultation again. If a judicial review is granted than it should take place sometime in July.</p>
<p>The initial consultation for PIP used inability to walk 50 metres to define eligibility for the enhanced rate of mobility component. That is, anyone who could not walk 50 metres without the use of a wheelchair would get highest rate of the benefit. After the consultation ended it emerged that the goalposts had been moved, and that the cut-off point for high-rate mobility would be just 20 metres. Those who can walk more than 20 metres but less than 50 metres safely, reliably and repeatedly may qualify for a lower rate of the benefit.</p>
<p>We will be arguing that the DWP were required to consult on such a fundamental change  and that they did not provide adequate information during the consultation that did take place. We will also argue that the DWP failed in their duty under the Equality Act 2010 to assess the impact of the new regulations on disabled people.</p>
<p>This change will affect me personally, albeit probably not until 2015 when those whose DLA has not already run out will be transferred to PIP. Those who receive the high-rate of mobility allowance under DLA are eligible to lease a car from the Motability scheme. If this requirement is kept with PIP then as someone who can usually walk more then 20 metres but not 50 metres without pain pain and exhaustion I will lose the high-rate mobility component and will therefore lose the car that restores much of my freedom and independence.</p>
<p>Public Law Solicitors are taking action on my behalf while Leigh Day are representing the two others involved in this case.</p>
<p>Press are welcome to contact me by email on latentexistence at gmail dot com or through the contact link at the top of this blog.</p>
<p>More information will be at <a title="We are Spartacus" href="http://wearespartacus.org.uk/">www.wearespartacus.org.uk</a></p>
<p><a href="http://wowpetition.com/">Please sign WOWpetition to demand a cumulative impact assessment of welfare reform.</a></p>
<hr />
<p><strong>Press release from Public Law Solicitors / Leigh Day </strong><b>08/04/2013</b></p>
<p>Lawyers have announced that they are taking legal action against the Government on behalf of three disabled clients who are challenging the decision by Ian Duncan Smith, the Secretary of State for Work and pensions, to bring in more stringent measures to qualify for the higher rate mobility benefit which the Government has estimated will result in 400,000 fewer people being eligible to claim.</p>
<p>The three clients currently receive disability living allowance (DLA) including the higher rate of the mobility component. This non-means-tested cash benefit has been available since 1992 and provides people with assistance towards the costs of an adapted car, powered wheelchair or scooter through the Motability scheme.</p>
<p>Under DLA a person is entitled to the higher rate of the mobility component if they are ‘unable or virtually unable to walk’. Usually claimants are considered to be ‘virtually unable to walk’ if they cannot walk more than around 50 metres.</p>
<p>The new Social Security (Personal Independence Payment) Regulations 2013 (PIP) have reduced this benchmark distance to 20m.</p>
<p>Kim Storr has rheumatoid arthritis and other severe progressive conditions and her mobility is affected by joint swelling and pain. She relies on crutches. She currently receives DLA including the higher rate of the mobility component. Ms Storr needs an adapted vehicle to enable her to go out independently.</p>
<p>Steven Sumpter has ME, which has caused him increasing mobility problems. He can walk short distances with a stick, but is otherwise dependent on a wheelchair.  He was assessed as eligible for the higher rate of the mobility component of DLA last year, which he has used to lease a Motability car.</p>
<p>The third claimant is protected by an anonymity order to protect their identity.</p>
<p>Law firms Leigh Day and Public Law Solicitors argue that a consultation process set up by the Government to reassess the benefit was flawed. The Secretary of State did not consult on the proposal that the limit would be reduced to 20 metres. This suggestion was only introduced after all the consultation stages had passed.</p>
<p>Consultees were therefore denied the opportunity to comment on the proposal or to explain to the Secretary of State how such a restriction to the benefit will affect them and their independence.</p>
<p>The 50 metres distance is widely recognised in relation to other disability benefits and in guidance on the built environment, to represent a minimum functional level of mobility.</p>
<p>Proceedings have been issued against the Secretary of State for Work and Pensions, Ian Duncan Smith, claiming that the new regulations regarding the PIP payment are flawed and unlawful. They argue the policy-making process failed to properly consider the practical impacts the withdrawal of the benefit will have on people with significant mobility impairments.</p>
<p>Rosa Curling, from the Human Rights team at Leigh Day who is representing two of the disabled clients said:</p>
<p>“We have advised our clients that the consultation undertaken by the Secretary of State was unlawful. People were not properly informed that the limit might be reduced to 20 metres and had no opportunity to provide the Secretary of State with their views on this proposal.</p>
<p>“Removing this vital benefit to disabled people will have a devastating effect on many people’s lives and their ability to access and be part of our communities. The Secretary of State has a legal obligation to consider such impacts before deciding whether to limit access to this benefit.”</p>
<p>Karen Ashton from Public Law Solicitors who represents Mr Sumpter, said:</p>
<p>“What is at the heart of this legal challenge is fairness.  The extra costs of getting out and about for those who have severe mobility problems can be huge. The higher rate mobility benefit can make the difference between being able to do everyday things that everyone else takes for granted  - such as doing your own shopping and visiting friends and relatives  -  and only leaving the house for absolutely essential appointments. But the Government failed to mention the reduction to the 20m threshold in their consultations with disabled people and so those who are potentially affected have not had the chance to explain how devastating the consequences will be.”</p>
<p>ENDS</p>
<p>For further information please contact:</p>
<p>David Standard – Head of Media Relations, Leigh Day <a href="tel:0844%20800%204981" target="_blank">0844 800 4981</a> or <a href="tel:07540%20332717" target="_blank">07540 332717</a></p>
<p>Karen Ashton -  Public Law Solicitors <a href="tel:0121%20256%C2%A00327" target="_blank">0121 256 0327</a> or  <a href="tel:07812%20165090" target="_blank">07812 165090</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Latentexistence?a=hpVgV80_lCU:1Z9TyYFUBMg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Latentexistence?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Latentexistence?a=hpVgV80_lCU:1Z9TyYFUBMg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Latentexistence?i=hpVgV80_lCU:1Z9TyYFUBMg:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Latentexistence?a=hpVgV80_lCU:1Z9TyYFUBMg:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/Latentexistence?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Latentexistence?a=hpVgV80_lCU:1Z9TyYFUBMg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Latentexistence?i=hpVgV80_lCU:1Z9TyYFUBMg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Latentexistence?a=hpVgV80_lCU:1Z9TyYFUBMg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Latentexistence?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Latentexistence/~4/hpVgV80_lCU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.latentexistence.me.uk/judicial-review-pip-consultation/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		<feedburner:origLink>http://www.latentexistence.me.uk/judicial-review-pip-consultation/</feedburner:origLink></item>
	</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

 Served from: www.latentexistence.me.uk @ 2013-05-21 17:25:41 by W3 Total Cache -->
