<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6506741110416277909</id><updated>2011-10-18T13:59:38.866-07:00</updated><category term='linux'/><category term='photo'/><category term='android'/><category term='scala'/><category term='emacs'/><category term='picture'/><category term='search engines'/><category term='java'/><category term='books'/><category term='programming'/><category term='internet'/><category term='palm'/><category term='bsuir'/><category term='music'/><category term='hate'/><category term='fun'/><category term='russian'/><category term='oracle'/><category term='life'/><title type='text'>whiter4bbit-hole</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default?start-index=101&amp;max-results=100'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>102</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-1861583384305353317</id><published>2010-11-12T06:03:00.000-08:00</published><updated>2010-11-12T06:04:43.553-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='java'/><category scheme='http://www.blogger.com/atom/ns#' term='hate'/><category scheme='http://www.blogger.com/atom/ns#' term='oracle'/><title type='text'>Cut here</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_mVrNdXW_uzw/TN1JVj5-CQI/AAAAAAAACDc/TqIkaTlWw1M/s1600/java_oracle_cut_here_4.png"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 320px; height: 40px;" src="http://4.bp.blogspot.com/_mVrNdXW_uzw/TN1JVj5-CQI/AAAAAAAACDc/TqIkaTlWw1M/s320/java_oracle_cut_here_4.png" border="0" alt="" id="BLOGGER_PHOTO_ID_5538663751500040450" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-1861583384305353317?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/1861583384305353317/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=1861583384305353317' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/1861583384305353317'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/1861583384305353317'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2010/11/cut-here.html' title='Cut here'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_mVrNdXW_uzw/TN1JVj5-CQI/AAAAAAAACDc/TqIkaTlWw1M/s72-c/java_oracle_cut_here_4.png' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-1153554345605584033</id><published>2009-10-14T05:08:00.000-07:00</published><updated>2009-10-14T05:26:54.438-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='java'/><category scheme='http://www.blogger.com/atom/ns#' term='programming'/><title type='text'>Simplifying work with java collections using static import</title><content type='html'>Today i read article about &lt;a href="http://codemunchies.com/2009/10/beautiful-code-with-google-collections-guava-and-static-imports-part-1/"&gt;google collections&lt;/a&gt; my post is simple addition to it. I will describe one tip, that I use for simpify working with java collections.&lt;br /&gt;When you will create HashMap instance with some entries (often it used for unit-tests creation), you will write&lt;br /&gt;in Java:&lt;br /&gt;&lt;br /&gt;&lt;pre name="code" class="java"&gt;&lt;br /&gt;Map&amp;lt;String, Object&amp;gt; params = new HashMap&amp;lt;String, Object&amp;gt;();&lt;br /&gt;params.put("age", 22L);&lt;br /&gt;params.put("name", "whiter4bbit");&lt;br /&gt;params.put("blog", "http://whiter4bbit.blogspot.com");&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;in Python :&lt;br /&gt;&lt;br /&gt;&lt;pre name="code" class="python"&gt;&lt;br /&gt;params = {'age':22, 'name':'whiter4bbit', 'blog':'http://whiter4bbit.blogspot.com'}&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;Now compare it. What is pretty - yes Python is pretty:)&lt;br /&gt;&lt;br /&gt;But in JDK 1.5 was introduced feature, that called 'static import'. You can import static methods from any class, for example:&lt;br /&gt;&lt;pre name="code" class="java"&gt;&lt;br /&gt;import static java.lang.System.out;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;And you can call out.println directly&lt;br /&gt;&lt;br /&gt;This feature will very helpful. I use it to simplify work with java collections. About first example with HashMap, we can make map builder, that can help simplify map's creation:&lt;br /&gt;&lt;pre name="code" class="java"&gt;&lt;br /&gt;public class MapUtils {&lt;br /&gt;static class MapBuilder&amp;lt;K,V&amp;gt;{&lt;br /&gt;    private Map&amp;lt;K,V&amp;gt; map = new HashMap&amp;lt;K,V&amp;gt;();&lt;br /&gt;    public MapBuilder&amp;lt;K,V&amp;gt; $(K key, V value){&lt;br /&gt;        map.put(key, value);&lt;br /&gt;        return this;&lt;br /&gt;    }&lt;br /&gt;    public Map&amp;lt;K,V&amp;gt; map(){&lt;br /&gt;        return map;&lt;br /&gt;    }&lt;br /&gt;}&lt;br /&gt;//yeah, '$' - is allowed in identifiers:)&lt;br /&gt;public static &amp;lt;K,V&amp;gt; MapBuilder $(K key, V value){&lt;br /&gt;    MapBuilder&amp;lt;K,V&amp;gt; mapBuilder = new MapBuilder&amp;lt;K,V&amp;gt;();&lt;br /&gt;    return mapBuilder.$(key, value);&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;Now we can use this class to simplyfy HashMap creation:&lt;br /&gt;&lt;pre name="code" class="java"&gt;&lt;br /&gt;import static utils.MapUtils.$;&lt;br /&gt;import static java.lang.System.out;&lt;br /&gt;&lt;br /&gt;import java.util.Map;&lt;br /&gt;&lt;br /&gt;public class TestMapUtils {&lt;br /&gt; public static void main(String[] args) {&lt;br /&gt;     Map&amp;lt;String, Object&amp;gt; m = $("age", 22).&lt;br /&gt;                             $("name", "Pasha").&lt;br /&gt;                             $("blog", "http://whiter4bbit.blogspot.com").map();&lt;br /&gt;     for(String param : m.keySet()){&lt;br /&gt;         out.println(String.format("%s:%s", param, m.get(param)));&lt;br /&gt;     }&lt;br /&gt; }&lt;br /&gt;}&lt;br /&gt;&lt;/string,&gt;&lt;/pre&gt;&lt;br /&gt;It is beautiful. Isn't it?:)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-1153554345605584033?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/1153554345605584033/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=1153554345605584033' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/1153554345605584033'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/1153554345605584033'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2009/10/simplifying-work-with-java-collections.html' title='Simplifying work with java collections using static import'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-2868080482619955734</id><published>2009-07-22T02:32:00.000-07:00</published><updated>2009-07-22T10:10:23.964-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='search engines'/><title type='text'>About BING search engine</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_mVrNdXW_uzw/SmbdmG1MqsI/AAAAAAAAB0Q/C-Q-OxVWo7Q/s1600-h/bing_.JPG"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 320px; height: 177px;" src="http://1.bp.blogspot.com/_mVrNdXW_uzw/SmbdmG1MqsI/AAAAAAAAB0Q/C-Q-OxVWo7Q/s320/bing_.JPG" alt="" id="BLOGGER_PHOTO_ID_5361216053169662658" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;So, when I use google to find information about some thing, then in first items are information actual for my region,&lt;br /&gt;I enter into bing 'Visual Web Developer 2008 Express Edition download' then this engine shows me next results. It shows me download page for &lt;span style="font-weight: bold;"&gt;germany&lt;/span&gt; Why for germany?!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Updated: Same result when 'download' replace to 'скачать'&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-2868080482619955734?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/2868080482619955734/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=2868080482619955734' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/2868080482619955734'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/2868080482619955734'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2009/07/about-bing-search-engine.html' title='About BING search engine'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_mVrNdXW_uzw/SmbdmG1MqsI/AAAAAAAAB0Q/C-Q-OxVWo7Q/s72-c/bing_.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-7632387256165497136</id><published>2009-06-16T15:59:00.000-07:00</published><updated>2009-06-19T03:37:13.495-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='programming'/><category scheme='http://www.blogger.com/atom/ns#' term='scala'/><title type='text'>Turing Machine</title><content type='html'>&lt;pre name="code" class="java"&gt;&lt;br /&gt;import scala.collection.mutable.HashMap&lt;br /&gt;&lt;br /&gt;class TuringMachine(_band: String, start_state: String, end_state: String) {&lt;br /&gt;def walk( states:  HashMap[ (String, String), (String, String, String) ] ): Unit = {&lt;br /&gt;  var state = start_state&lt;br /&gt;  var pos = 0&lt;br /&gt;  var band = _band&lt;br /&gt;  while ( state!=end_state ){&lt;br /&gt;    println(band)&lt;br /&gt;    var ch = band(pos)&lt;br /&gt;    var rule = states.get( state, ch.toString  ).get&lt;br /&gt;    if (rule != Nil){&lt;br /&gt;      var arr = band.toArray&lt;br /&gt;      if (rule._2.length&gt;0) arr(pos)=rule._2(0)&lt;br /&gt;      band = new String(arr)&lt;br /&gt;      state = rule._1&lt;br /&gt;      rule._3 match {&lt;br /&gt;        case "R" =&gt; pos+=1&lt;br /&gt;        case "L" =&gt; pos-=1&lt;br /&gt;        case _ =&gt; {}&lt;br /&gt;      }&lt;br /&gt;    }&lt;br /&gt;  }&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;def the_test: Unit = {&lt;br /&gt;var mm = new HashMap[(String, String), (String, String, String)]&lt;br /&gt;mm.put( ("1", "*"), ("1", "x", "R") )&lt;br /&gt;mm.put( ("1", "k"), ("2", "x", ""))&lt;br /&gt;var tm = new TuringMachine("****k", "1", "2")&lt;br /&gt;tm.walk(mm)&lt;br /&gt;}&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-7632387256165497136?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/7632387256165497136/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=7632387256165497136' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/7632387256165497136'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/7632387256165497136'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2009/06/turing-machine.html' title='Turing Machine'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-7093289831681043596</id><published>2009-06-06T03:46:00.000-07:00</published><updated>2009-06-19T03:30:43.354-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='programming'/><title type='text'>Multithreaded TestCases with Cactus</title><content type='html'>I need to write some stress-tests for web application. The best solution for webapplications testing is &lt;a href="http://jakarta.apache.org/cactus/"&gt;cactus&lt;/a&gt; - it's a junit based framework with in-box tools for servlets, filters, ejb testing. While testing, cactus for each test case cactus creates 2 cases - one for client side, second - for server side (wrapped). In fact, all tests executed on server side, client test case just sends request to server to run test and to get results ( there are &lt;a href="http://jakarta.apache.org/cactus/how_it_works_uml.html"&gt;sequence diagram&lt;/a&gt;, that represents this). So all results operated by http requests responses, and there are to many methods that can be overriten.&lt;br /&gt;The problem is multithreaded testing, in pure junit there are pretty solution, that described in article &lt;a href="http://www.javaworld.com/jw-12-2000/jw-1221-junit.html"&gt;"JUnit best practices"&lt;/a&gt; . So there 2 main ideas:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;overwrite run method for TestCase, access to  TestResult, and modify it if there are any exceptions in thread&lt;/li&gt;&lt;li&gt;for waiting while all threads done use thread &lt;a href="http://java.sun.com/docs/books/tutorial/essential/concurrency/join.html"&gt;joins&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;But in case, when I use cactus, I will to access to server side testresult, and there are no ways to access it - instance of TestCase for server side created by reflection , and there are no public access to cactus testsuite fields and methods.&lt;br /&gt;So below is my solution of multithreaded test case for ServletTestCase:&lt;br /&gt;&lt;pre name="code" class="java"&gt;&lt;br /&gt;public abstract class MultiThreadTest extends ServletTestCase{&lt;br /&gt;&lt;br /&gt;  protected MultiThreadTest(String s) {&lt;br /&gt;      super(s);&lt;br /&gt;  }&lt;br /&gt;&lt;br /&gt;  public void run(TestResult testResult) {&lt;br /&gt;      super.run(testResult);   &lt;br /&gt;  }&lt;br /&gt;&lt;br /&gt;  /**&lt;br /&gt;   * all threads&lt;br /&gt;   */&lt;br /&gt;  private Thread[] threads;&lt;br /&gt;&lt;br /&gt;  private Throwable exception;&lt;br /&gt;&lt;br /&gt;  /**&lt;br /&gt;   * runs all threads in array, throws exceptions, that thrown in any thread&lt;br /&gt;   * @param runnableTestCases&lt;br /&gt;   * @throws Throwable exception, that thrown by one of runnableTestCases&lt;br /&gt;   */&lt;br /&gt;  public void runThreads(final RunnableTestCase[] runnableTestCases) throws Throwable{&lt;br /&gt;      threads = new Thread[runnableTestCases.length];&lt;br /&gt;      exception = null;&lt;br /&gt;        for(int i=0;i&amp;lt;threads.length;i++){&lt;br /&gt;            threads[i] = new Thread(runnableTestCases[i]);&lt;br /&gt;        }&lt;br /&gt;        for(int i=0; i&amp;lt;threads.length; i++){&lt;br /&gt;            threads[i].start();&lt;br /&gt;        }&lt;br /&gt;        try {&lt;br /&gt;            for(int i=0; i&amp;lt;threads.length; i++){&lt;br /&gt;                threads[i].join();&lt;br /&gt;            }&lt;br /&gt;        } catch (InterruptedException e) {            &lt;br /&gt;            System.out.println("Thread was interrupted");&lt;br /&gt;        }&lt;br /&gt;        threads = null;&lt;br /&gt;        if(exception!=null){&lt;br /&gt;            throw exception;&lt;br /&gt;        }&lt;br /&gt;    }&lt;br /&gt;&lt;br /&gt;    /**&lt;br /&gt;     * interrupts all runned threads&lt;br /&gt;     */&lt;br /&gt;    private void interruptThreads(){        &lt;br /&gt;        if(threads!=null){&lt;br /&gt;            for(int i=0;i&amp;lt;threads.length;i++){&lt;br /&gt;                threads[i].interrupt();                &lt;br /&gt;            }&lt;br /&gt;        }&lt;br /&gt;    }&lt;br /&gt;&lt;br /&gt;    /**&lt;br /&gt;     * represents abstract test case thread&lt;br /&gt;     */&lt;br /&gt;    public abstract class RunnableTestCase implements Runnable{&lt;br /&gt;        /**&lt;br /&gt;         * test method &lt;br /&gt;         * @throws Exception&lt;br /&gt;         */&lt;br /&gt;        public abstract void runTestCase() throws Exception;&lt;br /&gt;&lt;br /&gt;        public void run() {&lt;br /&gt;            try {&lt;br /&gt;                runTestCase();&lt;br /&gt;            } catch (Throwable e) {&lt;br /&gt;                exception = e;&lt;br /&gt;                interruptThreads();&lt;br /&gt;            }&lt;br /&gt;        }        &lt;br /&gt;    }&lt;br /&gt;}&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-7093289831681043596?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/7093289831681043596/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=7093289831681043596' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/7093289831681043596'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/7093289831681043596'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2009/06/multithreaded-testcases-with-cactus.html' title='Multithreaded TestCases with Cactus'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-6394219406514633607</id><published>2009-04-23T08:52:00.000-07:00</published><updated>2009-04-24T03:20:37.301-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='programming'/><category scheme='http://www.blogger.com/atom/ns#' term='scala'/><title type='text'>scala 2.8</title><content type='html'>Coming a new scala release, I don't tried it yet, but I read Changes Preview and there are some nice changes for me:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Named and default arguments. Method arguments can be passed by names, and method parameters can have default values. - it's useful feature (like in python)&lt;/li&gt;&lt;li&gt;Revamped REPL. Scala's interpreter loop will have a lot of new functionality. In particular command completion will work. (scala interpreter interface is not useful like in python or ruby)&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-6394219406514633607?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.scala-lang.org/node/1564' title='scala 2.8'/><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/6394219406514633607/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=6394219406514633607' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/6394219406514633607'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/6394219406514633607'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2009/04/scala-28-released.html' title='scala 2.8'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-5874837329879854704</id><published>2009-04-19T17:51:00.000-07:00</published><updated>2009-04-19T18:01:14.333-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='programming'/><title type='text'>python and orm</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_mVrNdXW_uzw/SevJLAMVptI/AAAAAAAABco/fUUbzeO8PW4/s1600-h/kley_lab2.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 320px; height: 185px;" src="http://3.bp.blogspot.com/_mVrNdXW_uzw/SevJLAMVptI/AAAAAAAABco/fUUbzeO8PW4/s320/kley_lab2.jpg" alt="" id="BLOGGER_PHOTO_ID_5326572175163238098" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;When i started to write another laboratiry work using python, I feelt to lazy implement more than one many-to-many, one-to-many relations using standard pyton's dbapi. When I was looking for orm tool in python, I found &lt;a href="http://www.sqlalchemy.org/"&gt;sqlalchemy&lt;/a&gt;, so it's a well-documented python orm tool. After reading documentation and examples (there are beautiful examples for all life tasks, I think:) ) I was able to write any relation using this orm tool:) So, here is example (a part of my work):&lt;br /&gt;&lt;blockquote&gt;...&lt;br /&gt;words_forms_table = Table('words_forms', metadata,&lt;br /&gt;                        Column('id', Integer, primary_key=True),&lt;br /&gt;                        Column('word',String(120)),&lt;br /&gt;                        Column('language_id',Integer, ForeignKey('languages.id')),)&lt;br /&gt;translates_table  = Table('translates', metadata,&lt;br /&gt;                        Column('id', Integer, primary_key=True),&lt;br /&gt;                        Column('native_id', Integer, ForeignKey('words_forms.id')),&lt;br /&gt;                        Column('transl_id', Integer, ForeignKey('words_forms.id')),)&lt;br /&gt;&lt;br /&gt;mapper(WordForm, words_forms_table)&lt;br /&gt;&lt;br /&gt;mapper(Translate, translates_table, properties = {&lt;br /&gt;      'native':relation(WordForm,&lt;br /&gt;       primaryjoin=translates_table.c.native_id==words_forms_table.c.id, backref='translates'),&lt;br /&gt;      'transl':relation(WordForm,&lt;br /&gt;       primaryjoin=translates_table.c.transl_id==words_forms_table.c.id, backref='translated')})&lt;br /&gt;.....&lt;/blockquote&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-5874837329879854704?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/5874837329879854704/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=5874837329879854704' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/5874837329879854704'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/5874837329879854704'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2009/04/python-orm.html' title='python and orm'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_mVrNdXW_uzw/SevJLAMVptI/AAAAAAAABco/fUUbzeO8PW4/s72-c/kley_lab2.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-7550215435827041803</id><published>2009-03-07T06:58:00.001-08:00</published><updated>2009-03-07T07:17:46.158-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='programming'/><title type='text'>scala by example exercises</title><content type='html'>I was done some &lt;a href="http://www.scala-lang.org/sites/default/files/linuxsoft_archives/docu/files/ScalaByExample.pdf"&gt;Scala by example&lt;/a&gt;  exercises ( &lt;span class="c"&gt;9.4.1&lt;/span&gt; was last). You can see mu solutions. I create for it git repository.&lt;br /&gt;And some worlds about &lt;a href="http://scala-lang.org/"&gt;scala&lt;/a&gt;. It's a language designed by  &lt;a href="http://en.wikipedia.org/wiki/Martin_Odersky" title="Martin Odersky"&gt;Martin Odersky&lt;/a&gt;. It's a functional - oop programming languages, there are few main paradigms:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;functions it's a competent values (there are trail, that represents function)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;each value is an object (there are no wrapped classes as in java)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;each operation is a method (including +, -, * etc.)&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;It's a language with a static typing, but it was pretty. Author says, that scala in future will be a main programming language for JVM (now it's a Java:) ).&lt;br /&gt;&lt;br /&gt;I mean, that language is nice for me) And I wish , I will write more about this&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-7550215435827041803?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://github.com/whiter4bbit/scala_by_example/' title='scala by example exercises'/><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/7550215435827041803/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=7550215435827041803' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/7550215435827041803'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/7550215435827041803'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2009/03/scala-by-example-exercies.html' title='scala by example exercises'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-4553738845050822323</id><published>2009-03-07T06:39:00.001-08:00</published><updated>2009-03-07T06:57:43.870-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='programming'/><title type='text'>me on git hub</title><content type='html'>I was created account on social coding portal &lt;a href="http://github.com"&gt;http://github.com&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-4553738845050822323?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://github.com/whiter4bbit/' title='me on git hub'/><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/4553738845050822323/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=4553738845050822323' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/4553738845050822323'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/4553738845050822323'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2009/03/me-on-git-hub.html' title='me on git hub'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-4816442707036240220</id><published>2009-02-06T06:33:00.000-08:00</published><updated>2009-02-06T09:44:15.242-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='life'/><title type='text'>TUT.BY (tutby) is now following your updates on Twitter.</title><content type='html'>I'm notified that TUT.by bot follows me on &lt;a href="http://twitter.com/whiter4bbit"&gt;twitter&lt;/a&gt; . TUT.by its half-news natinal Belarusian portal, now it displays news from our goverment mass-media such as ONT.... and some news about our half-opposition&lt;br /&gt;&lt;br /&gt;Later i don't see method like this to announce about new service....&lt;br /&gt;&lt;br /&gt;UPDATED: as says nanomonk, this bot follows me because reads 'follow the white rabbit'&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-4816442707036240220?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/4816442707036240220/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=4816442707036240220' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/4816442707036240220'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/4816442707036240220'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2009/02/tutby-tutby-is-now-following-your.html' title='TUT.BY (tutby) is now following your updates on Twitter.'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-1959041804384082850</id><published>2009-01-30T11:31:00.000-08:00</published><updated>2009-01-30T11:34:14.726-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><title type='text'>KDE 4.1 troubles with nvidia on gentoo</title><content type='html'>So... nvidia released last drivers (180.22)  that will solve problem with perfomance on KDE 4.1. But after emerging xorg-server-1.5.3-r1 and nvidia-drivers-180.22 (kernel-2.6.28-r1) there are troubles with starting X org server (it don't starts:) - only blinking screen).&lt;br /&gt;After emerging vanilla-sources(2.6.29-rc2) problem solved, but..... it just rc2 :)&lt;br /&gt;So enjoy....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-1959041804384082850?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/1959041804384082850/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=1959041804384082850' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/1959041804384082850'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/1959041804384082850'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2009/01/kde-41-troubles-with-nvidia-on-gentoo.html' title='KDE 4.1 troubles with nvidia on gentoo'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-6296791327022366368</id><published>2009-01-27T01:21:00.000-08:00</published><updated>2009-01-27T01:24:21.739-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='fun'/><category scheme='http://www.blogger.com/atom/ns#' term='android'/><title type='text'>Android Tattoo</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_mVrNdXW_uzw/SX7SfBflTcI/AAAAAAAABbY/cyPXCQKLE9U/s1600-h/android-tattoo.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 287px; height: 320px;" src="http://2.bp.blogspot.com/_mVrNdXW_uzw/SX7SfBflTcI/AAAAAAAABbY/cyPXCQKLE9U/s320/android-tattoo.jpg" alt="" id="BLOGGER_PHOTO_ID_5295901642252963266" border="0" /&gt;&lt;/a&gt;"Natalie "&lt;a class="tagautolink autolink" title="Click here to read more posts tagged KOMMODORE" href="http://gizmodo.com/tag/kommodore/"&gt;Kommodore&lt;/a&gt;" Thompson just loves open source—which is a &lt;em&gt;real&lt;/em&gt; cause!—and got an Android tattoo to show her commitment. And, well, look at her."&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-6296791327022366368?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://gizmodo.com/5123489/actually-cute-girl-gets-android-tattoo' title='Android Tattoo'/><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/6296791327022366368/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=6296791327022366368' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/6296791327022366368'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/6296791327022366368'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2009/01/android-tattoo.html' title='Android Tattoo'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_mVrNdXW_uzw/SX7SfBflTcI/AAAAAAAABbY/cyPXCQKLE9U/s72-c/android-tattoo.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-1446900759951990058</id><published>2009-01-26T10:10:00.000-08:00</published><updated>2009-01-26T10:13:44.039-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='fun'/><title type='text'>Doom as a tool for system administration</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_mVrNdXW_uzw/SX39QGN-HlI/AAAAAAAABbQ/Q_tyPgXbDTk/s1600-h/start.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 220px;" src="http://2.bp.blogspot.com/_mVrNdXW_uzw/SX39QGN-HlI/AAAAAAAABbQ/Q_tyPgXbDTk/s320/start.gif" alt="" id="BLOGGER_PHOTO_ID_5295667189846515282" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;i found interesting idea... simple Doom game modification, that makes mapping cyberspace-&gt;userspace:)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-1446900759951990058?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.cs.unm.edu/~dlchao/flake/doom/' title='Doom as a tool for system administration'/><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/1446900759951990058/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=1446900759951990058' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/1446900759951990058'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/1446900759951990058'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2009/01/doom-as-tool-for-system-administration.html' title='Doom as a tool for system administration'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_mVrNdXW_uzw/SX39QGN-HlI/AAAAAAAABbQ/Q_tyPgXbDTk/s72-c/start.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-550931958311419500</id><published>2009-01-12T11:00:00.000-08:00</published><updated>2009-01-12T11:06:27.253-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='life'/><title type='text'>hints and tips for me (in new year)</title><content type='html'>1) to be careful with dreams - it can be realizaed&lt;br /&gt;2) listen only &lt;span style="font-style: italic;"&gt;clear&lt;/span&gt; mind&lt;br /&gt;3) everyday learn new thing&lt;br /&gt;4) don't go into mind for long time:)&lt;br /&gt;grooowing.............&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-550931958311419500?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/550931958311419500/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=550931958311419500' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/550931958311419500'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/550931958311419500'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2009/01/hints-and-tips-for-me-in-new-year.html' title='hints and tips for me (in new year)'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-8382448708787626765</id><published>2009-01-06T09:43:00.000-08:00</published><updated>2009-01-06T09:44:54.024-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='fun'/><title type='text'>"smart" Idea 8 python completition</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_mVrNdXW_uzw/SWOYYlWO4XI/AAAAAAAABaA/3qz0SZItPYI/s1600-h/smart_python_completition.JPG"&gt;&lt;img style="cursor: pointer; width: 320px; height: 36px;" src="http://2.bp.blogspot.com/_mVrNdXW_uzw/SWOYYlWO4XI/AAAAAAAABaA/3qz0SZItPYI/s320/smart_python_completition.JPG" alt="" id="BLOGGER_PHOTO_ID_5288237935572738418" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-8382448708787626765?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/8382448708787626765/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=8382448708787626765' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/8382448708787626765'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/8382448708787626765'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2009/01/smart-idea-8-python-completition.html' title='&quot;smart&quot; Idea 8 python completition'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_mVrNdXW_uzw/SWOYYlWO4XI/AAAAAAAABaA/3qz0SZItPYI/s72-c/smart_python_completition.JPG' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-2219519627519253672</id><published>2008-12-30T03:06:00.000-08:00</published><updated>2008-12-30T03:26:04.762-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='programming'/><title type='text'>Bruce Eckel's 'Python 3 Patterns &amp; Idioms'</title><content type='html'>Bruce Eckel released his open source book about python. following link in header you can download it&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-2219519627519253672?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.bitbucket.org/BruceEckel/python-3-patterns-idioms/' title='Bruce Eckel&apos;s &apos;Python 3 Patterns &amp; Idioms&apos;'/><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/2219519627519253672/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=2219519627519253672' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/2219519627519253672'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/2219519627519253672'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/12/bruce-eckels-python-3-patterns-idioms.html' title='Bruce Eckel&apos;s &apos;Python 3 Patterns &amp; Idioms&apos;'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-878211895966581939</id><published>2008-12-04T09:46:00.000-08:00</published><updated>2008-12-04T09:53:06.650-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='programming'/><title type='text'>Python 3000 released</title><content type='html'>Hey, today released pythoh 3.0 (aka python 3000). this version has no &lt;span class="entry-content"&gt;compatibility with old python versions (ex. 2.5, 2.6)&lt;br /&gt;one fun is that python "hello, world" script:&lt;br /&gt;&lt;blockquote&gt;print "hello, world"&lt;/blockquote&gt;&lt;br /&gt;don't works, beacause now print is a function:) so in this version added serious changes into dictionaries and sets&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-878211895966581939?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.python.org/download/releases/3.0/' title='Python 3000 released'/><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/878211895966581939/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=878211895966581939' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/878211895966581939'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/878211895966581939'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/12/python-3000-released.html' title='Python 3000 released'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-8990417295439432448</id><published>2008-11-24T06:52:00.000-08:00</published><updated>2008-12-19T07:37:41.565-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='programming'/><title type='text'>DCT Python implementation</title><content type='html'>so... i will post my  &lt;span style="text-decoration: underline;"&gt;&lt;/span&gt;&lt;a href="http://en.wikipedia.org/wiki/Discrete_cosine_transform"&gt;DCT&lt;/a&gt; python implementation, all useful info you can find &lt;a href="http://www.egr.msu.edu/waves/people/Ali_files/DCT_TR802.pdf"&gt;here&lt;/a&gt;&lt;br /&gt;it's implementation with using numpy libarary. i post this because i can't find so-so-adecvate realization of this algorithm (most realizations in different languages are just translatings from open source &lt;a href="http://ru.wikipedia.org/wiki/Libjpeg"&gt;libjpeg&lt;/a&gt; ) and those realizations looks so.....ugly i don't pretend for clearly-looking code... so... you're welcome:):&lt;br /&gt;&lt;pre name="code" class="python"&gt;&lt;br /&gt;from numpy import fft,array,arange,zeros,dot,transpose&lt;br /&gt;from math import sqrt,cos,pi&lt;br /&gt;from numpy import fft,array,arange,zeros,dot,transpose&lt;br /&gt;from math import sqrt,cos,pi&lt;br /&gt;&lt;br /&gt;qmatrix = [[ 16 , 11 , 10 , 16 , 24  , 40  , 51  , 61 ],&lt;br /&gt;           [ 12 , 12 , 14 , 19 , 26  , 58  , 60  , 55 ],&lt;br /&gt;           [ 14 , 13 , 16 , 24 , 40  , 57  , 69  , 56 ],&lt;br /&gt;           [ 14 , 17 , 22 , 29 , 51  , 87  , 80  , 62 ],&lt;br /&gt;           [ 18 , 22 , 37 , 56 , 68  , 109 , 103 , 77 ],&lt;br /&gt;           [ 24 , 35 , 55 , 64 , 81  , 104 , 113 , 92 ],&lt;br /&gt;           [ 49 , 64 , 78 , 87 , 103 , 121 , 120 , 101],&lt;br /&gt;           [ 72 , 92 , 95 , 98 , 112 , 100 , 103 , 99 ] ]&lt;br /&gt;&lt;br /&gt;class DCT(object):&lt;br /&gt;&lt;br /&gt;    def __init__(self):&lt;br /&gt;        pass&lt;br /&gt;       &lt;br /&gt;    def __transKernel(self,N):&lt;br /&gt;        A = zeros((N,N))&lt;br /&gt;        for x in xrange(0,N):&lt;br /&gt;            for u in xrange(0,N):&lt;br /&gt;                if u==0:&lt;br /&gt;                    A[x][u] = sqrt(1/float(N))&lt;br /&gt;                else:&lt;br /&gt;                    A[x][u] = sqrt(2/float(N))*cos(pi*(2*x+1)*u/float(2*N))&lt;br /&gt;        return A&lt;br /&gt;&lt;br /&gt;    def __itransKernel(self,N):&lt;br /&gt;        A = zeros((N,N))&lt;br /&gt;        for x in xrange(0,N):&lt;br /&gt;            for u in xrange(0,N):&lt;br /&gt;                if x==0:&lt;br /&gt;                    A[x][u] = sqrt(1/float(N))&lt;br /&gt;                else:&lt;br /&gt;                    A[x][u] = sqrt(2/float(N))*cos(pi*(2*u+1)*x/float(2*N))                   &lt;br /&gt;        return A&lt;br /&gt;       &lt;br /&gt;       &lt;br /&gt;    def transform(self,m):   &lt;br /&gt;        tk = self.__transKernel(len(m))&lt;br /&gt;        t1 = dot(m,tk)&lt;br /&gt;        t1 = transpose(t1)&lt;br /&gt;        t1 = dot(t1,tk)&lt;br /&gt;        return transpose(t1)&lt;br /&gt;       &lt;br /&gt;    def itransform(self,m):&lt;br /&gt;        tk = self.__itransKernel(len(m))&lt;br /&gt;        t1 = dot(m,tk)&lt;br /&gt;        t1 = transpose(t1)&lt;br /&gt;        t1 = dot(t1,tk)&lt;br /&gt;        return transpose(t1)&lt;br /&gt;       &lt;br /&gt;dct_test = [ [-76 , -73 , -67 , -62 , -58 , -67 , -64 , -55 ],&lt;br /&gt;             [-65 , -69 , -73 , -38 , -19 , -43 , -59 , -56 ],&lt;br /&gt;             [-66 , -69 , -60 , -15 ,  16 , -24 , -62 , -55 ],&lt;br /&gt;             [-65 , -70 , -57 , -6  ,  26 , -22 , -58 , -59 ],&lt;br /&gt;             [-61 , -67 , -60 , -24 ,  -2 , -40 , -60 , -58 ],&lt;br /&gt;             [-49 , -63 , -68 , -58 , -51 , -60 , -70 , -53 ],&lt;br /&gt;             [-43 , -57 , -64 , -69 , -73 , -67 , -63 , -45 ],&lt;br /&gt;             [-41 , -49 , -59 , -60 , -63 , -52 , -50 , -34 ] ]&lt;br /&gt;        &lt;br /&gt;&lt;br /&gt;idct_test = [ [-416 , -33 , -60 ,  32 ,  48 , -40 , 0 , 0 ],&lt;br /&gt;              [   0 , -24 , -56 ,  19 ,  26 ,   0 , 0 , 0 ],&lt;br /&gt;              [ -42 ,  13 ,  80 , -24 , -40 ,   0 , 0 , 0 ],&lt;br /&gt;              [ -56 ,  17 ,  44 , -29 ,   0 ,   0 , 0 , 0 ],&lt;br /&gt;              [  18 ,   0 ,   0 ,   0 ,   0 ,   0 , 0 , 0 ],&lt;br /&gt;              [   0 ,   0 ,   0 ,   0 ,   0 ,   0 , 0 , 0 ],&lt;br /&gt;              [   0 ,   0 ,   0 ,   0 ,   0 ,   0 , 0 , 0 ],&lt;br /&gt;              [   0 ,   0 ,   0 ,   0 ,   0 ,   0 , 0 , 0 ] ]             &lt;br /&gt;       &lt;br /&gt;if __name__=="__main__":&lt;br /&gt;    dct = DCT(2)&lt;br /&gt;    print "testing transform..."&lt;br /&gt;    print dct.transform(dct_test)   &lt;br /&gt;    print "testing itransform..."&lt;br /&gt;    print dct.itransform(idct_test)&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;i "steal" test from wikipedia &lt;a href="http://en.wikipedia.org/wiki/JPEG"&gt;JPEG&lt;/a&gt; article&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-8990417295439432448?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/8990417295439432448/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=8990417295439432448' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/8990417295439432448'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/8990417295439432448'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/11/dct-python-implementation-warning-code.html' title='DCT Python implementation'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-1733150706617964720</id><published>2008-11-19T08:35:00.001-08:00</published><updated>2008-11-19T08:35:58.373-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='life'/><title type='text'>twitter account</title><content type='html'>now i have twitter account&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-1733150706617964720?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://twitter.com/whiter4bbit' title='twitter account'/><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/1733150706617964720/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=1733150706617964720' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/1733150706617964720'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/1733150706617964720'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/11/twitter-account.html' title='twitter account'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-5219906794718259247</id><published>2008-11-14T05:08:00.000-08:00</published><updated>2008-11-14T05:17:39.128-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='programming'/><title type='text'>python decorators</title><content type='html'>so when i wrote methods for processing each object's i will see log when each method called and want to do some identical post-processing operations arter each method... well... i can wrote n  classes, that have only one non-identical method (!!!) and apply &lt;a href="http://en.wikipedia.org/wiki/Decorator_pattern"&gt;decorator pattern&lt;/a&gt; .... but i will have  very much code....)&lt;br /&gt;&lt;br /&gt;python solves this problem by elegant decorators mechanism:&lt;br /&gt;&lt;blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&gt;&gt;&gt; class process(object):&lt;br /&gt;    def __init__(self,f):&lt;br /&gt;        self.f=f&lt;br /&gt;    def __call__(self,pred):&lt;br /&gt;        print("processing %s" % str(pred))&lt;br /&gt;        self.f(pred)&lt;br /&gt;&lt;br /&gt;       &lt;br /&gt;&gt;&gt;&gt; @process&lt;br /&gt;def procPred(pred):&lt;br /&gt;    pass&lt;br /&gt;&lt;br /&gt;&gt;&gt;&gt; procPred('s')&lt;br /&gt;processing s&lt;/blockquote&gt;about decorators you can read here:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.ddj.com/184406073"&gt;http://www.ddj.com/184406073&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.python.org/dev/peps/pep-0318/"&gt;http://www.python.org/dev/peps/pep-0318/&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;Too in Bruce Eckel's blog are interesting &lt;a href="http://www.artima.com/weblogs/viewpost.jsp?thread=241209"&gt;article about building system based on decorators&lt;/a&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-5219906794718259247?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/5219906794718259247/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=5219906794718259247' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/5219906794718259247'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/5219906794718259247'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/11/python-decorators.html' title='python decorators'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-5477718038697507974</id><published>2008-10-19T05:35:00.000-07:00</published><updated>2008-10-19T05:40:35.071-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='programming'/><category scheme='http://www.blogger.com/atom/ns#' term='emacs'/><title type='text'>lois lab1</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_mVrNdXW_uzw/SPsqXSgUCVI/AAAAAAAABE4/DeCAQaSYtdE/s1600-h/emacs_lois.png"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;" src="http://3.bp.blogspot.com/_mVrNdXW_uzw/SPsqXSgUCVI/AAAAAAAABE4/DeCAQaSYtdE/s320/emacs_lois.png" border="0" alt="" id="BLOGGER_PHOTO_ID_5258843569477912914" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;p&gt;so at weekend i will done with 1st lois lab it's a tiny prolog interpreter. now i've compile emacs 23-cvs and i'm quite happy. nice anti-aliased fonts looks pretty. i can show my .emacs it's not big, but useful. now i don't use color-theme. i use some parameters to customize my emacs view.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-5477718038697507974?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/5477718038697507974/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=5477718038697507974' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/5477718038697507974'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/5477718038697507974'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/10/lois-lab1.html' title='lois lab1'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_mVrNdXW_uzw/SPsqXSgUCVI/AAAAAAAABE4/DeCAQaSYtdE/s72-c/emacs_lois.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-290480651324531394</id><published>2008-10-04T08:59:00.000-07:00</published><updated>2008-10-08T00:17:22.949-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><title type='text'>Digitalphotography managers for linux</title><content type='html'>So when i got photocam i've got a little trouble : how-to manage photos... later i know about Picasa only, and now i use it, but picasa works with using wine.... and more features (like a russian photo captures, uploading to picasaweb album) are diabled in this version... to interface like 'windows native' is uglu... now i looking for native photo manager for linux and i found next solutions:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.digikam.org/"&gt;&lt;strong&gt;DigiKam&lt;/strong&gt;&lt;/a&gt; &lt;/li&gt;&lt;li&gt; &lt;a href="http://f-spot.org/Main_Page"&gt;&lt;strong&gt;F-Spot&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.imgseek.net/sshot/"&gt;&lt;b&gt;imgSeek&lt;/b&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;F-Spot - uses mono (.net unnoficial linux port), so screenshoots looks pretty, but mono + gtk... i don't like it.... i use kde and merge gtk and mono packages for use one application i don't want)&lt;br /&gt;&lt;br /&gt;imgSeek - has usabe search and it's all his features (gtk:))&lt;br /&gt;&lt;br /&gt;DikiKam  - i will try it because it written in qt and has more functional than imgSeek... i want take some basic effects on photography and i will not use image editors like gimp and other.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-290480651324531394?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/290480651324531394/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=290480651324531394' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/290480651324531394'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/290480651324531394'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/10/digitalphotography-managers-for-linux.html' title='Digitalphotography managers for linux'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-2315462530985605631</id><published>2008-10-02T02:21:00.000-07:00</published><updated>2008-10-02T04:06:58.592-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='programming'/><title type='text'>Python 2.6 released</title><content type='html'>python 2.6 released you can find change list following title link.... in 2.6. version includes not just bug fixing, but some new features that delivered from 3.0 version.&lt;br /&gt;&lt;br /&gt;there are some nice features like 'with', that was in 'from __future__' in 2.5 version:&lt;br /&gt;&lt;blockquote&gt;&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span class="k"&gt;with&lt;/span&gt; &lt;span class="nb"&gt;open&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s"&gt;'/etc/passwd'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="s"&gt;'r'&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="k"&gt;as&lt;/span&gt; &lt;span class="n"&gt;f&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;br /&gt;   &lt;span class="k"&gt;for&lt;/span&gt; &lt;span class="n"&gt;line&lt;/span&gt; &lt;span class="ow"&gt;in&lt;/span&gt; &lt;span class="n"&gt;f&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;br /&gt;       &lt;span class="k"&gt;print&lt;/span&gt; &lt;span class="n"&gt;line&lt;/span&gt;&lt;br /&gt;       &lt;span class="o"&gt;...&lt;/span&gt; &lt;span class="n"&gt;more&lt;/span&gt; &lt;span class="n"&gt;processing&lt;/span&gt; &lt;span class="n"&gt;code&lt;/span&gt; &lt;span class="o"&gt;...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;/blockquote&gt;&lt;/span&gt; &lt;/pre&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-2315462530985605631?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://docs.python.org/dev/whatsnew/2.6.html' title='Python 2.6 released'/><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/2315462530985605631/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=2315462530985605631' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/2315462530985605631'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/2315462530985605631'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/10/python-26-released.html' title='Python 2.6 released'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-5986462752729683368</id><published>2008-09-29T23:45:00.001-07:00</published><updated>2008-10-09T10:11:31.533-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='photo'/><category scheme='http://www.blogger.com/atom/ns#' term='life'/><category scheme='http://www.blogger.com/atom/ns#' term='music'/><title type='text'>l'ame immortelle @ tochka</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_mVrNdXW_uzw/SOHOlyWFyXI/AAAAAAAAA6w/SrM4LFGkH-0/s1600-h/img_0336.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://4.bp.blogspot.com/_mVrNdXW_uzw/SOHOlyWFyXI/AAAAAAAAA6w/SrM4LFGkH-0/s320/img_0336.jpg" alt="" id="BLOGGER_PHOTO_ID_5251705789055617394" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;So... 27.09.2008 I was in Moscow at live show of band &lt;a href="http://www.lastfm.ru/music/L%27%C3%82me+Immortelle"&gt;L'Ame Immortelle&lt;/a&gt; ... it was wonderful and awesome... I don't know any xussr band that makes shows from hos live actions... so its a &lt;a href="http://en.wikipedia.org/wiki/Austria" title="Austria"&gt;Austrian&lt;/a&gt; band... Sonja has really an Angel voice it sounds pretty!! following header link you can see some fotos in my picasa web album&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_mVrNdXW_uzw/SOHOSlcbJQI/AAAAAAAAA6o/Ktmd_4IUmhw/s1600-h/img_0319.jpg"&gt;&lt;br /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-5986462752729683368?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://picasaweb.google.com/wr4bbit/LAmeImmortelle27092008#' title='l&apos;ame immortelle @ tochka'/><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/5986462752729683368/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=5986462752729683368' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/5986462752729683368'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/5986462752729683368'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/09/lame-immortelle-tochka.html' title='l&apos;ame immortelle @ tochka'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_mVrNdXW_uzw/SOHOlyWFyXI/AAAAAAAAA6w/SrM4LFGkH-0/s72-c/img_0336.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-8287140104715854888</id><published>2008-09-25T10:23:00.000-07:00</published><updated>2008-09-25T10:31:40.301-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='fun'/><category scheme='http://www.blogger.com/atom/ns#' term='picture'/><title type='text'>Some Lectures Art</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_mVrNdXW_uzw/SNvKemxJL9I/AAAAAAAAAno/NsWpHGnZ7Rg/s1600-h/img_0164.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://1.bp.blogspot.com/_mVrNdXW_uzw/SNvKemxJL9I/AAAAAAAAAno/NsWpHGnZ7Rg/s320/img_0164.jpg" alt="" id="BLOGGER_PHOTO_ID_5250012417782001618" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This is art by me and &lt;a href="http://sidorovis.blogspot.com/"&gt;rilley_elf&lt;/a&gt;  on one lecture:&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_mVrNdXW_uzw/SNvJrgqpJSI/AAAAAAAAAng/RXANNWZFtus/s1600-h/img_0163.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://1.bp.blogspot.com/_mVrNdXW_uzw/SNvJrgqpJSI/AAAAAAAAAng/RXANNWZFtus/s320/img_0163.jpg" alt="" id="BLOGGER_PHOTO_ID_5250011539970794786" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-8287140104715854888?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/8287140104715854888/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=8287140104715854888' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/8287140104715854888'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/8287140104715854888'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/09/some-lectures-art.html' title='Some Lectures Art'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_mVrNdXW_uzw/SNvKemxJL9I/AAAAAAAAAno/NsWpHGnZ7Rg/s72-c/img_0164.jpg' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-7497154377011120059</id><published>2008-09-19T09:29:00.001-07:00</published><updated>2008-09-19T10:08:51.564-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='life'/><title type='text'>week report</title><content type='html'>so, today is Friday.. what about my plans on week ends...  so i've biggest plans. i will done with some laboratory works, and i will have some rest in Sunday like pizza with my female friend and watching TV-series or reading some books...&lt;br /&gt;so programming plans are:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;i will continue write prolog with some 'features' ( it is 'like' relation )  i write it on python - it is task for couse 'logiсal bases'&lt;br /&gt;&lt;/li&gt;&lt;li&gt;next is a report for paraller architecture lab1 (TeX &amp;amp; gnuplot - i will try this chain )   it is a strange task (i will write about this later)  what i done in python&lt;br /&gt;&lt;/li&gt;&lt;li&gt;done with  low-lever graphical editor (python+qt) . task: write low-level editor, that draws lines, ellipses with subject to panel for drawing is a grid wich emulates monitor and rows on this grid emulates pixels. we will use several algorythms to done this task&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-7497154377011120059?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/7497154377011120059/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=7497154377011120059' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/7497154377011120059'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/7497154377011120059'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/09/another-week-ends.html' title='week report'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-5249743847546863412</id><published>2008-09-18T11:13:00.001-07:00</published><updated>2008-09-18T11:16:09.574-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='photo'/><category scheme='http://www.blogger.com/atom/ns#' term='fun'/><title type='text'>Wired.com Photo Contest: Portraits</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_mVrNdXW_uzw/SNKaz4WXQMI/AAAAAAAAAgU/LUYJxK4vVk4/s1600-h/2868523016_851465ffd3_o.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://3.bp.blogspot.com/_mVrNdXW_uzw/SNKaz4WXQMI/AAAAAAAAAgU/LUYJxK4vVk4/s320/2868523016_851465ffd3_o.jpg" alt="" id="BLOGGER_PHOTO_ID_5247426731930239170" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;it's a &lt;a href="http://wired.com/"&gt;wired&lt;/a&gt; photo contest there are nice photos... so sometimes in wired you can see nice, funny and interesting pictures (not usualy photos)&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.wired.com/culture/art/news/2008/09/submissions_portrait"&gt;link to contest&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-5249743847546863412?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/5249743847546863412/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=5249743847546863412' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/5249743847546863412'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/5249743847546863412'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/09/wiredcom-photo-contest-portraits.html' title='Wired.com Photo Contest: Portraits'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_mVrNdXW_uzw/SNKaz4WXQMI/AAAAAAAAAgU/LUYJxK4vVk4/s72-c/2868523016_851465ffd3_o.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-7435887438321024064</id><published>2008-09-10T10:43:00.000-07:00</published><updated>2008-09-18T11:19:11.377-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='fun'/><category scheme='http://www.blogger.com/atom/ns#' term='life'/><title type='text'>M.D. House 5 seassion</title><content type='html'>&lt;object type="application/x-shockwave-flash" data="http://www.oneplusyou.com/bb/files/countdown/countdown.swf?co=0099FF&amp;amp;bgcolor=FFFFFF&amp;amp;date_month=09&amp;amp;date_day=16&amp;amp;date_year=1&amp;amp;un=M.D. HOUSE 5 SEASSION&amp;amp;size=small&amp;amp;mo=09&amp;amp;da=16&amp;amp;yr=2008" height="60" width="188"&gt;&lt;param name="movie" value="http://www.oneplusyou.com/bb/files/countdown/countdown.swf?co=0099FF&amp;amp;bgcolor=FFFFFF&amp;amp;date_month=09&amp;amp;date_day=16&amp;amp;date_year=1&amp;amp;un=M.D. HOUSE 5 SEASSION&amp;amp;size=small&amp;amp;mo=09&amp;amp;da=16&amp;amp;yr=2008"&gt;&lt;param name="bgcolor" value="#FFFFFF"&gt;&lt;/object&gt;&lt;img src="http://www.oneplusyou.com/q/img/bb_badges/countdown.jpg" alt="" style="display: none;" height="1" width="1" /&gt;&lt;br /&gt;[updated] so , now you can view 5 &lt;a href="www.fox.com/house/"&gt;M.D.House&lt;/a&gt; session on &lt;a href="www.fox.com/"&gt;FOX &lt;/a&gt;channel&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-7435887438321024064?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/7435887438321024064/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=7435887438321024064' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/7435887438321024064'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/7435887438321024064'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/09/boom.html' title='M.D. House 5 seassion'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-8021132944167577496</id><published>2008-09-09T12:01:00.000-07:00</published><updated>2008-09-10T00:18:49.512-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='life'/><title type='text'>....</title><content type='html'>hm..... let's begin:) first, 1st september was started new study seassion:) all students (i'm too student) went to universities, schools and .... now we have one interesting course called 'Image Processing'. Hmm.... i was done with first labratory work for this subject (it's easy:)) ) in this term i will write some labs in python-qt connection, i mean it's funny use qt with script languages.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-8021132944167577496?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/8021132944167577496/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=8021132944167577496' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/8021132944167577496'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/8021132944167577496'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/09/blog-post.html' title='....'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-2968750229166840813</id><published>2008-09-06T05:11:00.000-07:00</published><updated>2008-09-06T05:12:56.327-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='life'/><title type='text'>holydays</title><content type='html'>so... now i will go to the sweet home in Volkowysk... i wish it will be funny trip (for 1 day:P )&lt;br /&gt;&lt;br /&gt;my caffeine level for today:&lt;br /&gt;&lt;a href="http://www.oneplusyou.com/q/v/caffeine"&gt;&lt;img border="0" src="http://www.oneplusyou.com/q/img/badges/caffeine_extremely_high__excessive_energy_spastic.jpg" alt="The Caffeine Click Test - How Caffeinated Are You?" /&gt;&lt;/a&gt;&lt;br /&gt;Created by OnePlusYou - &lt;a href="http://www.oneplusyou.com"&gt;Free Online Dating&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-2968750229166840813?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/2968750229166840813/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=2968750229166840813' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/2968750229166840813'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/2968750229166840813'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/09/holydays.html' title='holydays'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-110192197324254961</id><published>2008-09-06T05:09:00.000-07:00</published><updated>2008-09-06T05:10:16.651-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='fun'/><category scheme='http://www.blogger.com/atom/ns#' term='life'/><title type='text'>How Addicted to Coffee I'm?)</title><content type='html'>It's really funny:)&lt;br /&gt;&lt;div style="background: transparent url(http://www.oneplusyou.com/q/img/bb_badges/coffee.jpg) no-repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 265px; height: 211px;"&gt;&lt;a style="display: block; text-align: center; padding-top: 167px; height: 35px; font-size: 16px; font-family: Arial; text-decoration: none; color: rgb(255, 255, 255);" href="http://www.oneplusyou.com/bb/view/how-addicted-to-coffee-are-you"&gt;I am 65% Addicted to Coffee&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Created by OnePlusYou - &lt;a href="http://www.oneplusyou.com/"&gt;Online Dating Service&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-110192197324254961?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/110192197324254961/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=110192197324254961' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/110192197324254961'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/110192197324254961'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/09/how-addicted-to-coffee-im.html' title='How Addicted to Coffee I&apos;m?)'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-960280385467700716</id><published>2008-09-02T22:51:00.000-07:00</published><updated>2008-10-04T08:05:29.649-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='internet'/><title type='text'>google chrome</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_mVrNdXW_uzw/SL4mJvL-w8I/AAAAAAAAAf0/CVK4tcsqqnA/s1600-h/gb.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_mVrNdXW_uzw/SL4mJvL-w8I/AAAAAAAAAf0/CVK4tcsqqnA/s320/gb.png" alt="" id="BLOGGER_PHOTO_ID_5241668965033231298" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;yesterday in evening google released own browser called '&lt;a href="http://google.com/chrome"&gt;Chrome&lt;/a&gt;'. looks simply and pretty, but i think only looks:)&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt; &lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-960280385467700716?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/960280385467700716/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=960280385467700716' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/960280385467700716'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/960280385467700716'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/09/google-chrome.html' title='google chrome'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_mVrNdXW_uzw/SL4mJvL-w8I/AAAAAAAAAf0/CVK4tcsqqnA/s72-c/gb.png' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-6247125659316078424</id><published>2008-08-05T10:12:00.000-07:00</published><updated>2008-08-05T10:15:07.474-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='music'/><title type='text'>.... blur....</title><content type='html'>&lt;span style="font-weight: bold; font-style: italic;"&gt;&lt;blockquote&gt;So give me coffee and tv&lt;/blockquote&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-6247125659316078424?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/6247125659316078424/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=6247125659316078424' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/6247125659316078424'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/6247125659316078424'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/08/blur.html' title='.... blur....'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-6636525179075850213</id><published>2008-08-03T06:28:00.000-07:00</published><updated>2008-08-03T06:31:59.356-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='picture'/><title type='text'>Another cool transport</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_mVrNdXW_uzw/SJWzM1drwUI/AAAAAAAAAdY/BarjCqcoCAc/s1600-h/winglet.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://2.bp.blogspot.com/_mVrNdXW_uzw/SJWzM1drwUI/AAAAAAAAAdY/BarjCqcoCAc/s320/winglet.png" alt="" id="BLOGGER_PHOTO_ID_5230283575352082754" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Toyota announced new segway-like device) called &lt;span style="font-weight: bold; font-style: italic;"&gt;Winglet&lt;/span&gt;. looks awesome, i like this concept... but i doubt that in our streets can move in this device;) &lt;a href="http://blogs.zdnet.com/BTL/?p=9525"&gt;link&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-6636525179075850213?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/6636525179075850213/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=6636525179075850213' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/6636525179075850213'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/6636525179075850213'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/08/another-cool-transport.html' title='Another cool transport'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_mVrNdXW_uzw/SJWzM1drwUI/AAAAAAAAAdY/BarjCqcoCAc/s72-c/winglet.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-7281209943439060801</id><published>2008-08-01T03:56:00.000-07:00</published><updated>2008-08-01T04:19:08.985-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='life'/><category scheme='http://www.blogger.com/atom/ns#' term='music'/><title type='text'>L'Âme Immortelle at Moscow!!!</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_mVrNdXW_uzw/SJLxIKdNtmI/AAAAAAAAAdQ/HJWMmwJ3EqU/s1600-h/lame_at_moscow.gif"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://2.bp.blogspot.com/_mVrNdXW_uzw/SJLxIKdNtmI/AAAAAAAAAdQ/HJWMmwJ3EqU/s320/lame_at_moscow.gif" alt="" id="BLOGGER_PHOTO_ID_5229507239878702690" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.last.fm/event/468317"&gt;event at lastfm&lt;/a&gt; it's a nice industrial-goth-music band...  his music is awesome ( i like awesome music;) )  so.. i wish i will go to Moscow.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-7281209943439060801?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/7281209943439060801/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=7281209943439060801' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/7281209943439060801'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/7281209943439060801'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/08/lme-immortelle-at-moscow.html' title='L&apos;Âme Immortelle at Moscow!!!'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_mVrNdXW_uzw/SJLxIKdNtmI/AAAAAAAAAdQ/HJWMmwJ3EqU/s72-c/lame_at_moscow.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-6737105857387206045</id><published>2008-07-31T08:20:00.001-07:00</published><updated>2008-10-04T08:04:28.610-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='internet'/><title type='text'>aim - google</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.cuilimg.com/static/v2/images/new/flattened/cuil-home_id.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 200px;" src="http://www.cuilimg.com/static/v2/images/new/flattened/cuil-home_id.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;there are new search engine, that aims goolge called &lt;a href="http://cuil.com/"&gt;cuil&lt;/a&gt; . cuil can sort search results by groups&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-6737105857387206045?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/6737105857387206045/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=6737105857387206045' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/6737105857387206045'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/6737105857387206045'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/07/aim-google.html' title='aim - google'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-1038211602155238503</id><published>2008-07-25T07:26:00.000-07:00</published><updated>2008-07-25T07:38:20.202-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='programming'/><title type='text'>nanoki - elegant wiki</title><content type='html'>i found pretty wiki implemented in &lt;a href="http://en.wikipedia.org/wiki/Lua_(programming_language)"&gt;lua&lt;/a&gt; it's wonderful! idea: *simple* wiki, that's starts after command &lt;span style="font-weight: bold;"&gt;#lua Nanoki.lua . localhost 8080  &lt;/span&gt;without editing a lots of config files and etc. you can use it in your localnetwork for share some knowledge without any troubles) you just need lua interpreter with some modules (&lt;a href="http://alt.textdrive.com/nanoki/"&gt;http://alt.textdrive.com/nanoki/&lt;/a&gt;)  so you can try it online &lt;a href="http://svr225.stepx.com:3388/nanoki"&gt;here&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-1038211602155238503?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/1038211602155238503/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=1038211602155238503' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/1038211602155238503'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/1038211602155238503'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/07/nanoki-elegant-wiki.html' title='nanoki - elegant wiki'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-7595596735627131131</id><published>2008-07-25T06:49:00.000-07:00</published><updated>2008-07-25T06:56:33.209-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='life'/><title type='text'>body changes</title><content type='html'>so after my 21miniparty i was desired to make pearcing on my tongue... and i make it... it's funny... but during some time i can't eat my favorite eat (much  )&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-7595596735627131131?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/7595596735627131131/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=7595596735627131131' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/7595596735627131131'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/7595596735627131131'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/07/body-changes.html' title='body changes'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-7885631587817415408</id><published>2008-07-19T09:15:00.000-07:00</published><updated>2008-10-04T08:08:59.501-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='life'/><title type='text'>21</title><content type='html'>happy birthday, Pavel:)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-7885631587817415408?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/7885631587817415408/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=7885631587817415408' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/7885631587817415408'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/7885631587817415408'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/07/21.html' title='21'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-3267646158565267070</id><published>2008-06-26T05:42:00.000-07:00</published><updated>2008-06-26T05:43:17.693-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='fun'/><category scheme='http://www.blogger.com/atom/ns#' term='life'/><title type='text'>add to wish list</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/g4NoNVUpXnE&amp;amp;hl=en"&gt;&lt;embed src="http://www.youtube.com/v/g4NoNVUpXnE&amp;amp;hl=en" type="application/x-shockwave-flash" height="344" width="425"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.thinkgeek.com/geektoys/science/9520/"&gt;link&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-3267646158565267070?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/3267646158565267070/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=3267646158565267070' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/3267646158565267070'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/3267646158565267070'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/06/add-to-wish-list.html' title='add to wish list'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-179366364850507594</id><published>2008-04-28T14:44:00.001-07:00</published><updated>2008-04-29T02:24:28.727-07:00</updated><title type='text'>emacs client for blogger</title><content type='html'>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;heya! i was found an &lt;a href="http://buzz.blogger.com/2007/03/emacs-client-for-blogger.html"&gt;emacs blogger client&lt;/a&gt; it's a realy fun to post entrys from your&lt;br /&gt;     favorite editor) /me happy, so, it's night and i must go sleep....&lt;br /&gt;   &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-179366364850507594?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/179366364850507594/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=179366364850507594' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/179366364850507594'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/179366364850507594'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/04/emacs-client-for-blogger.html' title='emacs client for blogger'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-7425410184052629958</id><published>2008-04-26T10:20:00.000-07:00</published><updated>2008-04-26T10:32:35.223-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='programming'/><title type='text'>How To Become A Hacker</title><content type='html'>it's like some &lt;a href="http://catb.org/%7Eesr/faqs/hacker-howto.html"&gt;tutorial &lt;/a&gt;that says what skills you need to be a hacker. so  i know that many advices is useless but i want mark some quotes:&lt;br /&gt;   first one&lt;br /&gt;&lt;h3 class="title"&gt;&lt;span style="font-size:85%;"&gt;&lt;/span&gt;&lt;/h3&gt;&lt;blockquote&gt;&lt;h3 class="title"&gt;&lt;span style="font-size:85%;"&gt;2. No problem should ever have to be solved twice.&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style="font-size:85%;"&gt;Creative brains are a valuable, limited resource.  They shouldn't be wasted on re-inventing the wheel when there are so many fascinating new problems waiting out there.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:85%;"&gt;To behave like a hacker, you have to believe that the thinking time of other hackers is precious — so much so that it's almost a moral duty for you to share information, solve problems and then give the solutions away just so other hackers can solve &lt;span class="emphasis"&gt;&lt;em&gt;new&lt;/em&gt;&lt;/span&gt; problems instead of having to perpetually re-address old ones.&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;second&lt;br /&gt;&lt;h3 class="title"&gt;&lt;span style="font-size:85%;"&gt;&lt;/span&gt;&lt;/h3&gt;&lt;blockquote&gt;&lt;h3 class="title"&gt;&lt;span style="font-size:85%;"&gt;4. Freedom is good.&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;span style="font-size:85%;"&gt;Hackers are naturally anti-authoritarian.  Anyone who can give you orders can stop you from solving whatever problem you're being fascinated by — and, given the way authoritarian minds work, will generally find some appallingly stupid reason to do so.  So the authoritarian attitude has to be fought wherever you find it, lest it smother you and other hackers.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:85%;"&gt;(This isn't the same as fighting all authority.  Children need to be guided and criminals restrained.  A hacker may agree to accept some kinds of authority in order to get something he wants more than the time he spends following orders. But that's a limited, conscious bargain; the kind of personal surrender authoritarians want is not on offer.)....&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;and much interested about skills:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:85%;"&gt;It's best, actually, to learn all five of Python, C/C++, Java, Perl, and LISP.  Besides being the most important hacking languages, they represent very different approaches to programming, and each will educate you in valuable ways.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:85%;"&gt;But be aware that you won't reach the skill level of a hacker or even merely a programmer simply by accumulating languages — you need to learn how to think about programming problems in a general way, independent of any one language.  To be a real hacker, you need to get to the point where you can learn a new language in days by relating what's in the manual to what you already know.  This means you should learn several very different languages.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:85%;"&gt;I can't give complete instructions on how to learn to program here — it's a complex skill.  But I can tell you that books and courses won't do it — many, maybe &lt;span class="emphasis"&gt;&lt;em&gt;most&lt;/em&gt;&lt;/span&gt; of the best hackers are self-taught.  You can learn language features — bits of knowledge — from books, but the mind-set that makes that knowledge into living skill can be learned only by practice and apprenticeship. What will do it is (a) &lt;span class="emphasis"&gt;&lt;em&gt;reading code&lt;/em&gt;&lt;/span&gt; and (b) &lt;span class="emphasis"&gt;&lt;em&gt;writing code&lt;/em&gt;&lt;/span&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:85%;"&gt;Peter Norvig, who is one of Google's top hackers and the co-author of the most widely used textbook on AI, has written an excellent essay called &lt;a href="http://www.norvig.com/21-days.html" target="_top"&gt;Teach Yourself Programming in Ten Years&lt;/a&gt;.  His "recipe for programming success" is worth careful attention.&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;span style="font-size:85%;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style="font-size:85%;"&gt;&lt;a href="http://www.norvig.com/21-days.html" target="_top"&gt;Teach Yourself Programming in Ten Years&lt;/a&gt; - it's a funny title only title of this essay scoffs at books like `teach [blah] in  10 days[1 moth, 2 weeks]` and other.  this books are pretty for learn an scopes what you must learn at university and don't interested in it . but book 'teach java and c#(!!!!!!) in 10 days' for programming speciality student looks funny:)))&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-7425410184052629958?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/7425410184052629958/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=7425410184052629958' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/7425410184052629958'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/7425410184052629958'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/04/how-to-become-hacker.html' title='How To Become A Hacker'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-2531740596126674255</id><published>2008-04-26T09:36:00.000-07:00</published><updated>2008-04-26T09:48:18.438-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='fun'/><title type='text'>i haven't seen pervension like it later...</title><content type='html'>&lt;a href="http://msdewey.com/"&gt;http://msdewey.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;is it another ms trying to give an pretty look search? but i heard later that ms bought an company that developed an clever search engine ( may be its not makes loot slender google ) but google is first:)  i think now ms can do anything to conquer an title 'the best search engine;)' but it can conquer a title 'pretty and *slow* search engine that works only with flash'....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-2531740596126674255?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/2531740596126674255/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=2531740596126674255' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/2531740596126674255'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/2531740596126674255'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/04/i-dont-sew-pervension-like-it-later.html' title='i haven&apos;t seen pervension like it later...'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-7525050894504371367</id><published>2008-04-24T11:47:00.000-07:00</published><updated>2008-10-04T08:04:03.440-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><title type='text'>from command line lords</title><content type='html'>&lt;a href="http://www.linuxjournal.com/content/create-logo-command-line"&gt;http://www.linuxjournal.com/content/create-logo-command-line&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-7525050894504371367?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/7525050894504371367/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=7525050894504371367' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/7525050894504371367'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/7525050894504371367'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/04/from-command-line-lords.html' title='from command line lords'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-4549897953860572623</id><published>2008-04-23T11:39:00.000-07:00</published><updated>2008-10-04T08:09:30.757-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='programming'/><title type='text'>phrack 65 released</title><content type='html'>since &lt;b&gt;11/04/2008 &lt;/b&gt;&lt;a href="http://phrack.com/issues.html?issue=65"&gt;65 phrack&lt;/a&gt; available&lt;br /&gt;&lt;br /&gt;&lt;table class="tissue" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr class="alt"&gt;&lt;td align="left"&gt;&lt;a href="http://phrack.com/issues.html?issue=65&amp;amp;id=1#article" title="Introduction"&gt;Introduction&lt;/a&gt;&lt;/td&gt;&lt;td align="right"&gt;&lt;a href="http://phrack.com/authors.html?author=TCLH#author" title="TCLH"&gt;TCLH&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td align="left"&gt;&lt;a href="http://phrack.com/issues.html?issue=65&amp;amp;id=2#article" title="Phrack Prophile on The UNIX Terrorist"&gt;Phrack Prophile on The UNIX Terrorist&lt;/a&gt;&lt;/td&gt;&lt;td align="right"&gt;&lt;a href="http://phrack.com/authors.html?author=TCLH#author" title="TCLH"&gt;TCLH&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr class="alt"&gt;&lt;td align="left"&gt;&lt;a href="http://phrack.com/issues.html?issue=65&amp;amp;id=3#article" title="Phrack World News"&gt;Phrack World News&lt;/a&gt;&lt;/td&gt;&lt;td align="right"&gt;&lt;a href="http://phrack.com/authors.html?author=TCLH#author" title="TCLH"&gt;TCLH&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td align="left"&gt;&lt;a href="http://phrack.com/issues.html?issue=65&amp;amp;id=4#article" title="Stealth Hooking: another way to subvert the Windows kernel"&gt;Stealth Hooking: another way to subvert the Windows kernel&lt;/a&gt;&lt;/td&gt;&lt;td align="right"&gt;&lt;a href="http://phrack.com/authors.html?author=Mxatone+and+IvanLeFou#author" title="Mxatone and IvanLeFou"&gt;Mxatone and IvanLeFou&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr class="alt"&gt;&lt;td align="left"&gt;&lt;a href="http://phrack.com/issues.html?issue=65&amp;amp;id=5#article" title="Clawing holes in NAT with UPnP"&gt;Clawing holes in NAT with UPnP&lt;/a&gt;&lt;/td&gt;&lt;td align="right"&gt;&lt;a href="http://phrack.com/authors.html?author=FelineMenace#author" title="FelineMenace"&gt;FelineMenace&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td align="left"&gt;&lt;a href="http://phrack.com/issues.html?issue=65&amp;amp;id=6#article" title="The only laws on Internet are assembly and RFCs"&gt;The only laws on Internet are assembly and RFCs&lt;/a&gt;&lt;/td&gt;&lt;td align="right"&gt;&lt;a href="http://phrack.com/authors.html?author=Julia#author" title="Julia"&gt;Julia&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr class="alt"&gt;&lt;td align="left"&gt;&lt;a href="http://phrack.com/issues.html?issue=65&amp;amp;id=7#article" title="System Management Mode Hacks"&gt;System Management Mode Hacks&lt;/a&gt;&lt;/td&gt;&lt;td align="right"&gt;&lt;a href="http://phrack.com/authors.html?author=BSDaemon+and+coideloko+and+D0nand0n#author" title="BSDaemon and coideloko and D0nand0n"&gt;BSDaemon and coideloko and D0nand0n&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td align="left"&gt;&lt;a href="http://phrack.com/issues.html?issue=65&amp;amp;id=8#article" title="Mystifying the debugger for ultimate stealthness"&gt;Mystifying the debugger for ultimate stealthness&lt;/a&gt;&lt;/td&gt;&lt;td align="right"&gt;&lt;a href="http://phrack.com/authors.html?author=halfdead#author" title="halfdead"&gt;halfdead&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr class="alt"&gt;&lt;td align="left"&gt;&lt;a href="http://phrack.com/issues.html?issue=65&amp;amp;id=9#article" title="Australian Restricted Defense Networks and FISSO"&gt;Australian Restricted Defense Networks and FISSO&lt;/a&gt;&lt;/td&gt;&lt;td align="right"&gt;&lt;a href="http://phrack.com/authors.html?author=the+Finn#author" title="the Finn"&gt;the Finn&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td align="left"&gt;&lt;a href="http://phrack.com/issues.html?issue=65&amp;amp;id=10#article" title="phook - The PEB Hooker"&gt;phook - The PEB Hooker&lt;/a&gt;&lt;/td&gt;&lt;td align="right"&gt;&lt;a href="http://phrack.com/authors.html?author=Shearer+and+Dreg#author" title="Shearer and Dreg"&gt;Shearer and Dreg&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr class="alt"&gt;&lt;td align="left"&gt;&lt;a href="http://phrack.com/issues.html?issue=65&amp;amp;id=11#article" title="Hacking the $49 Wifi Finder"&gt;Hacking the $49 Wifi Finder&lt;/a&gt;&lt;/td&gt;&lt;td align="right"&gt;&lt;a href="http://phrack.com/authors.html?author=openschemes#author" title="openschemes"&gt;openschemes&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td align="left"&gt;&lt;a href="http://phrack.com/issues.html?issue=65&amp;amp;id=12#article" title="The art of exploitation: Technical analysis of Samba WINS overflow"&gt;The art of exploitation: Technical analysis of Samba WINS overflow&lt;/a&gt;&lt;/td&gt;&lt;td align="right"&gt;&lt;a href="http://phrack.com/authors.html?author=FelineMenace#author" title="FelineMenace"&gt;FelineMenace&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr class="alt"&gt;&lt;td align="left"&gt;&lt;a href="http://phrack.com/issues.html?issue=65&amp;amp;id=13#article" title="The Underground Myth"&gt;The Underground Myth&lt;/a&gt;&lt;/td&gt;&lt;td align="right"&gt;&lt;a href="http://phrack.com/authors.html?author=Anonymous#author" title="Anonymous"&gt;Anonymous&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td align="left"&gt;&lt;a href="http://phrack.com/issues.html?issue=65&amp;amp;id=14#article" title="Hacking your brain: Artificial Conciousness"&gt;Hacking your brain: Artificial Conciousness&lt;/a&gt;&lt;/td&gt;&lt;td align="right"&gt;&lt;a href="http://phrack.com/authors.html?author=-c#author" title="-c"&gt;-c&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr class="end alt"&gt;&lt;td align="left"&gt;&lt;a href="http://phrack.com/issues.html?issue=65&amp;amp;id=15#article" title="International Scenes"&gt;International Scenes&lt;/a&gt;&lt;/td&gt;&lt;td align="right"&gt;&lt;a href="http://phrack.com/authors.html?author=various#author" title="various"&gt;various&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-4549897953860572623?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/4549897953860572623/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=4549897953860572623' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/4549897953860572623'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/4549897953860572623'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/04/phrack-65-released.html' title='phrack 65 released'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-1092757425072467925</id><published>2008-04-17T01:43:00.000-07:00</published><updated>2008-04-17T01:46:41.160-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='programming'/><category scheme='http://www.blogger.com/atom/ns#' term='android'/><title type='text'>UMLoid progress</title><content type='html'>i wish that after two weeks i can load to svn first umloid revision ( will include only class diagram creation )&lt;br /&gt;because i want to create an extensible architecture for this editor.  in case if anybody will add any other diagram  he can do it simply)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-1092757425072467925?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/1092757425072467925/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=1092757425072467925' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/1092757425072467925'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/1092757425072467925'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/04/umloid-progress.html' title='UMLoid progress'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-5640966046724693726</id><published>2008-04-15T04:05:00.000-07:00</published><updated>2008-04-15T04:14:22.643-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='programming'/><category scheme='http://www.blogger.com/atom/ns#' term='android'/><title type='text'>android impressions</title><content type='html'>so when i started writing my &lt;a href="http://code.google.com/p/umloid/"&gt;umloid&lt;/a&gt; i wish that i will write clear and pretty code&lt;br /&gt;but yesterday i was found a bug in m5 android it is a bug when trying to add self-created&lt;br /&gt;class instance (serializable) to externs when starting new activity from other&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;Intent intent = new Intern(this, PropertiesActivity.class);&lt;br /&gt;intent.putExtra("whiter4bbit.classes.Class", classInstance);&lt;br /&gt;startSubActivity(intent, PROPERTIES);&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;Class is my self-created class this code compiled ok but when running last method call is not calling what i want it doesn't shows activity form&lt;br /&gt;&lt;br /&gt;but code&lt;br /&gt;&lt;blockquote&gt;  Intent intent = new Intern(this, PropertiesActivity.class);&lt;br /&gt;&lt;div style="direction: ltr;"&gt; startSubActivity(intent, PROPERTIES);&lt;/div&gt;&lt;/blockquote&gt;&lt;div style="direction: ltr;"&gt;&lt;/div&gt;works ok&lt;br /&gt;&lt;div style="direction: ltr;"&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-5640966046724693726?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/5640966046724693726/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=5640966046724693726' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/5640966046724693726'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/5640966046724693726'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/04/android-impressions.html' title='android impressions'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-8763134698971947774</id><published>2008-04-12T10:34:00.000-07:00</published><updated>2008-10-04T08:11:04.618-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='programming'/><title type='text'>funny python web framework</title><content type='html'>i found interesting web2py tutorial video  . thatz a very impressive video  with funny web dev example)&lt;br /&gt;&lt;br /&gt;&lt;object type="application/x-shockwave-flash" data="http://www.vimeo.com/moogaloop.swf?clip_id=875433&amp;amp;server=www.vimeo.com&amp;amp;fullscreen=1&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=" height="251" width="400"&gt; &lt;param name="quality" value="best"&gt; &lt;param name="allowfullscreen" value="true"&gt; &lt;param name="scale" value="showAll"&gt;&lt;/object&gt;&lt;br /&gt;&lt;a href="http://www.vimeo.com/875433/l:embed_875433"&gt;web2py "Shootout" video tutorial&lt;/a&gt; from &lt;a href="http://www.vimeo.com/user315328/l:embed_875433"&gt;mdipierro&lt;/a&gt; on &lt;a href="http://vimeo.com/l:embed_875433"&gt;Vimeo&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-8763134698971947774?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/8763134698971947774/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=8763134698971947774' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/8763134698971947774'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/8763134698971947774'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/04/funny-python-web-framework.html' title='funny python web framework'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-1102306325563969054</id><published>2008-04-12T08:49:00.000-07:00</published><updated>2008-04-14T04:32:07.444-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='android'/><title type='text'>android useful information[updated]</title><content type='html'>&lt;a href="http://code.google.com/android/"&gt;http://code.google.com/android/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://code.google.com/android/groups.html"&gt;http://code.google.com/android/groups.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.androidmobileforum.com/forums/index.php"&gt;http://www.androidmobileforum.com/forums/index.php&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.allaboutandroid.net/phpbb/index.php"&gt;http://www.allaboutandroid.net/phpbb/index.php&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://anddev.org"&gt;http://anddev.org&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;too available android &lt;a href="http://www.anddev.org/announcing_andbook_-_learning_android_from_scratch-t1473.html"&gt;book &lt;/a&gt;in pdf format its free for reading you can download it &lt;a href="http://andbook.anddev.org/files/andbook.pdf"&gt;here&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-1102306325563969054?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/1102306325563969054/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=1102306325563969054' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/1102306325563969054'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/1102306325563969054'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/04/android-useful-information.html' title='android useful information[updated]'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-5300487745080808904</id><published>2008-04-07T01:35:00.000-07:00</published><updated>2008-04-07T11:03:12.963-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='programming'/><category scheme='http://www.blogger.com/atom/ns#' term='android'/><title type='text'>umloid started</title><content type='html'>yesterday i was started write my project : an uml editor for android&lt;br /&gt;it's just my innovation idea) and my course project&lt;br /&gt;i was opened a project on google code it's &lt;a href="http://code.google.com/p/umloid"&gt;here &lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-5300487745080808904?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/5300487745080808904/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=5300487745080808904' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/5300487745080808904'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/5300487745080808904'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/04/umloid-started.html' title='umloid started'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-8748936911441201100</id><published>2008-04-02T10:32:00.000-07:00</published><updated>2008-04-02T10:42:31.089-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='life'/><category scheme='http://www.blogger.com/atom/ns#' term='programming'/><title type='text'>another wish....</title><content type='html'>so today i sew interesting uml diagram i can't show it to you but thatz really funny)&lt;br /&gt;another day goes out ... weather it's so pretty and i can't do anything useful (i'm about study tasks)&lt;br /&gt;but i must( i very want to be a graduate .... and get a diploma ... may be diploma on the wall looks pretty )  too i want buy some book about uml because i must know it its some absurdly but i wanna be an qualified programmer&lt;br /&gt;&lt;br /&gt;somewhere i was read that good programmer must know haskell, lisp, python, perl , c and java&lt;br /&gt;i think that i know java in intermediate level too i write some scripts in python perl is terrible so i started learn lisp so somewhere it looks pretty somewhere no . lisp is language for programming just for fun its cool but i prefer python its funny)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-8748936911441201100?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/8748936911441201100/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=8748936911441201100' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/8748936911441201100'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/8748936911441201100'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/04/another-wish.html' title='another wish....'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-1434927458179589925</id><published>2008-03-26T09:56:00.000-07:00</published><updated>2008-03-26T10:07:29.368-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='fun'/><category scheme='http://www.blogger.com/atom/ns#' term='life'/><title type='text'>who is the biggest rabbit in the world?</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_mVrNdXW_uzw/R-qCxe_qjQI/AAAAAAAAAac/oyafKjpWrjk/s1600-h/rabbit.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://4.bp.blogspot.com/_mVrNdXW_uzw/R-qCxe_qjQI/AAAAAAAAAac/oyafKjpWrjk/s200/rabbit.jpg" alt="" id="BLOGGER_PHOTO_ID_5182098107888471298" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;yes who?)  my height is near 1.8meters but i found interesting &lt;a href="http://www.dailymail.co.uk/pages/live/articles/news/news.html?in_article_id=544353&amp;amp;in_page_id=1770&amp;amp;Bunnylicious"&gt;link &lt;/a&gt;about biggest rabbit in the world , his height is 4ft (1.2 meters) so... may be authors haven't seen me )&lt;br /&gt;&lt;br /&gt;p.s. rabbit looks funny&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-1434927458179589925?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/1434927458179589925/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=1434927458179589925' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/1434927458179589925'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/1434927458179589925'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/03/who-is-biggest-rabbit-in-world.html' title='who is the biggest rabbit in the world?'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_mVrNdXW_uzw/R-qCxe_qjQI/AAAAAAAAAac/oyafKjpWrjk/s72-c/rabbit.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-2061871007314892292</id><published>2008-03-26T04:13:00.000-07:00</published><updated>2008-03-26T04:21:43.267-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='fun'/><category scheme='http://www.blogger.com/atom/ns#' term='life'/><title type='text'>future comes... now is 2008</title><content type='html'>i think that every body ~15 years ago was heard about our future flying cars, sensor displays everywhere, robotics stuff and other...  that's future in view of writers of previous century&lt;br /&gt;but writers in our time sees future very similar ....&lt;br /&gt;&lt;br /&gt;you can see how writer was saw the future in 1968 &lt;a href="http://blog.modernmechanix.com/2008/03/24/what-will-life-be-like-in-the-year-2008/"&gt;here&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-2061871007314892292?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/2061871007314892292/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=2061871007314892292' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/2061871007314892292'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/2061871007314892292'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/03/future-comes-now-is-2008.html' title='future comes... now is 2008'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-563202726467573068</id><published>2008-03-25T03:40:00.002-07:00</published><updated>2008-10-04T08:07:45.294-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='fun'/><category scheme='http://www.blogger.com/atom/ns#' term='life'/><title type='text'>about girls, feelings and wish list</title><content type='html'>dear diary,&lt;br /&gt;&lt;br /&gt; today i miss physical culture lesson, and i don't go to the control work in databases lecture i'm very bad boy sometimes i'd been crazy and can't control myself...&lt;br /&gt;but i want:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;nokia n800&lt;/li&gt;&lt;li&gt;k2 agressive roller skates&lt;/li&gt;&lt;li&gt;notebook [done - inspiron 1520]&lt;br /&gt;&lt;/li&gt;&lt;li&gt;sport car&lt;/li&gt;&lt;li&gt;girlfriend&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-563202726467573068?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/563202726467573068/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=563202726467573068' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/563202726467573068'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/563202726467573068'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/03/about-girls-feelings-and-wish-list.html' title='about girls, feelings and wish list'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-7446743369398946415</id><published>2008-03-06T08:22:00.000-08:00</published><updated>2008-03-06T08:29:45.695-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='fun'/><title type='text'>Building beer brewing bender project</title><content type='html'>i found interesting and fun project... author makes page with instructions for building own &lt;a href="http://en.wikipedia.org/wiki/Futurama"&gt;Bender&lt;/a&gt;&lt;br /&gt; featured CPU brain to make him speak :)&lt;br /&gt;&lt;br /&gt;link &lt;a href="http://asciimation.co.nz/bender/"&gt;here&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt; &lt;/i&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-7446743369398946415?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/7446743369398946415/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=7446743369398946415' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/7446743369398946415'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/7446743369398946415'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/03/building-beer-brewing-bender-project.html' title='Building beer brewing bender project'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-8002966083382538859</id><published>2008-03-04T09:21:00.000-08:00</published><updated>2008-10-04T08:06:52.363-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='life'/><title type='text'>Spring comes into our souls</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_mVrNdXW_uzw/R82GxQFgwRI/AAAAAAAAAaU/KQSie-KprpI/s1600-h/Fr%C3%BChling_bl%C3%BChender_Kirschenbaum.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://1.bp.blogspot.com/_mVrNdXW_uzw/R82GxQFgwRI/AAAAAAAAAaU/KQSie-KprpI/s320/Fr%C3%BChling_bl%C3%BChender_Kirschenbaum.jpg" alt="" id="BLOGGER_PHOTO_ID_5173939727608365330" border="0" /&gt;&lt;/a&gt;&lt;br /&gt; today is 4th day of spring! in Friday we ( my class matters and me)  will come to celebrate medium ( thatz national students holiday when students comes celebrate of all time in university as rule thatz 5 years )....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-8002966083382538859?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/8002966083382538859/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=8002966083382538859' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/8002966083382538859'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/8002966083382538859'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/03/spring-comes-into-our-souls.html' title='Spring comes into our souls'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_mVrNdXW_uzw/R82GxQFgwRI/AAAAAAAAAaU/KQSie-KprpI/s72-c/Fr%C3%BChling_bl%C3%BChender_Kirschenbaum.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-473174311069905822</id><published>2008-03-03T02:22:00.000-08:00</published><updated>2008-10-04T08:10:36.927-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='programming'/><title type='text'>Graphics programming ... first impressions</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_mVrNdXW_uzw/R8vUrfG-HJI/AAAAAAAAAaE/JN8926tA8KY/s1600-h/redbook.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://1.bp.blogspot.com/_mVrNdXW_uzw/R8vUrfG-HJI/AAAAAAAAAaE/JN8926tA8KY/s320/redbook.jpg" alt="" id="BLOGGER_PHOTO_ID_5173462440515345554" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;not so far i was  buy &lt;a href="http://www.amazon.com/OpenGL-Programming-Guide-Official-Learning/dp/0321481003/ref=pd_bbs_sr_1?ie=UTF8&amp;amp;s=books&amp;amp;qid=1204540285&amp;amp;sr=1-1"&gt;"OpenGL Programming guide" 4th edition&lt;/a&gt;, also called "red book" by link available 6th edition but i buy in russian&lt;br /&gt;and now i interested for graphics programming ( 3d graphics) ) i was tried write some basic examples and i had much fun ...  now ill learn how to make landscape with using opengl&lt;br /&gt;&lt;br /&gt;many interpreters has opengl bindings ( ruby, python, haskell, perl, lisp(!!!)   ... )&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-473174311069905822?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/473174311069905822/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=473174311069905822' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/473174311069905822'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/473174311069905822'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/03/graphics-programming-first-impressions.html' title='Graphics programming ... first impressions'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_mVrNdXW_uzw/R8vUrfG-HJI/AAAAAAAAAaE/JN8926tA8KY/s72-c/redbook.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-6076885316480949010</id><published>2008-02-22T02:51:00.000-08:00</published><updated>2008-03-25T03:09:18.685-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='life'/><category scheme='http://www.blogger.com/atom/ns#' term='russian'/><title type='text'>22 февраля</title><content type='html'>Таакс.... Сегодня зашел в офис и увидел кучу шариков ( почему-то зеленые и белые ), так же к каждому столу была прилеплена поздравительная открытка - оказывается завтра 23 февраля!!! а я уж и забыл про этот праздник. Далее наши девочки из qa пригласили нас на тортик в 16.00.... Ммм... отличное начало дня) Тепрь надо сходить на пару, поработать и пятничное предпраздничное пиво! Всех с наступающим, особенно Антошку для него почти проффесиональный праздник&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-6076885316480949010?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/6076885316480949010/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=6076885316480949010' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/6076885316480949010'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/6076885316480949010'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/02/22.html' title='22 февраля'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-7638505454421964729</id><published>2008-02-20T16:20:00.000-08:00</published><updated>2008-02-20T16:26:38.649-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='life'/><title type='text'>Night post.....</title><content type='html'>So.... now is 02:28am o'clock and I will some read and go sleep....&lt;br /&gt;What I do during past day?:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;I done task for 'OOPIS' (that's transliteration of one our courses )&lt;/li&gt;&lt;li&gt;I make some plans for summer (I like make plans:) [sometimes plans == dreams:))])&lt;/li&gt;&lt;li&gt;I order some books in &lt;a href="http://oz.by"&gt;oz.by&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;I wish you good night with sweet and sexy dreams.....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-7638505454421964729?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/7638505454421964729/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=7638505454421964729' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/7638505454421964729'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/7638505454421964729'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/02/night-post.html' title='Night post.....'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-5536185109448233046</id><published>2008-02-19T10:08:00.000-08:00</published><updated>2008-02-19T10:10:54.439-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='fun'/><category scheme='http://www.blogger.com/atom/ns#' term='life'/><title type='text'>My winter post</title><content type='html'>On November 17 I was posted clocks until.... until spring begins:)&lt;br /&gt;&lt;br /&gt;So, you can &lt;a href="http://whiter4bbit.blogspot.com/2007/11/days-until-my-21-birthday.html"&gt;look &lt;/a&gt;at this clocks now with more positive:)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-5536185109448233046?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/5536185109448233046/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=5536185109448233046' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/5536185109448233046'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/5536185109448233046'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/02/my-winter-post.html' title='My winter post'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-5008548918369240004</id><published>2008-02-16T06:16:00.000-08:00</published><updated>2008-02-16T06:48:34.466-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='fun'/><category scheme='http://www.blogger.com/atom/ns#' term='life'/><category scheme='http://www.blogger.com/atom/ns#' term='books'/><title type='text'>Top 20 Geek Novels and Cyber Punk</title><content type='html'>So, I found old post in &lt;a href="http://blogs.guardian.co.uk/technology/archives/2005/11/09/top_20_geek_novels_the_results.html"&gt;one blog&lt;/a&gt; with results of voting for &lt;span style="font-style: italic;"&gt;"the best geek novels written in English since 1932" &lt;/span&gt;so, results of voting:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;The HitchHiker's Guide to the Galaxy -- Douglas Adams 85% (102)&lt;/li&gt;&lt;li&gt;Nineteen Eighty-Four -- George Orwell    79% (92) &lt;/li&gt;&lt;li&gt;Brave New World -- Aldous Huxley         69% (77) &lt;/li&gt;&lt;li&gt;Do Androids Dream of Electric Sheep? -- Philip Dick 64% (67) &lt;/li&gt;&lt;li&gt;Neuromancer -- William Gibson                 59% (66)&lt;/li&gt;&lt;li&gt;Dune -- Frank Herbert                               53% (54) &lt;/li&gt;&lt;li&gt;I, Robot -- Isaac Asimov                            52% (54) &lt;/li&gt;&lt;li&gt;Foundation -- Isaac Asimov                      47% (47)&lt;/li&gt;&lt;li&gt;The Colour of Magic -- Terry Pratchett     46% (46) &lt;/li&gt;&lt;li&gt;Microserfs -- Douglas Coupland             43% (44) &lt;/li&gt;&lt;li&gt;Snow Crash -- Neal Stephenson            37% (37) &lt;/li&gt;&lt;li&gt;Watchmen -- Alan Moore &amp;amp; Dave Gibbons    38% (37) &lt;/li&gt;&lt;li&gt;Cryptonomicon -- Neal Stephenson         36% (36) &lt;/li&gt;&lt;li&gt;Consider Phlebas -- Iain M Banks            34% (35) &lt;/li&gt;&lt;li&gt;Stranger in a Strange Land -- Robert Heinlein   33% (33) &lt;/li&gt;&lt;li&gt;The Man in the High Castle -- Philip K Dick    34% (32) &lt;/li&gt;&lt;li&gt;American Gods -- Neil Gaiman                31% (29) &lt;/li&gt;&lt;li&gt;The Diamond Age -- Neal Stephenson     27% (27) &lt;/li&gt;&lt;li&gt;The Illuminatus! Trilogy -- Robert Shea &amp;amp; Robert Anton Wilson       23% (21)&lt;br /&gt;&lt;/li&gt;&lt;li&gt; Trouble with Lichen - John Wyndham       21% (19)&lt;/li&gt;&lt;/ol&gt;So It is just results of voting) but this list has more interesting books. But I think, that voting shows only percent of readers for each book:)&lt;br /&gt;&lt;br /&gt;Too I found other list of cyberpunk books in &lt;a href="http://www.defcon.org/html/links/book-list.html#CyberPunk"&gt;defcon's&lt;/a&gt; site:&lt;br /&gt;&lt;br /&gt;Willam Gibson:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.amazon.com/exec/obidos/ISBN=0441569595/defconcommunicatA/"&gt;Neuromancer&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.amazon.com/exec/obidos/ISBN=0441117732/defconcommunicatA/"&gt;Count Zero&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.amazon.com/exec/obidos/ISBN=0553281747/defconcommunicatA/"&gt;Mona Lisa Overdrive&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.amazon.com/exec/obidos/ISBN=0441089348/defconcommunicatA/"&gt;Burning Chrome&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.amazon.com/exec/obidos/ISBN=055329461X/defconcommunicatA/"&gt;The Difference Engine&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.amazon.com/exec/obidos/ISBN=0553566067/defconcommunicatA/"&gt;Virtual Light&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.amazon.com/exec/obidos/ISBN=0425158640/defconcommunicatA/%26quot;"&gt;Idoru&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;George Orwell:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.amazon.com/exec/obidos/ISBN=0452262933/defconcommunicatA/"&gt;Nineteen Eighty Four&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;Neal Stephenson:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.amazon.com/exec/obidos/ISBN=0553562614/defconcommunicatA/"&gt;Snowcrash&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.amazon.com/exec/obidos/ISBN=0553573314/defconcommunicatA/"&gt;The Diamond Age&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.amazon.com/exec/obidos/ISBN=0553572407/defconcommunicatA/"&gt;Interface&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.amazon.com/exec/obidos/ISBN=0553573861/defconcommunicatA/"&gt;             Zodiac: The Eco-Thriller&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;Bruce Sterling:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.amazon.com/exec/obidos/ISBN=0441374239/defconcommunicatA/"&gt;Islands in the Net&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.amazon.com/exec/obidos/ISBN=0441533825/defconcommunicatA/"&gt;Mirror Shades&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.amazon.com/exec/obidos/ISBN=B000002AGE/defconcommunicatA/"&gt;Heavy Weather&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.amazon.com/exec/obidos/ISBN=0441003702/defconcommunicatA/"&gt;Schismatrix Plus&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;Phillip K. Dick:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.amazon.com/exec/obidos/ISBN=0345404475/defconcommunicatA/"&gt;Do Androids Dream of Electric Sheep?&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.amazon.com/exec/obidos/ISBN=0879725109/defconcommunicatA/"&gt;Retrofitting Blade Runner: Issues in Ridley Scott's 'Blade Runner' and Philip K. Dick's 'Do Androids Dream of Electric Sheep?'&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.amazon.com/exec/obidos/ISBN=0061053147/defconcommunicatA/"&gt;Future Noir: The Making of Blade Runner&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;Vernor Vinge:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.amazon.com/exec/obidos/ISBN=0671653636/defconcommunicatA/"&gt;True Names and Other Dangers&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.amazon.com/exec/obidos/ISBN=0312862075/defconcommunicatA/"&gt;True Names and The Opening of the Cyberspace Frontier&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;F.E. Jones:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.amazon.com/exec/obidos/ISBN=0425032299/defconcommunicatA/"&gt;Colossus&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.amazon.com/exec/obidos/ISBN=0399112820/defconcommunicatA/"&gt;The Fall of Colossus&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.amazon.com/exec/obidos/ISBN=0425043274/defconcommunicatA/"&gt;Colossus and the Crab&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.amazon.com/exec/obidos/ISBN=9991250271/defconcommunicatA/"&gt;Colossus Trilogy: A Twenty Fifth Anniversary Omnibus Edition/Colossus, Fall of Colossus and Colossus and the Crab&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;Full list you can see by following this &lt;a href="http://www.defcon.org/html/links/book-list.html#CyberPunk"&gt;link&lt;/a&gt;&lt;br /&gt;If you're interest underground culture  you can find some stuff &lt;a href="http://www.defcon.org/html/links/book-list.html#ComputerUndergroundCulture"&gt;here&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-5008548918369240004?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/5008548918369240004/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=5008548918369240004' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/5008548918369240004'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/5008548918369240004'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/02/top-20-geek-novels.html' title='Top 20 Geek Novels and Cyber Punk'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-2597661837328279722</id><published>2008-02-14T11:22:00.001-08:00</published><updated>2008-03-01T06:27:14.282-08:00</updated><title type='text'>Valentines day!</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_mVrNdXW_uzw/R7SWDen7pVI/AAAAAAAAAYE/T_kuD96k1Ts/s1600-h/valentines02.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 222px; height: 222px;" src="http://3.bp.blogspot.com/_mVrNdXW_uzw/R7SWDen7pVI/AAAAAAAAAYE/T_kuD96k1Ts/s320/valentines02.jpg" alt="" id="BLOGGER_PHOTO_ID_5166919659005125970" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;So... today is Valentines day!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I congratulate heartily all this-post-readers with this excellent holiday and wish you much love and happiness with your beloved!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-2597661837328279722?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/2597661837328279722/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=2597661837328279722' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/2597661837328279722'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/2597661837328279722'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/02/valentines-day.html' title='Valentines day!'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_mVrNdXW_uzw/R7SWDen7pVI/AAAAAAAAAYE/T_kuD96k1Ts/s72-c/valentines02.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-2839633631376003436</id><published>2008-02-14T09:15:00.001-08:00</published><updated>2008-10-04T08:13:15.099-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='fun'/><title type='text'>I'm php!</title><content type='html'>&lt;a href="http://www.bbspot.com/News/2006/08/language_quiz.php"&gt;&lt;img src="http://www.bbspot.com/Images/News_Features/2006/08/language/php.jpg" alt="You are PHP.  You enjoy the World Wide Web.  You are constantly changing the way you do things, and this tends to confuse people who work with you." border="0" height="90" width="300" /&gt;&lt;br /&gt;Which Programming Language are You?&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-2839633631376003436?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/2839633631376003436/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=2839633631376003436' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/2839633631376003436'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/2839633631376003436'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/02/im-php_14.html' title='I&apos;m php!'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-326869423550766058</id><published>2008-02-12T04:53:00.000-08:00</published><updated>2008-10-04T08:03:50.598-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><title type='text'>Linux Kernel 2.6 Local Root Exploit</title><content type='html'>&lt;i&gt;"this local root exploit (&lt;a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464953"&gt;Debian&lt;/a&gt;, &lt;a href="https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/190587"&gt;Ubuntu&lt;/a&gt;) seems to work everywhere I try it, as long as it's a Linux kernel version 2.6.17 to 2.6.24.1. If you don't trust your users (which you shouldn't), better compile a new kernel without vmsplice"&lt;/i&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-326869423550766058?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/326869423550766058/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=326869423550766058' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/326869423550766058'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/326869423550766058'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/02/linux-kernel-26-local-root-exploit.html' title='Linux Kernel 2.6 Local Root Exploit'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-1360423338527880578</id><published>2008-02-10T09:03:00.000-08:00</published><updated>2008-10-04T08:09:12.725-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='life'/><category scheme='http://www.blogger.com/atom/ns#' term='programming'/><title type='text'>Fortune</title><content type='html'>&lt;pre&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;#!/usr/bin/python&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;__doc__=""" My fun fortune script&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;list.fortune:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;__partoflife:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;            Variants for part of life&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;            1&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;            2&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;            etc&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;__partoflife2:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;            variants for part of life 2&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;            1&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;            2&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;            etc&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;#./fortune.py partoflife partoflife2&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;"""&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;import random,re&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;list_fortune = "list.fortune"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;if(__name__ == "__main__"): &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;  lines = [x.strip() for x in open(list_fortune).readlines()]&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;  part = ""&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;  carma = {}&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;  carma[""]=[]&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;  for line in lines:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;      if re.match(r"__[a-z]+:$", line):         &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;          part=line.replace("__","").replace(":","")&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;          carma[part]=[]&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;      else:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;          carma[part].append(line)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;  from sys import argv&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;  for part in argv:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;      if carma.get(part) and len(carma[part])&gt;0:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;          print carma[part][random.randrange(len(carma[part]))]&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-1360423338527880578?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/1360423338527880578/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=1360423338527880578' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/1360423338527880578'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/1360423338527880578'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/02/fortune.html' title='Fortune'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-4558443916145791174</id><published>2008-01-31T09:05:00.000-08:00</published><updated>2008-02-04T12:00:55.387-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='photo'/><category scheme='http://www.blogger.com/atom/ns#' term='life'/><title type='text'>Moscow Trip</title><content type='html'>So, in Tuesday I was back from &lt;a href="http://en.wikipedia.org/wiki/Moscow"&gt;Moscow &lt;/a&gt;(like some week-end trip). It's a very enigmatic city ( some calls Moscow as "Country into country"  ). So , from Red Square in 30th years USSR was able to control half-world! But now in Moscow floor space cost is same as in &lt;a href="http://en.wikipedia.org/wiki/Berlin"&gt;Berlin&lt;/a&gt;, but average payment is lower....&lt;br /&gt;So this city has more interesting thinks:)&lt;span style="font-style: italic;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://picasaweb.google.com/wr4bbit/Moscow/photo#5161347855701939634"&gt;&lt;img src="http://lh6.google.com/wr4bbit/R6DKh11WlbI/AAAAAAAAASk/vDLTV3qjHXQ/s400/S6300021.JPG" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Here is one of first Apple PC's (in same museum)&lt;br /&gt;&lt;span style="font-style: italic;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://picasaweb.google.com/wr4bbit/Moscow/photo#5161347726852920706"&gt;&lt;img src="http://lh4.google.com/wr4bbit/R6DKaV1WlYI/AAAAAAAAASM/Vk82PbZEdys/s400/S6300018.JPG" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;In same space ship &lt;a href="http://en.wikipedia.org/wiki/Belka_and_Strelka"&gt;Belka and Strelka&lt;/a&gt; was in open space (same museum)&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-4558443916145791174?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/4558443916145791174/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=4558443916145791174' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/4558443916145791174'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/4558443916145791174'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/01/moscow-trip.html' title='Moscow Trip'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-8086002764777983450</id><published>2008-01-18T09:35:00.000-08:00</published><updated>2008-10-04T08:13:39.690-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='fun'/><category scheme='http://www.blogger.com/atom/ns#' term='emacs'/><title type='text'>Emacs for girlZ!</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_mVrNdXW_uzw/R5DjwQ4lG8I/AAAAAAAAAG0/XnGCoToJAwo/s1600-h/pink-bliss.png"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://1.bp.blogspot.com/_mVrNdXW_uzw/R5DjwQ4lG8I/AAAAAAAAAG0/XnGCoToJAwo/s320/pink-bliss.png" alt="" id="BLOGGER_PHOTO_ID_5156871991644724162" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Heya, I found funny glamour theme for &lt;a href="http://www.gnu.org/software/emacs/"&gt;emacs&lt;/a&gt;&lt;br /&gt;Now you can install emacs on your girlfriend's pc:) It's theme for &lt;a href="http://www.emacswiki.org/cgi-bin/wiki/ColorTheme"&gt;color-theme&lt;/a&gt; emacs extension&lt;br /&gt;You can download it &lt;a href="http://www.emacswiki.org/cgi-bin/emacs/pink-bliss.el"&gt;here &lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-8086002764777983450?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/8086002764777983450/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=8086002764777983450' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/8086002764777983450'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/8086002764777983450'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/01/emacs-for-girlz.html' title='Emacs for girlZ!'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_mVrNdXW_uzw/R5DjwQ4lG8I/AAAAAAAAAG0/XnGCoToJAwo/s72-c/pink-bliss.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-8757138702753750915</id><published>2008-01-15T08:58:00.000-08:00</published><updated>2008-10-04T08:12:22.699-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='life'/><category scheme='http://www.blogger.com/atom/ns#' term='music'/><category scheme='http://www.blogger.com/atom/ns#' term='programming'/><title type='text'>First post in 2008!</title><content type='html'>Hey! In fact its' my first post in this year! Another year (2007) goes to sweet years valley.....&lt;br /&gt;It's beautiful and no beautiful on other side, because It's my youth... But this year goes away with bad feelings and other not_good_thinks. I think, that I will attain perfection!&lt;br /&gt;Too I opened my project , it's a study project , called 'simple translator from x to llvm' x - it's own language, I call it Liza it's a beautiful female name ( I like it ) . Project needs seriously refactoring, I will do it in near time.  So It's is a first project revision (It called Revision 3 on googlecode, because in same time I forgot to commit some files:) ). It's a url: &lt;a href="http://code.google.com/p/lizat/"&gt;http://code.google.com/p/lizat/&lt;/a&gt;&lt;br /&gt;Next what I want say it's about my f&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_mVrNdXW_uzw/R4z6JQ4lG7I/AAAAAAAAAGs/Quz0fMBukrg/s1600-h/Gezeiten.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://1.bp.blogspot.com/_mVrNdXW_uzw/R4z6JQ4lG7I/AAAAAAAAAGs/Quz0fMBukrg/s320/Gezeiten.jpg" alt="" id="BLOGGER_PHOTO_ID_5155770710490422194" border="0" /&gt;&lt;/a&gt;avorite music what  I heard recently and liked it:&lt;br /&gt;&lt;ul&gt;&lt;li&gt; &lt;b&gt;L' Âme Immortelle&lt;/b&gt; (&lt;a href="http://en.wikipedia.org/wiki/French_language" title="French language"&gt;French&lt;/a&gt;: &lt;i&gt;the immortal soul&lt;/i&gt;) is an &lt;a href="http://en.wikipedia.org/wiki/Austria" title="Austria"&gt;Austrian&lt;/a&gt; band that produces &lt;a href="http://en.wikipedia.org/wiki/Electronic_music" title="Electronic music"&gt;Electronic music&lt;/a&gt;. Many of L'Âme Immortelle's songs feature club-friendly danceable beats, melancholy or lovelorn lyrics in &lt;a href="http://en.wikipedia.org/wiki/German_language" title="German language"&gt;German&lt;/a&gt; or &lt;a href="http://en.wikipedia.org/wiki/English_language" title="English language"&gt;English&lt;/a&gt;, and juxtaposed harsh male and emotional female vocals. Current work has moved away from the band's electronic roots into the &lt;a href="http://en.wikipedia.org/wiki/Neue_Deutsche_H%C3%A4rte" title="Neue Deutsche Härte"&gt;Neue Deutsche Härte&lt;/a&gt; (&lt;i&gt;New German hardness&lt;/i&gt;) genre. (from&lt;a href="http://en.wikipedia.org/wiki/L%27Ame_Immortelle"&gt; wiki&lt;/a&gt; )&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;So .... I think that's all today's post ends....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-8757138702753750915?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/8757138702753750915/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=8757138702753750915' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/8757138702753750915'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/8757138702753750915'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2008/01/first-post-in-2008.html' title='First post in 2008!'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_mVrNdXW_uzw/R4z6JQ4lG7I/AAAAAAAAAGs/Quz0fMBukrg/s72-c/Gezeiten.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-730387218812460867</id><published>2007-12-26T10:07:00.000-08:00</published><updated>2008-10-04T08:12:35.752-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='life'/><title type='text'>Day after holidays</title><content type='html'>What about holidays? I was pass holidays at hostel, because I had to go to University and show my graph editor to teacher.&lt;br /&gt;&lt;br /&gt;The day began with funny test in university. And now it is eowd (end of working day:)) . Tomorrow I must pass another test and should be free... till 5th january - it's date of my first exam&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-730387218812460867?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/730387218812460867/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=730387218812460867' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/730387218812460867'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/730387218812460867'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2007/12/day-after-holidays.html' title='Day after holidays'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-9152239783257762916</id><published>2007-12-21T10:00:00.000-08:00</published><updated>2007-12-21T10:17:44.018-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='life'/><category scheme='http://www.blogger.com/atom/ns#' term='programming'/><title type='text'>I'm here</title><content type='html'>So, sorry for another long absence ! Maybe you're interested what I was doing during absence on my blog?) I took my course task, I passed 2 tests (it is logic and geographic information systems). And now I must pass only one test and done with 2 labs. Next: examinations.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Some words about my course task&lt;br /&gt;&lt;/span&gt;Task: write tool for working with formally models.&lt;br /&gt;Yes, I know that is songs terrible. But main sense of it : write source code generator (Java, Swing). In input we have some xml file with gui description in output - generated code for described gui. And one of conditions: use &lt;a href="http://www.eclipse.org/emf/"&gt;Eclipse Modeling Framework&lt;/a&gt; for parsing structure. If anyone have some interest for this project I will show sources...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-9152239783257762916?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/9152239783257762916/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=9152239783257762916' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/9152239783257762916'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/9152239783257762916'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2007/12/im-here.html' title='I&apos;m here'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-6280039821070100148</id><published>2007-12-04T08:05:00.000-08:00</published><updated>2007-12-04T08:09:36.954-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='fun'/><title type='text'>Vista Incapable Stickers (Designed for)</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_mVrNdXW_uzw/R1V7fwOt3-I/AAAAAAAAAGY/F3TQ68Edr_k/s1600-h/65578-1.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_mVrNdXW_uzw/R1V7fwOt3-I/AAAAAAAAAGY/F3TQ68Edr_k/s320/65578-1.png" alt="" id="BLOGGER_PHOTO_ID_5140150335166078946" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;You can print it and stick on your notebook/workstation:)&lt;br /&gt;&lt;a href="http://www.gnome-look.org/content/preview.php?preview=1&amp;amp;id=65578&amp;amp;file1=65578-1.png&amp;amp;file2=&amp;amp;file3=&amp;amp;name=Vista%20Incapable%20Stickers%20%28Designed%20for%29"&gt;link&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-6280039821070100148?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/6280039821070100148/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=6280039821070100148' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/6280039821070100148'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/6280039821070100148'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2007/12/vista-incapable-stickers-designed-for.html' title='Vista Incapable Stickers (Designed for)'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_mVrNdXW_uzw/R1V7fwOt3-I/AAAAAAAAAGY/F3TQ68Edr_k/s72-c/65578-1.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-939545235939973884</id><published>2007-12-04T01:02:00.000-08:00</published><updated>2008-10-04T08:06:11.934-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='bsuir'/><title type='text'>wi fi</title><content type='html'>Hello,  I post this text from our ( I mean university) library;) and I write this in my Palm Tx... heah some civilization in our country!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-939545235939973884?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/939545235939973884/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=939545235939973884' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/939545235939973884'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/939545235939973884'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2007/12/wi-fi.html' title='wi fi'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-5780418492953434875</id><published>2007-11-30T11:25:00.000-08:00</published><updated>2007-11-30T11:38:40.262-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='life'/><category scheme='http://www.blogger.com/atom/ns#' term='programming'/><title type='text'>OpenCV</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_mVrNdXW_uzw/R1BmuAOt39I/AAAAAAAAAFM/-r8CUxOwuxQ/s1600-R/reco_thumb.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://4.bp.blogspot.com/_mVrNdXW_uzw/R1BmuAOt39I/AAAAAAAAAFM/Qw4VYKzR3sw/s320/reco_thumb.jpg" alt="" id="BLOGGER_PHOTO_ID_5138720115351478226" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Today I was searching for Open Source face recognition tools under &lt;a href="http://en.wikipedia.org/wiki/gpl"&gt;GPL&lt;/a&gt; license. And I found interesting library called &lt;a href="http://www.intel.com/technology/computing/opencv/"&gt;OpenCV&lt;/a&gt; (Open Computer Vision Library) It library for different computer vision related purposes. You can view possibilities of this library on &lt;a href="http://youtube.com/results?search_query=OpenCV&amp;amp;search=Search"&gt;youtube&lt;/a&gt; it's very impressive! It is really useful thing in comparison with things, what our department(i mean IIT) does. And now I will go home for drink some Friday's beer and try to write anything with using this library. Happy Week-Ends!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-5780418492953434875?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/5780418492953434875/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=5780418492953434875' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/5780418492953434875'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/5780418492953434875'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2007/11/opencv.html' title='OpenCV'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_mVrNdXW_uzw/R1BmuAOt39I/AAAAAAAAAFM/Qw4VYKzR3sw/s72-c/reco_thumb.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-6838725265694388847</id><published>2007-11-30T11:02:00.000-08:00</published><updated>2007-11-30T11:23:06.626-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='life'/><title type='text'>Just another Friday</title><content type='html'>It's week end ! But I have some not performed tasks, such as course task, graph editor, compiler, therefore I must work hardly in this weekend. In Monday I will pass English-knowledge-test, I think that I should pass this test with good results. Oh, I forgot - Christmas is near, and I will to buy gifts for my parents and for me-beautiful:)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-6838725265694388847?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/6838725265694388847/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=6838725265694388847' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/6838725265694388847'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/6838725265694388847'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2007/11/just-another-friday.html' title='Just another Friday'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-4520044683780851688</id><published>2007-11-29T10:59:00.000-08:00</published><updated>2007-11-29T11:09:38.780-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='music'/><title type='text'>My music recommendation</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_mVrNdXW_uzw/R08NdEVp4mI/AAAAAAAAAFE/a1N24zvIy_E/s1600-h/dpp.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_mVrNdXW_uzw/R08NdEVp4mI/AAAAAAAAAFE/a1N24zvIy_E/s320/dpp.jpg" alt="" id="BLOGGER_PHOTO_ID_5138340492884959842" border="0" /&gt;&lt;/a&gt;&lt;span style="font-weight: bold; font-style: italic;" class="caption"&gt;Dark Passion Play (2007)&lt;/span&gt;&lt;br /&gt;It is last Nightwish album. It is first album with participation &lt;a href="http://en.wikipedia.org/wiki/Anette_Olzon" title="Anette Olzon"&gt;Anette Olzon&lt;/a&gt; from Sweden - new band's vocalist. It is beautiful (songs:) )&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic; font-weight: bold;font-family:arial;" class="text" &gt;1. The Poet And The Pendulum&lt;br /&gt;2. Bye Bye Beautiful&lt;br /&gt;3. Amaranth&lt;br /&gt;4. Cadence Of Her Last Breath&lt;br /&gt;5. Master Passion Greed&lt;br /&gt;6. Eva&lt;br /&gt;7. Sahara&lt;br /&gt;8. Whoever Brings The Night&lt;br /&gt;9. For The Heart I Once Had&lt;br /&gt;10. The Islander&lt;br /&gt;11. Last Of The Wilds&lt;br /&gt;12. 7 Days To The Wolves&lt;br /&gt;13. Meadows Of Heaven&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-4520044683780851688?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/4520044683780851688/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=4520044683780851688' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/4520044683780851688'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/4520044683780851688'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2007/11/my-music-recomendation.html' title='My music recommendation'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_mVrNdXW_uzw/R08NdEVp4mI/AAAAAAAAAFE/a1N24zvIy_E/s72-c/dpp.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-584388401041161750</id><published>2007-11-27T10:40:00.000-08:00</published><updated>2008-10-04T08:08:17.197-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='photo'/><category scheme='http://www.blogger.com/atom/ns#' term='fun'/><title type='text'>And I can't don't post this:)</title><content type='html'>&lt;a href="http://www.collegehumor.com/picture:1790554"&gt;&lt;img src="http://www.collegehumor.com/pictures/1790554.jpg" border="0" /&gt;&lt;br /&gt;"It's just too damn hot for a penguin to be walking around."&lt;/a&gt; (from &lt;a href="http://www.collegehumor.com/"&gt;CollegeHumor&lt;/a&gt;)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-584388401041161750?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/584388401041161750/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=584388401041161750' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/584388401041161750'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/584388401041161750'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2007/11/and-i-cant-dont-post-this.html' title='And I can&apos;t don&apos;t post this:)'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-1243117230562240569</id><published>2007-11-27T10:25:00.000-08:00</published><updated>2008-10-04T08:12:48.806-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='life'/><title type='text'>Days until spring begins</title><content type='html'>&lt;object type="application/x-shockwave-flash" data="http://www.justsayhi.com/bb/files/countdown/countdown.swf?co=477FB&amp;amp;bgcolor=E9F0F7&amp;amp;date_month=03&amp;amp;date_day=01&amp;amp;date_year=1&amp;amp;un=SPRING BEGINS&amp;amp;size=normal&amp;amp;mo=03&amp;amp;da=01&amp;amp;yr=2008" height="80" width="250"&gt;&lt;br /&gt;&lt;param name="movie" value="http://www.justsayhi.com/bb/files/countdown/countdown.swf?co=477FB&amp;amp;bgcolor=E9F0F7&amp;amp;date_month=03&amp;amp;date_day=01&amp;amp;date_year=1&amp;amp;un=SPRING BEGINS&amp;amp;size=normal&amp;amp;mo=03&amp;amp;da=01&amp;amp;yr=2008"&gt;&lt;param name="bgcolor" value="#E9F0F7"&gt;&lt;/object&gt;&lt;img src="http://assets.justsayhi.com/badges/570/746/countdown.h32eyoskiq.jpg" alt="" style="display: none;" height="1" width="1" /&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;I don't like winter - winter it's so gloom season ( excepting New Year and Christmas :)). My favorite season is spring....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-1243117230562240569?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/1243117230562240569/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=1243117230562240569' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/1243117230562240569'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/1243117230562240569'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2007/11/days-until-my-21-birthday.html' title='Days until spring begins'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-2152174816100085366</id><published>2007-11-27T10:10:00.000-08:00</published><updated>2008-10-04T08:12:59.924-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='life'/><title type='text'>My absence...</title><content type='html'>First, I want to obtain higher education, therefore I must do all tasks ( most important is: compiler and  course task). Too now I have interesting work - it is my first open source project (for the time being I don't say what is it - it's little secret). Too I had beautiful weekend with my friends. And now I write this text from my work place and now I will go home.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-2152174816100085366?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/2152174816100085366/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=2152174816100085366' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/2152174816100085366'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/2152174816100085366'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2007/11/what-i-do-duruing-my-absence.html' title='My absence...'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-8341135541795042464</id><published>2007-11-27T10:07:00.000-08:00</published><updated>2007-11-27T10:19:05.305-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='fun'/><category scheme='http://www.blogger.com/atom/ns#' term='picture'/><title type='text'>After lengthy absence..</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_mVrNdXW_uzw/R0xdZkVp4lI/AAAAAAAAAE8/dyrJskEfZ8o/s1600-h/story.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://2.bp.blogspot.com/_mVrNdXW_uzw/R0xdZkVp4lI/AAAAAAAAAE8/dyrJskEfZ8o/s320/story.jpg" alt="" id="BLOGGER_PHOTO_ID_5137583968755507794" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Now, after some time I post this funny story&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-8341135541795042464?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/8341135541795042464/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=8341135541795042464' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/8341135541795042464'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/8341135541795042464'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2007/11/after-lengthy-absence.html' title='After lengthy absence..'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_mVrNdXW_uzw/R0xdZkVp4lI/AAAAAAAAAE8/dyrJskEfZ8o/s72-c/story.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-896989221758695806</id><published>2007-11-09T08:03:00.000-08:00</published><updated>2007-11-09T08:13:36.736-08:00</updated><title type='text'>When week ends....</title><content type='html'>Today is friday. After work I will come to Splean band show. After show I will go home.... Oh.. Home, sweet home...&lt;br /&gt; And with thinks "stupid program" now I will go from work....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-896989221758695806?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/896989221758695806/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=896989221758695806' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/896989221758695806'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/896989221758695806'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2007/11/when-week-ends.html' title='When week ends....'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-3142620634592030334</id><published>2007-11-08T13:13:00.000-08:00</published><updated>2008-10-04T08:09:46.890-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='photo'/><category scheme='http://www.blogger.com/atom/ns#' term='life'/><title type='text'>Just Footstep:)</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_mVrNdXW_uzw/RzN-JMSf5II/AAAAAAAAAEw/8yBhMQ4tAK8/s1600-h/img_6843.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://1.bp.blogspot.com/_mVrNdXW_uzw/RzN-JMSf5II/AAAAAAAAAEw/8yBhMQ4tAK8/s320/img_6843.jpg" alt="" id="BLOGGER_PHOTO_ID_5130583096887862402" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Here is my nice footstep on ear///&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-3142620634592030334?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/3142620634592030334/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=3142620634592030334' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/3142620634592030334'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/3142620634592030334'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2007/11/just-footstep.html' title='Just Footstep:)'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_mVrNdXW_uzw/RzN-JMSf5II/AAAAAAAAAEw/8yBhMQ4tAK8/s72-c/img_6843.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-388293590878929474</id><published>2007-11-08T11:17:00.000-08:00</published><updated>2007-11-08T11:30:51.142-08:00</updated><title type='text'>My schedule for next 3 days</title><content type='html'>Tomorrow  I will come to Splean band concert. I think, that I will have a nice time.&lt;br /&gt;Next point is homecoming . I want come to my sweet home , because I have invitation to the my friend's birthday. Rrrrrrr.... But I must drink strong alcohol drinks in this party:)&lt;br /&gt;Hm.. I think, that's all.&lt;br /&gt;Oh! Today I will show you my ear with nice ear-ring. &lt;a href="http://sidorovis.blogspot.com/"&gt;rilley_elf&lt;/a&gt; says, that he should see pirate ship behind the our window, otherwise, he should think, that I'm gey(not a gUy).&lt;br /&gt;So... Good luck!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-388293590878929474?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/388293590878929474/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=388293590878929474' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/388293590878929474'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/388293590878929474'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2007/11/my-schedule-for-next-3-days.html' title='My schedule for next 3 days'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-3527601425679446008</id><published>2007-11-08T10:41:00.001-08:00</published><updated>2008-10-04T08:08:36.897-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='photo'/><category scheme='http://www.blogger.com/atom/ns#' term='fun'/><title type='text'>Nice picture</title><content type='html'>&lt;a href="http://www.collegehumor.com/picture:1786618"&gt;&lt;img src="http://www.collegehumor.com/pictures/1786618.jpg" border="0" /&gt;&lt;br /&gt;Slippery When Wet&lt;/a&gt; (from &lt;a href="http://www.collegehumor.com/"&gt;CollegeHumor&lt;/a&gt;)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-3527601425679446008?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/3527601425679446008/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=3527601425679446008' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/3527601425679446008'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/3527601425679446008'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2007/11/nice-picture.html' title='Nice picture'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-2242639943527578635</id><published>2007-11-08T10:37:00.000-08:00</published><updated>2008-10-04T08:06:38.517-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='music'/><title type='text'>Rock'n'roll feeling</title><content type='html'>&lt;span style=";font-family:Verdana;font-size:180%;"  &gt;&lt;span style="font-size:85%;"&gt;&lt;blockquote&gt;.....&lt;br /&gt;I got a rock and roll band&lt;br /&gt;I got a rock and roll life&lt;br /&gt;I got a rock and roll girlfriend&lt;br /&gt;And another ex-wife&lt;br /&gt;I got a rock and roll house&lt;br /&gt;I got a rock and roll car&lt;br /&gt;....&lt;br /&gt;(c) Green Day&lt;br /&gt;&lt;/blockquote&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-2242639943527578635?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/2242639943527578635/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=2242639943527578635' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/2242639943527578635'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/2242639943527578635'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2007/11/rocknrool-feeling.html' title='Rock&apos;n&apos;roll feeling'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-6820982545793094176</id><published>2007-11-07T13:01:00.000-08:00</published><updated>2008-10-04T08:07:09.628-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='life'/><title type='text'>Красный день календаря</title><content type='html'>Хм.. сегодня выходной&lt;br /&gt;Ну а-ля праздник , День Октябрьской Революции.&lt;br /&gt;Ужасный день) /me думает, что это день траура. Я выспался!!! Наконец-то, за долгое время.&lt;br /&gt;Вечер. Выпил немного пива. Писал либу. Продолжал свои начинания в написании лабы. Вот. А остальное&lt;br /&gt;все как всегда. НО!! Пяница - концерт Сплина. Народ говорит, что билетов уже нет, но я купил себе уже давно. К нам редко кто-нибудь стоящий приезжает. В пятницу go home, меня на ДР пригласили, так что погуляю. Ну вот , собственно и все. С Аней все как прежде, 0-0.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-6820982545793094176?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/6820982545793094176/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=6820982545793094176' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/6820982545793094176'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/6820982545793094176'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2007/11/blog-post_07.html' title='Красный день календаря'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-6473804742878922983</id><published>2007-11-02T11:29:00.001-07:00</published><updated>2008-10-04T08:07:25.782-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='life'/><category scheme='http://www.blogger.com/atom/ns#' term='russian'/><title type='text'>Just Another Week-End</title><content type='html'>Написал 'Just'  потому что 'Just'&lt;br /&gt;Все еще одна пятница, я вот вспоминаю прошлую, такое ощущение, что это было вчера&lt;br /&gt;Ужс ! Как же времечко-то летит.  Ну может эт и к лучшему. А во всем виновата(?) работа. Уря ! Кажется забил на универ, прихожу на 1-2 пары, ни одной лабы так и ни сделал, ну ниче , я думаю кикнутьне должны(ну по крайней мере на ближайшей сессии).&lt;br /&gt;Воот. Опять же,  планов никаких, но, я думаю, что после выхода из офиса начнется телефонная импровизация и я найду занятие на чисик-другой.&lt;br /&gt;Меня столько новых мыслей посетило за неделю, если что-нибудь получиться, то обязательно похвастаюсь.&lt;br /&gt;Еще проколол ухо, давно хотел и недавно прокол) Скоро выкину фотку.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-6473804742878922983?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/6473804742878922983/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=6473804742878922983' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/6473804742878922983'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/6473804742878922983'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2007/11/just-another-week-end.html' title='Just Another Week-End'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-2722765039821293378</id><published>2007-10-20T04:03:00.000-07:00</published><updated>2008-10-04T08:11:25.057-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='photo'/><category scheme='http://www.blogger.com/atom/ns#' term='fun'/><title type='text'>Lego-like Bart</title><content type='html'>real height Bart from smth lego-like!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.collegehumor.com/picture:1779735"&gt;&lt;img src="http://www.collegehumor.com/pictures/1779735.jpg" border="0" /&gt;&lt;br /&gt;This, like Alf pogs, is the kind of thing Milhouse would think is cool.&lt;/a&gt; (from &lt;a href="http://www.collegehumor.com/"&gt;CollegeHumor&lt;/a&gt;)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-2722765039821293378?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/2722765039821293378/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=2722765039821293378' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/2722765039821293378'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/2722765039821293378'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2007/10/lego-like-bart.html' title='Lego-like Bart'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-3565565622582748663</id><published>2007-10-20T03:59:00.000-07:00</published><updated>2008-10-04T08:11:38.662-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='photo'/><category scheme='http://www.blogger.com/atom/ns#' term='fun'/><title type='text'>Simpsons at the Hollywood Walk of Fame</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_mVrNdXW_uzw/RxngJ-P3ZZI/AAAAAAAAADw/sn7oj7oHmyI/s1600-h/620px-Walk_of_fame_-_The_Simpsons.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 166px; height: 160px;" src="http://2.bp.blogspot.com/_mVrNdXW_uzw/RxngJ-P3ZZI/AAAAAAAAADw/sn7oj7oHmyI/s320/620px-Walk_of_fame_-_The_Simpsons.jpg" alt="" id="BLOGGER_PHOTO_ID_5123372513043637650" border="0" /&gt;&lt;/a&gt;Yeah!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-3565565622582748663?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/3565565622582748663/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=3565565622582748663' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/3565565622582748663'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/3565565622582748663'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2007/10/simpsons-at-hollywood-walk-of-fame.html' title='Simpsons at the Hollywood Walk of Fame'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_mVrNdXW_uzw/RxngJ-P3ZZI/AAAAAAAAADw/sn7oj7oHmyI/s72-c/620px-Walk_of_fame_-_The_Simpsons.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-1086335987547065014</id><published>2007-10-12T08:17:00.000-07:00</published><updated>2008-10-04T08:06:26.469-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='life'/><title type='text'>Home, sweet home...</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_mVrNdXW_uzw/Rw-Q8OP3ZYI/AAAAAAAAADo/pmu0wDYgyl4/s1600-h/WHomer.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://1.bp.blogspot.com/_mVrNdXW_uzw/Rw-Q8OP3ZYI/AAAAAAAAADo/pmu0wDYgyl4/s320/WHomer.jpg" alt="" id="Home, sweet home" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Today I go to my home... after 1.2 hardest month !!!&lt;br /&gt;Yeah!!!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-1086335987547065014?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/1086335987547065014/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=1086335987547065014' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/1086335987547065014'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/1086335987547065014'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2007/10/home-sweet-home.html' title='Home, sweet home...'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_mVrNdXW_uzw/Rw-Q8OP3ZYI/AAAAAAAAADo/pmu0wDYgyl4/s72-c/WHomer.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-2357702300440981111</id><published>2007-10-10T07:17:00.000-07:00</published><updated>2008-10-04T08:05:56.355-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='bsuir'/><title type='text'>Belarusian State University of Informatics and Radioelectronics</title><content type='html'>Is it university? Now I have interesting thought : &lt;span style="font-weight: bold;"&gt;oxford.edu&lt;/span&gt;, &lt;span style="font-weight: bold;"&gt;mit.edu&lt;/span&gt; .... and &lt;span style="font-weight: bold;"&gt;bsuir.BY&lt;/span&gt;! It isn't university, just another government instance:) I really study in university or in .... ? It's terrible. So, now I study in specialization called 'Artificial Intelligence'. I *must* use pirated copies of proprietary software in university and I *can't* write in university in my favorite environment, I must compile (and that's not real in major cases) source code in funny-gcc-parodies:)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-2357702300440981111?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/2357702300440981111/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=2357702300440981111' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/2357702300440981111'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/2357702300440981111'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2007/10/belarusian-state-university-of.html' title='Belarusian State University of Informatics and Radioelectronics'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-8213809439136233095</id><published>2007-10-09T09:58:00.000-07:00</published><updated>2008-10-04T08:12:07.202-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='photo'/><category scheme='http://www.blogger.com/atom/ns#' term='fun'/><title type='text'>He doesn't have an iBook, get him!</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_mVrNdXW_uzw/RwuzgOP3ZRI/AAAAAAAAACc/7RqCQVmXXdA/s1600-h/without+ibook.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://1.bp.blogspot.com/_mVrNdXW_uzw/RwuzgOP3ZRI/AAAAAAAAACc/7RqCQVmXXdA/s320/without+ibook.jpg" alt="" id="BLOGGER_PHOTO_ID_5119382767598527762" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-8213809439136233095?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/8213809439136233095/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=8213809439136233095' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/8213809439136233095'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/8213809439136233095'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2007/10/he-doesnt-have-ibook-get-him.html' title='He doesn&apos;t have an iBook, get him!'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_mVrNdXW_uzw/RwuzgOP3ZRI/AAAAAAAAACc/7RqCQVmXXdA/s72-c/without+ibook.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-2206991677377619232</id><published>2007-10-05T06:28:00.000-07:00</published><updated>2008-10-04T08:05:04.406-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='emacs'/><title type='text'>Fly-make mode for emacs</title><content type='html'>That's feature for emacs like fly spell check, but it check syntax on the fly. That's pretty!&lt;br /&gt;&lt;a href="http://flymake.sourceforge.net/"&gt;http://flymake.sourceforge.net/&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.youtube.com/watch?v=F5Cc2W6PbL8"&gt;http://www.youtube.com/watch?v=F5Cc2W6PbL8&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-2206991677377619232?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/2206991677377619232/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=2206991677377619232' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/2206991677377619232'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/2206991677377619232'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2007/10/flymake-mode-for-emacs.html' title='Fly-make mode for emacs'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-8541419974819386184</id><published>2007-10-05T04:53:00.000-07:00</published><updated>2008-10-04T08:10:11.462-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='palm'/><title type='text'>Yesterday I was tried Opie on my Palm TX</title><content type='html'>It's too slow.... Mplayer can't normal show video files, from my media files I can listen only music or music from video (without video:) ). Now I want try Open Moko and think, that it should be better:)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-8541419974819386184?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/8541419974819386184/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=8541419974819386184' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/8541419974819386184'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/8541419974819386184'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2007/10/yesterday-i-was-tried-opie-on-my-palm.html' title='Yesterday I was tried Opie on my Palm TX'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-1548434838669198557</id><published>2007-10-04T13:03:00.000-07:00</published><updated>2008-10-04T08:03:26.266-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='programming'/><title type='text'>Some useful scripts for iRIver T10</title><content type='html'>I wrote some scripts for compressing images for my iRiver:&lt;br /&gt;&lt;br /&gt;for converting images to bmp:&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;#using ruby iriver_bmp.rb&lt;br /&gt;#128x256&lt;br /&gt;&lt;br /&gt;require 'find'&lt;br /&gt;&lt;br /&gt;def convert(path)&lt;br /&gt;system "convert -resize 128x256 #{path} #{path}.bmp"&lt;br /&gt;end&lt;br /&gt;&lt;br /&gt;def find_and_convert(dir)&lt;br /&gt;puts "looking in #{dir}"&lt;br /&gt;Find.find(dir) do |path|&lt;br /&gt;if not FileTest.directory?(path) and path=~/(jpg|jpeg|bmp|gif|png)$/&lt;br /&gt;puts "converting #{path} ..."&lt;br /&gt;convert(path)&lt;br /&gt;else&lt;br /&gt;next&lt;br /&gt;end&lt;br /&gt;end&lt;br /&gt;end&lt;br /&gt;&lt;br /&gt;if ARGV.size &gt; 0&lt;br /&gt;ARGV.each {|dir| find_and_convert(dir)}&lt;br /&gt;else&lt;br /&gt;find_and_convert('.');&lt;br /&gt;end&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;for converting ogg format to ogg q10:&lt;br /&gt;&lt;blockquote&gt;#converts all ogg files into ogg with higest quality -q10&lt;br /&gt;#using ruby iriver_ogg.rb&lt;br /&gt;require 'find'&lt;br /&gt;&lt;br /&gt;@counter = 0&lt;br /&gt;&lt;br /&gt;def convert(path)&lt;br /&gt;system "oggdec #{path} -o tmp#{@counter}"&lt;br /&gt;system "oggenc tmp#{@counter} -o #{path}"&lt;br /&gt;system "rm tmp#{@counter}"&lt;br /&gt;end&lt;br /&gt;&lt;br /&gt;Find.find('.') do |path|&lt;br /&gt;if not FileTest.directory?(path) and path=~/(ogg)$/&lt;br /&gt;@counter = @counter+1&lt;br /&gt;puts "converting #{path} ....\r\n"&lt;br /&gt;convert(path)&lt;br /&gt;else&lt;br /&gt;next&lt;br /&gt;end&lt;br /&gt;end&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-1548434838669198557?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/1548434838669198557/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=1548434838669198557' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/1548434838669198557'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/1548434838669198557'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2007/10/some-useful-scripts-for-iriver-t10.html' title='Some useful scripts for iRIver T10'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-7770075053862835317</id><published>2007-10-04T09:17:00.000-07:00</published><updated>2008-10-04T08:10:24.300-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='palm'/><title type='text'>OpenMoko on Palm TX instructions</title><content type='html'>hackndev.com is currently not available, but some instructions you can find here : &lt;a href="http://zefanja.blogspot.com/"&gt;http://zefanja.blogspot.com/&lt;/a&gt;&lt;br /&gt;When I try it , I can give some screenshoots&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-7770075053862835317?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/7770075053862835317/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=7770075053862835317' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/7770075053862835317'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/7770075053862835317'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2007/10/openmoko-on-palm-tx-instructions.html' title='OpenMoko on Palm TX instructions'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-6653319746324758311</id><published>2007-10-03T06:45:00.000-07:00</published><updated>2007-10-03T06:48:53.092-07:00</updated><title type='text'>Doomsday Clock</title><content type='html'>"The Doomsday Clock currently stands at five minutes to midnight"&lt;br /&gt;&lt;span style="font-style: italic; font-weight: bold;"&gt;year 2007&lt;br /&gt;&lt;/span&gt; "&lt;a href="http://en.wikipedia.org/wiki/North_Korea" title="North Korea"&gt;North Korea&lt;/a&gt;’s recent test of a nuclear weapon, &lt;a href="http://en.wikipedia.org/wiki/Iran" title="Iran"&gt;Iran&lt;/a&gt;’s nuclear ambitions, a renewed U.S. emphasis don the military utility of nuclear weapons, the failure to adequately secure nuclear materials, and the continued presence of some 26,000 nuclear weapons in the United States and Russia. Experts assessing the dangers posed to civilization have added &lt;a href="http://en.wikipedia.org/wiki/Global_Warming" title="Global Warming"&gt;climate change&lt;/a&gt; to the prospect of nuclear annihilation as the greatest threats to humankind."&lt;br /&gt;&lt;br /&gt;&lt;a href="http://en.wikipedia.org/wiki/Doomsday_clock"&gt;Full Text&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-6653319746324758311?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/6653319746324758311/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=6653319746324758311' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/6653319746324758311'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/6653319746324758311'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2007/10/doomsday-clock.html' title='Doomsday Clock'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-3187148832919601103</id><published>2007-10-02T09:26:00.001-07:00</published><updated>2007-10-02T09:28:57.968-07:00</updated><title type='text'></title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_mVrNdXW_uzw/RwJxauP3ZQI/AAAAAAAAABk/SHHNq9hhflU/s1600-h/collegehumor.4f63520864d609dda0dd00422a52e9ee.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_mVrNdXW_uzw/RwJxauP3ZQI/AAAAAAAAABk/SHHNq9hhflU/s320/collegehumor.4f63520864d609dda0dd00422a52e9ee.jpg" alt="" id="BLOGGER_PHOTO_ID_5116776830551418114" border="0" /&gt;&lt;/a&gt;Such a &lt;a href="http://en.wikipedia.org/wiki/Communism"&gt;communism&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-3187148832919601103?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/3187148832919601103/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=3187148832919601103' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/3187148832919601103'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/3187148832919601103'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2007/10/such-communism.html' title=''/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_mVrNdXW_uzw/RwJxauP3ZQI/AAAAAAAAABk/SHHNq9hhflU/s72-c/collegehumor.4f63520864d609dda0dd00422a52e9ee.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-8066480618195135112</id><published>2007-10-02T03:00:00.000-07:00</published><updated>2007-10-02T09:36:30.471-07:00</updated><title type='text'>Word vs. LaTeX</title><content type='html'>I love LaTeX, and  &lt;b&gt;18 out of 21 &lt;/b&gt;points makes me feel good&lt;br /&gt;You can see this &lt;a href="http://openwetware.org/wiki/Word_vs._LaTeX"&gt;comparsion&lt;/a&gt; .&lt;br /&gt;And if you're really alternate man you *must* &lt;a href="http://en.wikibooks.org/wiki/LaTeX"&gt;know&lt;/a&gt; LaTeX ;-)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-8066480618195135112?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/8066480618195135112/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=8066480618195135112' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/8066480618195135112'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/8066480618195135112'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2007/10/word-vs-latex.html' title='Word vs. LaTeX'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-2758072561604016028</id><published>2007-10-02T02:41:00.000-07:00</published><updated>2007-10-02T02:43:40.581-07:00</updated><title type='text'>oh....</title><content type='html'>And I can't not post my favorite quote from &lt;a href="http://bash.org"&gt;bash.org&lt;/a&gt; :)&lt;br /&gt;It is:&lt;br /&gt;&lt;p class="quote"&gt;&lt;a href="http://bash.org/?795779" title="Permanent link to this quote."&gt;&lt;b&gt;#795779&lt;/b&gt;&lt;/a&gt; &lt;a href="http://bash.org/?le=e8fe5e9cdf14d06059ceaf6a9cdce6e5&amp;amp;rox=795779" class="qa"&gt;+&lt;/a&gt;(1583)&lt;a href="http://bash.org/?le=e8fe5e9cdf14d06059ceaf6a9cdce6e5&amp;amp;sox=795779" class="qa"&gt;-&lt;/a&gt; &lt;a href="http://bash.org/?le=e8fe5e9cdf14d06059ceaf6a9cdce6e5&amp;amp;sux=795779" onclick="return confirm('Flag quote for review?');" class="qa"&gt;[X]&lt;/a&gt;&lt;/p&gt;&lt;p class="qt"&gt;&lt;aoi-chan&gt; everyone's first vi session. ^C^C^X^X^X^XquitqQ!qdammit[esc]qwertyuiopasdfghjkl;:xwhat&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-2758072561604016028?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/2758072561604016028/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=2758072561604016028' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/2758072561604016028'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/2758072561604016028'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2007/10/oh.html' title='oh....'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6506741110416277909.post-8150217613574867997</id><published>2007-10-02T02:28:00.001-07:00</published><updated>2007-10-02T02:28:29.032-07:00</updated><title type='text'>nice t-shirt</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_mVrNdXW_uzw/RwIPN-P3ZMI/AAAAAAAAAAw/zwP8qWrNhe0/s1600-h/collegehumor.cfe3897309790bd0e8187dda2a3543e8.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://3.bp.blogspot.com/_mVrNdXW_uzw/RwIPN-P3ZMI/AAAAAAAAAAw/zwP8qWrNhe0/s320/collegehumor.cfe3897309790bd0e8187dda2a3543e8.jpg" alt="" id="BLOGGER_PHOTO_ID_5116668859368563906" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6506741110416277909-8150217613574867997?l=whiter4bbit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://whiter4bbit.blogspot.com/feeds/8150217613574867997/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6506741110416277909&amp;postID=8150217613574867997' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/8150217613574867997'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6506741110416277909/posts/default/8150217613574867997'/><link rel='alternate' type='text/html' href='http://whiter4bbit.blogspot.com/2007/10/nice-t-shirt.html' title='nice t-shirt'/><author><name>whiter4bbit</name><uri>http://www.blogger.com/profile/15366411428666231704</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/_mVrNdXW_uzw/SVnuwOYR35I/AAAAAAAABZQ/bGytzGMjNlg/S220/avator.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_mVrNdXW_uzw/RwIPN-P3ZMI/AAAAAAAAAAw/zwP8qWrNhe0/s72-c/collegehumor.cfe3897309790bd0e8187dda2a3543e8.jpg' height='72' width='72'/><thr:total>0</thr:total></entry></feed>
