<?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>Binary Orders of Magnitude &#187; Misc</title>
	<atom:link href="http://www.sergeychernyshev.com/blog/category/misc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sergeychernyshev.com/blog</link>
	<description>Sergey Chernyshev's blog about projects and web in general.</description>
	<lastBuildDate>Thu, 09 Sep 2010 04:34:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Semantic FaceWeb: RDfb is strong use of RDFa</title>
		<link>http://www.sergeychernyshev.com/blog/semantic-faceweb-rdfb-is-strong-use-of-rdfa/</link>
		<comments>http://www.sergeychernyshev.com/blog/semantic-faceweb-rdfb-is-strong-use-of-rdfa/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 14:41:37 +0000</pubDate>
		<dc:creator>Sergey Chernyshev</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.sergeychernyshev.com/blog/?p=651</guid>
		<description><![CDATA[Great news for Semantic Web, Facebook announced that they are going to use more structured metadata in shared web pages then just their original meta tags.
There are two parts to it &#8211; first they are going to provide storage about all things withing Facebook and on the internet in JSON format so people can write [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://opengraphprotocol.org/"><img style="float: right; margin-left: 1em; border: 0;" title="RDfb" src="http://www.sergeychernyshev.com/blog/wp-content/uploads/2010/04/RDfb1.png" alt="" width="150" height="159" /></a>Great news for Semantic Web, Facebook announced that they are going to use more structured metadata in shared web pages then just their original meta tags.</p>
<p>There are two parts to it &#8211; first they are going to provide storage about all things withing Facebook and on the internet in JSON format so people can write applications that use this data.</p>
<p>For example, public information about me on Facebook can be seen at this URL:<br />
<a href="https://graph.facebook.com/sergey.chernyshev">https://graph.facebook.com/sergey.chernyshev</a></p>
<p>And here how it looks:</p>
<pre style="background: #eee; border: 1px solid grey; padding: 1em; clear: both;">{
   "id": "504972292",
   "name": "Sergey Chernyshev",
   "first_name": "Sergey",
   "last_name": "Chernyshev",
   "link": "http://www.facebook.com/sergey.chernyshev"
}</pre>
<p>This way all you need to know is ID, which in my case is <a href="https://graph.facebook.com/sergey.chernyshev">sergey.chernyshev</a> or <a href="https://graph.facebook.com/504972292">504972292</a>.</p>
<p>Another side of this is that Facebook is going to also store data from pages that were shared using their share button or added to interests or in any other way loaded into facebook&#8217;s system. They will be extracting this data using <a href="http://rdfa.info/">RDFa</a> format and interpret it using a vocabulary that they call <a href="http://opengraphprotocol.org/">Open Graph Protocol</a> (I will be calling it <strong>RDfb</strong>).</p>
<pre style="background: #eee; border: 1px solid grey; padding: 1em;">&lt;html xmlns:og="http://opengraphprotocol.org/schema/"&gt;
&lt;head&gt;
&lt;title&gt;The Rock (1996)&lt;/title&gt;
&lt;meta property="<span style="color: blue;">og:title</span>" content="<span style="color: green;">The Rock</span>" /&gt;
&lt;meta property="<span style="color: blue;">og:type</span>" content="<span style="color: green;">movie</span>" /&gt;
&lt;meta property="<span style="color: blue;">og:url</span>" content="<span style="color: green;">http://www.imdb.com/title/tt0117500/</span>" /&gt;
&lt;meta property="<span style="color: blue;">og:image</span>" content="<span style="color: green;">http://ia.media-imdb.com/images/rock.jpg</span>" /&gt;
...
&lt;/head&gt;
...
&lt;/html&gt;</pre>
<p>This will allow sites to add a few lines of code to their pages to get them recognized as meaningful data instead of just human-readable documents &#8211; this will allow smart agents like search engines, mobile applications, embedded systems and just simple widgets to make sense of this data and help people see it in the context that is most usable for them.</p>
<p>I have a feeling that Facebook being a great driver for many business decisions related to promotion and marketing through social media, this change is going to be a <strong>best thing that happened to Semantic Web so far</strong>, might be even bigger then <a href="http://developer.search.yahoo.com/start">Yahoo&#8217;s</a> and <a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=146898">Google&#8217;s</a> efforts in universal search.</p>
<p>P.S. Such a great present for <a href="http://semweb.meetup.com/25/calendar/12648244/">my presentation about RDFa tonight</a> ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sergeychernyshev.com/blog/semantic-faceweb-rdfb-is-strong-use-of-rdfa/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Listen to the lizard brain and walk on the path of the most embarrassment</title>
		<link>http://www.sergeychernyshev.com/blog/listen-to-the-lizard-brain-and-walk-on-the-path-of-the-most-embarrassment/</link>
		<comments>http://www.sergeychernyshev.com/blog/listen-to-the-lizard-brain-and-walk-on-the-path-of-the-most-embarrassment/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 22:21:45 +0000</pubDate>
		<dc:creator>Sergey Chernyshev</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.sergeychernyshev.com/blog/?p=398</guid>
		<description><![CDATA[I was listening to a long awaited interview with Seth Godin that Bob Walsh and Patrick Foley from Startup Success Podcast just released and Seth said something (11:38 in mp3) that resonated with me immediately:
&#8230;I use a resistance as a compass. If I&#8217;m uncomfortable about doing something, if I hear the voice of the lizard [...]]]></description>
			<content:encoded><![CDATA[<p>I was listening to a long awaited <a href="http://startuppodcast.wordpress.com/2010/02/25/show-57-seth-godin-on-linchpins-and-startups/">interview with Seth Godin</a> that Bob Walsh and Patrick Foley from Startup Success Podcast just released and Seth said something (11:38 in <a href="http://media.startupsuccesspodcast.com/StartupSuccess057.mp3">mp3</a>) that resonated with me immediately:</p>
<blockquote><p>&#8230;I use a resistance as a compass. If I&#8217;m uncomfortable about doing something, if I hear the voice of the lizard brain, that&#8217;s exactly what I choose to do&#8230;</p></blockquote>
<p>This is exactly the &#8220;<a href="http://www.sergeychernyshev.com/blog/path-of-the-most-embarrassment/">path of the most embarrassment</a>&#8221; that I wrote about some time ago. This is the feeling that I found. The one that is so easy to differentiate from the comfortable fuzzy feeling that boring stuff brings.</p>
<p>It feels so good to have a validation by Seth, I think I should <strong>listen to this lizard brain more often not to step away from the path of the most embarrassment</strong>. Wait&#8230; good feelings should be avoided, don&#8217;t they&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sergeychernyshev.com/blog/listen-to-the-lizard-brain-and-walk-on-the-path-of-the-most-embarrassment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://media.startupsuccesspodcast.com/StartupSuccess057.mp3" length="24978767" type="audio/mpeg" />
		</item>
		<item>
		<title>Path of the most embarrassment</title>
		<link>http://www.sergeychernyshev.com/blog/path-of-the-most-embarrassment/</link>
		<comments>http://www.sergeychernyshev.com/blog/path-of-the-most-embarrassment/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 02:26:07 +0000</pubDate>
		<dc:creator>Sergey Chernyshev</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.sergeychernyshev.com/blog/?p=299</guid>
		<description><![CDATA[I&#8217;m working on HowDoable for a few months already and it&#8217;s been a fun ride and main challenge is to go towards the goal.
I&#8217;m using Pivotal tracker for my agile needs and i have a long backlog which I&#8217;m adding to more stuff over time, rearranging the list and so on. What I noticed that [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working on HowDoable for a few months already and it&#8217;s been a fun ride and main challenge is to go towards the goal.</p>
<p>I&#8217;m using Pivotal tracker for my agile needs and i have a long backlog which I&#8217;m adding to more stuff over time, rearranging the list and so on. What I noticed that rearranging gets a pattern during hard times &#8211; I tend to avoid some kind of tasks &#8211; those that are not very natural for me, like writing some texts in English or just regular startup problems like writing business plan or think about the product from user&#8217;s perspective.</p>
<p>What I tend to push up the list is something I&#8217;m comfortable doing, like coding new features or playing around with new colors, logo, some other things, but definitely not those that bring me closer to the release. </p>
<p>Many words are said about shipping the product early and why it can be vital to business so I&#8217;m not going to repeat them here, but I never found a good recommendation about how exactly do we do that. One thing that I heard lately is a paradigm of &#8220;minimal viable product&#8221; which is about the set of features to include that will make the product stand out, but no more.</p>
<p>What it doesn&#8217;t describe is how do you do that in agile environment when so many backlog items come up when you start and reprioritization happens very often and requires constant attention. So I struggle to find that feeling that I can catch and follow during the periodic reordering of my task list / backlog to make sure that things that need to be done to be successful don&#8217;t get pushed down by things that I just feel like doing.</p>
<p>Some time ago I read a good quote from Reid Hoffman of LinkedIn &#8211; &#8220;If you&#8217;re not embarrassed by your first release, then you launched too late.&#8221; and it stuck with me as a great description of the problem of over-polishing the product which is not even seen by users yet.</p>
<p>So I though to myself &#8211; if I look at it from agile perspective and treat each iteration&#8217;s or even day&#8217;s product as a final product (thing that you want to have in your agile world) then embarrassment is exactly the feeling that needs to guide you when you&#8217;re picking the next thing to do.</p>
<p>What I mean is that if you thinking of moving some task down to replace it with some other task, <em>think if this other tasks&#8217; completion is going to help you avoid some potential embarrassment and if so, then stop right there!</em> &#8211; what you&#8217;re doing is trying to feel better about the product and not bringing the product to the state that will benefit the business.</p>
<p>Unfortunately these are two different things and extreme perfectionism tha arises from trying to &#8220;polish the torpedo&#8221; never did any good and many projects and businesses were ruined by &#8220;unfinished torpedoes with shiny casing&#8221;.</p>
<p>So now what I do and urge all the strartupers to do (or open source developers for that matter) is to follow the <strong>path of the most embarrassment</strong> &#8211; when you feel that you have a choice of doing something to reduce the embarrassment, turn around and go into the opposite direction because you&#8217;re trying not to hurt your feelings. What you need to do instead is to go towards the business goals that I hope you had time to define and didn&#8217;t just jump into development, right.</p>
<p>Hope this insight helps and if you feel I&#8217;m wrong, let me know in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sergeychernyshev.com/blog/path-of-the-most-embarrassment/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Sergey &#8220;Che&#8221; Chernyshev</title>
		<link>http://www.sergeychernyshev.com/blog/che/</link>
		<comments>http://www.sergeychernyshev.com/blog/che/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 04:48:41 +0000</pubDate>
		<dc:creator>Sergey Chernyshev</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.sergeychernyshev.com/blog/?p=289</guid>
		<description><![CDATA[Steve Souders wrote a post about people mispronouncing his name.
Obviously, I&#8217;m an emigrant which makes it different, but in my case people usually can&#8217;t finish pronouncing my last name and stumble somewhere in the middle ;)
I even thought about borrowing a nickname from Ernesto Guevara, so it&#8217;s easier to remember like Sergey &#8220;Che&#8221; Chernyshev, but [...]]]></description>
			<content:encoded><![CDATA[<p>Steve Souders wrote a post about <a href="http://www.stevesouders.com/blog/2009/09/22/sau-drs-sour-not-super/">people mispronouncing his name</a>.</p>
<p>Obviously, I&#8217;m an emigrant which makes it different, but in my case people usually can&#8217;t finish pronouncing my last name and stumble somewhere in the middle ;)</p>
<p>I even thought about borrowing a nickname from Ernesto Guevara, so it&#8217;s easier to remember like Sergey &#8220;Che&#8221; Chernyshev, but wasn&#8217;t sure if I really wanted to be associated with communism ;)</p>
<p>It&#8217;s hard to translate this joke to English, but I felt like posting it anyway &#8211; it describes what people feel when they actually try to pronounce my name:<br />
<img title="Sergey Chё?" src="http://farm4.static.flickr.com/3545/3383708067_8c5a8568d3_o.png" border="0" alt="Sergey Chё?" width="480" height="150" style="border: 0" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sergeychernyshev.com/blog/che/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Even Faster Web Sites</title>
		<link>http://www.sergeychernyshev.com/blog/even-faster-web-sites/</link>
		<comments>http://www.sergeychernyshev.com/blog/even-faster-web-sites/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 04:26:25 +0000</pubDate>
		<dc:creator>Sergey Chernyshev</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.sergeychernyshev.com/blog/?p=268</guid>
		<description><![CDATA[
I&#8217;m done with my copy of Even Faster Web Sites.
It&#8217;s definitely a book worth reading if you&#8217;re well into web performance optimization and want to step even further when all simpler optimizations don&#8217;t bring any more improvements.
JavaScript sections from Ajaxians and Nicholas Zakas are quite interesting but definitely for most complex 2.0 apps with tons [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/Even-Faster-Web-Sites-Performance/dp/0596522304/programru-20"><img src="http://www.sergeychernyshev.com/blog/wp-content/uploads/2009/06/even-faster-web-sites.jpg" alt="Even Faster Web Sites" title="Even Faster Web Sites" width="240" height="240" style="border: 0px; float: right"/></a><br />
I&#8217;m done with my copy of <a href="http://www.amazon.com/Even-Faster-Web-Sites-Performance/dp/0596522304/programru-20">Even Faster Web Sites</a>.</p>
<p>It&#8217;s definitely a book worth reading if you&#8217;re well into web performance optimization and want to step even further when all simpler optimizations don&#8217;t bring any more improvements.</p>
<p>JavaScript sections from Ajaxians and Nicholas Zakas are quite interesting but definitely for most complex 2.0 apps with tons of JS and front-end processing.</p>
<p>Flushing early and CSS selector performance are important too, Steve was talking about it at Web 2.0 @ SF &#8211; CSS is a bit beyond my comprehension unfortunately, but flush is easy to comprehend for those who made at lease a single IO app, especially networked.</p>
<p>One thing among tools &#8211; in my opinion, <a href="http://webpagetest.org/">WebPageTest.org</a> was given less credit then it deserves &#8211; it&#8217;s connection view (next to the waterfall) and content breakdown chart as well as empty/primed dual run definitely bring it high in the &#8220;packet sniffer&#8221; section and not only &#8220;analytic tools&#8221; section. And I agree with Steve that it&#8217;s availability through the web give it a huge value in the eyes of developers and business decision makers. It&#8217;s very possible though that that section of the book was done when most of these features were added.</p>
<p>If you didn&#8217;t read <a href="http://www.amazon.com/Even-Faster-Web-Sites-Performance/dp/0596522304/programru-20">Even Faster Web Sites</a>, you probably should. As well as its prequel &#8211; <a href="http://www.amazon.com/High-Performance-Web-Sites-Essential/dp/0596529309/programru-20">High Performance Web Sites</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sergeychernyshev.com/blog/even-faster-web-sites/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New OpenID look for MediaWiki</title>
		<link>http://www.sergeychernyshev.com/blog/new-openid-look-for-mediawiki/</link>
		<comments>http://www.sergeychernyshev.com/blog/new-openid-look-for-mediawiki/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 18:52:28 +0000</pubDate>
		<dc:creator>Sergey Chernyshev</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.sergeychernyshev.com/blog/?p=121</guid>
		<description><![CDATA[I&#8217;ve done some integration of OpenID selector into MediaWiki OpenID extension and some fixing/improvements of the latter.
You can see changes on TPr, MWW and SharingButtons.
Next week will take a look into checking it back in. Still need to figure out if I can check in BSD code (selector) into MW tree or need to write [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float: right; border: 0; margin-left: 10px" title="OpenID logo" src="http://www.sergeychernyshev.com/blog/wp-content/uploads/2009/02/logo.png" alt="OpenID logo" width="253" height="71" />I&#8217;ve done some integration of <a href="http://code.google.com/p/openid-selector/">OpenID selector</a> into <a href="http://www.mediawiki.org/wiki/Extension:OpenID">MediaWiki OpenID extension</a> and some fixing/improvements of the latter.</p>
<p>You can see changes on <a href="http://www.techpresentations.org/Special:OpenIDLogin">TPr</a>, <a href="http://www.mediawikiwidgets.org/Special:OpenIDLogin">MWW</a> and <a href="http://www.sharingbuttons.org/Special:OpenIDLogin">SharingButtons</a>.</p>
<p>Next week will take a look into checking it back in. Still need to figure out if I can check in BSD code (selector) into MW tree or need to write something similar (I&#8217;m even thinking about creating something like SharingButtons, but for OpenID providers) and release with GPL.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sergeychernyshev.com/blog/new-openid-look-for-mediawiki/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>OpenID and memcached</title>
		<link>http://www.sergeychernyshev.com/blog/openid-and-memcached/</link>
		<comments>http://www.sergeychernyshev.com/blog/openid-and-memcached/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 00:35:43 +0000</pubDate>
		<dc:creator>Sergey Chernyshev</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.sergeychernyshev.com/blog/?p=115</guid>
		<description><![CDATA[Did some maintenance on my projects &#8211; added OpenID support to wikis:

http://www.sharingbuttons.org/Special:OpenIDLogin
http://www.techpresentations.org/Special:OpenIDLogin
http://www.mediawikiwidgets.org/Special:OpenIDLogin

Also working on embedding OpenID selector &#8211; check Sharing Buttons OpenID login page (still needs some work, but quite promising).
Also changed all wikis and blogs to use memcached instead of APC for cache storage &#8211; it seems to be much more efficient.
]]></description>
			<content:encoded><![CDATA[<p>Did some maintenance on my projects &#8211; added <a href="http://openid.net/">OpenID</a> support to wikis:</p>
<ul>
<li><a href="http://www.sharingbuttons.org/Special:OpenIDLogin">http://www.sharingbuttons.org/Special:OpenIDLogin</a></li>
<li><a href="http://www.techpresentations.org/Special:OpenIDLogin">http://www.techpresentations.org/Special:OpenIDLogin</a></li>
<li><a href="http://www.mediawikiwidgets.org/Special:OpenIDLogin">http://www.mediawikiwidgets.org/Special:OpenIDLogin</a></li>
</ul>
<p>Also working on embedding <a href="http://code.google.com/p/openid-selector/">OpenID selector</a> &#8211; check <a href="http://www.sharingbuttons.org/Special:OpenIDLogin">Sharing Buttons OpenID login</a> page (still needs some work, but quite promising).</p>
<p>Also changed all wikis and blogs to use <a href="http://www.danga.com/memcached/">memcached</a> instead of <a href="http://us2.php.net/APC">APC</a> for cache storage &#8211; it seems to be much more efficient.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sergeychernyshev.com/blog/openid-and-memcached/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New name</title>
		<link>http://www.sergeychernyshev.com/blog/new-name/</link>
		<comments>http://www.sergeychernyshev.com/blog/new-name/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 21:50:31 +0000</pubDate>
		<dc:creator>Sergey Chernyshev</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.sergeychernyshev.com/blog/?p=108</guid>
		<description><![CDATA[While walking to work early today I came up with the name for my blog &#8211; &#8220;Binary Orders of Magnitude&#8221;. I think it&#8217;s a good name for personal blog and sounds very big and global as all blog names should sound as all of us live to accomplish something big. Plus it has some geekish [...]]]></description>
			<content:encoded><![CDATA[<p>While walking to work early today I came up with the name for my blog &#8211; &#8220;Binary Orders of Magnitude&#8221;. I think it&#8217;s a good name for personal blog and sounds very big and global as all blog names should sound as all of us live to accomplish something big. Plus it has some geekish humor to it ;)</p>
<p>Hope you enjoy it &#8211; let me know what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sergeychernyshev.com/blog/new-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>History Hacker on History Channel</title>
		<link>http://www.sergeychernyshev.com/blog/history-hacker-on-history-channel/</link>
		<comments>http://www.sergeychernyshev.com/blog/history-hacker-on-history-channel/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 02:13:47 +0000</pubDate>
		<dc:creator>Sergey Chernyshev</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Make Magazine]]></category>

		<guid isPermaLink="false">http://blog.sergeychernyshev.com/?p=76</guid>
		<description><![CDATA[Bre Pettis is launching a History Hacker series on History Channel. Judging by his &#8220;Weekend Projects&#8221; podcast that he did for Make Magazine, it&#8217;s going to be good.
First pilot is going to air on September 26th at 8 and midnight. Watch it &#8211; it&#8217;ll help to have a series.
Here&#8217;s the trailer:

More links:

History Hacker Facebook group
History [...]]]></description>
			<content:encoded><![CDATA[<p>Bre Pettis is launching a History Hacker series on History Channel. Judging by his &#8220;Weekend Projects&#8221; podcast that he did for Make Magazine, it&#8217;s going to be good.</p>
<p>First pilot is going to air on <a href="http://www.history.com/shows.do?action=detail&amp;episodeId=365730">September 26th at 8 and midnight</a>. Watch it &#8211; it&#8217;ll help to have a series.</p>
<p>Here&#8217;s the trailer:<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/Fe5DWyVrvlY&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/Fe5DWyVrvlY&amp;hl=en&amp;fs=1" allowfullscreen="true"></embed></object></p>
<p>More links:</p>
<ul>
<li>History Hacker <a href="http://www.new.facebook.com/group.php?gid=25165214526">Facebook group</a></li>
<li>History Hacker <a href="http://www.flickr.com/groups/historyhacker/">Flickr group</a></li>
<li><a href="http://brepettis.com/blog/2008/09/21/help-turn-the-history-hacker-pilot-into-a-tv-show/">Post in Bre&#8217;s blog</a> about the show</li>
<li><a href="http://www.history.com/shows.do?action=detail&amp;episodeId=365730">Show schedule page</a> on the History Channel web site</li>
</ul>
<p>Too bad I can&#8217;t watch it &#8211; hope someday it all is going to be on-demand only.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sergeychernyshev.com/blog/history-hacker-on-history-channel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back from Web 2.0 Expo</title>
		<link>http://www.sergeychernyshev.com/blog/back-from-web-20-expo/</link>
		<comments>http://www.sergeychernyshev.com/blog/back-from-web-20-expo/#comments</comments>
		<pubDate>Mon, 23 Apr 2007 03:09:46 +0000</pubDate>
		<dc:creator>Sergey Chernyshev</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://blog.sergeychernyshev.com/2007/04/23/back-from-web-20-expo/</guid>
		<description><![CDATA[I&#8217;m back from Web 2.0 Expo. I met many interesting people and watched many interesting presentations.
I also started to think about converting TechPresentations.com from blog to Wiki. In any case, I&#8217;ll post update it in a coming week to reflect the knowledge I got at the conference.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m back from <a href="http://www.web2expo.com/">Web 2.0 Expo</a>. I met many interesting people and watched many <a href="http://www.web2expo.com/webex2007/schedule/">interesting presentations</a>.</p>
<p>I also started to think about converting <a href="http://www.techpresentations.com/">TechPresentations.com</a> from blog to Wiki. In any case, I&#8217;ll post update it in a coming week to reflect the knowledge I got at the conference.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sergeychernyshev.com/blog/back-from-web-20-expo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
