<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>0xDEADBEEFCAFE</title>
	<link>http://blog.naxsoft.com</link>
	<description>К языку не придераца, я давно вот-так пишу.</description>
	<pubDate>Fri, 05 Sep 2008 04:43:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Engineering porn (click)</title>
		<link>http://blog.naxsoft.com/archives/548/engineering-porn-click</link>
		<comments>http://blog.naxsoft.com/archives/548/engineering-porn-click#comments</comments>
		<pubDate>Fri, 05 Sep 2008 04:43:12 +0000</pubDate>
		<dc:creator>elendal</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.naxsoft.com/archives/548/engineering-porn-click</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><a href="http://www.flickr.com/photos/erikland/sets/72157594505134028/with/1387671414/"><img src="http://blog.naxsoft.com/wp-content/uploads/2008/09/1387671414_9d567038ef.jpg" alt="1387671414_9d567038ef.jpg" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.naxsoft.com/archives/548/engineering-porn-click/feed</wfw:commentRss>
		</item>
		<item>
		<title>Chrome and FF 3.1</title>
		<link>http://blog.naxsoft.com/archives/546/chrome-and-ff-31</link>
		<comments>http://blog.naxsoft.com/archives/546/chrome-and-ff-31#comments</comments>
		<pubDate>Wed, 03 Sep 2008 05:17:28 +0000</pubDate>
		<dc:creator>elendal</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.naxsoft.com/archives/546/chrome-and-ff-31</guid>
		<description><![CDATA[When we wrote the MixMaster web-app with huge javascript UI, we had to switch from IE and FF to Safari, because it&#8217;s JavaScript engine is literally 3 times faster. But it looks like, we will soon have a wave of new reach web apps:
Quote from my pm
&#8220;Google did it again. The just launched a beta [...]]]></description>
			<content:encoded><![CDATA[<p>When we wrote the MixMaster web-app with huge javascript UI, we had to switch from IE and FF to Safari, because it&#8217;s JavaScript engine is literally 3 times faster. But it looks like, we will soon have a wave of new reach web apps:</p>
<p>Quote from my pm</p>
<p>&#8220;Google did it again. The just launched a beta of their new browser, and it is extremly good. I predict great things for the browser in the near future.</p>
<p>Rafal tested it with MixMaster and their javascript engine is even faster than Safari&#8217;s :) They do use webkit as well for the rendering.</p>
<p>http://www.google.com/googlebooks/chrome/ It is a very interristing read on the development process.&#8221;</p>
<p>And new FF 3.1 will also have an order of magnitude faster javascript engine<br />
http://weblogs.mozillazine.org/roadmap/</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.naxsoft.com/archives/546/chrome-and-ff-31/feed</wfw:commentRss>
		</item>
		<item>
		<title>Using instance messager to control remote computer</title>
		<link>http://blog.naxsoft.com/archives/544/using-instance-messager-to-control-remote-computer</link>
		<comments>http://blog.naxsoft.com/archives/544/using-instance-messager-to-control-remote-computer#comments</comments>
		<pubDate>Tue, 26 Aug 2008 16:28:40 +0000</pubDate>
		<dc:creator>elendal</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.naxsoft.com/archives/544/using-instance-messager-to-control-remote-computer</guid>
		<description><![CDATA[Using IM to start/stop remote services and run and capture application with jabber client like google talk is easy, here is a very simple application I wrote to control my TODO application. Source code
]]></description>
			<content:encoded><![CDATA[<p align="left"><a href="http://blog.naxsoft.com/wp-content/uploads/2008/08/chat.png" title="chat.png"><img src="http://blog.naxsoft.com/wp-content/uploads/2008/08/chat.thumbnail.png" alt="chat.png" /></a>Using IM to start/stop remote services and run and capture application with jabber client like google talk is easy, here is a very simple application I wrote to control my TODO application. <a href="http://github.com/igouss/todo_jabber_server/tree/master/todo_jabber_server.groovy">Source code</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.naxsoft.com/archives/544/using-instance-messager-to-control-remote-computer/feed</wfw:commentRss>
		</item>
		<item>
		<title>Git branch in Vim tabline</title>
		<link>http://blog.naxsoft.com/archives/542/git-branch-in-vim-tabline</link>
		<comments>http://blog.naxsoft.com/archives/542/git-branch-in-vim-tabline#comments</comments>
		<pubDate>Mon, 25 Aug 2008 02:18:56 +0000</pubDate>
		<dc:creator>elendal</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.naxsoft.com/archives/542/git-branch-in-vim-tabline</guid>
		<description><![CDATA[Vim is an ultimate editor:
http://github.com/igouss/dotfiles/commit/30e34fafa188f58189357f884f2712422be6853a#diff-1
Shame that I can&#8217;t really program it.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.naxsoft.com/wp-content/uploads/2008/08/vim.png" title="vim.png"><img src="http://blog.naxsoft.com/wp-content/uploads/2008/08/vim.thumbnail.png" alt="vim.png" align="right" /></a>Vim is an ultimate editor:</p>
<p><a href="http://github.com/igouss/dotfiles/commit/30e34fafa188f58189357f884f2712422be6853a#diff-1">http://github.com/igouss/dotfiles/commit/30e34fafa188f58189357f884f2712422be6853a#diff-1</a></p>
<p>Shame that I can&#8217;t really program it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.naxsoft.com/archives/542/git-branch-in-vim-tabline/feed</wfw:commentRss>
		</item>
		<item>
		<title>Billing</title>
		<link>http://blog.naxsoft.com/archives/541/billing</link>
		<comments>http://blog.naxsoft.com/archives/541/billing#comments</comments>
		<pubDate>Tue, 19 Aug 2008 16:54:12 +0000</pubDate>
		<dc:creator>elendal</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.naxsoft.com/archives/541/billing</guid>
		<description><![CDATA[The second most rewarding part of the consulting is billing ;-) I use freshbooks.com, it&#8217;s easy to use and very convenient for me and my clients.

Send an invoise in email, PDF or regular mail ($1.39)
Send bills for fixed price project, per-hour, recurring or one-time.
You have and access to all your billing history

]]></description>
			<content:encoded><![CDATA[<p>The second most rewarding part of the consulting is billing ;-) I use <a href="https://www.freshbooks.com/subscribe.php?ref=ee5320b280935-1">freshbooks.com</a>, it&#8217;s easy to use and very convenient for me and my clients.</p>
<ul>
<li>Send an invoise in email, PDF or regular mail ($1.39)</li>
<li>Send bills for fixed price project, per-hour, recurring or one-time.</li>
<li>You have and access to all your billing history</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.naxsoft.com/archives/541/billing/feed</wfw:commentRss>
		</item>
		<item>
		<title>.net project reflections</title>
		<link>http://blog.naxsoft.com/archives/540/net-project-reflections</link>
		<comments>http://blog.naxsoft.com/archives/540/net-project-reflections#comments</comments>
		<pubDate>Tue, 19 Aug 2008 04:48:56 +0000</pubDate>
		<dc:creator>elendal</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.naxsoft.com/archives/540/net-project-reflections</guid>
		<description><![CDATA[We finished the active project development phase and its is now in maintenance mode, so for future reference, here are the tools we used.

Visual Studio

Good IDE, not as good as Intellij IDEA but pleasure to code with IntelliJ resharper plugin.
(Some people also used VisualSVN plugin  with it, but it has some bugs in it.)


Resharper

Plugin for [...]]]></description>
			<content:encoded><![CDATA[<p>We finished the active project development phase and its is now in maintenance mode, so for future reference, here are the tools we used.</p>
<ul>
<li>Visual Studio
<ul>
<li>Good IDE, not as good as Intellij IDEA but pleasure to code with IntelliJ resharper plugin.</li>
<li>(Some people also used VisualSVN plugin  with it, but it has some bugs in it.)</li>
</ul>
</li>
<li>Resharper
<ul>
<li>Plugin for VS 2008. Provides IDEA shortcuts, code analysis, excellent refactoring support, test runner and much more. Worth the price.</li>
</ul>
</li>
<li>Teamcity
<ul>
<li>Continuous integration server. Build agents can on different computers, reports, VS2008 and Windows integration. Can be used to build any type of software (java + ant, .net with nant or msbuild etc). Free for most projects. Try it and use it.</li>
</ul>
</li>
<li>NAnt + msbuild
<ul>
<li>call msbuild generated by VS2008 to compile the project and the rest is coded in nant. Does not have some essential tasks, like string replacement in file, but easy to write one when needed.</li>
</ul>
</li>
<li>Subversion + TortoiseSVN
<ul>
<li>The more I use subversion, the less I like it. I would really like to have local commit, less directory pollution, better merging, and faster common operations.</li>
</ul>
</li>
<li>CommitMonitor
<ul>
<li>Tool to monitor and review team commits</li>
</ul>
</li>
<li>MS SQL Server + SQL Server Management Studio</li>
<li>NVelovity + Castle Monorail
<ul>
<li>much better then ASP.net</li>
</ul>
</li>
<li>ExtJS
<ul>
<li>Javascript UI and Ajax library. We designed very complex UI with it. Some screens are slow to load.</li>
</ul>
</li>
<li>ASComm PLC Driver.</li>
<li>eVision pattern matcher
<ul>
<li>Used it in a factory and in a warehouse and it works well in changing lighting coditions. Most of the time it has 99% success rate.</li>
</ul>
</li>
<li>Newton JSON</li>
<li>NUnit</li>
<li>Rhino Mocks
<ul>
<li>initially i tried to use it, but we moved toward integration tests. (now it takes ~1 hour to run them)</li>
</ul>
</li>
<li>Quartz</li>
<li>Firebug</li>
<li>Castle ActiveRecord
<ul>
<li>Really convenient, but sooner or later we will have to optimise the queries it generates by default.</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.naxsoft.com/archives/540/net-project-reflections/feed</wfw:commentRss>
		</item>
		<item>
		<title>By popular demand</title>
		<link>http://blog.naxsoft.com/archives/539/by-popular-demand</link>
		<comments>http://blog.naxsoft.com/archives/539/by-popular-demand#comments</comments>
		<pubDate>Sun, 17 Aug 2008 09:03:15 +0000</pubDate>
		<dc:creator>elendal</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.naxsoft.com/archives/539/by-popular-demand</guid>
		<description><![CDATA[When conducting interview of my blog&#8217;s audience, I found that nobody cares what I write as long as I write often. This post is here for this reason only.
]]></description>
			<content:encoded><![CDATA[<p>When conducting interview of my blog&#8217;s audience, I found that nobody cares what I write as long as I write often. This post is here for this reason only.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.naxsoft.com/archives/539/by-popular-demand/feed</wfw:commentRss>
		</item>
		<item>
		<title>War</title>
		<link>http://blog.naxsoft.com/archives/538/war</link>
		<comments>http://blog.naxsoft.com/archives/538/war#comments</comments>
		<pubDate>Mon, 11 Aug 2008 00:07:21 +0000</pubDate>
		<dc:creator>elendal</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.naxsoft.com/archives/538/war</guid>
		<description><![CDATA[there is a lot of propaganda from both sides, so if you want to check russian side and form an opinion check http://russianonline.tv/index.php?newsid=15 right now they are showing damage done to the city by georgian army
(http://therealnews.com/t/index.php?option=com_content&#38;task=view&#38;id=31&#38;Itemid=74&#38;jumival=2042&#38;updaterx=2008-08-12+12%3A32%3A04 good video)
]]></description>
			<content:encoded><![CDATA[<p>there is a lot of propaganda from both sides, so if you want to check russian side and form an opinion check http://russianonline.tv/index.php?newsid=15 right now they are showing damage done to the city by georgian army</p>
<p>(<a href="http://therealnews.com/t/index.php?option=com_content&amp;task=view&amp;id=31&amp;Itemid=74&amp;jumival=2042&amp;updaterx=2008-08-12+12%3A32%3A04">http://therealnews.com/t/index.php?option=com_content&amp;task=view&amp;id=31&amp;Itemid=74&amp;jumival=2042&amp;updaterx=2008-08-12+12%3A32%3A04</a> good video)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.naxsoft.com/archives/538/war/feed</wfw:commentRss>
		</item>
		<item>
		<title>Russia joins South Ossetian war</title>
		<link>http://blog.naxsoft.com/archives/536/russia-joins-south-ossetian-war</link>
		<comments>http://blog.naxsoft.com/archives/536/russia-joins-south-ossetian-war#comments</comments>
		<pubDate>Fri, 08 Aug 2008 20:38:24 +0000</pubDate>
		<dc:creator>elendal</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.naxsoft.com/archives/536/russia-joins-south-ossetian-war</guid>
		<description><![CDATA[Small border conflict escalated into a war between Georgia on one side and my idiot country and S.Ossetia on another. Why the fuck did they started it??  http://en.wikinews.org/wiki/Russia_joins_South_Ossetian_war
Good thing that few years ago they both contries decreased numbed of soldiers in compulsory service so at least most of the soldiers involved will be professional military [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.naxsoft.com/wp-content/uploads/2008/08/mapbig.jpg" title="mapbig.jpg"><img src="http://blog.naxsoft.com/wp-content/uploads/2008/08/mapbig.thumbnail.jpg" alt="mapbig.jpg" align="right" /></a>Small border conflict escalated into a war between <span class="extiw">Georgia on one side and my idiot country and S.Ossetia on another</span>. Why the fuck did they started it??  <a href="http://en.wikinews.org/wiki/Russia_joins_South_Ossetian_war">http://en.wikinews.org/wiki/Russia_joins_South_Ossetian_war</a></p>
<p>Good thing that few years ago they both contries decreased numbed of soldiers in compulsory service so at least most of the soldiers involved will be professional military and not regular guys who could not go or failed at university.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.naxsoft.com/archives/536/russia-joins-south-ossetian-war/feed</wfw:commentRss>
		</item>
		<item>
		<title>Oh my god, two more years!!!</title>
		<link>http://blog.naxsoft.com/archives/535/oh-my-god-two-more-years</link>
		<comments>http://blog.naxsoft.com/archives/535/oh-my-god-two-more-years#comments</comments>
		<pubDate>Thu, 10 Jul 2008 22:14:40 +0000</pubDate>
		<dc:creator>elendal</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.naxsoft.com/archives/535/oh-my-god-two-more-years</guid>
		<description><![CDATA[July 10, 2008
Dear Mr. Goussev:
On behalf of the Faculty of Engineering and Computer Science, I am pleased to inform you that after careful assessment of your application, you have been granted admission to the Graduate Master of Applied Computer Science program in Concordia University, as a full-time student for the term beginning September 2008. Please [...]]]></description>
			<content:encoded><![CDATA[<p>July 10, 2008</p>
<p>Dear Mr. Goussev:</p>
<p>On behalf of the Faculty of Engineering and Computer Science, I am pleased to inform you that after careful assessment of your application, you have been granted admission to the Graduate Master of Applied Computer Science program in Concordia University, as a full-time student for the term beginning September 2008. Please accept my congratulations on your successful application.</p>
<p>Additional information about the program to which you have been admitted and any conditions that apply to your admission will be found on the attached Offer of Admission.</p>
<p>I take this opportunity to welcome you to Concordia University and wish you every success in your studies. If you have any questions, or wish to discuss your acceptance, please do not hesitate to contact one of the department or faculty advisors (contact information located on page 2).</p>
<p>Given your achievements, potential and academic intent, the Faculty believes that your academic interests will be well served by this program. I send you my very best wishes for success in your graduate studies.<br />
Yours sincerely,<br />
Professor and Associate Dean, Graduate Studies and Research</p>
<p>July 10, 2008<br />
Offer of Admission</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.naxsoft.com/archives/535/oh-my-god-two-more-years/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
