<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Guard&#039;s Blog</title>
	<atom:link href="http://blog.mirotin.net/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.mirotin.net</link>
	<description>Random thoughts on Python, Django, jQuery, JS, NodeJS, Linux and Mac OSX</description>
	<lastBuildDate>Tue, 12 Jun 2012 20:42:14 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4</generator>
		<item>
		<title>How not to support your users</title>
		<link>http://blog.mirotin.net/144/how-not-to-support-users</link>
		<comments>http://blog.mirotin.net/144/how-not-to-support-users#comments</comments>
		<pubDate>Tue, 12 Jun 2012 20:21:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.mirotin.net/?p=144</guid>
		<description><![CDATA[I have small experience with LaTeX, though enough to write a couple of articles, half dozen of thesis and create a number of presentations. Recently for some paper I picked Texmaker (I intentionally put a link here despite the fact &#8230; <a href="http://blog.mirotin.net/144/how-not-to-support-users">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have small experience with LaTeX, though enough to write a couple of articles, half dozen of thesis and create a number of presentations.</p>
<p>Recently for some paper I picked <a href="http://www.xm1math.net/texmaker/">Texmaker</a> (I intentionally put a link here despite the fact what I&#8217;m writing next) as an editor of choice. It&#8217;s cross-platform, created with QT (which is pretty good).<br />
On Windows with MikTeX it worked OK out of the box (with some changes like replacing pdflatex with xelatex).<br />
On OSX it was working like that:<br />
1) I click Quick Build<br />
2) it shows the proper log from xelatex<br />
3) the resultant PDF file is not created</p>
<p>When the same command was ran from the terminal the file was created properly.</p>
<p>OK, strange, so I went to the programs <a href="http://code.google.com/p/texmaker/">page</a> on Google Code and file an issue (it is deleted now&#8230; <img src='http://blog.mirotin.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  explaining the situation above in a neutral and standard language, providing the details above.</p>
<p>Now I stop explaining and just provide 3 answers I got from this&#8230; person (unfortunately I don&#8217;t have my own comments saved and the issue is deleted from the tracker by the program maintainer &#8211; so silly):</p>
<blockquote><p>Updates:<br />
Status: Invalid</p>
<p>Comment #1 on issue 664 by texmaker@gmail.com: Quick build not working on OSX</p>
<p>http://code.google.com/p/texmaker/issues/detail?id=664</p>
<p>??? It&#8217;s not a texmaker trouble<br />
If the pdf is not created, texmaker can&#8217;t show it!<br />
And if the pdf is not created, that&#8217;s because xetex was not able to create it : the error should be displayed in the log file.<br />
A latex editor only launches the commands : the document are not compiled by texmaker, but by xetex, pdflatex, etc&#8230;</p></blockquote>
<p>&#8212;&#8211;</p>
<blockquote><p>
Comment #3 on issue 664 by texmaker@gmail.com: Quick build not working on OSX</p>
<p>http://code.google.com/p/texmaker/issues/detail?id=664</p>
<p>#2 ???. I&#8217;m very calm. Why are you so agressive?<br />
You said &#8220;the pdf file is not in the destination folder (not created/updated)&#8221; : if the pdf is not created, how can a program can display it???<br />
You said that manually, you use xelatex file.tex but in the texmaker command, you use xetex instead of xelatex!!!</p></blockquote>
<p>&#8212;&#8211;</p>
<blockquote><p>
Comment #5 on issue 664 by texmaker@gmail.com: Quick build not working on OSX</p>
<p>http://code.google.com/p/texmaker/issues/detail?id=664</p>
<p>#4 the pdf is not created by texmaker but by xelatex!<br />
You should learn latex before posting.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.mirotin.net/144/how-not-to-support-users/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GA Profile ID (for instance to use with gdata library)</title>
		<link>http://blog.mirotin.net/135/ga-profile-id-for-gdata-library</link>
		<comments>http://blog.mirotin.net/135/ga-profile-id-for-gdata-library#comments</comments>
		<pubDate>Sun, 22 Jan 2012 23:50:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[gdata]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://blog.mirotin.net/?p=135</guid>
		<description><![CDATA[I think google&#8217;s API and its Python binding are a huge mess. And poor documentation makes them even worse. You can find the majority of parameters described in quite understandable way, but you can&#8217;t start using them because you have &#8230; <a href="http://blog.mirotin.net/135/ga-profile-id-for-gdata-library">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I think google&#8217;s API and its Python binding are a huge mess.<br />
And poor documentation makes them even worse.<br />
You can find the majority of parameters described in quite understandable way, but you can&#8217;t start using them because you have to authorize first, and this topic is among worst explained.</p>
<p>But even if you passed it, you&#8217;re stuck with some tricky params that you have to discover SOMEHOW.<br />
Example: for exporting data from GA you have to provide some <strong>PROFILE ID</strong> (it is often called the <strong>TABLE ID</strong> in the docs).<br />
Great, have a nice time clicking around your account settings trying to find it.</p>
<p><strong>UPD: </strong>I thought the only way to solve it is like that: http://blog.explainum.com/2011/05/how-to-find-profileid-in-new-google.html<br />
But there&#8217;s actually an &#8216;official&#8217; way &#8211; click your account settings, then on the Profiles tab pick the profile and click the profile settings tab.<br />
The ID is actually there.</p>
<p>Another nice example &#8211; they have the API Key. But it&#8217;s not supported by the library so if you&#8217;re going to collect some stats on the server, you have to store your email / password, or to mess with OAuth.</p>
<p>And another point. You start with creating a service like </p>
<div class="highlight-wrapper python">
<div class="tools">
<div class="wrap">
<a href="#" class="show-raw">raw</a><a href="#" class="show-colored">highlighted</a><a href="#" class="to-clipboard">copy</a><a href="#" class="print">print</a><a href="#" class="about">?</a>
<div class="clear"></div>
</div>
<div class="clear"></div>
</div>
<pre class="raw"><code lang="python">service = gdata.analytics.service.AnalyticsDataService(
                source=settings.GA_APP_NAME,
                email=settings.GA_USERNAME,
                password=settings.GA_PASSWORD
            )</code></pre>
<div class="highlighted">
<table class="highlighttable">
<tr>
<td class="linenos">
<div class="linenodiv">
<pre class="nl">1
2
3
4
5</pre>
</div>
</td>
<td class="code">
<div class="highlight">
<pre><span class="n">service</span> <span class="o">=</span> <span class="n">gdata</span><span class="o">.</span><span class="n">analytics</span><span class="o">.</span><span class="n">service</span><span class="o">.</span><span class="n">AnalyticsDataService</span><span class="p">(</span>
                <span class="n">source</span><span class="o">=</span><span class="n">settings</span><span class="o">.</span><span class="n">GA_APP_NAME</span><span class="p">,</span>
                <span class="n">email</span><span class="o">=</span><span class="n">settings</span><span class="o">.</span><span class="n">GA_USERNAME</span><span class="p">,</span>
                <span class="n">password</span><span class="o">=</span><span class="n">settings</span><span class="o">.</span><span class="n">GA_PASSWORD</span>
            <span class="p">)</span>
</pre>
</div>
</td>
</tr>
</table>
</div>
</div>
<p>Good, then try requesting your data — even though you&#8217;ve provided your credentials, this bitch didn&#8217;t authorize you. Cool?<br />
Call
<div class="highlight-wrapper python">
<div class="tools">
<div class="wrap">
<a href="#" class="show-raw">raw</a><a href="#" class="show-colored">highlighted</a><a href="#" class="to-clipboard">copy</a><a href="#" class="print">print</a><a href="#" class="about">?</a>
<div class="clear"></div>
</div>
<div class="clear"></div>
</div>
<pre class="raw"><code lang="python">service.ProgrammaticLogin()</code></pre>
<div class="highlighted">
<table class="highlighttable">
<tr>
<td class="linenos">
<div class="linenodiv">
<pre class="nl">1</pre>
</div>
</td>
<td class="code">
<div class="highlight">
<pre><span class="n">service</span><span class="o">.</span><span class="n">ProgrammaticLogin</span><span class="p">()</span>
</pre>
</div>
</td>
</tr>
</table>
</div>
</div>
<p>, then you&#8217;re done.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mirotin.net/135/ga-profile-id-for-gdata-library/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error trying initialize default postgres db?</title>
		<link>http://blog.mirotin.net/131/error-initialize-default-postgres-db</link>
		<comments>http://blog.mirotin.net/131/error-initialize-default-postgres-db#comments</comments>
		<pubDate>Wed, 28 Sep 2011 08:12:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.mirotin.net/?p=131</guid>
		<description><![CDATA[rawhighlightedcopyprint? $ sudo su postgres -c '/opt/local/lib/postgresql91/bin/initdb -D /opt/local/var/db/postgresql91/defaultdb' shell-init: error retrieving current directory: getcwd: cannot access parent directories: Permission denied could not identify current directory: Permission denied could not identify current directory: Permission denied could not identify current directory: &#8230; <a href="http://blog.mirotin.net/131/error-initialize-default-postgres-db">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="highlight-wrapper bash">
<div class="tools">
<div class="wrap">
<a href="#" class="show-raw">raw</a><a href="#" class="show-colored">highlighted</a><a href="#" class="to-clipboard">copy</a><a href="#" class="print">print</a><a href="#" class="about">?</a>
<div class="clear"></div>
</div>
<div class="clear"></div>
</div>
<pre class="raw"><code lang="bash">$ sudo su postgres -c '/opt/local/lib/postgresql91/bin/initdb -D /opt/local/var/db/postgresql91/defaultdb'
shell-init: error retrieving current directory: getcwd: cannot access parent directories: Permission denied
could not identify current directory: Permission denied
could not identify current directory: Permission denied
could not identify current directory: Permission denied
The program "postgres" is needed by initdb but was not found in the
same directory as "initdb".
Check your installation.</code></pre>
<div class="highlighted">
<table class="highlighttable">
<tr>
<td class="linenos">
<div class="linenodiv">
<pre class="nl">1
2
3
4
5
6
7
8</pre>
</div>
</td>
<td class="code">
<div class="highlight">
<pre><span class="nv">$ </span>sudo su postgres -c <span class="s1">'/opt/local/lib/postgresql91/bin/initdb -D /opt/local/var/db/postgresql91/defaultdb'</span>
shell-init: error retrieving current directory: getcwd: cannot access parent directories: Permission denied
could not identify current directory: Permission denied
could not identify current directory: Permission denied
could not identify current directory: Permission denied
The program <span class="s2">"postgres"</span> is needed by initdb but was not found in the
same directory as <span class="s2">"initdb"</span>.
Check your installation.
</pre>
</div>
</td>
</tr>
</table>
</div>
</div>
<p>Then first do</p>
<div class="highlight-wrapper bash">
<div class="tools">
<div class="wrap">
<a href="#" class="show-raw">raw</a><a href="#" class="show-colored">highlighted</a><a href="#" class="to-clipboard">copy</a><a href="#" class="print">print</a><a href="#" class="about">?</a>
<div class="clear"></div>
</div>
<div class="clear"></div>
</div>
<pre class="raw"><code lang="bash">cd /opt/local/var/db/postgresql91/</code></pre>
<div class="highlighted">
<table class="highlighttable">
<tr>
<td class="linenos">
<div class="linenodiv">
<pre class="nl">1</pre>
</div>
</td>
<td class="code">
<div class="highlight">
<pre><span class="nb">cd</span> /opt/local/var/db/postgresql91/
</pre>
</div>
</td>
</tr>
</table>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.mirotin.net/131/error-initialize-default-postgres-db/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PyCharm / Webstorm JS autocompletion / inspector is great</title>
		<link>http://blog.mirotin.net/129/pycharm-webstorm-js-autocompletion-inspector-great</link>
		<comments>http://blog.mirotin.net/129/pycharm-webstorm-js-autocompletion-inspector-great#comments</comments>
		<pubDate>Fri, 23 Sep 2011 20:13:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.mirotin.net/?p=129</guid>
		<description><![CDATA[I&#8217;m calling a function accepting a hash of options. THe function is declared in a separate file included through script. IDE highlights the keys that are not used in the function being called. And also SO: Specify type of globals &#8230; <a href="http://blog.mirotin.net/129/pycharm-webstorm-js-autocompletion-inspector-great">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m calling a function accepting a hash of options.</p>
<p>THe function is declared in a separate file included through <code>script</code>.</p>
<p><strong>IDE highlights the keys that are not used in the function being called</strong>.</p>
<p>And also <a href="http://stackoverflow.com/questions/7496732/specify-type-of-globals-declared-in-another-file/7511122#7511122">SO: Specify type of globals declared in another file</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mirotin.net/129/pycharm-webstorm-js-autocompletion-inspector-great/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery.sortItems</title>
		<link>http://blog.mirotin.net/125/jquery-sortitems</link>
		<comments>http://blog.mirotin.net/125/jquery-sortitems#comments</comments>
		<pubDate>Tue, 23 Aug 2011 09:27:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.mirotin.net/?p=125</guid>
		<description><![CDATA[A much-requested on SO function for sorting DOM elements. rawhighlightedcopyprint? jQuery.fn.sortItems = function (key) { var $items = [], $wrap = $('&#60;div/&#62;'), i, l; this.each(function () { $items.push([key(this), $(this)]); }); if (!$items) { return; } $wrap.insertBefore($items[0][1]); $items.sort(); for (l = &#8230; <a href="http://blog.mirotin.net/125/jquery-sortitems">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A much-requested on SO function for sorting DOM elements.</p>
<div class="highlight-wrapper javascript">
<div class="tools">
<div class="wrap">
<a href="#" class="show-raw">raw</a><a href="#" class="show-colored">highlighted</a><a href="#" class="to-clipboard">copy</a><a href="#" class="print">print</a><a href="#" class="about">?</a>
<div class="clear"></div>
</div>
<div class="clear"></div>
</div>
<pre class="raw"><code lang="javascript">jQuery.fn.sortItems = function (key) {
    var $items = [],
        $wrap = $('&lt;div/&gt;'),
        i, l;
    this.each(function () {
        $items.push([key(this), $(this)]);
    });
    if (!$items) {
        return;
    }
    $wrap.insertBefore($items[0][1]);
    $items.sort();
    for (l = $items.length, i = l - 1; i &gt;= 0; i--) {
        $items[i][1].insertAfter($wrap);
    }
    $wrap.remove();        
};</code></pre>
<div class="highlighted">
<table class="highlighttable">
<tr>
<td class="linenos">
<div class="linenodiv">
<pre class="nl"> 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17</pre>
</div>
</td>
<td class="code">
<div class="highlight">
<pre><span class="nx">jQuery</span><span class="p">.</span><span class="nx">fn</span><span class="p">.</span><span class="nx">sortItems</span> <span class="o">=</span> <span class="kd">function</span> <span class="p">(</span><span class="nx">key</span><span class="p">)</span> <span class="p">{</span>
    <span class="kd">var</span> <span class="nx">$items</span> <span class="o">=</span> <span class="p">[],</span>
        <span class="nx">$wrap</span> <span class="o">=</span> <span class="nx">$</span><span class="p">(</span><span class="s1">'&lt;div/&gt;'</span><span class="p">),</span>
        <span class="nx">i</span><span class="p">,</span> <span class="nx">l</span><span class="p">;</span>
    <span class="k">this</span><span class="p">.</span><span class="nx">each</span><span class="p">(</span><span class="kd">function</span> <span class="p">()</span> <span class="p">{</span>
        <span class="nx">$items</span><span class="p">.</span><span class="nx">push</span><span class="p">([</span><span class="nx">key</span><span class="p">(</span><span class="k">this</span><span class="p">),</span> <span class="nx">$</span><span class="p">(</span><span class="k">this</span><span class="p">)]);</span>
    <span class="p">});</span>
    <span class="k">if</span> <span class="p">(</span><span class="o">!</span><span class="nx">$items</span><span class="p">)</span> <span class="p">{</span>
        <span class="k">return</span><span class="p">;</span>
    <span class="p">}</span>
    <span class="nx">$wrap</span><span class="p">.</span><span class="nx">insertBefore</span><span class="p">(</span><span class="nx">$items</span><span class="p">[</span><span class="mi">0</span><span class="p">][</span><span class="mi">1</span><span class="p">]);</span>
    <span class="nx">$items</span><span class="p">.</span><span class="nx">sort</span><span class="p">();</span>
    <span class="k">for</span> <span class="p">(</span><span class="nx">l</span> <span class="o">=</span> <span class="nx">$items</span><span class="p">.</span><span class="nx">length</span><span class="p">,</span> <span class="nx">i</span> <span class="o">=</span> <span class="nx">l</span> <span class="o">-</span> <span class="mi">1</span><span class="p">;</span> <span class="nx">i</span> <span class="o">&gt;=</span> <span class="mi">0</span><span class="p">;</span> <span class="nx">i</span><span class="o">--</span><span class="p">)</span> <span class="p">{</span>
        <span class="nx">$items</span><span class="p">[</span><span class="nx">i</span><span class="p">][</span><span class="mi">1</span><span class="p">].</span><span class="nx">insertAfter</span><span class="p">(</span><span class="nx">$wrap</span><span class="p">);</span>
    <span class="p">}</span>
    <span class="nx">$wrap</span><span class="p">.</span><span class="nx">remove</span><span class="p">();</span>        
<span class="p">};</span>
</pre>
</div>
</td>
</tr>
</table>
</div>
</div>
<p><strong><a href="http://jsfiddle.net/guard/ZHLSg/">Demo</a></strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mirotin.net/125/jquery-sortitems/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deluge torrent client</title>
		<link>http://blog.mirotin.net/122/deluge-torrent-client</link>
		<comments>http://blog.mirotin.net/122/deluge-torrent-client#comments</comments>
		<pubDate>Sun, 07 Aug 2011 11:59:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.mirotin.net/?p=122</guid>
		<description><![CDATA[Installed it on my home server under Ubuntu Server 11.04, configured daemon and web UI startup &#8211; looks really cool, as a normal full-featured desktop client]]></description>
			<content:encoded><![CDATA[<p>Installed it on my home server under Ubuntu Server 11.04, configured daemon and web UI startup &#8211; looks really cool, as a normal full-featured desktop client</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mirotin.net/122/deluge-torrent-client/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Emacs-style shortcuts outside of Emacs</title>
		<link>http://blog.mirotin.net/119/emacs-style-shortcuts-emacs</link>
		<comments>http://blog.mirotin.net/119/emacs-style-shortcuts-emacs#comments</comments>
		<pubDate>Wed, 03 Aug 2011 21:47:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://blog.mirotin.net/?p=119</guid>
		<description><![CDATA[1) on Linux and Mac OSX you can use them in terminal, for example: ctrl+A to go to the beginning of the line (or God, I needed this so much, but was always forgetting to google for it) ctrl+E to &#8230; <a href="http://blog.mirotin.net/119/emacs-style-shortcuts-emacs">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>1) on Linux and Mac OSX you can use them in terminal, for example:<br />
ctrl+A to go to the beginning of the line (or God, I needed this so much, but was always forgetting to google for it)<br />
ctrl+E to go to the end of the line<br />
ctrl+T to transpose the characters on either side of the cursor<br />
ctrl+D to delete the character to the right of the cursor<br />
ctrl+K to delete the rest of the current line</p>
<p>2) these shortcuts are also <a href="http://quora.com/Why-are-emacs-style-key-bindings-built-into-Cocoa-text-fields-on-Mac-OS-X">supported</a> by Cocoa native text fields. This means, that on Mac OSX you can use them, for example, in your browser&#8217;s address bar. Awsome!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mirotin.net/119/emacs-style-shortcuts-emacs/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BIOS reset with HP 6910p</title>
		<link>http://blog.mirotin.net/117/bios-reset-hp-6910p</link>
		<comments>http://blog.mirotin.net/117/bios-reset-hp-6910p#comments</comments>
		<pubDate>Wed, 03 Aug 2011 21:44:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.mirotin.net/?p=117</guid>
		<description><![CDATA[For 2 days I was burning various Windows PE / FreeDOS / custom tools to the RW trying to erase the BIOS setup password Then just followed the official guide, released the keyboard in 5 minutes, and unplugged the RTC &#8230; <a href="http://blog.mirotin.net/117/bios-reset-hp-6910p">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For 2 days I was burning various Windows PE / FreeDOS / custom tools to the RW trying to erase the BIOS setup password<br />
Then just followed the <strong>official</strong> guide, released the keyboard in 5 minutes, and unplugged the RTC battery for extra 5 minutes — done.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mirotin.net/117/bios-reset-hp-6910p/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse is just amazing&#8230;</title>
		<link>http://blog.mirotin.net/106/eclipse-amazing</link>
		<comments>http://blog.mirotin.net/106/eclipse-amazing#comments</comments>
		<pubDate>Fri, 29 Jul 2011 17:17:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.mirotin.net/?p=106</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.mirotin.net/wp-content/uploads/2011/07/Screen-shot-2011-07-24-at-10.58.49-AM.png"><img src="http://blog.mirotin.net/wp-content/uploads/2011/07/Screen-shot-2011-07-24-at-10.58.49-AM.png" alt="" title="Screen shot 2011-07-24 at 10.58.49 AM" width="517" height="214" class="alignnone size-full wp-image-107"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mirotin.net/106/eclipse-amazing/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PyQt4 on MAC OSX</title>
		<link>http://blog.mirotin.net/103/pyqt4-mac-osx</link>
		<comments>http://blog.mirotin.net/103/pyqt4-mac-osx#comments</comments>
		<pubDate>Sat, 23 Jul 2011 20:25:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.mirotin.net/?p=103</guid>
		<description><![CDATA[Tiered of installing from sources? The answer is as easy as rawhighlightedcopyprint? sudo port install py27-pyqt4 1 sudo port install py27-pyqt4 Of course, the python version can be different for you.]]></description>
			<content:encoded><![CDATA[<p>Tiered of installing from sources?<br />
The answer is as easy as</p>
<div class="highlight-wrapper bash">
<div class="tools">
<div class="wrap">
<a href="#" class="show-raw">raw</a><a href="#" class="show-colored">highlighted</a><a href="#" class="to-clipboard">copy</a><a href="#" class="print">print</a><a href="#" class="about">?</a>
<div class="clear"></div>
</div>
<div class="clear"></div>
</div>
<pre class="raw"><code lang="bash">sudo port install py27-pyqt4</code></pre>
<div class="highlighted">
<table class="highlighttable">
<tr>
<td class="linenos">
<div class="linenodiv">
<pre class="nl">1</pre>
</div>
</td>
<td class="code">
<div class="highlight">
<pre>sudo port install py27-pyqt4
</pre>
</div>
</td>
</tr>
</table>
</div>
</div>
<p>Of course, the python version can be different for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mirotin.net/103/pyqt4-mac-osx/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
