<?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>Atomic Playboy&#187; EVE Online</title>
	<atom:link href="http://atomicplayboy.net/blog/tag/eve-online/feed/" rel="self" type="application/rss+xml" />
	<link>http://atomicplayboy.net</link>
	<description>All hail the mushroom cloud</description>
	<lastBuildDate>Tue, 08 May 2012 13:19:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Synergy</title>
		<link>http://atomicplayboy.net/blog/2004/12/18/synergy/</link>
		<comments>http://atomicplayboy.net/blog/2004/12/18/synergy/#comments</comments>
		<pubDate>Sat, 18 Dec 2004 22:31:38 +0000</pubDate>
		<dc:creator>Johan Svensson</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[EVE Online]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://atomicplayboy.net/blog/2004/12/18/synergy/</guid>
		<description><![CDATA[Synergy is a very useful little application. It allows you to share a mouse and keyboard between several computers over a network, and even share the clipboard between them. Works for Windows, OS X and Unix (X). This is great when I play Eve Online &#8212; it works just fine for games that have a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://synergy2.sourceforge.net/">Synergy</a> is a very useful little application. It allows you to share a mouse and keyboard between several computers over a network, and even share the clipboard between them. Works for Windows, OS X and Unix (X).</p>

<p>This is great when I play <a href="http://www.eve-online.com/">Eve Online</a> &#8212; it works just fine for games that have a mouse pointer. Games without a mouse pointer (such as the typical first-person shooter) keep control of the mouse on the computer it&#8217;s played on.</p>

<p>This is a very nice setup. I usually have my laptop next to the desktop monitor when playing Eve, to keep an eye on <span class="caps"><span class="caps">IRC </span></span>activity and post on <a href="http://www.penny-arcade.com/forums/">the forums</a>.</p>

<p>One computer is set up as a server &#8212; this is the one that has the mouse/keyboard to be shared with the other computers. The others then start Synergy in client mode and connect to the server. Very easy.</p>

<p>No hassle with ports and IP addresses either; the server selects a name for itself and the clients, and then you configure the layout of the screens to decide what display the mouse should move to when it reaches the edge of that screen.</p>

<p>The clients just need a client name and a server name to connect to. Then you&#8217;re up and running.</p><script src="http://feeds.feedburner.com/~s/AtomicPlayboy?i=http://atomicplayboy.net/blog/2004/12/18/synergy/" type="text/javascript" charset="utf-8"></script>]]></content:encoded>
			<wfw:commentRss>http://atomicplayboy.net/blog/2004/12/18/synergy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Living wireless</title>
		<link>http://atomicplayboy.net/blog/2004/10/07/living-wireless/</link>
		<comments>http://atomicplayboy.net/blog/2004/10/07/living-wireless/#comments</comments>
		<pubDate>Thu, 07 Oct 2004 00:49:59 +0000</pubDate>
		<dc:creator>Johan Svensson</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[EVE Online]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://atomicplayboy.net/blog/2004/10/07/living-wireless/</guid>
		<description><![CDATA[I bought myself a wireless Netgear PC Card the other day. I&#8217;ve barely used the stationary computer since then, except for playing some EVE. Freedom! I can move my laptop wherever I want! No trailing network cable! At least for 90 minutes or so, then I need to recharge the battery. Not exactly a stellar [...]]]></description>
			<content:encoded><![CDATA[<p>I bought myself a wireless Netgear PC Card the other day. I&#8217;ve barely used the stationary computer since then, except for playing some <a href="http://www.eve-online.com/"><span class="caps"><span class="caps">EVE</span></span></a>.</p>

<p>Freedom! I can move my laptop wherever I want! No trailing network cable! At least for 90 minutes or so, then I need to recharge the battery. Not exactly a stellar battery time, but I&#8217;m not really intending to use the laptop &#8220;on the go&#8221; anyway.</p>

<p>I also spotted three other networks in the vicinity, all of them without protection, and one who has enough sense to both use <span class="caps"><span class="caps">WEP </span></span>and not announce his network. (Not that this stops me from finding it.)</p>

<p>Right now I&#8217;m in bed, and the only wire connected to my laptop is the one from my headphones.</p>

<p>One slight problem, now solved, was how to organize my music on the laptop. When my stationary computer is running, I can play all my music via the shared playlists in iTunes.</p>

<p>Copying my music to the laptop to play when I&#8217;m not at home isn&#8217;t a problem, but keeping it organized was. So I had a look at rsync.</p>

<p>rsync isn&#8217;t new to people who have some Unix experience. It&#8217;s an application to copy stuff from location A to location B, where A or B doesn&#8217;t necessarily have to be the computer you&#8217;re running rsync on.</p>

<p>I&#8217;ve used it quite a lot in Linux environments, but now I had to run it in Windows. <a href="http://www.cygwin.com/">Cygwin</a> to the rescue!</p>

<p>Cygwin is essentially a Unix environment in Windows, with all the familiar shells and command line applications ported to Windows.</p>

<p>I only need to sync from the file server, running Linux, to my laptop, so there&#8217;s no need for an rsync service on the laptop. If you&#8217;re interested in that, <a href="http://www.gaztronics.net/rsync.php">here&#8217;s a good guide</a>.</p>

<p>I have a batch file with the following command in it:</p>

<blockquote><p><kbd>rsync -rtv -e ssh &#8211;stats &#8211;modify-window=1 &#8211;delete &#8211;progress echo@192.168.0.3:/mnt/data/Music/Albums/ /cygdrive/d/Albums</kbd></p></blockquote>

<p>This will recursively copy everything in <code>/mnt/data/Music/Albums/</code> on the file server to <code>D:Albums</code> on the laptop. Cygwin uses a pseudo-directory for different drives in Windows: <code>/cygdrive/d/</code> equals D:.</p>

<p>The <code>--delete</code> flag removes any file on the destination that doesn&#8217;t exist on the source; so if I remove something from the file server, it gets deleted on the laptop as well the next time I run rsync.</p>

<p><strong>Update:</strong> I had some problems with rsync checking every single file, despite them matching on the file server and the laptop. After reading the rsync man page, I found that Windows doesn&#8217;t store file dates with the same precision as Linux, so rsync saw them as possibly different due to the time difference and had to check them. Adding <code>--modify-window=1</code> as an option to the rsync command solved this.</p>

<p>The command above has been updated to reflect my new settings.</p><script src="http://feeds.feedburner.com/~s/AtomicPlayboy?i=http://atomicplayboy.net/blog/2004/10/07/living-wireless/" type="text/javascript" charset="utf-8"></script>]]></content:encoded>
			<wfw:commentRss>http://atomicplayboy.net/blog/2004/10/07/living-wireless/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ugh</title>
		<link>http://atomicplayboy.net/blog/2004/09/16/ugh/</link>
		<comments>http://atomicplayboy.net/blog/2004/09/16/ugh/#comments</comments>
		<pubDate>Thu, 16 Sep 2004 01:02:00 +0000</pubDate>
		<dc:creator>Johan Svensson</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Atomic Playboy]]></category>
		<category><![CDATA[EVE Online]]></category>
		<category><![CDATA[school]]></category>

		<guid isPermaLink="false">http://atomicplayboy.net/blog/2004/09/16/ugh/</guid>
		<description><![CDATA[My site is in a severe state of disarray and neglect. Lots to do in school (ADO.NET and datagrids, oh my), not really much to do outside of school but time still disappears into a black hole. That may have something to do with the fact that I started playing a MMORPG. EVE Online is [...]]]></description>
			<content:encoded><![CDATA[<p>My site is in a severe state of disarray and neglect. Lots to do in school (ADO.NET and datagrids, oh my), not really much to do outside of school but time still disappears into a black hole.</p>

<p>That may have something to do with the fact that I started playing a <acronym title="Massive Multiplayer Online Role Playing Game"><span class="caps">MMORPG</span></acronym>. <a href="http://www.eve-online.com/"><span class="caps"><span class="caps">EVE</span></span> Online</a> is a major timesink. It&#8217;s not an obsession (&#8221;I can quit anytime I want!&#8221;) yet, though. But it still manages to be quite the timesink. More on <span class="caps"><span class="caps">EVE </span></span>in a later entry.</p>

<p>I haven&#8217;t made any announcement about it yet, but if you&#8217;ve visited the site outside of your news aggregator of choice, you have probably noticed the domain switch.</p>

<blockquote><p>The bomb will not start a chain reaction in the water, converting it all to gas and letting all the ships on all the oceans drop down to the bottom. It will not  blow out the bottom of the sea and let all the water run down the hole. It will not destroy gravity. I am not an atomic playboy. <cite>Vice Admiral William P. Blandy, Commander of Operation Crossroads</cite></p></blockquote>

<p>I&#8217;ve had &#8220;I am not an atomic playboy!&#8221; as my <span class="caps"><span class="caps">IRC </span></span>name (not nickname) for years and years. I heard the quote as a sample in song by Purple Motion and Skaven, made for the now classic demo Second Reality.</p>

<p>I didn&#8217;t really think much about it, but I stumbled upon the quote again the other day. And then it clicked: that would be a perfect domain name! Lo and behold, it was available as well.</p>

<p>I will have an easier time establishing a visual identity for the phrase &#8220;atomic playboy&#8221; than for &#8220;frozen skies.&#8221; So effective some days ago, atomicplayboy.net is the new domain around here.</p>

<p>Thanks to some <span class="caps"><span class="caps">DNS </span></span>magic, any request to the old domain will be transparently redirected to the new domain. I&#8217;d appreciate it if you changed any links here to the new domain, though.</p><script src="http://feeds.feedburner.com/~s/AtomicPlayboy?i=http://atomicplayboy.net/blog/2004/09/16/ugh/" type="text/javascript" charset="utf-8"></script>]]></content:encoded>
			<wfw:commentRss>http://atomicplayboy.net/blog/2004/09/16/ugh/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: atomicplayboy.net @ 2012-05-24 11:51:19 -->
