<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Alex Mikhalev&apos;s blog</title>
    <link rel="alternate" type="text/html" href="http://sci-blog.com/alex/" />
    <link rel="self" type="application/atom+xml" href="http://sci-blog.com/alex/atom.xml" />
    <id>tag:sci-blog.com,2008-08-13:/alex//13</id>
    <updated>2008-12-11T14:21:32Z</updated>
    <subtitle>This is my personal blog for sharing scientific ideas, technologies and experience</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Pro 4.25b1-en</generator>

<entry>
    <title>Prototyping and testing in scientific programming</title>
    <link rel="alternate" type="text/html" href="http://sci-blog.com/alex/2008/12/prototyping-and-testing-in-scientific-programming.html" />
    <id>tag:sci-blog.com,2008:/alex//13.107</id>

    <published>2008-12-11T14:19:43Z</published>
    <updated>2008-12-11T14:21:32Z</updated>

    <summary> What we often do in signal processing research is called prototyping. Commonly used tools for prototyping mathematical model is Matlab and Simulink, Mathematica and similar &#8220;bricks&#8221;....</summary>
    <author>
        <name>Alexander Mikhalev</name>
        <uri>http://alex.sci-blog.com</uri>
    </author>
    
        <category term="blog" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="general" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="science" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="programming" label="programming" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="science" label="science" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="testing" label="testing" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-us" xml:base="http://sci-blog.com/alex/">
        <![CDATA[ <p>What we often do in signal processing research is called prototyping. Commonly used tools for prototyping mathematical model is Matlab and Simulink, Mathematica and similar &#8220;bricks&#8221;.</p>]]>
        <![CDATA[

<p>Prototyping require a lot of thought and easy writing of &#8220;throw it away&#8221; code. Once prototype is finished we stick with a tool and keep writing code, like writing mex file for Matlab, new dll based modules for labview and keep going until we hit the wall, performance or some other limitations of the development environment, in which we are working. 
Our code gets messy and with every iteration it only gets worse.</p>

<p>It&#8217;s not the only way to go. For years programmers used one tool for quick prototyping and switched tools for final release. Often you can predict that you will need to write you own .dll for labview box, so it may be worth spending some time getting C code right.</p>

<p>One of the concepts of good programming which helps to improve your own code is unit testing. I don&#8217;t know why, but this topic is considered to be advanced and you will rarely see it in scientific programming books.</p>

<p>Unit testing exists even for <a href="http://xtargets.com/cms/Tutorials/Matlab-Programming/MUnit-Matlab-Unit-Testing.html" title="Matlab">matlab</a>.</p>

<p>Writing the tests is a good way to rewrite the pieces of code and still be sure you didn&#8217;t break your model. <br />
I have heard about test driven development before, but I haven&#8217;t used it until now. This year I am writing very complex WiMAX interference model, with arbitrary number (hundreds) of transmitter and receiver pairs. I wanted to make sure that my model doesn&#8217;t break laws of physics, especially after my transmitters become directional. So I had to write a lot of tests. I switched from Matlab to python (writing complex data structures in Matlab like 5 dimensional hashed hash is not a fun) and I found it really easy to write a test, then rewrite the code in the model and making sure model still correct. 
From now on, I will try to programme in the following fashion:</p>

<ol>
<li><p>Write prototype</p></li>
<li><p>Write test code for working prototype</p></li>
<li><p>Rewrite prototype as much as you like, just keep tests up to date</p></li>
</ol>

<p>So far keeping tests updated was most difficult part, especially high level complex tests. But it makes refactoring (programmers term for improving code) very easy. Really easy. I am curious about any book or articles on the subject.</p>

<h2 id="whatistest">What is test?</h2>

<p>Simplest test for example for square root function should check return values, like</p>

<pre><code>test if sqrt 4 return 2
test if sqrt -1 return error (nan) or complex
test if sqrt 0 return 0
</code></pre>

<p>It is easy to write and makes rewriting easy. More importantly it builds great confidence in your own code, which can pay off when you will be questioned about your results. 
I wish I used it before, but my excuse &#8220;There is no time to write a test code&#8221; just an excuse.</p>]]>
    </content>
</entry>

<entry>
    <title>Visual Interactive System for Annotation and machine LearnIng, data mining, analysis or clustering</title>
    <link rel="alternate" type="text/html" href="http://sci-blog.com/alex/2008/12/visual-interactive-system-for-annotation-and-machine-learning-data-mining-analysis-or-clustering.html" />
    <id>tag:sci-blog.com,2008:/alex//13.106</id>

    <published>2008-12-09T19:07:26Z</published>
    <updated>2008-12-09T19:08:21Z</updated>

    <summary>Cool visualization toolkit from xerox on http://visalix.xrce.xerox.com/...</summary>
    <author>
        <name>Alexander Mikhalev</name>
        <uri>http://alex.sci-blog.com</uri>
    </author>
    
    <category term="science" label="science" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="visualization" label="visualization" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-us" xml:base="http://sci-blog.com/alex/">
        <![CDATA[Cool visualization toolkit from xerox on http://visalix.xrce.xerox.com/<br /><br />]]>
        
    </content>
</entry>

<entry>
    <title>Bug or feature of western union money transfer service</title>
    <link rel="alternate" type="text/html" href="http://sci-blog.com/alex/2008/12/bug-or-feature-of-western-union-money-transfer-service.html" />
    <id>tag:sci-blog.com,2008:/alex//13.105</id>

    <published>2008-12-09T17:04:07Z</published>
    <updated>2008-12-09T17:14:20Z</updated>

    <summary>Today, I was trying to transfer money into Russia using my usual account on westernunion.co.uk. My first attempt clearly failed, because Safari (recently updated) isn&apos;t supported by website. Second attempt was successful, and results in following page: So, transaction was...</summary>
    <author>
        <name>Alexander Mikhalev</name>
        <uri>http://alex.sci-blog.com</uri>
    </author>
    
        <category term="general" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="finance" label="finance" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="union" label="union" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="western" label="western" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-us" xml:base="http://sci-blog.com/alex/">
        <![CDATA[Today, I was trying to transfer money into Russia using my usual account on westernunion.co.uk. My first attempt clearly failed, because Safari (recently updated) isn't supported by website.
Second attempt was successful, and results in following page:

<table style="width:auto;"><tr><td><a href="http://picasaweb.google.com/lh/photo/rIUszCQkbGsfiEqQSyjuLw"><img src="http://lh6.ggpht.com/_8_h312mL7b0/ST5wLsTZayI/AAAAAAAAA9I/UrL8WRiw4CI/s144/Picture%202.jpg" /></a></td></tr><tr><td style="font-family:arial,sans-serif; font-size:11px; text-align:right"></td></tr></table>
So, transaction was completed, but in order to complete transfer you need to communicate MTCN to receiving party.
I looked at the code of the page and it's there: 

<p><&lt;script language="javascript"> 
             RCPcountry = "RU";  
   &lt;/script&gt;

<pre><code>   &lt;script language="javascript"\&gt; 
         MTCN = "*";
   &lt;/script&gt;


   &lt;script language="javascript"\&gt; 
         txnFee = "14.0";
   &lt;/script&gt;
</code></pre>
and etc.
But nicely wrapped in javascript tag.
So, my question is it a bug or western union trying to help themselves in a difficult time? It's too nice bug to have.
]]>
        
    </content>
</entry>

<entry>
    <title>Oblong, looks superb</title>
    <link rel="alternate" type="text/html" href="http://sci-blog.com/alex/2008/12/oblong-looks-superb.html" />
    <id>tag:sci-blog.com,2008:/alex//13.104</id>

    <published>2008-12-08T20:24:38Z</published>
    <updated>2008-12-08T20:26:31Z</updated>

    <summary> g-speak spatial operating environment, multi screen interface here and now. For collaboration and visualization...</summary>
    <author>
        <name>Alexander Mikhalev</name>
        <uri>http://alex.sci-blog.com</uri>
    </author>
    
    <category term="cool" label="cool" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="programming" label="programming" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="science" label="science" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-us" xml:base="http://sci-blog.com/alex/">
        <![CDATA[ <a href="http://oblong.com/"><b>g-speak</b></a> spatial operating
environment, multi screen interface here and now. For collaboration and visualization <br /><br /><br />]]>
        
    </content>
</entry>

<entry>
    <title>Croquet Consortium - future is here.</title>
    <link rel="alternate" type="text/html" href="http://sci-blog.com/alex/2008/12/croquet-consortium-future-is-here.html" />
    <id>tag:sci-blog.com,2008:/alex//13.103</id>

    <published>2008-12-08T19:44:13Z</published>
    <updated>2008-12-08T20:15:28Z</updated>

    <summary>it&apos;s just not widely distributed yet. This is my favorite quote.Fellows real programmers Alex Ott and 13_49 pointed out to absolutely superb IDE for virtual worlds CroquetI am just wondering how stable this platform on smalltalk is and applicable to...</summary>
    <author>
        <name>Alexander Mikhalev</name>
        <uri>http://alex.sci-blog.com</uri>
    </author>
    
        <category term="blog" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="science" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="cool" label="cool" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="programming" label="programming" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-us" xml:base="http://sci-blog.com/alex/">
        <![CDATA[it's just not widely distributed yet. This is my favorite quote.<br />Fellows real programmers Alex Ott and <span class="ljuser" lj:user="13_49" style="white-space: nowrap;"></span><b><a href="http://13-49.livejournal.com/"><b>13_49</b></a> pointed out to absolutely superb IDE for virtual worlds <a href="http://www.opencroquet.org/index.php/Main_Page">Croquet</a><br /></b><br />I am just wondering how stable this platform on smalltalk is and applicable to researchers. It may be the thing to learn next year - smalltalk <br /><br />]]>
        
    </content>
</entry>

<entry>
    <title>Another interesting article about open source</title>
    <link rel="alternate" type="text/html" href="http://sci-blog.com/alex/2008/12/another-interesting-article-about-open-source.html" />
    <id>tag:sci-blog.com,2008:/alex//13.102</id>

    <published>2008-12-07T20:59:12Z</published>
    <updated>2008-12-07T21:01:23Z</updated>

    <summary>Three Reasons Open Source Will Save The Economy...</summary>
    <author>
        <name>Alexander Mikhalev</name>
        <uri>http://alex.sci-blog.com</uri>
    </author>
    
    <category term="economy" label="economy" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="opensource" label="opensource" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="software" label="software" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-us" xml:base="http://sci-blog.com/alex/">
        <![CDATA[<h2><a href="http://whurley.com/2008/12/03/three-reasons-open-source-will-save-the-economy/">Three Reasons Open Source Will Save The Economy</a></h2><br /><br />]]>
        
    </content>
</entry>

<entry>
    <title>Managing bibliography</title>
    <link rel="alternate" type="text/html" href="http://sci-blog.com/alex/2008/12/managing-bibliogrpaphy.html" />
    <id>tag:sci-blog.com,2008:/alex//13.101</id>

    <published>2008-12-07T17:25:24Z</published>
    <updated>2008-12-07T17:29:25Z</updated>

    <summary>PLoS Computational Biology: Defrosting the Digital Library: Bibliographic Tools for the Next Generation Web Interesting review article about using reference tools and digital libraries in modern day and age (and it&apos;s not down to bibtex and endnote nowdays)Fellows be warned,...</summary>
    <author>
        <name>Alexander Mikhalev</name>
        <uri>http://alex.sci-blog.com</uri>
    </author>
    
        <category term="blog" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="science" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="bibliography" label="bibliography" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="tools" label="tools" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-us" xml:base="http://sci-blog.com/alex/">
        <![CDATA[<a href="http://www.ploscompbiol.org/article/info%3Adoi%2F10.1371%2Fjournal.pcbi.1000204#s5">PLoS Computational Biology: Defrosting the Digital Library: Bibliographic Tools for the Next Generation Web </a><br /><br />Interesting review article about using reference tools and digital libraries in modern day and age (and it's not down to bibtex and endnote nowdays)<br />Fellows be warned, people do check bibliography.<br />]]>
        
    </content>
</entry>

<entry>
    <title>I am playing with Google friends connect</title>
    <link rel="alternate" type="text/html" href="http://sci-blog.com/alex/2008/12/i-am-playgin-with-google-friends-connect.html" />
    <id>tag:sci-blog.com,2008:/alex//13.100</id>

    <published>2008-12-07T16:21:00Z</published>
    <updated>2008-12-08T20:47:01Z</updated>

    <summary>It&apos;s a private social network aka open social which you can make in about 10 minutes.If you want to join sci-blog social network click here...</summary>
    <author>
        <name>Alexander Mikhalev</name>
        <uri>http://alex.sci-blog.com</uri>
    </author>
    
    <category term="google" label="google" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="opensocial" label="opensocial" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-us" xml:base="http://sci-blog.com/alex/">
        <![CDATA[It's a private social network aka open social which you can make in about 10 minutes.<br />If you want to join sci-blog social network click<a href="http://sci-blog.com/alex/now-we-test-google-friend-connect.html"> here</a><br /> ]]>
        
    </content>
</entry>

<entry>
    <title>Color management support added to Firefox 3</title>
    <link rel="alternate" type="text/html" href="http://sci-blog.com/alex/2008/12/color-management-support-added-to-firefox-3.html" />
    <id>tag:sci-blog.com,2008:/alex//13.98</id>

    <published>2008-12-01T11:44:10Z</published>
    <updated>2008-12-01T12:15:19Z</updated>

    <summary>Found on :mozillalinksColor management is turned off by default to prevent subtle color variations affecting the overall look of web sites. To enable it you must set gfx.color_management.enabled to true (via about:config) and restart Firefox.This is a cool feature and...</summary>
    <author>
        <name>Alexander Mikhalev</name>
        <uri>http://alex.sci-blog.com</uri>
    </author>
    
        <category term="general" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="color" label="color" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="cool" label="cool" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="firefox" label="firefox" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="management" label="management" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-us" xml:base="http://sci-blog.com/alex/">
        <![CDATA[Found on :<br /><a href="http://mozillalinks.org/wp/2007/08/color-management-support-added-to-firefox-3/">mozillalinks</a><br /><br />Color management is turned off by default to prevent subtle color variations affecting the overall look of web sites. To enable it you must set gfx.color_management.enabled to true (via about:config) and restart Firefox.<br /><br />This is a cool feature and big step forward for browsers to have a proper colour palette instead of usual web-safe.<br /><div><br /></div>]]>
        
    </content>
</entry>

<entry>
    <title>Sharing scientific project: the way to the bright future</title>
    <link rel="alternate" type="text/html" href="http://sci-blog.com/alex/2008/11/sharing-scientific-project1.html" />
    <id>tag:sci-blog.com,2008:/alex//13.97</id>

    <published>2008-11-30T22:26:13Z</published>
    <updated>2008-12-01T12:16:24Z</updated>

    <summary>I recently had a chat with people who will be doing &quot;portal&quot; for our university, for sharing information between departments, may be even between groups of the researchers. Nice guys will be using ms sharepoint as back-end...</summary>
    <author>
        <name>Alexander Mikhalev</name>
        <uri>http://alex.sci-blog.com</uri>
    </author>
    
        <category term="blog" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="general" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="science" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="ideas" label="ideas" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="science" label="science" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="share" label="share" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-us" xml:base="http://sci-blog.com/alex/">
        <![CDATA[<p>I recently had a chat with people who will be doing "portal" for our university, for sharing information between departments, may be even between groups of the researchers. Nice guys will be using ms sharepoint as back-end </p>
]]>
        <![CDATA[<p>I hope they know what they are doing, otherwise it will be yet another useless portal with ridiculous development time. But I decided to put my thoughts together on this subject, while they are fairly fresh. Let's look at the requirements for sharing research project:
* Equation support. People who tells about equation editor in MS Word, unlikely had to use it often. So for now, let's say we need Latex or MathML. I bet for chemistry scientists there is their own form of writing equations, so it should be plugin based. </p>

<ul>
<li><p>Bibliography, something bibtex compatible similar to http://www.citeulike.org/, but project oriented. Since most of the databases support REST/XML type api integration with PubMEd and IEEE should be fairly straight forward.</p></li>
<li><p>Version control on any stage similar to mercurial/git. For separate pages and bibliography. Github or trac can be used as a way to start.</p></li>
<li><p>Distributed and decentralised. That's a dream. It would be cool to be able to synchronise offline and online activity. Again as it is done in mercurial/git distributed version control systems (DVCS). Actually, it should be doable, for example, if whole database kept in DVCS, it should be possible to synchronise the data from offline into online, with collision detection and automatic resolution.</p></li>
<li><p>For security obsessed gpg based encryption on low level. Difficult and probably will screw version control. </p></li>
</ul>

<p>I hacked Latex plugin for movable type and I can add graphviz plugin for mt as well, but I don't think MT will be suitable platform to start this. Although community edition looks attractive. 
So, does anyone knows customizable wiki based on python and storing data in mercurial?
If not, anyone for the challenge of hacking it all together? This year I am writing things in python, due to google apps engine and my own third attempt to grab it. And it didn't finish with smashed keyboard so far, so links to python project preferable.</p>
]]>
    </content>
</entry>

<entry>
    <title>Windows or Mac as a personal computer for personal and professional use</title>
    <link rel="alternate" type="text/html" href="http://sci-blog.com/alex/2008/11/windows-or-mac-as-a-personal-computer-for-personal-and-professional-use.html" />
    <id>tag:sci-blog.com,2008:/alex//13.96</id>

    <published>2008-11-27T20:20:09Z</published>
    <updated>2008-11-27T20:38:55Z</updated>

    <summary>It is very interesting that even a people with business or management education don&#8217;t think about purchase of the computer/software in terms of cost-effectiveness and even less likely to calculate the cost of ownership....</summary>
    <author>
        <name>Alexander Mikhalev</name>
        <uri>http://alex.sci-blog.com</uri>
    </author>
    
        <category term="blog" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="blog" label="blog" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="costs" label="costs" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="macosx" label="macosx" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="windows" label="windows" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-us" xml:base="http://sci-blog.com/alex/">
        <![CDATA[<p>It is very interesting that even a people with business or management education don&#8217;t think about purchase of the computer/software in terms of cost-effectiveness and even less likely to calculate the cost of ownership.</p>
]]>
        <![CDATA[<p>Long time ago, one chap - IT director of the bank, completely changed my perception of the true costs in IT.</p>

<p>He said: "I am choosing database server for the bank, I can by cheap MS Windows Intel server + MS SQL server and it will cost roughly around $7000 (my thoughts: huge amount money for the student, doesn't sound cheap to me), or I can buy AIX server with DB2 for $70000. Shall we go for the cheapest option? Well, the penalty for not submitting tax report on time for the bank is $500000 and with MS SQL+Intel we have a higher chances of paying this penalty"</p>

<p>And I think you may find that using wrong technology you will pay a different penalty on regular basis.</p>

<p>When I changed my carrier from IT support to academia, I decided that the last thing I want to do is to support my own computer and so it was linux on my laptop for two or three years. </p>

<p>Think about the cost of the laptop for the moment:<br />
Let's say I want to buy Dell laptop now, for example take VostroTM 1510 for £479, for this price I will get Intel® Core™2 Duo Processor T8100 (2.1 GHz), if I want to go for a higher frequency 2.4 GHz I will need to add £90. <br />
Then, because it's windows computer you need to add Norton IS for additional £19.94. Which probably will occupy most of this additional GHz for which I just payed additional 90 quid.<br />
 The bottom line - I don't want to spend additional £100 for the pleasure to have pop-up messages in most inconvenient time during my presentation. Thank you, I stayed with linux. </p>

<p>Then I found out that most scientific software runs not only on linux, but on Mac OS X, which is the proper unix with splendid GUI. </p>

<p>There are more reasons for using *nix systems for scientific work:<br />
1) a lot of this software were initially written for unix, some of it was ported to windows and some of it multiplatform, so OS doesn't really matter. </p>

<p>2) does anyone of you know about successful scientific grid computing or cluster on windows? Ours run linux with sungrid and similar things.<br />
When I saw Steve Jobs presentation announcing Apple transition to Intel processors, I had two things in mind:</p>

<p>1) I want to use Keynote for my own presentation<br />
2) I want to buy last reliable Mac</p>

<p>So I bought powerbook 12" and happily use it for nearly 4 years. Do not get me wrong, move to intel processors was a very good step for Apple, but having engineer training I understood that it will take some time before new Apple computers will become stable and didn't want to test them.</p>

<p>I use Textmate and Quicksilver on Mac and can't imaging doing any work with them. My powerbook proved to be very reliably so far and it was switched off for about three weeks in total during more than three years. I am restarting it once in a month and that's about it. So far Mac for me is an excellent and productive platform and I enjoy working on it, which never happened before.</p>

<p>"But it's different for enterprise" - someone may say.<br />
You absolutely right, it's much worse for enterprise than for individual. But about this will be my next post.<br />
For now, do not let decision made 5-10 years ago affect you now.<br />
</p>]]>
    </content>
</entry>

<entry>
    <title>Usefull stuff: download any youtube movies</title>
    <link rel="alternate" type="text/html" href="http://sci-blog.com/alex/2008/11/usefull-stuff-download-any-youtube-movies.html" />
    <id>tag:sci-blog.com,2008:/alex//13.95</id>

    <published>2008-11-25T20:01:44Z</published>
    <updated>2008-11-25T20:03:45Z</updated>

    <summary><![CDATA[javascript:document.location.replace("get_video?video_id="+swfArgs.video_id+"&t="+swfArgs.t+"&fmt=18");...]]></summary>
    <author>
        <name>Alexander Mikhalev</name>
        <uri>http://alex.sci-blog.com</uri>
    </author>
    
    <category term="hacks" label="hacks" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="javascript" label="javascript" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="usefull" label="usefull" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="youtube" label="youtube" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-us" xml:base="http://sci-blog.com/alex/">
        <![CDATA[<p><code>javascript:document.location.replace("get_video?video_id="+swfArgs.video_id+"&t="+swfArgs.t+"&fmt=18");</code></p>]]>
        
    </content>
</entry>

<entry>
    <title>Seth&apos;s Blog: Google gets jiggy</title>
    <link rel="alternate" type="text/html" href="http://sci-blog.com/alex/2008/11/seths-blog-google-gets-jiggy.html" />
    <id>tag:sci-blog.com,2008:/alex//13.94</id>

    <published>2008-11-24T18:58:38Z</published>
    <updated>2008-11-24T19:05:53Z</updated>

    <summary>http://sethgodin.typepad.com/seths_blog/2008/11/google-gets-jig.html&quot;It is not what we include but exclude make us different.&quot;I was dreaming about this feature for a while and google made it for me. When I am looking for radar I don&apos;t want Christina Aguilera radar, but proper military...</summary>
    <author>
        <name>Alexander Mikhalev</name>
        <uri>http://alex.sci-blog.com</uri>
    </author>
    
    <category term="google" label="google" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="searchwiki" label="searchwiki" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-us" xml:base="http://sci-blog.com/alex/">
        <![CDATA[http://sethgodin.typepad.com/seths_blog/2008/11/google-gets-jig.html<br /><br />"It is not what we include but exclude make us different."<br />I was dreaming about this feature for a while and google made it for me. When I am looking for radar I don't want Christina Aguilera radar, but proper military radar. Now I have a power to ban it from my search results. Looking forward to this feature on flickr's tags search and if yahoo would be lazy will have to write it myself.<br /><br />]]>
        
    </content>
</entry>

<entry>
    <title>Sharing mind map</title>
    <link rel="alternate" type="text/html" href="http://sci-blog.com/alex/2008/11/sharing-mind-map.html" />
    <id>tag:sci-blog.com,2008:/alex//13.93</id>

    <published>2008-11-24T12:58:55Z</published>
    <updated>2008-11-24T13:00:21Z</updated>

    <summary>In cloud computing group someone posted a link on very interesting mind manager and sharing website.http://www.xmind.net/ Looks interesting...</summary>
    <author>
        <name>Alexander Mikhalev</name>
        <uri>http://alex.sci-blog.com</uri>
    </author>
    
    <category term="ideas" label="ideas" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="management" label="management" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="mindmap" label="mindmap" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="share" label="share" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-us" xml:base="http://sci-blog.com/alex/">
        <![CDATA[In cloud computing group someone posted a link on very interesting mind manager and sharing website.<br />http://www.xmind.net/ <br />Looks interesting<br /> ]]>
        
    </content>
</entry>

<entry>
    <title>Scalability illustration</title>
    <link rel="alternate" type="text/html" href="http://sci-blog.com/alex/2008/11/post.html" />
    <id>tag:sci-blog.com,2008:/alex//13.92</id>

    <published>2008-11-13T19:26:31Z</published>
    <updated>2008-11-13T19:29:48Z</updated>

    <summary></summary>
    <author>
        <name>Alexander Mikhalev</name>
        <uri>http://alex.sci-blog.com</uri>
    </author>
    
    
    <content type="html" xml:lang="en-us" xml:base="http://sci-blog.com/alex/">
        <![CDATA[<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="scalability.png" src="http://sci-blog.com/alex/2008/11/13/img/scalability.png" class="mt-image-none" style="" height="258" width="576" /></span>]]>
        
    </content>
</entry>

</feed>
