<?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>Peter Kieser</title>
	<atom:link href="http://peterkieser.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://peterkieser.com</link>
	<description>Dreams are today&#039;s answers to tomorrow&#039;s questions.</description>
	<lastBuildDate>Fri, 05 Feb 2010 00:01:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fight against HST ramps up</title>
		<link>http://peterkieser.com/2010/02/04/fight-against-hst-ramps-up/</link>
		<comments>http://peterkieser.com/2010/02/04/fight-against-hst-ramps-up/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 00:01:03 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://peterkieser.com/?p=202</guid>
		<description><![CDATA[Fight against HST ramps up, via CKNW.
A citizen&#039;s initiative application to kill the incoming H-S-T has been  approved by Elections BC.
The initiative petition is a legally binding petition that, if  successful, will require the BC government to hold a referendum on the  H-S-T, or repeal it in the legislature.
I, really hope that [...]]]></description>
			<content:encoded><![CDATA[<p>Fight against HST ramps up, via <a href="http://www.cknw.com/Channels/Reg/NewsLocal/Story.aspx?ID=1192717">CKNW</a>.</p>
<blockquote><p>A citizen&#039;s initiative application to kill the incoming H-S-T has been  approved by Elections BC.</p>
<p>The initiative petition is a legally binding petition that, if  successful, will require the BC government to hold a referendum on the  H-S-T, or repeal it in the legislature.</p></blockquote>
<p>I, really hope that this initiative passes. I will most likely be part of the petitioners. I do not believe that we need a &#034;harmonized&#034; tax that will raise the prices of a large majority of my day to day activities.</p>
<p>If we had exemptions like the maritime provinces do, it would be okay. But as the HST is, it&#039;s a big giant lie in British Columbia.</p>
]]></content:encoded>
			<wfw:commentRss>http://peterkieser.com/2010/02/04/fight-against-hst-ramps-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux RAID mdraid &quot;stripe_cache_size&quot; vs. transfer rate</title>
		<link>http://peterkieser.com/2009/11/29/raid-mdraid-stripe_cache_size-vs-write-transfer/</link>
		<comments>http://peterkieser.com/2009/11/29/raid-mdraid-stripe_cache_size-vs-write-transfer/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 07:26:48 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://peterkieser.com/?p=147</guid>
		<description><![CDATA[Part of the Linux RAID mdraid RAID6 &#38; RAID5 benchmarks, and Linux RAID mdraid RAID10, RAID0 benchmarks (continued) series.

Generated with the following shell script:
#!/bin/bash
for cache_size in 256 512 768 1024 2048 4096 8192 16834 32768; do
 for i in {1..3}; do
 echo ${cache_size} &#62; /sys/block/md0/md/stripe_cache_size
 sync
 echo 3 &#62; /proc/sys/vm/drop_caches
 echo "stripe_cache_size: ${cache_size} (${i}/3)"
 # [...]]]></description>
			<content:encoded><![CDATA[<p>Part of the <a href="/2009/11/27/linux-raid-mdraid-raid6-raid5-benchmarks/">Linux RAID mdraid RAID6 &amp; RAID5 benchmarks</a>, and <a href="/2009/11/27/linux-raid-mdraid-raid10-raid0-benchmarks-continued/">Linux RAID mdraid RAID10, RAID0 benchmarks (continued)</a> series.</p>
<p><img class="alignnone size-full wp-image-152" title="&quot;stripe_cache_size&quot; vs. transfer rate" src="http://peterkieser.com/wp-content/uploads/2009/11/stripe_cache_size2.png" alt="&quot;stripe_cache_size&quot; vs. transfer rate" width="613" height="414" /></p>
<p>Generated with the following shell script:</p>
<pre>#!/bin/bash
for cache_size in 256 512 768 1024 2048 4096 8192 16834 32768; do
 for i in {1..3}; do
 echo ${cache_size} &gt; /sys/block/md0/md/stripe_cache_size
 sync
 echo 3 &gt; /proc/sys/vm/drop_caches
 echo "stripe_cache_size: ${cache_size} (${i}/3)"
 # for write
 dd if=/dev/zero of=/dev/md0 bs=3145728 count=5460
 # for read
 dd if=/dev/md0 of=/dev/null bs=3145728 count=5460
 done
done</pre>
]]></content:encoded>
			<wfw:commentRss>http://peterkieser.com/2009/11/29/raid-mdraid-stripe_cache_size-vs-write-transfer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux RAID mdraid RAID10, RAID0 benchmarks (continued)</title>
		<link>http://peterkieser.com/2009/11/27/linux-raid-mdraid-raid10-raid0-benchmarks-continued/</link>
		<comments>http://peterkieser.com/2009/11/27/linux-raid-mdraid-raid10-raid0-benchmarks-continued/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 20:42:04 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://peterkieser.com/?p=140</guid>
		<description><![CDATA[Continued from Linux RAID mdraid RAID6 &#38; RAID5 benchmarks.



]]></description>
			<content:encoded><![CDATA[<p>Continued from <a href="/2009/11/27/linux-raid-mdraid-raid6-raid5-benchmarks/">Linux RAID mdraid RAID6 &amp; RAID5 benchmarks</a>.</p>
<p><img class="alignnone size-full wp-image-141" title="RAID mdraid Output/Input bonnie++" src="http://peterkieser.com/wp-content/uploads/2009/11/mdraid-overall.PNG" alt="RAID mdraid Output/Input bonnie++" width="642" height="443" /></p>
<p><img class="alignnone size-full wp-image-143" title="RAID mdraid Output bonnie++" src="http://peterkieser.com/wp-content/uploads/2009/11/mdraid-overalloutput.PNG" alt="RAID mdraid Output bonnie++" width="642" height="443" /></p>
<p><img class="alignnone size-full wp-image-142" title="RAID mdraid Input bonnie++" src="http://peterkieser.com/wp-content/uploads/2009/11/mdraid-overallinput.PNG" alt="RAID mdraid Input bonnie++" width="642" height="443" /></p>
]]></content:encoded>
			<wfw:commentRss>http://peterkieser.com/2009/11/27/linux-raid-mdraid-raid10-raid0-benchmarks-continued/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux RAID mdraid RAID6 &amp; RAID5 benchmarks</title>
		<link>http://peterkieser.com/2009/11/27/linux-raid-mdraid-raid6-raid5-benchmarks/</link>
		<comments>http://peterkieser.com/2009/11/27/linux-raid-mdraid-raid6-raid5-benchmarks/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 19:11:15 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://peterkieser.com/?p=127</guid>
		<description><![CDATA[Building a new file server, and thought I should post some benchmarks with mdraid RAID6 and RAID5 on Ubuntu 9.10 AMD64 with XFS, specifications for the machine are as follows:
Specifications
Intel Pentium D E6300 2.80Ghz
Gigabyte P45-UD3P
2 2GB DDR2-800 CL5 (4GB total)
6 1.5TB WDC Green 7200RPM (WD15EADS) on ICH10R (mdraid)
1 250GB Seagate 7200RPM (ST3250410AS) on JMicron JMB363
The [...]]]></description>
			<content:encoded><![CDATA[<p>Building a new file server, and thought I should post some benchmarks with mdraid RAID6 and RAID5 on Ubuntu 9.10 AMD64 with XFS, specifications for the machine are as follows:</p>
<h2>Specifications</h2>
<p>Intel Pentium D E6300 2.80Ghz<br />
Gigabyte P45-UD3P<br />
<strong>2</strong> 2GB DDR2-800 CL5 (4GB total)<br />
<strong>6</strong> 1.5TB WDC Green 7200RPM (WD15EADS) on ICH10R (mdraid)<br />
<strong>1</strong> 250GB Seagate 7200RPM (ST3250410AS) on JMicron JMB363</p>
<p>The mdraid will be run on the ICH10R, and the boot device (and operating sytsem) on the JMicron controller. Here are the benchmark results. All are using default XFS settings, benchmarks taken with bonnie++.</p>
<h2>RAID6 mdraid Benchmarks</h2>
<p><img class="alignnone size-full wp-image-129" title="RAID6 mdraid Benchmarks" src="http://peterkieser.com/wp-content/uploads/2009/11/mdraid-raid6.PNG" alt="RAID6 mdraid Benchmarks" width="483" height="291" /></p>
<p><strong>RAID6 64k</strong></p>
<pre>Version 1.03c       ------Sequential Output------ --Sequential Input- --Random-
                    -Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks--
Machine        Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP  /sec %CP
devil2           8G 88390  99 175541  25 88470  17 51515  80 289555  27 389.0   0
                    ------Sequential Create------ --------Random Create--------
                    -Create-- --Read--- -Delete-- -Create-- --Read--- -Delete--
              files  /sec %CP  /sec %CP  /sec %CP  /sec %CP  /sec %CP  /sec %CP
                 16  2419  15 +++++ +++  1219   5  1502   9 +++++ +++   920   4
devil2,8G,88390,99,175541,25,88470,17,51515,80,289555,27,389.0,0,16,2419,15,+++++,+++,1219,5,1502,9,+++++,+++,920,4</pre>
<p><strong>RAID6 128k</strong></p>
<pre>Version 1.03c       ------Sequential Output------ --Sequential Input- --Random-
                    -Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks--
Machine        Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP  /sec %CP
devil2           8G 88849  99 174076  24 84382  15 58716  80 291795  27 406.7   0
                    ------Sequential Create------ --------Random Create--------
                    -Create-- --Read--- -Delete-- -Create-- --Read--- -Delete--
              files  /sec %CP  /sec %CP  /sec %CP  /sec %CP  /sec %CP  /sec %CP
                 16  1254   4 +++++ +++   619   2   802   2 +++++ +++   668   2
devil2,8G,88849,99,174076,24,84382,15,58716,80,291795,27,406.7,0,16,1254,4,+++++,+++,619,2,802,2,+++++,+++,668,2</pre>
<p><strong>RAID6 256k</strong></p>
<pre>Version 1.03c       ------Sequential Output------ --Sequential Input- --Random-
                    -Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks--
Machine        Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP  /sec %CP
devil2           8G 82659  92 89437  12 64420  11 85758  95 214792  19 368.5   0
                    ------Sequential Create------ --------Random Create--------
                    -Create-- --Read--- -Delete-- -Create-- --Read--- -Delete--
              files  /sec %CP  /sec %CP  /sec %CP  /sec %CP  /sec %CP  /sec %CP
                 16  1237   6 +++++ +++   697   4   812   3 +++++ +++   673   3
devil2,8G,82659,92,89437,12,64420,11,85758,95,214792,19,368.5,0,16,1237,6,+++++,+++,697,4,812,3,+++++,+++,673,3</pre>
<p><strong>RAID6 512k</strong></p>
<pre>Version 1.03c       ------Sequential Output------ --Sequential Input- --Random-
                    -Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks--
Machine        Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP  /sec %CP
devil2           8G 88844  99 125203  17 70935  12 76991  91 288147  26 402.1   0
                    ------Sequential Create------ --------Random Create--------
                    -Create-- --Read--- -Delete-- -Create-- --Read--- -Delete--
              files  /sec %CP  /sec %CP  /sec %CP  /sec %CP  /sec %CP  /sec %CP
                 16  2231  11 +++++ +++   820   3  1669   7 +++++ +++   808   3
devil2,8G,88844,99,125203,17,70935,12,76991,91,288147,26,402.1,0,16,2231,11,+++++,+++,820,3,1669,7,+++++,+++,808,3</pre>
<h2>RAID5 mdraid Benchmarks</h2>
<h2><img class="alignnone size-full wp-image-130" title="RAID5 mdraid Benchmarks" src="http://peterkieser.com/wp-content/uploads/2009/11/mdraid-raid5.PNG" alt="RAID5 mdraid Benchmarks" width="483" height="291" /></h2>
<p><strong>RAID5 64k</strong></p>
<pre>Version 1.03c       ------Sequential Output------ --Sequential Input- --Random-
                    -Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks--
Machine        Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP  /sec %CP
devil2           8G 88705  99 211212  30 103889  20 49043  75 360385  29 406.8   0
                    ------Sequential Create------ --------Random Create--------
                    -Create-- --Read--- -Delete-- -Create-- --Read--- -Delete--
              files  /sec %CP  /sec %CP  /sec %CP  /sec %CP  /sec %CP  /sec %CP
                 16  1081   2 +++++ +++   646   1   889   2 +++++ +++   634   1
devil2,8G,88705,99,211212,30,103889,20,49043,75,360385,29,406.8,0,16,1081,2,+++++,+++,646,1,889,2,+++++,+++,634,1</pre>
<p><strong>RAID5 128k</strong></p>
<pre>Version 1.03c       ------Sequential Output------ --Sequential Input- --Random-
                    -Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks--
Machine        Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP  /sec %CP
devil2           8G 88323  99 193034  28 101348  19 58707  79 337775  30 380.5   0
                    ------Sequential Create------ --------Random Create--------
                    -Create-- --Read--- -Delete-- -Create-- --Read--- -Delete--
              files  /sec %CP  /sec %CP  /sec %CP  /sec %CP  /sec %CP  /sec %CP
                 16  1086  14 +++++ +++   683   3   917   3 +++++ +++   586   1
devil2,8G,88323,99,193034,28,101348,19,58707,79,337775,30,380.5,0,16,1086,14,+++++,+++,683,3,917,3,+++++,+++,586,1</pre>
<p><strong>RAID5 256k</strong></p>
<pre>Version 1.03c       ------Sequential Output------ --Sequential Input- --Random-
                    -Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks--
Machine        Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP  /sec %CP
devil2           8G 88898  99 188605  26 92387  16 68355  86 357395  32 395.7   0
                    ------Sequential Create------ --------Random Create--------
                    -Create-- --Read--- -Delete-- -Create-- --Read--- -Delete--
              files  /sec %CP  /sec %CP  /sec %CP  /sec %CP  /sec %CP  /sec %CP
                 16   888   1 +++++ +++   660   2   820   1 +++++ +++   570   1
devil2,8G,88898,99,188605,26,92387,16,68355,86,357395,32,395.7,0,16,888,1,+++++,+++,660,2,820,1,+++++,+++,570,1</pre>
<p><strong>RAID5 512k</strong></p>
<pre>Version 1.03c       ------Sequential Output------ --Sequential Input- --Random-
                    -Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks--
Machine        Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP  /sec %CP
devil2           8G 88868  99 147612  21 80418  13 80604  93 411211  36 387.4   0
                    ------Sequential Create------ --------Random Create--------
                    -Create-- --Read--- -Delete-- -Create-- --Read--- -Delete--
              files  /sec %CP  /sec %CP  /sec %CP  /sec %CP  /sec %CP  /sec %CP
                 16   888   1 +++++ +++   613   1   855   1 +++++ +++   610   1
devil2,8G,88868,99,147612,21,80418,13,80604,93,411211,36,387.4,0,16,888,1,+++++,+++,613,1,855,1,+++++,+++,610,1</pre>
<h2>Overall RAID mdraid Benchmarks</h2>
<p><img class="alignnone size-full wp-image-131" title="Overall RAID mdraid Benchmarks" src="http://peterkieser.com/wp-content/uploads/2009/11/mdraid-raid56.PNG" alt="Overall RAID mdraid Benchmarks" width="483" height="291" /></p>
]]></content:encoded>
			<wfw:commentRss>http://peterkieser.com/2009/11/27/linux-raid-mdraid-raid6-raid5-benchmarks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IOC Tries to Take Down Olympic Photos on Flickr</title>
		<link>http://peterkieser.com/2009/10/07/ioc-tries-to-take-down-olympic-photos-on-flickr/</link>
		<comments>http://peterkieser.com/2009/10/07/ioc-tries-to-take-down-olympic-photos-on-flickr/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 18:06:21 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Olympics]]></category>

		<guid isPermaLink="false">http://peterkieser.com/?p=121</guid>
		<description><![CDATA[IOC Tries to Take Down Olympic Photos on Flickr.
The International Olympic Committee (IOC) is now sending takedown notices to Flickr users who post photos taken at Olympic venues. The takedown letter described below was sent to Richard Giles, who&#039;s on the Australian Wrb Industry Association, over a photo he took of the Beijing Water Cube.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.nowpublic.com/tech-biz/ioc-tries-take-down-olympic-photos-flickr">IOC Tries to Take Down Olympic Photos on Flickr</a>.</p>
<blockquote><p><strong>The International Olympic Committee (IOC) is now sending takedown notices to Flickr users who post photos taken at Olympic venues</strong>. The takedown letter described below was sent to Richard Giles, who&#039;s on the Australian Wrb Industry Association, over <a href="http://www.flickr.com/photos/richardgiles/2756318221/in/set-72157606780890410/" target="_blank">a photo he took of the Beijing Water Cube</a>.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://peterkieser.com/2009/10/07/ioc-tries-to-take-down-olympic-photos-on-flickr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Canadian gov&#039;t using lies to sell Internet wiretapping law</title>
		<link>http://peterkieser.com/2009/10/02/canadian-govt-using-lies-to-sell-internet-wiretapping-law/</link>
		<comments>http://peterkieser.com/2009/10/02/canadian-govt-using-lies-to-sell-internet-wiretapping-law/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 20:50:53 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://peterkieser.com/?p=119</guid>
		<description><![CDATA[Canadian gov&#039;t using lies to sell Internet wiretapping law.
Michael Geist sez, &#034;The Canadian government has introduced Internet surveillance legislation that requires ISPs to disclose customer information without a warrant. Peter Van Loan, the Minister in charge, claims that a Vancouver kidnapping earlier this year shows the need for these powers. I did some digging and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.boingboing.net/2009/10/02/canadian-govt-using.html">Canadian gov&#039;t using lies to sell Internet wiretapping law</a>.</p>
<blockquote><p>Michael Geist sez, &#034;The Canadian government has introduced Internet surveillance legislation that requires ISPs to disclose customer information without a warrant. Peter Van Loan, the Minister in charge, claims that a Vancouver kidnapping earlier this year shows the need for these powers. I did some digging and shows this to be a lie &#8211; the Vancouver police acknowledge that the case did not involve an ISP request and the suspect is now in custody.&#034;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://peterkieser.com/2009/10/02/canadian-govt-using-lies-to-sell-internet-wiretapping-law/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hydro Olympic suite angers the NDP</title>
		<link>http://peterkieser.com/2009/09/23/hydro-olympic-suite-angers-the-ndp/</link>
		<comments>http://peterkieser.com/2009/09/23/hydro-olympic-suite-angers-the-ndp/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 16:57:39 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Olympics]]></category>

		<guid isPermaLink="false">http://peterkieser.com/?p=115</guid>
		<description><![CDATA[Hydro Olympic suite angers the NDP.
The NDP wants to know why BC Hydro spent $264,000 on a luxury suite at GM Place for the 2010 Games.
We&#039;re funding the Olympics by getting other crown corporations to buy tickets and luxury suites for the Olympics so that we come out of the Olympics without a deficit that [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cknw.com/Channels/Reg/NewsLocal/Story.aspx/Story.aspx?ID=1142255">Hydro Olympic suite angers the NDP</a>.</p>
<blockquote><p>The NDP wants to know why BC Hydro spent $264,000 on a luxury suite at GM Place for the 2010 Games.</p></blockquote>
<p>We&#039;re funding the Olympics by getting other crown corporations to buy tickets and luxury suites for the Olympics so that we come out of the Olympics without a deficit that was <strong>directly</strong> caused by the Olympics.</p>
<p>Oh, the joy of it it all. I knew from day one that the Olympics would cause financial hardship for British Columbians for years to come &#8211; But nobody (at first) believed me. Well, now we get to see the direct result of the Olympics and everyone has to suffer.</p>
<p>Please, tell me again why all of British Columbia did not get a referendum on the Olympics when we are picking up the tab for it?</p>
]]></content:encoded>
			<wfw:commentRss>http://peterkieser.com/2009/09/23/hydro-olympic-suite-angers-the-ndp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Climate goal eased for B.C.&#039;s public sector</title>
		<link>http://peterkieser.com/2009/09/22/climate-goal-eased-for-b-c-s-public-sector/</link>
		<comments>http://peterkieser.com/2009/09/22/climate-goal-eased-for-b-c-s-public-sector/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 16:04:05 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://peterkieser.com/?p=112</guid>
		<description><![CDATA[Climate goal eased for B.C.&#039;s public sector &#8211; The Globe and Mail.
B.C.&#039;s Minister for Climate Action has granted the province&#039;s public sector an extra two years to meet carbon-emission targets.
I&#039;m confused, I thought the BC Liberals were all about the environment? That&#039;s why we have the Carbon Tax, is it not? But then, I forgot [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.theglobeandmail.com/news/national/climate-goal-eased-for-bcs-public-sector/article1283094/">Climate goal eased for B.C.&#039;s public sector &#8211; The Globe and Mail</a>.</p>
<blockquote><p><span class="first-letter">B</span>.C.&#039;s Minister for Climate Action has granted the province&#039;s public sector an extra two years to meet carbon-emission targets.</p></blockquote>
<p>I&#039;m confused, I thought the BC Liberals were all about the environment? That&#039;s why we have the Carbon Tax, is it not? But then, I forgot it&#039;s perfectly acceptable to tax the middle class and poor, but it&#039;s not okay to tax buddies of the BC Liberals.</p>
<p>How can a corporation be carbon neutral? I&#039;m sorry, but I don&#039;t buy this whole &#034;carbon credit&#034; scam that is going on as of late.</p>
]]></content:encoded>
			<wfw:commentRss>http://peterkieser.com/2009/09/22/climate-goal-eased-for-b-c-s-public-sector/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YouTube &#8211; Jack Layton: Party For Sale or Rent</title>
		<link>http://peterkieser.com/2009/09/21/youtube-jack-layton-party-for-sale-or-rent/</link>
		<comments>http://peterkieser.com/2009/09/21/youtube-jack-layton-party-for-sale-or-rent/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 04:06:17 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://peterkieser.com/?p=110</guid>
		<description><![CDATA[YouTube &#8211; Jack Layton: Party For Sale or Rent.

At least Jack Layton has a sense of humour, unlike Harper and Iggy.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youtube.com/watch?v=Sl0Mk1idNXg">YouTube &#8211; Jack Layton: Party For Sale or Rent</a>.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="src" value="http://www.youtube.com/v/Sl0Mk1idNXg" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/Sl0Mk1idNXg" wmode="transparent"></embed></object></p>
<p>At least Jack Layton has a sense of humour, unlike Harper and Iggy.</p>
]]></content:encoded>
			<wfw:commentRss>http://peterkieser.com/2009/09/21/youtube-jack-layton-party-for-sale-or-rent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>B.C. may force homeless indoors in cold snaps</title>
		<link>http://peterkieser.com/2009/09/21/b-c-may-force-homeless-indoors-in-cold-snaps/</link>
		<comments>http://peterkieser.com/2009/09/21/b-c-may-force-homeless-indoors-in-cold-snaps/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 19:12:08 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Olympics]]></category>

		<guid isPermaLink="false">http://peterkieser.com/?p=104</guid>
		<description><![CDATA[B.C. may force homeless indoors in cold snaps.
Internal government documents show the B.C. government is drafting legislation to force homeless people into emergency shelters during extreme winter weather, according to the B.C. Civil Liberties Association.
Vancouver does not have &#034;extreme winter weather&#034;, we have snowfall for a few days of the year and it does not [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cbc.ca/canada/british-columbia/story/2009/09/21/bc-homeless-assistance-shelter-law.html">B.C. may force homeless indoors in cold snaps</a>.</p>
<blockquote><p>Internal government documents show the B.C. government is drafting legislation to force homeless people into emergency shelters during extreme winter weather, according to the B.C. Civil Liberties Association.</p></blockquote>
<p>Vancouver does not have &#034;extreme winter weather&#034;, we have snowfall for a few days of the year and it does not amount to much. This is just another effort to sweep the problem of homelessness under the rug in time for the wonderful gongshow that is the Vancouver 2010 Olympics.</p>
<p>Instead of legislating the problem away (and criminalizing poverty and homelessness in the process), the BC Liberals should open the mental care facilities that they closed that made most of these people homeless in the first place. Most of these people are not fit to live on the streets, nor are they capable of sustaining a job to keep them off the streets.</p>
<p>Time and time again it has been proven that by housing and taking care of these individuals that our police services could be put to better use, property crime would go down and society as a whole would be better off. Policing service is a lot more expensive for these individuals than taking care of them in proper facilities.</p>
<p>By passing a law to force homeless indoors during a cold snap, the BC Liberals are effectively making it so that homeless persons will hide in every knook and cranny they can find. This will prevent caregivers from finding them, and will ultimately lead to more deaths related to exposure. Who wants to go to jail, even if you&#039;re homeless?</p>
<p>On a related note, I think it would be possible to get more homeless to use shelters if they had a way to lock/tag their belongings so that they would not be stolen. Most homeless people seem to have a cart or other ways to carry their possessions which a lot of shelters will not deal with.</p>
<p>Oh well, I guess we should just sweep them under the rug for the Olympics, eh?</p>
]]></content:encoded>
			<wfw:commentRss>http://peterkieser.com/2009/09/21/b-c-may-force-homeless-indoors-in-cold-snaps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
