<?xml version="1.0" encoding="iso-8859-1"?><!-- generator="b2evolution/3.3.3" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>The world of Arlene and Joachim Pileborg</title>
		<link>http://pileborg.org/blog5.php</link>
		<atom:link rel="self" type="application/rss+xml" href="http://pileborg.org/blog5.php?tempskin=_rss2" />
		<description>Information about Arlene and Joachim Pileborg</description>
		<language>en-US 2</language>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=3.3.3"/>
		<ttl>60</ttl>
				<item>
			<title>I'm working again</title>
			<link>http://pileborg.org/blog5.php/2010/08/24/i-m-working-again</link>
			<pubDate>Tue, 24 Aug 2010 12:33:47 +0000</pubDate>			<dc:creator>arrow</dc:creator>
			<category domain="main">Uncategorized</category>			<guid isPermaLink="false">37@http://pileborg.org/</guid>
						<description>&lt;p&gt;As usual, I'm all to quiet, and very bad at updating my little blog. However, a couple of weeks back something nice happened, and I simply have to write about it!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://pileborg.org/blog5.php/2010/08/24/i-m-working-again#more37&quot;&gt;Read more &amp;raquo;&lt;/a&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://pileborg.org/blog5.php/2010/08/24/i-m-working-again&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>As usual, I'm all to quiet, and very bad at updating my little blog. However, a couple of weeks back something nice happened, and I simply have to write about it!</p>
<p><a href="http://pileborg.org/blog5.php/2010/08/24/i-m-working-again#more37">Read more &raquo;</a><div class="item_footer"><p><small><a href="http://pileborg.org/blog5.php/2010/08/24/i-m-working-again">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://pileborg.org/blog5.php/2010/08/24/i-m-working-again#comments</comments>
			<wfw:commentRss>http://pileborg.org/blog5.php?tempskin=_rss2&#38;disp=comments&#38;p=37</wfw:commentRss>
		</item>
				<item>
			<title>Visual Studio 2010 hang in VirtualBox</title>
			<link>http://pileborg.org/blog5.php/2010/06/24/visual-studio-2010-hang-in-virtualbox</link>
			<pubDate>Thu, 24 Jun 2010 06:21:10 +0000</pubDate>			<dc:creator>arrow</dc:creator>
			<category domain="main">Programming</category>			<guid isPermaLink="false">35@http://pileborg.org/</guid>
						<description>&lt;p&gt;For several days I have been trying to get Visual Studio 2010 working in VirtualBox. The symptoms were that the GUI hanged on start, but the actual application responded to events like resizing, moving and closing. A hint for the solution was found at &lt;a href=&quot;http://stackoverflow.com/questions/2366507/visual-studio-slow-in-virtualbox&quot;&gt;this article&lt;/a&gt; on Stack Overflow.&lt;/p&gt;
&lt;p&gt;It turns out that I had to disable the 3D-acceleration in the virtual machine. After that, everything works as it should.&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://pileborg.org/blog5.php/2010/06/24/visual-studio-2010-hang-in-virtualbox&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>For several days I have been trying to get Visual Studio 2010 working in VirtualBox. The symptoms were that the GUI hanged on start, but the actual application responded to events like resizing, moving and closing. A hint for the solution was found at <a href="http://stackoverflow.com/questions/2366507/visual-studio-slow-in-virtualbox">this article</a> on Stack Overflow.</p>
<p>It turns out that I had to disable the 3D-acceleration in the virtual machine. After that, everything works as it should.</p><div class="item_footer"><p><small><a href="http://pileborg.org/blog5.php/2010/06/24/visual-studio-2010-hang-in-virtualbox">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://pileborg.org/blog5.php/2010/06/24/visual-studio-2010-hang-in-virtualbox#comments</comments>
			<wfw:commentRss>http://pileborg.org/blog5.php?tempskin=_rss2&#38;disp=comments&#38;p=35</wfw:commentRss>
		</item>
				<item>
			<title>Unicode, UTF-8 and wchar_t in C++</title>
			<link>http://pileborg.org/blog5.php/2010/06/13/unicode-utf-8-and-wchar_t</link>
			<pubDate>Sun, 13 Jun 2010 02:56:06 +0000</pubDate>			<dc:creator>arrow</dc:creator>
			<category domain="main">Programming</category>			<guid isPermaLink="false">34@http://pileborg.org/</guid>
						<description>&lt;p&gt;The last few days I have tried to make sense of Unicode and how to handle files stored in UTF-8. After some major headscratching I think I figured it out.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://pileborg.org/blog5.php/2010/06/13/unicode-utf-8-and-wchar_t#more34&quot;&gt;Read more &amp;raquo;&lt;/a&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://pileborg.org/blog5.php/2010/06/13/unicode-utf-8-and-wchar_t&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>The last few days I have tried to make sense of Unicode and how to handle files stored in UTF-8. After some major headscratching I think I figured it out.</p>
<p><a href="http://pileborg.org/blog5.php/2010/06/13/unicode-utf-8-and-wchar_t#more34">Read more &raquo;</a><div class="item_footer"><p><small><a href="http://pileborg.org/blog5.php/2010/06/13/unicode-utf-8-and-wchar_t">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://pileborg.org/blog5.php/2010/06/13/unicode-utf-8-and-wchar_t#comments</comments>
			<wfw:commentRss>http://pileborg.org/blog5.php?tempskin=_rss2&#38;disp=comments&#38;p=34</wfw:commentRss>
		</item>
				<item>
			<title>Reset</title>
			<link>http://pileborg.org/blog5.php/2010/06/13/reset</link>
			<pubDate>Sun, 13 Jun 2010 00:38:56 +0000</pubDate>			<dc:creator>admin</dc:creator>
			<category domain="main">Uncategorized</category>			<guid isPermaLink="false">32@http://pileborg.org/</guid>
						<description>&lt;p&gt;If there is anyone who has checked this blog a couple of time, they will notice that the contents hav now been reset. It seems that the database of the blog, or something else, had been corrupted. So here we are again, trying one more time.&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://pileborg.org/blog5.php/2010/06/13/reset&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>If there is anyone who has checked this blog a couple of time, they will notice that the contents hav now been reset. It seems that the database of the blog, or something else, had been corrupted. So here we are again, trying one more time.</p><div class="item_footer"><p><small><a href="http://pileborg.org/blog5.php/2010/06/13/reset">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://pileborg.org/blog5.php/2010/06/13/reset#comments</comments>
			<wfw:commentRss>http://pileborg.org/blog5.php?tempskin=_rss2&#38;disp=comments&#38;p=32</wfw:commentRss>
		</item>
			</channel>
</rss>
