<?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>he, who does not eat fish</title>
	<atom:link href="http://pifostap.org.ua/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://pifostap.org.ua/blog</link>
	<description>linux, math, fun, student&#039;s life</description>
	<lastBuildDate>Mon, 23 Jan 2012 23:30:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>2012. Читалка</title>
		<link>http://pifostap.org.ua/blog/2012/01/06/bookshelf.html</link>
		<comments>http://pifostap.org.ua/blog/2012/01/06/bookshelf.html#comments</comments>
		<pubDate>Fri, 06 Jan 2012 15:32:23 +0000</pubDate>
		<dc:creator>::pif</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Українська]]></category>
		<category><![CDATA[book]]></category>

		<guid isPermaLink="false">http://pifostap.org.ua/blog/?p=464</guid>
		<description><![CDATA[Буду апдейтити пост тим, що я прочитав цього року. 2012-01-02 Метелик Анрі Шарьєр 2012-01-04 Ва-Банк Анрі Шарьєр 2012-01-22 Пригоди бравого вояка Швейка Ярослав Гашек]]></description>
			<content:encoded><![CDATA[<p>Буду апдейтити пост тим, що я прочитав цього року.</p>
<ol start="0">
<li><code>2012-01-02</code> <strong>Метелик</strong> <em>Анрі Шарьєр</em></li>
<li><code>2012-01-04</code> <strong>Ва-Банк</strong> <em>Анрі Шарьєр</em></li>
<li><code>2012-01-22</code> <strong>Пригоди бравого вояка Швейка</strong> <em>Ярослав Гашек</em></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://pifostap.org.ua/blog/2012/01/06/bookshelf.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shutdown, Reboot, Suspend or Hibernate with user priviliges via D-Bus</title>
		<link>http://pifostap.org.ua/blog/2011/12/12/shutdown-dbus.html</link>
		<comments>http://pifostap.org.ua/blog/2011/12/12/shutdown-dbus.html#comments</comments>
		<pubDate>Mon, 12 Dec 2011 12:28:14 +0000</pubDate>
		<dc:creator>::pif</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[dbus]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://pifostap.org.ua/blog/?p=448</guid>
		<description><![CDATA[Some distros don&#8217;t allow you to shutdown -r now from terminal without superuser password. Shutdown/Reboot/Suspend/Hibernate with user priviliges in Linux is possible via D-Bus. You just need consolekit and upower packages installed. Here are the commands: Operation D-Bus command Suspend dbus-send --print-reply --system --dest=org.freedesktop.UPower /org/freedesktop/UPower org.freedesktop.UPower.Suspend Hibernate dbus-send --print-reply --system --dest=org.freedesktop.UPower /org/freedesktop/UPower org.freedesktop.UPower.Hibernate Reboot dbus-send [...]]]></description>
			<content:encoded><![CDATA[<p>Some distros don&#8217;t allow you to<br />
<code>shutdown -r now</code><br />
from terminal without superuser password.<br />
Shutdown/Reboot/Suspend/Hibernate with user priviliges in Linux is possible via D-Bus. You just need <code><strong>consolekit</strong></code> and <code><strong>upower</strong></code> packages installed.</p>
<p>Here are the commands:</p>
<table>
<thead>
<tr>
<th>Operation</th>
<th>D-Bus command</th>
</tr>
</thead>
<tbody>
<tr>
<td>Suspend</td>
<td><code>dbus-send --print-reply --system --dest=org.freedesktop.UPower /org/freedesktop/UPower org.freedesktop.UPower.Suspend</code></td>
</tr>
<tr>
<td>Hibernate</td>
<td><code>dbus-send --print-reply --system --dest=org.freedesktop.UPower /org/freedesktop/UPower org.freedesktop.UPower.Hibernate</code></td>
</tr>
<tr>
<td>Reboot</td>
<td><code>dbus-send --system --print-reply --dest=org.freedesktop.ConsoleKit /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Restart</code></td>
</tr>
<tr>
<td>Shutdown</td>
<td><code>dbus-send --system --print-reply --dest=org.freedesktop.ConsoleKit /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Stop</code></td>
</tr>
</tbody>
</table>
<p>Just paste them in your beloved terminal emulator and press enter <img src='http://pifostap.org.ua/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://pifostap.org.ua/blog/2011/12/12/shutdown-dbus.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Handball</title>
		<link>http://pifostap.org.ua/blog/2011/12/04/handball.html</link>
		<comments>http://pifostap.org.ua/blog/2011/12/04/handball.html#comments</comments>
		<pubDate>Sun, 04 Dec 2011 11:26:01 +0000</pubDate>
		<dc:creator>::pif</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[olympics]]></category>

		<guid isPermaLink="false">http://pifostap.org.ua/blog/?p=429</guid>
		<description><![CDATA[People would take the Olympics a lot more seriously if they didn&#8217;t include handball. They&#8217;re just throwing a ball to each other like a bunch of kids. It&#8217;s just stupid. And if you win, how do you look, say, the marathon gold medalist in the eye?&#8230; Handball Gold Medalist: What did you get your gold [...]]]></description>
			<content:encoded><![CDATA[<p>People would take the Olympics a lot more seriously if they didn&#8217;t include handball. They&#8217;re just throwing a ball to each other like a bunch of kids. It&#8217;s just stupid.</p>
<p>And if you win, how do you look, say, the marathon gold medalist in the eye?&#8230;</p>
<p><em>Handball Gold Medalist</em>: What did you get your gold for?<br />
<em>Marathon Gold Medalist</em>: I ran 42 kilometers in extreme heat.<br />
<em>Handball Gold Medalist</em>: Great. I threw a ball back and forth for a bit with someone about two feet away from me. Then I had a bath.<br />
<em>Marathon Gold Medalist</em>: Big twat.</p>
<p>&nbsp;</p>
<p>(c) Is It Just Me Or Is Everything Shit? (Steve Lowe &amp; Alan McArthur)</p>
<p>Same shit would be with frisbee, if it gets included into Olympics <img src='http://pifostap.org.ua/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://pifostap.org.ua/blog/2011/12/04/handball.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BlackBerry hidden key combinations</title>
		<link>http://pifostap.org.ua/blog/2011/11/19/blackberry-backdoors.html</link>
		<comments>http://pifostap.org.ua/blog/2011/11/19/blackberry-backdoors.html#comments</comments>
		<pubDate>Sat, 19 Nov 2011 11:05:41 +0000</pubDate>
		<dc:creator>::pif</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[reference]]></category>

		<guid isPermaLink="false">http://pifostap.org.ua/blog/?p=378</guid>
		<description><![CDATA[I&#8217;ll collect all the hidden key combinations in BlackBerry in this post. Sort of wiki-page. Combination Where Purpose ALT+LGLG Ribbon (screen with apps) Open BlackBerry Event Log SHIFT+BUYR Options&#62;Status Show data/voice usage ?123+M,M, Ribbon (screen with apps) Open BlackBerry Event Log on touchscreen devices]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll collect all the hidden key combinations in BlackBerry in this post.<br />
Sort of wiki-page. </p>
<table>
<tr>
<th>Combination</th>
<th>Where</th>
<th>Purpose</th>
</tr>
<tr>
<td>ALT+LGLG</td>
<td>Ribbon (screen with apps)</td>
<td>Open BlackBerry Event Log</td>
</tr>
<tr>
<td>SHIFT+BUYR</td>
<td>Options&gt;Status</td>
<td>Show data/voice usage</td>
</tr>
<tr>
<td>?123+M,M,</td>
<td>Ribbon (screen with apps)</td>
<td>Open BlackBerry Event Log on touchscreen devices</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://pifostap.org.ua/blog/2011/11/19/blackberry-backdoors.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Флеш</title>
		<link>http://pifostap.org.ua/blog/2011/11/10/flash.html</link>
		<comments>http://pifostap.org.ua/blog/2011/11/10/flash.html#comments</comments>
		<pubDate>Thu, 10 Nov 2011 20:40:47 +0000</pubDate>
		<dc:creator>::pif</dc:creator>
				<category><![CDATA[it]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Українська]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://pifostap.org.ua/blog/?p=403</guid>
		<description><![CDATA[Дуже порадували коменти в неті до цієї новини про флеш http://liza-bam.livejournal.com/1231845.html]]></description>
			<content:encoded><![CDATA[<p>Дуже порадували коменти в неті до цієї новини про флеш<br />
<a href="http://liza-bam.livejournal.com/1231845.html">http://liza-bam.livejournal.com/1231845.html</a></p>
<p><img src="http://pifostap.org.ua/blog/wp-content/uploads/2011/10/Circum-Fence-e1320957537306.png" alt="" title="Коменти" width="499" height="240" class="aligncenter size-full wp-image-427" /></p>
]]></content:encoded>
			<wfw:commentRss>http://pifostap.org.ua/blog/2011/11/10/flash.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Повторенье &#8211; мать ученья</title>
		<link>http://pifostap.org.ua/blog/2011/10/15/bifurcation.html</link>
		<comments>http://pifostap.org.ua/blog/2011/10/15/bifurcation.html#comments</comments>
		<pubDate>Sat, 15 Oct 2011 13:12:09 +0000</pubDate>
		<dc:creator>::pif</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Українська]]></category>

		<guid isPermaLink="false">http://pifostap.org.ua/blog/?p=347</guid>
		<description><![CDATA[Вчора вдруге переступив поріг однієї будівлі. Сьогодні знову сів слухати Операцію Пластилін. Одна і та ж подія, але вже у зовсім іншому контексті. Світ повторюється. Події повторюються. Люди повторюються. Змінюється лише контекст. Змінюється ставлення, ключові герої і, відповідно, змінюється сюжет події. На третьому курсі довелось пройти курс з моделювання динамічних систем. І, як це звично [...]]]></description>
			<content:encoded><![CDATA[<p>Вчора вдруге переступив поріг однієї будівлі.<br />
Сьогодні знову сів слухати Операцію Пластилін. </p>
<p>Одна і та ж подія, але вже у зовсім іншому контексті.<br />
Світ повторюється. Події повторюються. Люди повторюються. Змінюється лише контекст. Змінюється ставлення, ключові герої і, відповідно, змінюється сюжет події. </p>
<p><img src="http://pifostap.org.ua/blog/wp-content/uploads/2011/10/crossroads.jpg" alt="Біфуркації - життєві роздоріжжя" title="Біфуркації" width="500" height="375" class="aligncenter size-full wp-image-421" /><br />
На третьому курсі довелось пройти курс з моделювання динамічних систем. І, як це звично буває, на цікавому предметі попадається викладач не з кращих, або атмосфера на парах навчанню не сприяє. Мені випала цікава тема для дослідення, а саме &#8220;Біологічна еволюція через накопичення нестійкостей та біфуркації&#8221;. Колись-таки викладу повний текст мого реферату. Основний з багатьох підтекстів, думок, до яких спонукає реферат читача, полягає в тому, що все у світі повторюється за простою схемою:</p>
<ol>
<li>початок події</li>
<li>її стабілізація</li>
<li>еволюція події</li>
<li>накопичення нестійкостей &#8211;> зростання ентропії</li>
<li>колапс існуючої системи &#8211;> біфуркації</li>
<li>утворення нової системи</li>
<li>goto #1</li>
</ol>
<p>Життя повторюється. Одні вмирають &#8211; інші народжуються. Земля &#8211; велике коло. Де б не почав рух &#8211; коли-небуть знову повернешся у вихідну точку. Хочеш добра&nbsp;- роби добро. Воно тобі повернеться. Зміниться лише контекст. </p>
<p>Бо так працює світ.<br />
Repetitio est mater studiorum.</p>
]]></content:encoded>
			<wfw:commentRss>http://pifostap.org.ua/blog/2011/10/15/bifurcation.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>I received my OCPJP certificate</title>
		<link>http://pifostap.org.ua/blog/2011/10/10/ocpjp.html</link>
		<comments>http://pifostap.org.ua/blog/2011/10/10/ocpjp.html#comments</comments>
		<pubDate>Mon, 10 Oct 2011 18:48:44 +0000</pubDate>
		<dc:creator>::pif</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[ocjp]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[scjp]]></category>

		<guid isPermaLink="false">http://pifostap.org.ua/blog/?p=380</guid>
		<description><![CDATA[I successfully passed Oracle Certified Professional Java Programmer Exam (formerly SCJP) a month ago. That was my birthday present. I passed right one day before my 20-th BD. For everyone, who is willing to pass it I&#8217;d recommend just 2 things: ExamLab for SCJP 6.0 &#8211; the best mockup tests for this exam! Free, cool [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_401" class="wp-caption aligncenter" style="width: 235px"><a href="http://pifostap.org.ua/blog/wp-content/uploads/2011/09/ocjp.jpg" rel="lightbox[380]"><img class="size-medium wp-image-401" title="Oracle Certified Professional, JAVA SE 6 Programmer" src="http://pifostap.org.ua/blog/wp-content/uploads/2011/09/ocjp-225x300.jpg" alt="Oracle Certified Professional, JAVA SE 6 Programmer" width="225" height="300" /></a><p class="wp-caption-text">OCJP Certificate</p></div>
<p>I successfully passed Oracle Certified Professional Java Programmer Exam (formerly SCJP) a month ago. That was my birthday present. I passed right one day before my 20-th BD.</p>
<p>For everyone, who is willing to pass it I&#8217;d recommend just 2 things:</p>
<ol>
<li><a href="http://examlab.tk/scjp6.html"><strong>ExamLab for SCJP 6.0</strong></a> &#8211; the best mockup tests for this exam! Free, cool and deep explanations, lot&#8217;s of tests. If you can score ~60-70% in this app, you would possibly pass OCJP with a high score (~80-90%).</li>
<li><a href="http://www.amazon.com/SCJP-Certified-Programmer-Java-310-065/dp/0071591060"><strong>SCJP Sun Certified Programmer for Java 6</strong></a> &#8211; the so-called K&#038;S book (Katherine Sierra and Bert Bates). If you read all the book, you&#8217;ll definitely increse your java knowledge. The best book. 100% coverage.</li>
</ol>
<p>Have fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://pifostap.org.ua/blog/2011/10/10/ocpjp.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mainz trip [part 1]: start</title>
		<link>http://pifostap.org.ua/blog/2011/09/30/vol1.html</link>
		<comments>http://pifostap.org.ua/blog/2011/09/30/vol1.html#comments</comments>
		<pubDate>Fri, 30 Sep 2011 15:41:41 +0000</pubDate>
		<dc:creator>::pif</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[summer]]></category>
		<category><![CDATA[volunteering]]></category>

		<guid isPermaLink="false">http://pifostap.org.ua/blog/?p=389</guid>
		<description><![CDATA[Finally, I can read in a bus again. For the last several months I could do almost nothing in a bus, except listening to music. This syndrome was caused by an international summer workcamp in Mainz, Germany. It was an outstanding experience. I always liked volunteering. The main reasons for me were the ability to [...]]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_390" class="wp-caption alignleft" style="width: 160px"><a href="http://pifostap.org.ua/blog/wp-content/uploads/2011/09/flight.jpg" rel="lightbox[389]"><img src="http://pifostap.org.ua/blog/wp-content/uploads/2011/09/flight-150x150.jpg" alt="Boeing-737" title="Boeing-737" width="150" height="150" class="size-thumbnail wp-image-390" /></a><p class="wp-caption-text">Boeing-737</p></div>Finally, I can read in a bus again. For the last several months I could do almost nothing in a bus, except listening to music. This syndrome was caused by an international summer workcamp in Mainz, Germany. It was an outstanding experience.</p>
<p>I always liked volunteering. The main reasons for me were the ability to meet tons of new people and do something good and useful for them. That&#8217;s why I  volunteered at Nash Fest, Zahid and twice at Up Fest. At that music festivals I  usually helped people with registration and navigating through the festival territory, acted as a live informational box. At some point, I&#8217;ve heard about international summer workcamps. That sounded promising, &#8216;cos I pretended volunteering in foreign country is more fun.</p>
<p>My friend Taras and I were carefully choosing the camp to go to. List if the camps was kindly provided by our sending organisation, Union-forum. Eventually, we&#8217;ve chosen one in Mainz, 300k+ city near Frankfurt. After all the negotiations and preparations we had all the documents and were ready to go.</p>
<p>The cheapest and the quickest way, to get there, is from Rzeszów to Frankfurt-Hahn using Ryanair airlines. That was my first airplane flight, so for me that was the most exciting path too.</p>
<p>We stepped on board. The trip began&#8230;</p>
<p>To be continued:<br />
1. <span style="text-decoration: line-through;">Volunteering</span><br />
2. Choosing the camp.<br />
3. Preparations/road to camp/Luxembourg.<br />
5. Camping: people, food, work, free time etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://pifostap.org.ua/blog/2011/09/30/vol1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crappy legal java code</title>
		<link>http://pifostap.org.ua/blog/2011/09/09/java.html</link>
		<comments>http://pifostap.org.ua/blog/2011/09/09/java.html#comments</comments>
		<pubDate>Fri, 09 Sep 2011 11:09:46 +0000</pubDate>
		<dc:creator>::pif</dc:creator>
				<category><![CDATA[Creativity]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://pifostap.org.ua/blog/?p=329</guid>
		<description><![CDATA[That was hard evening. After reading some java books, right before I went to sleep, some java code came to my mind&#8230; class ${public void _($ $4){}} class $&#60;_, $, $_&#62; {$ _;&#60;_&#62; $($ _){}&#60;$&#62; $($ _,$ $_){_=$_;}} And that&#8217;s not the upper bound. You can enchant it the way you want, creating crazy valid [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://pifostap.org.ua/blog/wp-content/uploads/2011/09/eviljava.png" alt="Java" title="Java" width="200"  class="alignleft size-full wp-image-353" />That was hard evening.</p>
<p>After reading some java books, right before I went to sleep, some java code came to my mind&#8230;</p>
<p><code><br />
class ${public void _($ $4){}}<br />
class $&lt;_, $, $_&gt; {$ _;&lt;_&gt; $($ _){}&lt;$&gt; $($ _,$ $_){_=$_;}}<br />
</code><br />
And that&#8217;s not the upper bound. You can enchant it the way you want, creating crazy valid useless (or even useful?) POJOs <img src='http://pifostap.org.ua/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://pifostap.org.ua/blog/2011/09/09/java.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ecology. Екологія.</title>
		<link>http://pifostap.org.ua/blog/2011/08/18/ecology.html</link>
		<comments>http://pifostap.org.ua/blog/2011/08/18/ecology.html#comments</comments>
		<pubDate>Wed, 17 Aug 2011 22:59:28 +0000</pubDate>
		<dc:creator>::pif</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[europe]]></category>

		<guid isPermaLink="false">http://pifostap.org.ua/blog/?p=319</guid>
		<description><![CDATA[Кілька тижнів тому я повернувся з волонтерського табору. Сила-силенна вражень, море спогадів та безцінний заряд енергії. На жаль, табір, як і все хороше, пролетів з блискавичною швидкістю. Кількість позитивних флюїдів, що заполонили моє тіло, незрівнянно велика. Та у європейських подорожей є один неявний мінус. Після повернення починаєш порівнювати. У порівнянні відкриваєш для себе свій рідний, [...]]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_320" class="wp-caption alignleft" style="width: 310px"><a href="http://pifostap.org.ua/blog/wp-content/uploads/2011/08/DSC02944.jpg" rel="lightbox[319]"><img src="http://pifostap.org.ua/blog/wp-content/uploads/2011/08/DSC02944-300x225.jpg" alt="Люксембург" title="Люксембург" width="300" height="225" class="size-medium wp-image-320" /></a><p class="wp-caption-text">Люксембург</p></div>Кілька тижнів тому я повернувся з волонтерського табору. Сила-силенна вражень, море спогадів та безцінний заряд енергії. На жаль, табір, як і все хороше, пролетів з блискавичною швидкістю. Кількість позитивних флюїдів, що заполонили моє тіло, незрівнянно велика. Та у європейських подорожей є один неявний мінус. Після повернення починаєш порівнювати. У порівнянні відкриваєш для себе свій рідний, до крихти знайомий, український світ по-новому.<br />
<span id="more-319"></span><br />
Мабуть, кожен українець, який провів незабутній час на теренах Європи, не раз згадає про чудові магістралі, коли днище його автомобіля привітає іскрами нічну, побиту, неосвічену дорогу. Не раз злетять з його вуст триповерхові словосполучення під час подорожей у рідному, неточному, переповненому громадському транспорті. Мозок цього сферичного українця безповоротно пошкоджений вірусом &#8220;Європа&#8221;. Тепер і я приєднався до групи цих людей. З усіх тих речей, які я порівнюю щодня найбільше мене дивує екологія. Саме ця поїздка зруйнувала в моїй голові безліч закладених у голову з дитинства фактів про нашу неньку Україну.</p>
<p>Скільки себе пам&#8217;ятаю, телебачення завжди говорило, що &#8220;Київ &#8211; найзеленіша столиця Європи&#8221;. Брешуть, як собаки. На вихідних був у Києві. Так от &#8211; брудний він і ні грама не зелений. Тепер я знаю як виглядають зелені міста. У зелених містах дахи будинків засаджують травою. Будинки в зелених містах частину енергії споживають з вітряків, розміщених поза містом. У зелених містах саджають сотні дерев, де тільки можна. Справжні міські джунглі. А зелений Київ (Львів, Луцьк, потрібне підставити) &#8211; просто пропаганда. Як дешева реклама прального порошку: намалюють гарну картинку і радійте домогосподарки незвіданій чистоті.</p>
<p>Незвично тепер якось по вулицях ходити. Відчуваю вихлопні гази. Колись по телику тільки й чув, як &#8220;у Європі громадяни занепокоєні значними об&#8217;ємами викидів вихлопних газів&#8221;. В нас все завжди ніби було &#8220;більш-менш&#8221;. Насправді, всі просто звикли і &#8220;забили болт&#8221;. У нас загазованість в місті &#8211; це норма. Ну як автобус розрахований на 5 років, то після 5-ти років його треба списати і продати бозна-куди. А в нас 20-річні вантажні мерси, з припаяними до підлоги сидіннями, щодня стабільно курсують маршрутом Львів-Луцьк. У Європі від газів я відвик. Тому тепер чхаю, коли на зупинці чекаю на свій улюблений переповнений старий Еталон.</p>
<p>Про вітряки вже згадував, а от про класифікацію сміття забув. В нас її нема. Бо викидати все в одне відро простіше. Яка різниця, і так зберуть, завезуть на міське сміттєзвалище. Нехай росте палац сміття! Зрештою, &#8220;це ж добре&#8221;, &#8211; говорять люди, які живуть неподалік. Вони мають де працювати &#8211; сортують сміття, здають і гроші хоч якісь отримують.<br />
<div id="attachment_324" class="wp-caption alignright" style="width: 310px"><a href="http://pifostap.org.ua/blog/wp-content/uploads/2011/08/DSC03099.jpg" rel="lightbox[319]"><img src="http://pifostap.org.ua/blog/wp-content/uploads/2011/08/DSC03099-300x194.jpg" alt="Виноградники" title="Виноградники" width="300" height="194" class="size-medium wp-image-324" /></a><p class="wp-caption-text">Виноградники</p></div><br />
Дорогу Львів-Луцьк споглядав не раз, а від Франкфурт-Хана в Люксембург їхав вперше. Вразило те, що території, які можна якось використати не пропадають, а справді використовуються. Береги Рейну вистелені виноградниками. Виноградники всюди, з усіх сторін. Не бачив бур&#8217;янів. Хотів знайти, та не вдалось. Знайшов дещо інше &#8211; зайців. По Майнці спокійно бігають зайці, навіть біля 9-ти поверхових будинків. Ніхто їм не заважає скакати поміж кущів і гризти тринь-траву. Щось мені підказує, що на наших теренах вони б добре відпочили у п&#8217;янкому маринаді кілька днів у холодильнику.</p>
<p>Безумовно, в Європі достатньо проблем з екологією. Нехай стараються, покращують свою екологічну ситуацію, їм є куди рости. Бісить те, що в нас найближчим часом екологічних покращень не планується. Ой, здається, я помилився. Планів в нас, якраз-таки вдосталь. На жаль, не має виконання цих планів. Екологічні покращення, безумовно, десь-таки є, та їхній ефект нікчемний, бо не впливає на вирішення ключових проблем.</p>
<p>Будьте здорові, садіть дерева і викидайте сміття бодай у смітник, а не в рів біля дачі, і буде вам щастя!</p>
]]></content:encoded>
			<wfw:commentRss>http://pifostap.org.ua/blog/2011/08/18/ecology.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

