<?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>In Nomine - The Lotus Land</title>
	<atom:link href="http://www.in-nomine.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.in-nomine.org</link>
	<description>The focused mind can pierce through stone...</description>
	<lastBuildDate>Mon, 14 May 2012 08:13:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Steam indefinite update paused</title>
		<link>http://www.in-nomine.org/2012/05/14/steam-indefinite-update-paused/</link>
		<comments>http://www.in-nomine.org/2012/05/14/steam-indefinite-update-paused/#comments</comments>
		<pubDate>Mon, 14 May 2012 08:12:32 +0000</pubDate>
		<dc:creator>asmodai</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[steam]]></category>
		<category><![CDATA[update paused]]></category>
		<category><![CDATA[witcher 2]]></category>

		<guid isPermaLink="false">http://www.in-nomine.org/?p=623</guid>
		<description><![CDATA[So recently I had an issue with Steam where the Witcher 2 update got stuck at 99% and the status &#8220;Update Paused&#8221;. No matter what I tried with the pause/resume button, I couldn&#8217;t get it to budge from this status &#8230; <a href="http://www.in-nomine.org/2012/05/14/steam-indefinite-update-paused/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So recently I had an issue with Steam where the Witcher 2 update got stuck at 99% and the status &#8220;Update Paused&#8221;. No matter what I tried with the pause/resume button, I couldn&#8217;t get it to budge from this status and actually update.</p>
<p>After a while I grabbed <a title="Process Explorer download" href="http://technet.microsoft.com/en-us/sysinternals/bb896653">Process Explorer</a> from the Microsoft website and checked the files that were being opened when I toggled this state. I noticed a reference to <code>Steam\steamapps\downloading\20920\CookedPC\pack0.dzip</code>. Then I also noticed a file reference to <code>Steam\steamapp\logs\content.log</code>. Upon checking that file I found a notice that it was trying to preallocate about 11 GB for this pack0.dzip. Checking my drive status, I saw that this particular drive letter only had about 9 GB left. Freeing up some space allowed the update process to actually start and finish, after which I got even more space back, since it seems Steam downloads these files and then replaces them, deleting the temporary one. So I guess the lesson learnt is that you should always have enough disk space free as the single largest file in any of your games.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.in-nomine.org/2012/05/14/steam-indefinite-update-paused/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding android.support.v4 to your Android application in IntelliJ IDEA</title>
		<link>http://www.in-nomine.org/2012/02/26/adding-android-support-v4-to-your-android-application-in-intellij-idea/</link>
		<comments>http://www.in-nomine.org/2012/02/26/adding-android-support-v4-to-your-android-application-in-intellij-idea/#comments</comments>
		<pubDate>Sun, 26 Feb 2012 15:14:56 +0000</pubDate>
		<dc:creator>asmodai</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[intellij idea]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[sdk]]></category>

		<guid isPermaLink="false">http://www.in-nomine.org/?p=613</guid>
		<description><![CDATA[You can enable support for certain forward version features via the android.support namespace. In order to accomplish this you need to start the Android SDK Manager and make sure that under the Extras heading you select and install the Android &#8230; <a href="http://www.in-nomine.org/2012/02/26/adding-android-support-v4-to-your-android-application-in-intellij-idea/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>You can enable support for certain forward version features via the <code>android.support</code> namespace. In order to accomplish this you need to start the <em>Android SDK Manager</em> and make sure that under the <em>Extras</em> heading you select and install the <em>Android Support package</em>.</p>
<p>Once done you go into the directory <code>extras/android/support/v4</code> and copy the <code>android-support-v4.jar</code> to your own project&#8217;s <code>libs</code> directory. Next go within IntelliJ IDEA to <em>File » Project Structure</em> and under <em>Project Settings</em> go to <em>Modules</em>, make sure your application is selected in the middle pane, then on the right side select the <em>Dependencies</em> tab. In the window below click the plus-icon and select <em>Jars or directories</em>. From the resulting window browse to your <code>libs</code> directory and select the <code>android-support-v4.jar</code> and press <strong>OK</strong> to close the window and add the jar-file to the dependencies of the project. Since you are now using certain constants from a newer version of Android the <em>Module SDK</em> needs to be changed to <em>Android 4.0.3 Platform</em> as well. Press <strong>Apply</strong> and close the <em>Project Settings</em> by pressing the <strong>OK</strong> button.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.in-nomine.org/2012/02/26/adding-android-support-v4-to-your-android-application-in-intellij-idea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android Galaxy S2 Skin and AVD</title>
		<link>http://www.in-nomine.org/2012/02/22/android-galaxy-s2-skin-and-avd/</link>
		<comments>http://www.in-nomine.org/2012/02/22/android-galaxy-s2-skin-and-avd/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 11:55:11 +0000</pubDate>
		<dc:creator>asmodai</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[galaxy s2]]></category>
		<category><![CDATA[samsung]]></category>
		<category><![CDATA[sdk]]></category>

		<guid isPermaLink="false">http://www.in-nomine.org/?p=610</guid>
		<description><![CDATA[What I did to get the Galaxy S2 skin to work with the Android Virtual Device (AVD) was: download the skin from the Samsung Developer website, it&#8217;s under the Add-on SDKs, extract to a Galaxy_S2 directory, put the entire directory &#8230; <a href="http://www.in-nomine.org/2012/02/22/android-galaxy-s2-skin-and-avd/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>What I did to get the Galaxy S2 skin to work with the Android Virtual Device (AVD) was:</p>
<ol>
<li>download the skin from the <a title="Samsung developers" href="http://developer.samsung.com">Samsung Developer website</a>, it&#8217;s under the Add-on SDKs,</li>
<li>extract to a Galaxy_S2 directory,</li>
<li>put the entire directory in the <code>[Android-SDK directory]/platforms/android-10/skins directory</code>,</li>
<li>edit the manifest.ini and change <code>api=9</code> to <code>api=10</code>,</li>
<li>restart AVD Manager,</li>
<li>under skin in the device configuration you should see Galaxy_S2 in the dropdown.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.in-nomine.org/2012/02/22/android-galaxy-s2-skin-and-avd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Small touches that inspire</title>
		<link>http://www.in-nomine.org/2011/05/14/small-touches-that-inspire/</link>
		<comments>http://www.in-nomine.org/2011/05/14/small-touches-that-inspire/#comments</comments>
		<pubDate>Sat, 14 May 2011 20:22:03 +0000</pubDate>
		<dc:creator>asmodai</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[bible]]></category>
		<category><![CDATA[dlc]]></category>
		<category><![CDATA[fallout new vegas]]></category>
		<category><![CDATA[greek]]></category>
		<category><![CDATA[honest hearts]]></category>

		<guid isPermaLink="false">http://www.in-nomine.org/?p=600</guid>
		<description><![CDATA[It&#8217;s the littlest of things that can really brighten my mood when I notice them. In this case I was watching Fallout: New Vegas&#8217; DLC trailer for Honest Hearts. In the trailer you see the player with a pistol and &#8230; <a href="http://www.in-nomine.org/2011/05/14/small-touches-that-inspire/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s the littlest of things that can really brighten my mood when I notice them. In this case I was watching Fallout: New Vegas&#8217; DLC trailer for Honest Hearts. In the trailer you see the player with a pistol and on one side of the pistol at least is written: &#8220;καὶ ἡ σκοτία αὐτὸ οὐ κατέλαβεν&#8221;. This is Greek and refers to the second part of the verse of John 1:5 in the New Testament of the bible, meaning in English: &#8220;and the darkness did not comprehend it&#8221;. In my opinion a great way to bring enlightenment by the bullet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.in-nomine.org/2011/05/14/small-touches-that-inspire/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TortoiseSVN (Subversion) and Windows 7 file corruption</title>
		<link>http://www.in-nomine.org/2011/02/11/tortoisesvn-subversion-and-windows-7-file-corruption/</link>
		<comments>http://www.in-nomine.org/2011/02/11/tortoisesvn-subversion-and-windows-7-file-corruption/#comments</comments>
		<pubDate>Fri, 11 Feb 2011 12:48:07 +0000</pubDate>
		<dc:creator>asmodai</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[tortoisesvn]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.in-nomine.org/?p=595</guid>
		<description><![CDATA[During a checkout of a Subversion tree on my Windows 7 installation I got quite a fair share of errors from TortoiseSVN, all of which ended with The file or directory is corrupted and unreadable. After digging around a bit, &#8230; <a href="http://www.in-nomine.org/2011/02/11/tortoisesvn-subversion-and-windows-7-file-corruption/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>During a checkout of a Subversion tree on my Windows 7 installation I got quite a fair share of errors from TortoiseSVN, all of which ended with <code>The file or directory is corrupted and unreadable</code>.</p>
<p>After digging around a bit, I came across <a href="http://subversion.wandisco.com/blogs/windows-7-bogus-errorfilecorrupt-error-.html">this blog post on the exact same problem</a>. And subsequently I found there is a hotfix available from Microsoft on their page about <a href="http://support.microsoft.com/kb/982927/en-us"[y]ou receive an error message that states the file system is broken in Windows 7 or in Windows Server 2008 R2</a>. This hotfix will be in the upcoming service pack 1.</p>
<p>You might also be able to work around it by disabling indexing on the particular folder or drive. It solved it for me at least.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.in-nomine.org/2011/02/11/tortoisesvn-subversion-and-windows-7-file-corruption/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio editor rulers</title>
		<link>http://www.in-nomine.org/2011/02/10/visual-studio-editor-rulers/</link>
		<comments>http://www.in-nomine.org/2011/02/10/visual-studio-editor-rulers/#comments</comments>
		<pubDate>Thu, 10 Feb 2011 12:41:41 +0000</pubDate>
		<dc:creator>asmodai</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[rulers]]></category>
		<category><![CDATA[visual studio]]></category>
		<category><![CDATA[visual studio express]]></category>

		<guid isPermaLink="false">http://www.in-nomine.org/?p=591</guid>
		<description><![CDATA[If you like to have a visual cue for, say, where the 80th column is then this page over at Stack Overflow details the various registry keys you might need to add as well as showing which extensions can do &#8230; <a href="http://www.in-nomine.org/2011/02/10/visual-studio-editor-rulers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you like to have a visual cue for, say, where the 80th column is then <a href="http://stackoverflow.com/questions/84209/adding-a-guideline-to-the-editor-in-visual-studio">this page over at Stack Overflow</a> details the various registry keys you might need to add as well as showing which extensions can do it for you. For VS 2010 Professional and up you can use the <a href="http://visualstudiogallery.msdn.microsoft.com/d0d33361-18e2-46c0-8ff2-4adea1e34fef/">Productivity Power Tools</a>, but it seems that Visual Studio 2010 Express has no guides support.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.in-nomine.org/2011/02/10/visual-studio-editor-rulers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sublime Text with 80 and 120 column rulers</title>
		<link>http://www.in-nomine.org/2011/02/02/sublime-text-with-80-and-120-column-rulers/</link>
		<comments>http://www.in-nomine.org/2011/02/02/sublime-text-with-80-and-120-column-rulers/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 12:06:48 +0000</pubDate>
		<dc:creator>asmodai</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[columns]]></category>
		<category><![CDATA[rulers]]></category>
		<category><![CDATA[sublime text]]></category>

		<guid isPermaLink="false">http://www.in-nomine.org/?p=587</guid>
		<description><![CDATA[For many programming languages we still like to use either 80 or 120 columns in our editors to ensure it fits easily on print, as well as to use it as an aid for ensuring concise code. In Sublime Text &#8230; <a href="http://www.in-nomine.org/2011/02/02/sublime-text-with-80-and-120-column-rulers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For many programming languages we still like to use either 80 or 120 columns in our editors to ensure it fits easily on print, as well as to use it as an aid for ensuring concise code.</p>
<p>In Sublime Text you can set vertical rulers for this by going to <code>Preferences > User File Preferences</code> and add <code>rulers 80 120</code> and save the file.</p>
<p>For Sublime Text 2 it&#8217;s again under <code>Preferences > User File Preferences</code>, but the configuration file is now in JSON format, so you need to add <code>"rulers": [80, 120]</code> and maybe you need to append a comma at the end if you have more configuration directives following it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.in-nomine.org/2011/02/02/sublime-text-with-80-and-120-column-rulers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PyCharm 1.1.1 released</title>
		<link>http://www.in-nomine.org/2011/01/20/pycharm-1-1-1-released/</link>
		<comments>http://www.in-nomine.org/2011/01/20/pycharm-1-1-1-released/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 12:31:33 +0000</pubDate>
		<dc:creator>asmodai</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[pycharm]]></category>

		<guid isPermaLink="false">http://www.in-nomine.org/?p=581</guid>
		<description><![CDATA[PyCharm 1.1.1 was released yesterday. It consists mostly of bugfixes, find the full release notes on their site.]]></description>
			<content:encoded><![CDATA[<p>PyCharm 1.1.1 was released yesterday. It consists mostly of bugfixes, find the <a href="http://confluence.jetbrains.net/display/PYH/PyCharm+1.1.1+Release+Notes">full release notes</a> on their site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.in-nomine.org/2011/01/20/pycharm-1-1-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mercurial 1.7, cacerts, and FreeBSD</title>
		<link>http://www.in-nomine.org/2011/01/07/mercurial-1-7-cacerts-and-freebsd/</link>
		<comments>http://www.in-nomine.org/2011/01/07/mercurial-1-7-cacerts-and-freebsd/#comments</comments>
		<pubDate>Fri, 07 Jan 2011 14:05:19 +0000</pubDate>
		<dc:creator>asmodai</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[certificates]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[mercurial]]></category>
		<category><![CDATA[netbsd]]></category>
		<category><![CDATA[openbsd]]></category>

		<guid isPermaLink="false">http://www.in-nomine.org/?p=578</guid>
		<description><![CDATA[So with recent Mercurial 1.7 releases HTTPS support was tightened, so you are bound to encounter a warning in the form of: warning: bitbucket.org certificate not verified (check web.cacerts config setting). Now, on http://mercurial.selenic.com/wiki/CACertificates there are details on what to &#8230; <a href="http://www.in-nomine.org/2011/01/07/mercurial-1-7-cacerts-and-freebsd/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So with recent Mercurial 1.7 releases HTTPS support was tightened, so you are bound to encounter a warning in the form of: <code>warning: bitbucket.org certificate not verified (check web.cacerts config setting)</code>.</p>
<p>Now, <a href="http://mercurial.selenic.com/wiki/CACertificates">on http://mercurial.selenic.com/wiki/CACertificates</a> there are details on what to configure for certain operating systems. Given I use FreeBSD, I altered my <code>$HOME/.hgrc</code> as follows:</p>
<pre class="brush: plain; title: ; notranslate">
[web]
cacerts = /etc/ssl/cert.pem
</pre>
<p>For OpenBSD this should be in the same place since release 3.8. But apparently NetBSD does not have such a file in base.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.in-nomine.org/2011/01/07/mercurial-1-7-cacerts-and-freebsd/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PyCharm and external lint tools</title>
		<link>http://www.in-nomine.org/2010/12/14/pycharm-and-external-lint-tools/</link>
		<comments>http://www.in-nomine.org/2010/12/14/pycharm-and-external-lint-tools/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 12:49:33 +0000</pubDate>
		<dc:creator>asmodai</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[pycharm pep8 pyflakes]]></category>

		<guid isPermaLink="false">http://www.in-nomine.org/?p=562</guid>
		<description><![CDATA[PyCharm already has a number of features present in various tools to lint/check your source code with, but offers a way to hook up external tools. Under File > Settings is a section called IDE Settings. One of the headings &#8230; <a href="http://www.in-nomine.org/2010/12/14/pycharm-and-external-lint-tools/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>PyCharm already has a number of features present in various tools to lint/check your source code with, but offers a way to hook up external tools. Under <code>File > Settings</code> is a section called <code>IDE Settings</code>. One of the headings here is called <code>External Tools</code>. Select this heading and then press the <code>Add...</code> button on the right hand pane to configure a new external tool.</p>
<p>In the <code>Edit Tool</code> window that now appeared fill in a name, e.g. <code>PEP8</code> and a group name <code>Lint</code> and add a description. Next point the <code>Program</code> to the location of the <code>pep8.exe</code> executable, e.g. <code>C:\Python27\Scripts\pep8.exe</code>. For <code>Parameters</code> you need to use <code>$FilePath</code> and <code>Working directory</code> should be filled in by default. Once done, you can close it by pressing the <code>OK</code> button.</p>
<p>Now, pyflakes has no .exe or .bat file to accompany it. You will need to add a pyflakes.bat in your <code>Scripts</code> directory inside Python with the following contents:</p>
<pre class="brush: plain; title: ; notranslate">
@echo off
rem Use python to execute the python script having the same name as this batch
rem file, but without any extension, located in the same directory as this
rem batch file
python &quot;%~dpn0&quot; %*
</pre>
<p>Within PyCharm you follow largely the same settings as for pep8, however make sure to point to the batch file of pyflakes under <code>Program</code>. Close the external tools configuration windows by clicking <code>OK</code> twice. Under the menu heading <code>Tools</code> you should see an submenu heading <code>Lint</code> which, in turn, should contain two menu items: PEP8 and Pyflakes.</p>
<p>Now open a Python file, go to <code>Tools > Lint > PEP8</code> and you should get output like the following in your Run (4) window:</p>
<pre class="brush: plain; title: ; notranslate">
D:\Python26\Scripts\pep8.exe D:\pprojects\babel\babel\tests\__init__.py
D:\pprojects\babel\babel\tests\__init__.py:16:1: E302 expected 2 blank lines, found 1

Process finished with exit code 1
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.in-nomine.org/2010/12/14/pycharm-and-external-lint-tools/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

