<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://gmpg.org/xfn/11">
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

	<title>Vladimir Sumarov&#039;s blog</title>
	<link rel="alternate" type="application/rss+xml" title="RSS 2.0 - all posts" href="http://sumarov.com/feed" />
	<link rel="alternate" type="application/rss+xml" title="RSS 2.0 - all comments" href="http://sumarov.com/comments/feed" />
	<link rel="pingback" href="http://sumarov.com/xmlrpc.php" />
        <link rel="shortcut icon" href="/favicon.ico" />
	
        <!-- style START -->
	<!-- default style -->
	<style type="text/css" media="screen">@import url( http://sumarov.com/wp-content/themes/inove/style.css );</style>
	<!-- for translations -->
		<!--[if IE]>
		<link rel="stylesheet" href="http://sumarov.com/wp-content/themes/inove/ie.css" type="text/css" media="screen" />
	<![endif]-->
	<!-- style END -->

	<!-- script START -->
	<script type="text/javascript" src="http://sumarov.com/wp-content/themes/inove/js/base.js"></script>
	<script type="text/javascript" src="http://sumarov.com/wp-content/themes/inove/js/menu.js"></script>
	<!-- script END -->

	<link rel='stylesheet' id='openid-css'  href='http://sumarov.com/wp-content/plugins/openid/f/openid.css?ver=519' type='text/css' media='all' />
<link rel='stylesheet' id='wp-pagenavi-css'  href='http://sumarov.com/wp-content/themes/inove/pagenavi-css.css?ver=2.70' type='text/css' media='all' />
<script type='text/javascript' src='http://sumarov.com/wp-includes/js/jquery/jquery.js?ver=1.11.0'></script>
<script type='text/javascript' src='http://sumarov.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script>
<script type='text/javascript' src='http://sumarov.com/wp-content/plugins/openid/f/openid.js?ver=519'></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://sumarov.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://sumarov.com/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress 3.9.1" />

			<link rel="openid2.provider" href="http://sumarov.com/index.php/openid/server" />
			<link rel="openid2.local_id" href="http://sumarov.com/author/guest" />
			<link rel="openid.server" href="http://sumarov.com/index.php/openid/server" />
			<link rel="openid.delegate" href="http://sumarov.com/author/guest" />
<!-- platinum seo pack 1.3.8 -->
<meta name="robots" content="index,follow,noodp,noydir" />
<meta name="keywords" content="programming, security, technology, health, languages, comedy, games," />
<link rel="canonical" href="http://sumarov.com/" />
<!-- /platinum one seo pack -->
<meta http-equiv="X-XRDS-Location" content="http://sumarov.com/?xrds" />
<meta http-equiv="X-Yadis-Location" content="http://sumarov.com/?xrds" />
<!-- Google Analytics Tracking by Google Analyticator 6.4.7.3: http://www.videousermanuals.com/google-analyticator/ -->
<script type="text/javascript">
                var analyticsFileTypes = [''];
                            var analyticsOutboundPrefix = '/outgoing/';
                var analyticsDownloadsPrefix = '/download/';
                            var analyticsSnippet = 'enabled';
                var analyticsEventTracking = 'disabled';
            </script>
<script type="text/javascript">
	var _gaq = _gaq || [];
  
	_gaq.push(['_setAccount', 'UA-4554453-2']);
    _gaq.push(['_addDevId', 'i9k95']); // Google Analyticator App ID with Google
	_gaq.push(['_trackPageview']);

	(function() {
		var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
		                ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
		                var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
	})();
</script>
</head>


<body>
<!-- wrap START -->
<div id="wrap">

<!-- container START -->
<div id="container"  >

<!-- header START -->
<div id="header">

	<!-- banner START -->
		<!-- banner END -->

	<div id="caption">
		<h1 id="title"><a href="http://sumarov.com/">Vladimir Sumarov&#039;s blog</a></h1>
		<div id="tagline">Personal site, wiki, blog, resume and etc.</div>
	</div>

	<div class="fixed"></div>
</div>
<!-- header END -->

<!-- navigation START -->
<div id="navigation">
	<!-- menus START -->
	<ul id="menus">
		<li class="current_page_item"><a class="home" title="Home" href="http://sumarov.com/">Home</a></li>
		<li class="page_item page-item-2"><a href="http://sumarov.com/about">About</a></li>
		<li><a class="lastmenu" href="javascript:void(0);"></a></li>
	</ul>
	<!-- menus END -->

	<!-- searchbox START -->
	<div id="searchbox">
					<form action="http://sumarov.com" method="get">
				<div class="content">
					<input type="text" class="textfield" name="s" size="24" value="" />
					<input type="submit" class="button" value="" />
				</div>
			</form>
			</div>
<script type="text/javascript">
//<![CDATA[
	var searchbox = MGJS.$("searchbox");
	var searchtxt = MGJS.getElementsByClassName("textfield", "input", searchbox)[0];
	var searchbtn = MGJS.getElementsByClassName("button", "input", searchbox)[0];
	var tiptext = "Type text to search here...";
	if(searchtxt.value == "" || searchtxt.value == tiptext) {
		searchtxt.className += " searchtip";
		searchtxt.value = tiptext;
	}
	searchtxt.onfocus = function(e) {
		if(searchtxt.value == tiptext) {
			searchtxt.value = "";
			searchtxt.className = searchtxt.className.replace(" searchtip", "");
		}
	}
	searchtxt.onblur = function(e) {
		if(searchtxt.value == "") {
			searchtxt.className += " searchtip";
			searchtxt.value = tiptext;
		}
	}
	searchbtn.onclick = function(e) {
		if(searchtxt.value == "" || searchtxt.value == tiptext) {
			return false;
		}
	}
//]]>
</script>
	<!-- searchbox END -->

	<div class="fixed"></div>
</div>
<!-- navigation END -->

<!-- content START -->
<div id="content">

	<!-- main START -->
	<div id="main">


	<div class="post" id="post-165">
		<h2><a class="title" href="http://sumarov.com/post_ru/propushhennaya-peresadka.html" rel="bookmark">Пропущенная пересадка.</a></h2>
		<div class="info">
			<span class="date">October 6th, 2013</span>
									<span class="comments"><a href="http://sumarov.com/post_ru/propushhennaya-peresadka.html#respond" title="Comment on Пропущенная пересадка.">No comments</a></span>
			<div class="fixed"></div>
		</div>
		<div class="content">
			<p>Я увидел тебя на кольцевой когда ехал в сторону Университетской.</p>
<p>На мне тогда были одеты футболка какого то зеленоватого цвета и серого цвета шорты. На тебе красная винтажная юбка и белая рубашка. Мы оба были в очках. Наверно мы и сейчас их носим.</p>
<p>Ты вошла в вагон на Чистых Прудах и села напротив меня. В этот момент наши глаза встретились на мгновение. Я кажется влюбился, слегка, в такой глупой манере когда придумываешь себе образ человека которого только что увидел и влюбляешься в этот образ. Ерунда, но все таки что то такое там было.</p>
<p>Несколько раз мы смотрели друг на друга и отводили взгляд в сторону. Я пытался придумать хоть что нибудь что можно сказать тебе, может быть притвориться что я не знаю как проехать и спросить как добраться или сказать какой нибудь комплимент о твоих сережках в форме перышек с хрусталиками. Или просто сказать &#8220;Жаркий денек&#8221;. Но все варианты выглядели глупо.</p>
<p> <a href="http://sumarov.com/post_ru/propushhennaya-peresadka.html#more-165" class="more-link">Read more&#8230;</a></p>
			<div class="fixed"></div>
		</div>
		<div class="under">
			<span class="categories">Categories: </span><span><a href="http://sumarov.com/post_ru" title="View all posts in Post Russian" rel="category tag">Post Russian</a></span>			<span class="tags">Tags: </span><span><a href="http://sumarov.com/tag/approach" rel="tag">approach</a>, <a href="http://sumarov.com/tag/fiction" rel="tag">fiction</a>, <a href="http://sumarov.com/tag/love" rel="tag">love</a>, <a href="http://sumarov.com/tag/relations" rel="tag">relations</a>, <a href="http://sumarov.com/tag/translations" rel="tag">translations</a></span>		</div>
	</div>
	<div class="post" id="post-163">
		<h2><a class="title" href="http://sumarov.com/post_ru/vazhnye-zhiznennye-pozicii.html" rel="bookmark">Важные жизненные позиции</a></h2>
		<div class="info">
			<span class="date">August 20th, 2013</span>
									<span class="comments"><a href="http://sumarov.com/post_ru/vazhnye-zhiznennye-pozicii.html#respond" title="Comment on Важные жизненные позиции">No comments</a></span>
			<div class="fixed"></div>
		</div>
		<div class="content">
			<div>Есть несколько простых жизненных позиций которые имеют значительное влияние на нашу жизнь. Но в суете будней они могут забываться. Поэтому желательно иногда напоминать себе об этих мелочах.</div>
<div></div>
<div>1) Живи прошлым &#8211; ты уже сделал его оно твой приз и никто его не отнимет.</div>
<div>2) Думай об упущенных возможностях &#8211; когда то ты их упустил, продумай это хорошенько.</div>
<div>3) У соседа и трава зеленее &#8211;  люди вокруг всегда будут жить лучше тебя.</div>
<div>4) Вспоминай все случаи когда с тобой поступили плохо &#8211;  оно ведь случилось с тобой не просто так только тщательное ежедневное обдумывание может дать ответ.</div>
<div>5) Беспокойся о том когда с тобой еще только поступят плохо &#8211; если ты постоянно прокручиваешь эти ситуации у себя голове они будут не таким страшными когда случатся.</div>
<div>6) Сфокусируйся на том чего ты лишен в жизни &#8211; зачем думать о том что у тебя уже есть.</div>
<div>7) Уже ушло время когда имело смысл что то менять &#8211; ведь ты бы мог надеется чего то достичь если бы начал еще тогда.</div>
<div>8) Твое финансовое положение не назвать отличным &#8211; неудивительно ведь сейчас кризис и ничего не заработать да еще и кредит надо отдать.</div>
<div>9) Постоянно обсуждай окружающих и жалуйся на них другим &#8211; это поможет поднять твою самооценку и понизить статус твоих знакомых в глазах друг друга.</div>
<div>10) Прими то что твое положение безнадежно &#8211; только приняв реальность ты начнешь жить настоящим.</div>
			<div class="fixed"></div>
		</div>
		<div class="under">
			<span class="categories">Categories: </span><span><a href="http://sumarov.com/post_ru" title="View all posts in Post Russian" rel="category tag">Post Russian</a></span>			<span class="tags">Tags: </span><span><a href="http://sumarov.com/tag/humor" rel="tag">humor</a>, <a href="http://sumarov.com/tag/manipulation" rel="tag">manipulation</a>, <a href="http://sumarov.com/tag/psychology" rel="tag">psychology</a></span>		</div>
	</div>
	<div class="post" id="post-159">
		<h2><a class="title" href="http://sumarov.com/post_ru/pekinskij-cirk.html" rel="bookmark">Пекинский цирк</a></h2>
		<div class="info">
			<span class="date">August 18th, 2013</span>
									<span class="comments"><a href="http://sumarov.com/post_ru/pekinskij-cirk.html#respond" title="Comment on Пекинский цирк">No comments</a></span>
			<div class="fixed"></div>
		</div>
		<div class="content">
			<h4><a href="http://sumarov.com/post_ru/pekinskij-cirk.html/attachment/new-word-pekinskij-cirk" rel="attachment wp-att-160"><img class=" wp-image-160 alignright" alt="new word - Пекинский цирк" src="http://sumarov.com/wp-content/uploads/2013/08/new-word-Пекинский-цирк.jpg" width="350" height="241" /></a></h4>
<p>Пекинский цирк- Идиоматическое выражение использующееся для обозначения “бытового” группового секса. В отличии от того как груповой секс изображается в видео для которого участники-актеры специально подбираются для улучшения эстетичности картинки в реальной жизни в групповом сексе участвуют обычные люди со всеми своими недостатками. В отличии от фильмов в реальной жизни многие долеки от того чтобы быть победителями или хотя бы участниками конкурсов красоты, поэтому в реальной-бытовой групповухе будут и жирные и тощие участники, женщины с небритыми ногами или лицами или нелицами, мужчины с усами на лысом черепе и прочие цирковые фрики. Вот такой бытовой(банальный, реальный, не эстетичный) групповой секс и называется Пекинский Цирк.</p>
<h4></h4>
<h4>Варианты выражения Пекинский цирк</h4>
<p>Существуют более редко употребляемые вариации выражения пекинский цирк для обозначения группового секса с дополнительными условиями или обстоятельствами. Например для фразы Императорский Пекинский Цирк есть два различных случая использования. Первый вариант это случай пекинского цирка где все участники мужчины, а второй вариант это когда для группового секса используются не чья нибудь квартира а используются помещения декорированные в аристократическом стиле( музеи, рестораны, залы бракосочетаний и тд ).</p>
<h4>Примеры использования</h4>
<p>“День рождения отмечали скучно, но когда пошла текила и Таня, та которая тучная женщина с нижнего этажа, стянула всетаки джинсы с Сергея, то все вообще превратилось в какой то Пекинский цирк.”</p>
<p>“Решили на кооперативе повеселить себя вызвав пару девчонок. В итоге приехали 2 какие то уродины, но мы были пьяные и нам было пофигу, плюс еще пара лысых очкариков из отдела закупок вписалось так что Пекинский цирк мы себе устроили.”</p>
			<div class="fixed"></div>
		</div>
		<div class="under">
			<span class="categories">Categories: </span><span><a href="http://sumarov.com/post_ru" title="View all posts in Post Russian" rel="category tag">Post Russian</a></span>			<span class="tags">Tags: </span><span><a href="http://sumarov.com/tag/humor" rel="tag">humor</a></span>		</div>
	</div>
	<div class="post" id="post-158">
		<h2><a class="title" href="http://sumarov.com/post_en/altruism-vs-good.html" rel="bookmark">Altruism vs good</a></h2>
		<div class="info">
			<span class="date">August 18th, 2013</span>
									<span class="comments"><a href="http://sumarov.com/post_en/altruism-vs-good.html#respond" title="Comment on Altruism vs good">No comments</a></span>
			<div class="fixed"></div>
		</div>
		<div class="content">
			<p>“Disturbing emotions not only disturb our own state of mind, they also disturb the minds of others. Self-centredness gives rise to fear and insecurity, which in turn creates distrust. This is why having an altruistic attitude brings a great sense of happiness and peace of mind.” Dalai Lama</p>
<p>I am disagree that altruistic attitude can give us anything good. From a definition of altruism &#8220;a person unselfishly concerned for or devoted to the welfare of others&#8221;. &#8220;welfare of others&#8221; is where altruism becomes a problem. Most of us have different view on what is &#8220;welfare&#8221; is. To make it worse we cannot predict a long term effects of our actions and not good at predicting side effects.</p>
<p>Another side is a responsibility for our action. When your action directed solely to others it is they who have to deal with consequences. Therefore you lost direct feedback of you actions.</p>
			<div class="fixed"></div>
		</div>
		<div class="under">
			<span class="categories">Categories: </span><span><a href="http://sumarov.com/post_en" title="View all posts in Blog Post" rel="category tag">Blog Post</a></span>			<span class="tags">Tags: </span><span><a href="http://sumarov.com/tag/altruism" rel="tag">altruism</a>, <a href="http://sumarov.com/tag/behavior" rel="tag">behavior</a>, <a href="http://sumarov.com/tag/critics" rel="tag">critics</a>, <a href="http://sumarov.com/tag/manipulation" rel="tag">manipulation</a>, <a href="http://sumarov.com/tag/society" rel="tag">society</a></span>		</div>
	</div>
	<div class="post" id="post-157">
		<h2><a class="title" href="http://sumarov.com/post_ru/157.html" rel="bookmark">Внутренний голос</a></h2>
		<div class="info">
			<span class="date">August 12th, 2013</span>
									<span class="comments"><a href="http://sumarov.com/post_ru/157.html#respond" title="Comment on Внутренний голос">No comments</a></span>
			<div class="fixed"></div>
		</div>
		<div class="content">
			<blockquote><p>Когда ты читаешь эти строки, то в твоей голове звучит голос. Он мужской или женский? Ты никогда не думал об этом, но послушай его сейчас. Он идеален. Дикция, тембр, тональность, паузы. Это твоя душа. Это ты и есть.</p></blockquote>
<p>Изза этого поста два самых нормальных из моих внутренних голосов поссорились выясняя кто из них основной. Я остался в компании парочки голосов зануд и еще одного совсем молчаливого я его даже наверно еще ни разу не слышал. Пока нормальные не помирятся вас ждет от меня поток нудных монологов от двух оставшихся. Да вы и сами наверно успели за последние дни познакомиться с их &#8220;творчеством&#8221;. Мне уже надоело слушать эти споры теоретика техно фашиста с непризнанным чегеварой 21 века. Хорошо что третий молчит и своей фигней не грузит. Или нехорошо. Что то же он там себе думает.</p>
			<div class="fixed"></div>
		</div>
		<div class="under">
			<span class="categories">Categories: </span><span><a href="http://sumarov.com/post_ru" title="View all posts in Post Russian" rel="category tag">Post Russian</a></span>			<span class="tags">Tags: </span><span></span>		</div>
	</div>
	<div class="post" id="post-149">
		<h2><a class="title" href="http://sumarov.com/post_en/note2-camera-in-low-light.html" rel="bookmark">Note2 camera in low light</a></h2>
		<div class="info">
			<span class="date">January 2nd, 2013</span>
									<span class="comments"><a href="http://sumarov.com/post_en/note2-camera-in-low-light.html#respond" title="Comment on Note2 camera in low light">No comments</a></span>
			<div class="fixed"></div>
		</div>
		<div class="content">
			<p>Photos taken on Note2 n7100. Phone was hold pressed to window glass to minimize quality degradation by shaking.<br />
Auto mode is not intelectual enought to select best options automaticaly.</p>
<div id="attachment_150" style="width: 586px" class="wp-caption alignleft"><a href="http://sumarov.com/post_en/note2-camera-in-low-light.html/attachment/n7100_lowlightphotos2" rel="attachment wp-att-150"><img class=" wp-image-150   " alt="Compare HDR, Lowlight scene and all auto" src="http://sumarov.com/wp-content/uploads/2013/01/n7100_lowlightphotos2-1280x959.jpg" width="576" height="432" /></a><p class="wp-caption-text">Compare HDR, Lowlight scene and all auto</p></div>
			<div class="fixed"></div>
		</div>
		<div class="under">
			<span class="categories">Categories: </span><span><a href="http://sumarov.com/post_en" title="View all posts in Blog Post" rel="category tag">Blog Post</a></span>			<span class="tags">Tags: </span><span><a href="http://sumarov.com/tag/n7100" rel="tag">n7100</a>, <a href="http://sumarov.com/tag/photo" rel="tag">photo</a></span>		</div>
	</div>
	<div class="post" id="post-147">
		<h2><a class="title" href="http://sumarov.com/post_ru/i-have-seen-the-avengers-in-imax-3d.html" rel="bookmark">I have seen The Avengers in IMAX 3D</a></h2>
		<div class="info">
			<span class="date">April 29th, 2012</span>
									<span class="comments"><a href="http://sumarov.com/post_ru/i-have-seen-the-avengers-in-imax-3d.html#respond" title="Comment on I have seen The Avengers in IMAX 3D">No comments</a></span>
			<div class="fixed"></div>
		</div>
		<div class="content">
			<p>Посмотрел фильм в IMAX 3D. В этот раз это был The Avengers.  </p>
<p>Типично для фильма по комиксам через сцену приходилось убеждать себя &#8220;Спокойнее. Это всего лишь комиксы. Здесь реальность физики не нужна. И закономерность физики тоже не нужна. Главное чтобы выглядело красиво.&#8221;<br />
Хотя например в Sucker Punch тоже без нарушения законов физики не обошлось. Но там это выглядело как то само собой разумеющимся.<br />
Картинка отличная. 3D эффекты смотреть комфортно, они не выпячиваются как в некоторых диснеевских.<br />
 <a href="http://sumarov.com/post_ru/i-have-seen-the-avengers-in-imax-3d.html#more-147" class="more-link">Read more&#8230;</a></p>
			<div class="fixed"></div>
		</div>
		<div class="under">
			<span class="categories">Categories: </span><span><a href="http://sumarov.com/post_ru" title="View all posts in Post Russian" rel="category tag">Post Russian</a></span>			<span class="tags">Tags: </span><span></span>		</div>
	</div>
	<div class="post" id="post-144">
		<h2><a class="title" href="http://sumarov.com/post_ru/vy-bogi-chtob-reshat-komu-muchitsya.html" rel="bookmark">Вы Боги, чтоб решать кому мучиться</a></h2>
		<div class="info">
			<span class="date">November 8th, 2011</span>
									<span class="comments"><a href="http://sumarov.com/post_ru/vy-bogi-chtob-reshat-komu-muchitsya.html#respond" title="Comment on Вы Боги, чтоб решать кому мучиться">No comments</a></span>
			<div class="fixed"></div>
		</div>
		<div class="content">
			<p>Уже несколько раз вижу у знакомых перепост вот такой цитаты за авторством<br />
&#8220;Иван Охлобыстин&#8221;</p>
<blockquote><p>&#8220;Почему люди считают, что имеют право разрушить чужие жизни? Уходя, обижая, не звоня, бросая на ветер слова&#8230; Вы что, Боги, чтоб решать кому мучиться, а кому жить счастливо? Если уж сказал «Люблю», то будь добр любить до последнего вздоха. Если сказал «Обещаю», то разбейся в лепёшку, но сдержи обещание. Если произнёс «Не отпущу», то сделай всё, чтоб остаться. В противном случае, какой смысл жить, если каждое ваше слово равноценно нулю и не имеет значения?&#8221;</p></blockquote>
<p>Вроде я уже когдато комуто высказался на этот &#8220;текст&#8221;. Тот &#8220;ответ&#8221; не найти так что еще один вольный пересказ меня. Сохраню на блоге если вдруг еще захочется грязно пофилософствовать. </p>
<p>-Самоутешение немощности. Пустое перемалывание слов. &#8211; &#8220;Все быстро любите меня, а то я жить больше не хочу. &#8221;<br />
-Вот ты(Иван или как там тебя) можешь себя заставить не зависеть от чужих &#8220;люблю&#8221;, &#8220;обещаю&#8221; и тд? Не можешь, потому что всего лишь немного облысевшая обезьяна. Которой не убежать с поводка своей наследственности. Так вот с другой стороны &#8220;отношений&#8221; точно такие же обезьяны которые точно так же не могут приказать себе &#8220;любить&#8221; как ты не можешь приказать себе &#8220;не любить&#8221;.<br />
А то что все потеряет смысл и незачем жить. Так это, добро пожаловать в реальность. Здесь действительно все не имеет смысла.</p>
			<div class="fixed"></div>
		</div>
		<div class="under">
			<span class="categories">Categories: </span><span><a href="http://sumarov.com/post_ru" title="View all posts in Post Russian" rel="category tag">Post Russian</a></span>			<span class="tags">Tags: </span><span></span>		</div>
	</div>
	<div class="post" id="post-136">
		<h2><a class="title" href="http://sumarov.com/post_ru/karma-ili-luchshee-mesto-na-zemle.html" rel="bookmark">Карма или лучшее место на земле</a></h2>
		<div class="info">
			<span class="date">October 8th, 2011</span>
									<span class="comments"><a href="http://sumarov.com/post_ru/karma-ili-luchshee-mesto-na-zemle.html#respond" title="Comment on Карма или лучшее место на земле">No comments</a></span>
			<div class="fixed"></div>
		</div>
		<div class="content">
			<p>Похоронили Стива Джобса по его буддистским обрядам. И соответственно по их закону кармы он должен переродиться. А поскольку кармы он к концу жизни все таки набрал в плюс, то и переродиться ему пришлось в лучшем месте.<br />
Но поскольку закон кармы общий для всего живого то и критерий лучших условий тоже общий. В общем родился он в месте где тепло круглый год, воздух не загрязнен промышленностью, кругом много растений которые утолят потребность в еде, есть речушки с чистейшей водой чтобы утолить жажду ну и тд. В общем типичная такая Мьянма-Камбоджа-Руанда.<br />
Вот оглядывается Джобс по сторонам и думает:<br />
-Ну и пекло, меня сейчас живьем зажарит.<br />
-И люди все какие то тощие, грязные, в рванье. Как будто их пытают постоянно.<br />
-Долбаные буддисты. Изза них я попал в Ад. </p>
			<div class="fixed"></div>
		</div>
		<div class="under">
			<span class="categories">Categories: </span><span><a href="http://sumarov.com/post_ru" title="View all posts in Post Russian" rel="category tag">Post Russian</a></span>			<span class="tags">Tags: </span><span><a href="http://sumarov.com/tag/humor" rel="tag">humor</a></span>		</div>
	</div>
	<div class="post" id="post-134">
		<h2><a class="title" href="http://sumarov.com/post_ru/eshhe-odin-anekdot-na-temu-prixodit-muzh-domoj.html" rel="bookmark">Еще один анекдот на тему &#8211; Приходит муж домой.</a></h2>
		<div class="info">
			<span class="date">September 3rd, 2011</span>
									<span class="comments"><a href="http://sumarov.com/post_ru/eshhe-odin-anekdot-na-temu-prixodit-muzh-domoj.html#respond" title="Comment on Еще один анекдот на тему &#8211; Приходит муж домой.">No comments</a></span>
			<div class="fixed"></div>
		</div>
		<div class="content">
			<p>Приходит муж домой. И что то ему показалось подозрительным. Смотрит у стены новый шкаф стоит.<br />
Заглядывает а там мужик голый.<br />
Муж &#8211; Ты кто такой и что делаешь в шкафу?<br />
Мужик &#8211; Я сборщик мебели, шкаф собираю.<br />
Муж &#8211; И почему голый?<br />
Мужик &#8211; Да вот подумал что пока шкаф не собран, как то не правильно чтобы в нем одежда находилась.<br />
И тут Муж замечает что за второй дверцей еще один голый мужик.<br />
Муж &#8211; А это кто?<br />
Мужик &#8211; Это сантехник.<br />
Муж &#8211; А он почему в шкафу голый?<br />
Мужик &#8211; Одежду он снял чтобы не намочить, а в шкафу он мне помогает молоток держать.<br />
Продолжая оглядывать внутренности шкафа муж замечает на полу еще одно голое мужское тело.<br />
Муж &#8211; А это кто? &#8211; Указывая на тело. &#8211; Разносчик пиццы? )<br />
Мужик &#8211; Да, Разносчик.<br />
Муж удивленно. &#8211; А почему он голый и на полу?<br />
Мужик &#8211; Да мы с сантехником подумали что если пиццы будет мало можно его съесть, ну и раздели конечно, не будем же мы его в одежде есть.<br />
Тут входит жена. &#8211; Дорогой хватит болтать с голыми мужиками по чатрулету, я не для этого комп к новому 3D телевизору подключила. Иди уже есть пока не остыло.</p>
			<div class="fixed"></div>
		</div>
		<div class="under">
			<span class="categories">Categories: </span><span><a href="http://sumarov.com/post_ru" title="View all posts in Post Russian" rel="category tag">Post Russian</a></span>			<span class="tags">Tags: </span><span><a href="http://sumarov.com/tag/humor" rel="tag">humor</a></span>		</div>
	</div>

<div id="pagenavi">
			<div class='wp-pagenavi'>
<span class='pages'>Page 1 of 7</span><span class='current'>1</span><a class="page larger" href="http://sumarov.com/page/2">2</a><a class="page larger" href="http://sumarov.com/page/3">3</a><a class="page larger" href="http://sumarov.com/page/4">4</a><a class="page larger" href="http://sumarov.com/page/5">5</a><span class='extend'>...</span><a class="nextpostslink" href="http://sumarov.com/page/2">&raquo;</a><a class="last" href="http://sumarov.com/page/7">Last &raquo;</a>
</div>		<div class="fixed"></div>
</div>

	</div>
	<!-- main END -->

	
<!-- sidebar START -->
<div id="sidebar">

<!-- sidebar north START -->
<div id="northsidebar" class="sidebar">

	<!-- feeds -->
	<div class="widget widget_feeds">
		<div class="content">
			<div id="subscribe">
				<a rel="external nofollow" id="feedrss" title="Subscribe to this blog..." href="http://sumarov.com/feed"><abbr title="Really Simple Syndication">RSS</abbr></a>
							</div>
						<div class="fixed"></div>
		</div>
	</div>

	<!-- showcase -->
	
<div id="text-349589631" class="widget widget_text"><h3>Blog sections</h3>			<div class="textwidget"><ul class="categories">
<li>
<a href="http://sumarov.com/">All blog posts</a>&nbsp;
<a href="http://feeds.feedburner.com/VladimirSumarovsBlog" title="All posts"><img src="http://sumarov.com/wp-content/themes/mortgages/images/ico/rss.gif" alt="RSS - All my posts" /></a>
</li>
<li>
<a href="http://sumarov.com/post_en/">Blog posts in eng</a>&nbsp;
<a href="http://feeds.feedburner.com/VladimirSumarovsblogEng" title="Blog posts in english"><img src="http://sumarov.com/wp-content/themes/mortgages/images/ico/rss.gif" alt="RSS - Blog posts in english" /></a>
</li>
<li>
Моя <a href="http://wiki.sumarov.com/">Wiki</a>
</li>
</ul></div>
		</div><div id="twitter-439764661" class="widget widget_twitter"><div><h3><span class='twitterwidget twitterwidget-title'>My twit</span></h3><ul><li><span class='entry-content'>RT <a href="http://twitter.com/lleokaganov" class="twitter-user">@lleokaganov</a>: ДЕСЯТЬ ЗАПОВЕДЕЙ НОВОЙ РОССИЙСКОЙ ГОСУДАРСТВЕННОСТИ - 2014 <a href="http://t.co/14COpFoBfr">http://t.co/14COpFoBfr</a></span> <span class='entry-meta'><span class='time-meta'><a href="http://twitter.com/summeroff/statuses/459403928988573696">10:50:06 PM April 24, 2014</a></span> <span class='from-meta'>from <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a></span></span></li><li><span class='entry-content'>RT <a href="http://twitter.com/maloff" class="twitter-user">@maloff</a>: Сегодня Рунету исполнилось бы 20 лет</span> <span class='entry-meta'><span class='time-meta'><a href="http://twitter.com/summeroff/statuses/453684163644628992">04:01:48 AM April 09, 2014</a></span> <span class='from-meta'>from <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a></span></span></li><li><span class='entry-content'>RT <a href="http://twitter.com/lleokaganov" class="twitter-user">@lleokaganov</a>: Не то, чтоб про политику... <a href="http://t.co/D3yWmvkud0">http://t.co/D3yWmvkud0</a></span> <span class='entry-meta'><span class='time-meta'><a href="http://twitter.com/summeroff/statuses/453021405336985600">08:08:14 AM April 07, 2014</a></span> <span class='from-meta'>from <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a></span></span></li><li><span class='entry-content'>RT <a href="http://twitter.com/igor_sechin" class="twitter-user">@igor_sechin</a>: Зато теперь легко отличить прокремлевское СМИ от независимого: если существует - значит прокремлевское.</span> <span class='entry-meta'><span class='time-meta'><a href="http://twitter.com/summeroff/statuses/444118097382109184">06:29:40 PM March 13, 2014</a></span> <span class='from-meta'>from <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a></span></span></li></ul></div></div></div>
<!-- sidebar north END -->

<div id="centersidebar">

	<!-- sidebar east START -->
	<div id="eastsidebar" class="sidebar">
	<div id="meta-3" class="widget widget_meta"><h3>Meta</h3>			<ul>
						<li><a rel="nofollow" href="http://sumarov.com/wp-login.php">Log in</a></li>
			<li><a href="http://sumarov.com/feed" title="Syndicate this site using RSS 2.0">Entries <abbr title="Really Simple Syndication">RSS</abbr></a></li>
			<li><a href="http://sumarov.com/comments/feed" title="The latest comments to all posts in RSS">Comments <abbr title="Really Simple Syndication">RSS</abbr></a></li>
<li><a href="https://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress.org</a></li>			</ul>
</div>	</div>
	<!-- sidebar east END -->

	<!-- sidebar west START -->
	<div id="westsidebar" class="sidebar">
			<div id="recent-posts-2" class="widget widget_recent_entries">		<h3>Recent Posts</h3>		<ul>
					<li>
				<a href="http://sumarov.com/post_ru/propushhennaya-peresadka.html">Пропущенная пересадка.</a>
						</li>
					<li>
				<a href="http://sumarov.com/post_ru/vazhnye-zhiznennye-pozicii.html">Важные жизненные позиции</a>
						</li>
					<li>
				<a href="http://sumarov.com/post_ru/pekinskij-cirk.html">Пекинский цирк</a>
						</li>
					<li>
				<a href="http://sumarov.com/post_en/altruism-vs-good.html">Altruism vs good</a>
						</li>
					<li>
				<a href="http://sumarov.com/post_ru/157.html">Внутренний голос</a>
						</li>
				</ul>
		</div>	</div>
	<!-- sidebar west END -->
	<div class="fixed"></div>
</div>

<!-- sidebar south START -->
<div id="southsidebar" class="sidebar">
<div id="tag_cloud-2" class="widget widget_tag_cloud"><h3>Tags</h3><div class="tagcloud"><a href='http://sumarov.com/tag/atheism' class='tag-link-33' title='1 topic' style='font-size: 8pt;'>atheism</a>
<a href='http://sumarov.com/tag/behavior' class='tag-link-32' title='5 topics' style='font-size: 17.081081081081pt;'>behavior</a>
<a href='http://sumarov.com/tag/brain' class='tag-link-6' title='9 topics' style='font-size: 21.243243243243pt;'>brain</a>
<a href='http://sumarov.com/tag/business' class='tag-link-30' title='1 topic' style='font-size: 8pt;'>business</a>
<a href='http://sumarov.com/tag/crysis' class='tag-link-18' title='2 topics' style='font-size: 11.405405405405pt;'>crysis</a>
<a href='http://sumarov.com/tag/decision' class='tag-link-35' title='1 topic' style='font-size: 8pt;'>decision</a>
<a href='http://sumarov.com/tag/diet' class='tag-link-59' title='2 topics' style='font-size: 11.405405405405pt;'>diet</a>
<a href='http://sumarov.com/tag/documentary' class='tag-link-12' title='2 topics' style='font-size: 11.405405405405pt;'>documentary</a>
<a href='http://sumarov.com/tag/economy' class='tag-link-46' title='2 topics' style='font-size: 11.405405405405pt;'>economy</a>
<a href='http://sumarov.com/tag/emotion' class='tag-link-45' title='1 topic' style='font-size: 8pt;'>emotion</a>
<a href='http://sumarov.com/tag/energy' class='tag-link-26' title='1 topic' style='font-size: 8pt;'>energy</a>
<a href='http://sumarov.com/tag/exoskeleton' class='tag-link-38' title='1 topic' style='font-size: 8pt;'>exoskeleton</a>
<a href='http://sumarov.com/tag/fitness' class='tag-link-20' title='1 topic' style='font-size: 8pt;'>fitness</a>
<a href='http://sumarov.com/tag/future' class='tag-link-17' title='3 topics' style='font-size: 13.675675675676pt;'>future</a>
<a href='http://sumarov.com/tag/government' class='tag-link-10' title='4 topics' style='font-size: 15.567567567568pt;'>government</a>
<a href='http://sumarov.com/tag/hci' class='tag-link-42' title='1 topic' style='font-size: 8pt;'>hci</a>
<a href='http://sumarov.com/tag/health' class='tag-link-19' title='3 topics' style='font-size: 13.675675675676pt;'>health</a>
<a href='http://sumarov.com/tag/humor' class='tag-link-25' title='9 topics' style='font-size: 21.243243243243pt;'>humor</a>
<a href='http://sumarov.com/tag/idea' class='tag-link-31' title='1 topic' style='font-size: 8pt;'>idea</a>
<a href='http://sumarov.com/tag/information' class='tag-link-29' title='1 topic' style='font-size: 8pt;'>information</a>
<a href='http://sumarov.com/tag/internet' class='tag-link-43' title='3 topics' style='font-size: 13.675675675676pt;'>internet</a>
<a href='http://sumarov.com/tag/law' class='tag-link-52' title='1 topic' style='font-size: 8pt;'>law</a>
<a href='http://sumarov.com/tag/life' class='tag-link-21' title='2 topics' style='font-size: 11.405405405405pt;'>life</a>
<a href='http://sumarov.com/tag/manipulation' class='tag-link-14' title='6 topics' style='font-size: 18.405405405405pt;'>manipulation</a>
<a href='http://sumarov.com/tag/massmedia' class='tag-link-28' title='1 topic' style='font-size: 8pt;'>massmedia</a>
<a href='http://sumarov.com/tag/memory' class='tag-link-61' title='1 topic' style='font-size: 8pt;'>memory</a>
<a href='http://sumarov.com/tag/metabolism' class='tag-link-22' title='1 topic' style='font-size: 8pt;'>metabolism</a>
<a href='http://sumarov.com/tag/mind' class='tag-link-44' title='1 topic' style='font-size: 8pt;'>mind</a>
<a href='http://sumarov.com/tag/mobility' class='tag-link-11' title='1 topic' style='font-size: 8pt;'>mobility</a>
<a href='http://sumarov.com/tag/motivation' class='tag-link-7' title='2 topics' style='font-size: 11.405405405405pt;'>motivation</a>
<a href='http://sumarov.com/tag/movie' class='tag-link-66' title='4 topics' style='font-size: 15.567567567568pt;'>movie</a>
<a href='http://sumarov.com/tag/physics' class='tag-link-36' title='2 topics' style='font-size: 11.405405405405pt;'>physics</a>
<a href='http://sumarov.com/tag/politic' class='tag-link-16' title='3 topics' style='font-size: 13.675675675676pt;'>politic</a>
<a href='http://sumarov.com/tag/programming' class='tag-link-49' title='2 topics' style='font-size: 11.405405405405pt;'>programming</a>
<a href='http://sumarov.com/tag/provocation' class='tag-link-40' title='1 topic' style='font-size: 8pt;'>provocation</a>
<a href='http://sumarov.com/tag/psychology' class='tag-link-13' title='8 topics' style='font-size: 20.297297297297pt;'>psychology</a>
<a href='http://sumarov.com/tag/religion' class='tag-link-34' title='1 topic' style='font-size: 8pt;'>religion</a>
<a href='http://sumarov.com/tag/review' class='tag-link-67' title='2 topics' style='font-size: 11.405405405405pt;'>review</a>
<a href='http://sumarov.com/tag/science' class='tag-link-23' title='5 topics' style='font-size: 17.081081081081pt;'>science</a>
<a href='http://sumarov.com/tag/security' class='tag-link-8' title='10 topics' style='font-size: 22pt;'>security</a>
<a href='http://sumarov.com/tag/society' class='tag-link-9' title='6 topics' style='font-size: 18.405405405405pt;'>society</a>
<a href='http://sumarov.com/tag/stereotype' class='tag-link-37' title='1 topic' style='font-size: 8pt;'>stereotype</a>
<a href='http://sumarov.com/tag/study' class='tag-link-24' title='7 topics' style='font-size: 19.351351351351pt;'>study</a>
<a href='http://sumarov.com/tag/technology' class='tag-link-27' title='4 topics' style='font-size: 15.567567567568pt;'>technology</a>
<a href='http://sumarov.com/tag/weapon' class='tag-link-39' title='1 topic' style='font-size: 8pt;'>weapon</a></div>
</div></div>
<!-- sidebar south END -->

</div>
<!-- sidebar END -->
	<div class="fixed"></div>
</div>
<!-- content END -->

<!-- footer START -->
<div id="footer">
	<a id="gotop" href="#" onclick="MGJS.goTop();return false;">Top</a>
	<a id="powered" href="http://wordpress.org/">WordPress</a>
	<div id="copyright">
		Copyright &copy; 2009-2013 Vladimir Sumarov&#039;s blog	</div>
	<div id="themeinfo">
		Theme by <a href="http://www.neoease.com/">NeoEase</a>. Valid <a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> and <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS 3</a>.	</div>
</div>
<!-- footer END -->

</div>
<!-- container END -->
</div>
<!-- wrap END -->


</body>
</html>

