<?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/" version="2.0">

<channel>
	<title>T1</title>
	
	<link>http://tiamat.name</link>
	<description />
	<lastBuildDate>Fri, 18 May 2012 15:07:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/tiamat/t1" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="tiamat/t1" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>You might be an Network Guy If</title>
		<link>http://tiamat.name/blogposts/you-might-be-an-network-guy-if/</link>
		<comments>http://tiamat.name/blogposts/you-might-be-an-network-guy-if/#comments</comments>
		<pubDate>Fri, 18 May 2012 15:05:20 +0000</pubDate>
		<dc:creator>T1</dc:creator>
				<category><![CDATA[networking]]></category>
		<category><![CDATA[technology and society]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[telecom humour]]></category>
		<category><![CDATA[telecom subculture]]></category>

		<guid isPermaLink="false">http://tiamat.name/?p=1129</guid>
		<description><![CDATA[Preparing to CCNP SWITCH by the official certification guide involves lots of side research. Previous time, filling my gaps in STP, I found spanning tree poem. Today I was researching about STP again and found an interesting text, which is a joke about telecom guys. By far I know telecom-involved people as the ones who [...]]]></description>
			<content:encoded><![CDATA[<p>Preparing to CCNP SWITCH by the official certification guide involves lots of side research. Previous time, filling my gaps in STP, I found spanning tree poem. Today I was researching about STP again and found an interesting text, which is a joke about telecom guys. By far I know telecom-involved people as the ones who have no any kind of subculture whatsoever. Programmers and Administrators have their jokes, legends, stories, even official days. Telecom guys do not seem to. Or it might be my impression only. Nevertheless, I&#8217;m going to collect stuff here which might belong to a &#8220;nonexistent&#8221; telecom subculture.</p>
<blockquote>
<h2>You might be an Network Guy If</h2>
<p>You know more ip addresses than phone numbers<br />
You regularly mock TV shows for using technology that isn&#8217;t part of the feature set available on the devices they have<br />
You correct people who mix up Megabytes and Megabits<br />
You waited eagerly for wireless N to be approved officially.<br />
You can explain everything in your life using 7 layers<br />
You tell people not to use TKIP because of it&#8217;s security flaw<br />
You think people should be able to do without DNS for a day, just use IP addresses&#8230;<br />
You follow your wife around shopping retail stores and spend your time skimming the ceilings for their APs and mapping out a heat map of the store in your head<br />
You know what TCP/IP stands for, not to mention DNS, HTTP, SNMP, BGP, OSPF, WPA, and DHCP &#8211; Sometimes you wonder if you know more acronyms than words<br />
You&#8217;ve known what IPv6 was for years<br />
Cmd, telnet, and ssh are useful everyday tools, not just black boxes<br />
Linus Torvalds comes up in everyday conversation<br />
You know jokes about DHCP and LSAs<br />
You cringe when you have to use a Gui to configure a switch or router<br />
Your Amazon wish list consists of routers and ASA firewalls<br />
Dealing with Tier 1 tech support makes you pull your hair out.<br />
You have read the NSA&#8217;s security best practices<br />
The routing protocol in your house changes daily depending on what you have been reading<br />
You know what a nibble is<br />
You know what 1000 Terabytes is called<br />
You can intelligently discuss how Egypt shut off their Internet to the country</p></blockquote>
<p><a href="http://ciscocertstudyblog.blogspot.com/2011/02/you-might-be-network-guy-if.html">Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tiamat.name/blogposts/you-might-be-an-network-guy-if/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco IOS replace running config instead of merge</title>
		<link>http://tiamat.name/blogposts/cisco-ios-replace-running-config-instead-of-merge/</link>
		<comments>http://tiamat.name/blogposts/cisco-ios-replace-running-config-instead-of-merge/#comments</comments>
		<pubDate>Tue, 08 May 2012 19:29:54 +0000</pubDate>
		<dc:creator>T1</dc:creator>
				<category><![CDATA[administration]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[IOS]]></category>

		<guid isPermaLink="false">http://tiamat.name/?p=1126</guid>
		<description><![CDATA[By default, if you do # copy startup-config running-config the startup config would be merged to the running one. The same happens if you use tftp:// or flash:// instead of startup-config. Eventually, there is a way to replace the running config. The command is: # configure replace ftp://192.168.1.1/dyn1_bgp]]></description>
			<content:encoded><![CDATA[<p>By default, if you do  </p>
<pre>
# copy startup-config running-config
</pre>
<p>the startup config would be merged to the running one. The same happens if you use tftp:// or flash:// instead of startup-config. Eventually, there is a way to replace the running config. The command is:</p>
<pre>
# configure replace ftp://192.168.1.1/dyn1_bgp
</pre>
]]></content:encoded>
			<wfw:commentRss>http://tiamat.name/blogposts/cisco-ios-replace-running-config-instead-of-merge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Juniper Network Connect Eerror nc.windows.app.23711 Fix</title>
		<link>http://tiamat.name/blogposts/juniper-network-connect-eerror-nc-windows-app-23711-fix/</link>
		<comments>http://tiamat.name/blogposts/juniper-network-connect-eerror-nc-windows-app-23711-fix/#comments</comments>
		<pubDate>Fri, 13 Apr 2012 14:17:40 +0000</pubDate>
		<dc:creator>T1</dc:creator>
				<category><![CDATA[administration]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[IVE]]></category>
		<category><![CDATA[Juniper]]></category>
		<category><![CDATA[networkConnect]]></category>
		<category><![CDATA[VPN]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://tiamat.name/?p=1110</guid>
		<description><![CDATA[Diagnosis for me was getting error nc.windows.app.23711 after a random amount of time running VPN to IVE. According to Juniper forums and burgtrack [1, 2], The error message is caused by something changing your computer&#8217;s route table. It may be any application. hen it happens, you are going to receive similar message in a network [...]]]></description>
			<content:encoded><![CDATA[<p>Diagnosis for me was getting error nc.windows.app.23711 after a random amount of time running VPN to IVE.</p>
<p><a href="http://tiamat.name/wp-content/uploads/2012/04/jun4.bmp"><img class="aligncenter size-full wp-image-1115" title="jun4" src="http://tiamat.name/wp-content/uploads/2012/04/jun4.bmp" alt="" /></a></p>
<p>According to Juniper <a href="http://www.juniperforum.com/index.php?topic=6593.0">forums</a> and burgtrack [<a href="http://kb.juniper.net/InfoCenter/index?page=content&amp;id=KB11831">1</a>, <a href="http://kb.juniper.net/InfoCenter/index?page=content&amp;id=KB12270&amp;pmv=print">2</a>], The error message is caused by something changing your computer&#8217;s route table. It may be any application. hen it happens, you are going to receive similar message in a network connect log (when set to &#8216;Detailed info&#8217; level: Advanced View -&gt; Logs):</p>
<pre class="brush:bash">00218,09 2012/04/12 23:20:43.001 1 SYSTEM dsNcService.exe dsNcService p1612 t690 routemon.cpp:582 - 'rmon' Unauthorized new route to 10.95.48.228/192.168.1.7 has been added (conflicts with our route to 0.0.0.0), disconnecting</pre>
<p>The message is not going to be the last one before you receive the error, you have to scroll a bit up to find it.</p>
<p>Since I had no Bonjour installed, I had to find anything what could change my routing table. I searched registry for IP address appeared in logs. It should have pointed me to a software abusing my routing. In the registry of mine the address appeared few times, all in printing settings. Most of the branches having &#8217;10.95.48.22&#8242; record had &#8216;Hewlett Packard&#8217; record, or appeared in HP branch, or had other relation to HP. Since the soft belonged to HP, I had to prevent anything developed by HP from starting up with my system. I used autoruns by Sysinternals to disable all the HP-vendored soft. After the reboot I discovered my VPN connection would not interrupt. After enabling services one by one, I found out the issue was caused by</p>
<pre>c:\windows\system32\hptcpmon.dll</pre>
<p><a href="http://tiamat.name/wp-content/uploads/2012/04/jun31.jpg"><img class="aligncenter size-full wp-image-1114" title="jun3" src="http://tiamat.name/wp-content/uploads/2012/04/jun31.jpg" alt="" width="600" height="58" /></a></p>
<p>I suppose it is some kind of driver or so. Most likely it is a part of printing driver ver 61.93.1.67 for <em>HP LaserJet M2727 MFP Series PCL 6</em> on Windows 7 64 bit. But I&#8217;m still not 100% sure that the issue cause by the driver itself. It may be caused by Windows 7, who attempts to add a route to the installed TCP/IP printer.</p>
]]></content:encoded>
			<wfw:commentRss>http://tiamat.name/blogposts/juniper-network-connect-eerror-nc-windows-app-23711-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Math something</title>
		<link>http://tiamat.name/blogposts/math-something/</link>
		<comments>http://tiamat.name/blogposts/math-something/#comments</comments>
		<pubDate>Sun, 01 Apr 2012 18:49:48 +0000</pubDate>
		<dc:creator>T1</dc:creator>
				<category><![CDATA[unrelated]]></category>
		<category><![CDATA[mathematics]]></category>

		<guid isPermaLink="false">http://tiamat.name/?p=1088</guid>
		<description><![CDATA[Few years ago I found an interesting pattern, playing with some programming algorithm. I am not sure if I defined the pattern well in terms of math language, despite I was trying to be as close as possible. The hypothesis is: A sum of all members of consecutive natural odd numbers set equals to amount [...]]]></description>
			<content:encoded><![CDATA[<p>Few years ago I found an interesting pattern, playing with some programming algorithm. I am not sure if I defined the pattern well in terms of math language, despite I was trying to be as close as possible. The hypothesis is:</p>
<p style="padding-left: 30px;">A sum of all members of consecutive natural odd numbers set equals to amount of set members squared.</p>
<p>Hence,</p>
<table>
<tbody>
<tr>
<td>Set</td>
<td>Amount of set members</td>
<td>Sum of set members</td>
<td>Formula</td>
</tr>
<tr>
<td>1</td>
<td>1</td>
<td>1</td>
<td>1 = 1 ^ 1</td>
</tr>
<tr>
<td>1,3</td>
<td>2</td>
<td>4</td>
<td>1 + 3 = 2 ^ 2</td>
</tr>
<tr>
<td>1,3,5</td>
<td>3</td>
<td>9</td>
<td>1 + 3 + 5 = 3 ^ 2</td>
</tr>
<tr>
<td>1,3,5,7</td>
<td>4</td>
<td>16</td>
<td>1 + 3 + 5 + 7 = 4 ^ 2</td>
</tr>
<tr>
<td>1,3,5,7,9</td>
<td>5</td>
<td>25</td>
<td>1 + 3 + 5 + 7 + 9 = 5 ^ 2</td>
</tr>
</tbody>
</table>
<p>Let&#8217;s prove the pattern works for any set by mathematical induction.</p>
<p><a href="http://tiamat.name/wp-content/uploads/2012/04/math_pattern_11.png"><img class="size-full wp-image-1096 alignleft" title="math_pattern_1" src="http://tiamat.name/wp-content/uploads/2012/04/math_pattern_11.png" alt="" width="156" height="60" /></a></p>
<h2></h2>
<h2>Proof</h2>
<p>For <em>n = 1</em> is true:</p>
<p><a href="http://tiamat.name/wp-content/uploads/2012/04/math_pattern_21.png"><img class="size-full wp-image-1095 alignleft" title="math_pattern_2" src="http://tiamat.name/wp-content/uploads/2012/04/math_pattern_21.png" alt="" width="194" height="60" /></a></p>
<p>&nbsp;</p>
<p>Suppose that:</p>
<p><a href="http://tiamat.name/wp-content/uploads/2012/04/math_pattern_11.png"><img class="size-full wp-image-1096 alignleft" title="math_pattern_1" src="http://tiamat.name/wp-content/uploads/2012/04/math_pattern_11.png" alt="" width="156" height="60" /></a></p>
<p>&nbsp;</p>
<p>We need to show that:</p>
<p><a href="http://tiamat.name/wp-content/uploads/2012/04/math_pattern_3.png"><img class="size-full wp-image-1098 alignleft" title="math_pattern_3" src="http://tiamat.name/wp-content/uploads/2012/04/math_pattern_3.png" alt="" width="210" height="65" /></a></p>
<p>&nbsp;</p>
<p>Indeed,</p>
<p><a href="http://tiamat.name/wp-content/uploads/2012/04/math_pattern_4.png"><img class="aligncenter size-full wp-image-1099" title="math_pattern_4" src="http://tiamat.name/wp-content/uploads/2012/04/math_pattern_4.png" alt="" width="719" height="65" /></a></p>
<p>What proves the Hypothesis. I am totally sure the thing proven is something simple and very fundamental, but I still hope, I&#8217;m the first who discovered it:) I also hope there is practical application for it. Unfortunately, I&#8217;m mathematically ignorant and I have no clue on what the above means.</p>
]]></content:encoded>
			<wfw:commentRss>http://tiamat.name/blogposts/math-something/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spanning tree poem</title>
		<link>http://tiamat.name/blogposts/spanning-tree-poem/</link>
		<comments>http://tiamat.name/blogposts/spanning-tree-poem/#comments</comments>
		<pubDate>Tue, 20 Mar 2012 20:43:53 +0000</pubDate>
		<dc:creator>T1</dc:creator>
				<category><![CDATA[networking]]></category>
		<category><![CDATA[computing history]]></category>
		<category><![CDATA[spanning tree]]></category>
		<category><![CDATA[STP]]></category>

		<guid isPermaLink="false">http://tiamat.name/?p=1079</guid>
		<description><![CDATA[There is eventually a spanning-tree poem. I found two versions. A version by Radia Perlman I think that I shall never see A graph as lovely as a tree. A tree which must be sure to span. So packets can reach every LAN. First the root must be selected. By ID, it is elected. Least [...]]]></description>
			<content:encoded><![CDATA[<p>There is eventually a spanning-tree poem. I found two versions. A version by <a href="http://www.dista.de/netstpint.htm">Radia Perlman</a></p>
<blockquote><p>I think that I shall never see<br />
A graph as lovely as a tree.<br />
A tree which must be sure to span.<br />
So packets can reach every LAN.<br />
First the root must be selected.<br />
By ID, it is elected.<br />
Least cost paths from Root are traced.<br />
In the tree these paths are placed.<br />
A mesh is made by folks like me.<br />
Then bridges find a spanning tree.</p></blockquote>
<p>A version from <a href="http://shop.oreilly.com/product/0636920010159.do">Network Warrior</a>:</p>
<blockquote><p>I think that I shall never see<br />
A graph more lovely than a tree.<br />
A tree whose crucial property<br />
Is loop-free connectivity.<br />
A tree which must be sure to span.<br />
So packets can reach every LAN.<br />
First the Root must be selected<br />
By ID it is elected.<br />
Least cost paths from Root are traced<br />
In the tree these paths are placed.<br />
A mesh is made by folks like me<br />
Then bridges find a spanning tree.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://tiamat.name/blogposts/spanning-tree-poem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Мотивация Лжи</title>
		<link>http://tiamat.name/blogposts/%d0%bc%d0%be%d1%82%d0%b8%d0%b2%d0%b0%d1%86%d0%b8%d1%8f-%d0%bb%d0%b6%d0%b8/</link>
		<comments>http://tiamat.name/blogposts/%d0%bc%d0%be%d1%82%d0%b8%d0%b2%d0%b0%d1%86%d0%b8%d1%8f-%d0%bb%d0%b6%d0%b8/#comments</comments>
		<pubDate>Mon, 05 Mar 2012 03:09:52 +0000</pubDate>
		<dc:creator>T1</dc:creator>
				<category><![CDATA[безумие]]></category>
		<category><![CDATA[ложь]]></category>
		<category><![CDATA[общество]]></category>

		<guid isPermaLink="false">http://tiamat.name/?p=1074</guid>
		<description><![CDATA[Ложь возникает там, где появляется принуждение. Я довольно давно задаюсь вопросом, почему люди врут. Конечно, ответов много. Можно почитать страницу на википедии о лжи. Можно почитать психологов, или популлистов с их афоризмами. Я расскажу свою версию. Зачем человеку умышленно искажать информацию о действительности? Есть много ответов. Я уверен, все они классифицируются целью избежать ответственности, наступающей [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Ложь возникает там, где появляется принуждение.</p></blockquote>
<p>Я довольно давно задаюсь вопросом, почему люди врут. Конечно, ответов много. Можно почитать страницу на википедии о лжи. Можно почитать психологов, или популлистов с их афоризмами. Я расскажу свою версию.</p>
<p>Зачем человеку умышленно искажать информацию о действительности? Есть много ответов. Я уверен, все они классифицируются целью избежать ответственности, наступающей за поступки лгущего. То есть, человек не может совладать со своими желаниями, делает что-то запрещенное, и попадает. Ответственность же  берется из правил поведения и ограничений, накладываемых на человека.</p>
<p>То есть, чем больше требований к кому-то, тем больше шанс, что он тебя обманет. Потому что с собой совладать сложно, а с обмануть тебя легко. Есть мнение, что человек должен соответствовать всем требованиям, которые на него возлагают. Это неверно. Человек слаб, плюс индивидуален. Далеко не все могут соответствовать даже социальным требованиям, даже отчасти. Причем, это не недостаток. Это природное свойство каждого.</p>
<p>Проблема в том, что соответствовать требованиям заставляют, ибо грядет кара общественная. Или индивидуальная. Или, еще хуже. наказание. Но природа индивидуума требует индивидуализма, раскрытия лично мотива, свершения личного импульса, а он отличен от требований. И несоответствовать нельзя, потому что всегда кара грядеши.</p>
<p>Поэтому, самый простой способ оставаться индивидуалом, и членом общества одновременно, притвориться соответствующим всем требованиям. Конечно, придется врать, в отдельных случаях много. Но так сохраняется целостность. Так продвигается контроль. Так работает общество. А результат этому &#8211; счастливый корейский народ и всенародный вождь, отсюда &#8211; безгрешные семьи, честные политики и бизнесмены, бойфренды у проституток, счастливые наркоманы и прочий рак.</p>
<p>Тему лжи можно развивать бесконечно. Есть много последствий для человека, для общества, для космоса и прочей ебучей нирваны. Зато осознав, что наложение ответственности заставляет людей врать научило меня не налагать на людей ответственности. Не будешь требовать от человека &#8211; не получишь лжи. Если у человека нет психических расстройств, конечно.</p>
<p>Философствуя с отбитой головой, Тиамат</p>
]]></content:encoded>
			<wfw:commentRss>http://tiamat.name/blogposts/%d0%bc%d0%be%d1%82%d0%b8%d0%b2%d0%b0%d1%86%d0%b8%d1%8f-%d0%bb%d0%b6%d0%b8/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Насекомые</title>
		<link>http://tiamat.name/blogposts/%d0%bd%d0%b0%d1%81%d0%b5%d0%ba%d0%be%d0%bc%d1%8b%d0%b5/</link>
		<comments>http://tiamat.name/blogposts/%d0%bd%d0%b0%d1%81%d0%b5%d0%ba%d0%be%d0%bc%d1%8b%d0%b5/#comments</comments>
		<pubDate>Sun, 26 Feb 2012 18:43:43 +0000</pubDate>
		<dc:creator>T1</dc:creator>
				<category><![CDATA[дневник]]></category>
		<category><![CDATA[animals]]></category>
		<category><![CDATA[pictures]]></category>

		<guid isPermaLink="false">http://tiamat.name/?p=1066</guid>
		<description><![CDATA[В одном из моих съемных жилищ ползали странные насекомые с тремя хвостами. Я их опасался, считал вредными, и истреблял. Всегда было интересно, кто они такие, и чего им надо. Спустя годы я узнал, что они чешуйницы, и ничего им не надо. Вот такие: Еще на другой квартире, уже в Воронеже, жили тараканы, полчища. Я смеюсь [...]]]></description>
			<content:encoded><![CDATA[<p>В одном из моих съемных жилищ ползали странные насекомые с тремя хвостами. Я их опасался, считал вредными, и истреблял. Всегда было интересно, кто они такие, и чего им надо. Спустя годы я узнал, что они чешуйницы, и ничего им не надо. Вот такие:</p>
<p><a href="http://tiamat.name/wp-content/uploads/2012/02/Lepisma_saccharina_1a.jpg"><img class="aligncenter size-full wp-image-1067" title="Lepisma_saccharina_1a" src="http://tiamat.name/wp-content/uploads/2012/02/Lepisma_saccharina_1a.jpg" alt="" width="600" height="449" /></a></p>
<p>Еще на другой квартире, уже в Воронеже, жили тараканы, полчища. Я смеюсь над городской легендой, что тараканов в городе нет, и что все они куда-то ушли, наверное из-за мобильников, а потом многозначительная пауза. Они есть, и мобильник проти них не помогает, я пробовал. Вай фай тоже бесполезен, зато яды эффективны. Они такие:</p>
<p><a href="http://tiamat.name/wp-content/uploads/2012/02/gm_adfemale.jpg"><img class="aligncenter size-full wp-image-1068" title="gm_adfemale" src="http://tiamat.name/wp-content/uploads/2012/02/gm_adfemale.jpg" alt="" width="600" height="406" /></a></p>
<p>Еще не Кипре в канализациях жили Американские тереканы. Может жили и в домах, но я не видел. Но пару раз ко мне они заползали. Точнее, один раз заползал, а один раз залетал, причем сел мне на плечо. Я испугался и даже вскрикнул. Еще бы такие усы.</p>
<p><a href="http://tiamat.name/wp-content/uploads/2012/02/800px-American-cockroach.jpg"><img class="aligncenter size-full wp-image-1069" title="800px-American-cockroach" src="http://tiamat.name/wp-content/uploads/2012/02/800px-American-cockroach.jpg" alt="" width="600" height="363" /></a></p>
<p>Выживая среди насекомых, Тиамат</p>
]]></content:encoded>
			<wfw:commentRss>http://tiamat.name/blogposts/%d0%bd%d0%b0%d1%81%d0%b5%d0%ba%d0%be%d0%bc%d1%8b%d0%b5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Дюссельдорф</title>
		<link>http://tiamat.name/blogposts/%d0%b4%d1%8e%d1%81%d1%81%d0%b5%d0%bb%d1%8c%d0%b4%d0%be%d1%80%d1%84/</link>
		<comments>http://tiamat.name/blogposts/%d0%b4%d1%8e%d1%81%d1%81%d0%b5%d0%bb%d1%8c%d0%b4%d0%be%d1%80%d1%84/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 15:37:27 +0000</pubDate>
		<dc:creator>T1</dc:creator>
				<category><![CDATA[travel]]></category>
		<category><![CDATA[europe]]></category>
		<category><![CDATA[germany]]></category>

		<guid isPermaLink="false">http://tiamat.name/?p=1056</guid>
		<description><![CDATA[All there is in Dusseldorf in the picture below]]></description>
			<content:encoded><![CDATA[<p>All there is in Dusseldorf in the picture below</p>
<p><a href="http://tiamat.name/wp-content/uploads/2012/02/Image1600.jpg"><img class="aligncenter size-full wp-image-1057" title="Image1600" src="http://tiamat.name/wp-content/uploads/2012/02/Image1600.jpg" alt="" width="600" height="800" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://tiamat.name/blogposts/%d0%b4%d1%8e%d1%81%d1%81%d0%b5%d0%bb%d1%8c%d0%b4%d0%be%d1%80%d1%84/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Окрестности Брюсселя</title>
		<link>http://tiamat.name/blogposts/%d0%be%d0%ba%d1%80%d0%b5%d1%81%d1%82%d0%bd%d0%be%d1%81%d1%82%d0%b8-%d0%b1%d1%80%d1%8e%d1%81%d1%81%d0%b5%d0%bb%d1%8f/</link>
		<comments>http://tiamat.name/blogposts/%d0%be%d0%ba%d1%80%d0%b5%d1%81%d1%82%d0%bd%d0%be%d1%81%d1%82%d0%b8-%d0%b1%d1%80%d1%8e%d1%81%d1%81%d0%b5%d0%bb%d1%8f/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 15:02:39 +0000</pubDate>
		<dc:creator>T1</dc:creator>
				<category><![CDATA[travel]]></category>
		<category><![CDATA[belgium]]></category>
		<category><![CDATA[europe]]></category>

		<guid isPermaLink="false">http://tiamat.name/?p=1049</guid>
		<description><![CDATA[Hotel, bar and restaurant. Traditional Belgian food. It&#8217;s a stake. The stake is buried under french fries. Atomium. Belgium as-is. Nasty weather, high-speed trains through farms with cute horses. Snow is an exception though.]]></description>
			<content:encoded><![CDATA[<p>Hotel, bar and restaurant.</p>
<p><a href="http://tiamat.name/wp-content/uploads/2012/02/Image1541.jpg"><img class="aligncenter size-full wp-image-1050" title="Image1541" src="http://tiamat.name/wp-content/uploads/2012/02/Image1541.jpg" alt="" width="600" height="450" /></a></p>
<p>Traditional Belgian food. It&#8217;s a stake. The stake is buried under french fries.</p>
<p><a href="http://tiamat.name/wp-content/uploads/2012/02/Image1576.jpg"><img class="aligncenter size-full wp-image-1052" title="Image1576" src="http://tiamat.name/wp-content/uploads/2012/02/Image1576.jpg" alt="" width="600" height="450" /></a></p>
<p>Atomium.</p>
<p><a href="http://tiamat.name/wp-content/uploads/2012/02/Image1567.jpg"><img class="aligncenter size-full wp-image-1051" title="Image1567" src="http://tiamat.name/wp-content/uploads/2012/02/Image1567.jpg" alt="" width="600" height="800" /></a></p>
<p>Belgium as-is. Nasty weather, high-speed trains through farms with cute horses. Snow is an exception though. </p>
<p><a href="http://tiamat.name/wp-content/uploads/2012/02/Image1594.jpg"><img class="aligncenter size-full wp-image-1053" title="Image1594" src="http://tiamat.name/wp-content/uploads/2012/02/Image1594.jpg" alt="" width="600" height="450" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://tiamat.name/blogposts/%d0%be%d0%ba%d1%80%d0%b5%d1%81%d1%82%d0%bd%d0%be%d1%81%d1%82%d0%b8-%d0%b1%d1%80%d1%8e%d1%81%d1%81%d0%b5%d0%bb%d1%8f/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Погладь кота</title>
		<link>http://tiamat.name/blogposts/%d0%bf%d0%be%d0%b3%d0%bb%d0%b0%d0%b4%d1%8c-%d0%ba%d0%be%d1%82%d0%b0/</link>
		<comments>http://tiamat.name/blogposts/%d0%bf%d0%be%d0%b3%d0%bb%d0%b0%d0%b4%d1%8c-%d0%ba%d0%be%d1%82%d0%b0/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 10:54:05 +0000</pubDate>
		<dc:creator>T1</dc:creator>
				<category><![CDATA[дневник]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[russia]]></category>

		<guid isPermaLink="false">http://tiamat.name/?p=1040</guid>
		<description />
			<content:encoded><![CDATA[<p><a href="http://tiamat.name/wp-content/uploads/2012/02/manul1.jpg"><img class="aligncenter size-full wp-image-1042" title="manul" src="http://tiamat.name/wp-content/uploads/2012/02/manul1.jpg" alt="" width="600" height="416" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://tiamat.name/blogposts/%d0%bf%d0%be%d0%b3%d0%bb%d0%b0%d0%b4%d1%8c-%d0%ba%d0%be%d1%82%d0%b0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

