<?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>The Core Worlds &#187; Technology</title>
	<atom:link href="http://www.thecoreworlds.net/blog/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thecoreworlds.net/blog</link>
	<description>Sci-Fi, Fantasy and Gaming</description>
	<lastBuildDate>Tue, 24 Aug 2010 19:56:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>What would you use to RPG online?</title>
		<link>http://www.thecoreworlds.net/blog/2009/01/what-would-you-use-to-rpg-online/</link>
		<comments>http://www.thecoreworlds.net/blog/2009/01/what-would-you-use-to-rpg-online/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 19:21:57 +0000</pubDate>
		<dc:creator>David Dorward</dc:creator>
				<category><![CDATA[Gaming in general]]></category>
		<category><![CDATA[RPG]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.thecoreworlds.net/blog/?p=65</guid>
		<description><![CDATA[I have a couple of friends who live in interesting places far, far away from civilisation (i.e. London) and manage to get less gaming in then their taste would like. I&#8217;ve been looking around for software to run an online &#8230; <a href="http://www.thecoreworlds.net/blog/2009/01/what-would-you-use-to-rpg-online/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have a couple of friends who live in interesting places far, far away from civilisation (i.e. London) and manage to get less gaming in then their taste would like.</p>
<p>I&#8217;ve been looking around for software to run an online game, mostly focusing on video conferencing software. My efforts haven&#8217;t been all that fruitful though, every time I find something that looks suitable, it turns out to need a monthly fee to unlock essential features (such as supporting more then three people in the call).</p>
<p>So, since I think a few people are actually reading this blog now (thanks to <a href="http://www.rpgbloggers.com/">RPG Bloggers</a>), I thought I&#8217;d ask the community.</p>
<p>I think voice support is essential, as is support for at least five people. Video would be nice. A whiteboard, file sharing and dice rolling would be bonuses. I&#8217;d like to avoid paying money, but would be less annoyed by a one-off fee then something recurring. That said, if something is good and has a monthly fee, don&#8217;t be afraid to mention it.</p>
<p>What can you recommend? (Comments below please!). Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thecoreworlds.net/blog/2009/01/what-would-you-use-to-rpg-online/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Space is big, and this Subsector is empty</title>
		<link>http://www.thecoreworlds.net/blog/2008/12/subsector/</link>
		<comments>http://www.thecoreworlds.net/blog/2008/12/subsector/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 23:12:19 +0000</pubDate>
		<dc:creator>David Dorward</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Traveller]]></category>
		<category><![CDATA[World Building]]></category>

		<guid isPermaLink="false">http://www.thecoreworlds.net/blog/?p=61</guid>
		<description><![CDATA[A few hours ago, I was unfortunate enough to be in a conversation which included this little gem (or something closely resembling it): &#8220;I need to set up a Wiki or something&#8221;, said Jim, &#8220;D&#38;D dungeon crawls are simple enough, &#8230; <a href="http://www.thecoreworlds.net/blog/2008/12/subsector/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A few hours ago, I was unfortunate enough to be in a conversation which included this little gem (or something closely resembling it):</p>
<p>&#8220;I need to set up a Wiki or something&#8221;, said <a href="http://ltcmdrjim.livejournal.com/">Jim</a>, &#8220;D&amp;D dungeon crawls are simple enough, but in Traveller there&#8217;s a lot more information to keep track of.&#8221;</p>
<p>I managed to resist for a whole three hours before I pushed aside the project I was working on (I&#8217;d hit a speed bump, and was looking for an excuse to procrastinate, that&#8217;s the joy of personal projects with no deadlines).</p>
<p>So, a system to track information about a Traveller campaign. Clearly, a subsector or two is going to be a key point of this, so we&#8217;ll have to represent that somehow (yes, let&#8217;s run directly to the output for the system). There&#8217;s a lovely standard map for these, so producing something similar shouldn&#8217;t be too difficult.</p>
<p>By trade, I&#8217;m a web developer, and two hours ago I knew next to nothing about dynamically producing graphics (so all systems were equal as far as learning enough to get going was concerned). The standard subsector map lends itself to vector formats, so SVG was the logical choice.</p>
<p>An hour later, and I&#8217;ve picked out enough from the specification to write a <a href="http://github.com/dorward/subsector/tree/master/generate_subsector.pl">Perl script</a> to generate <a href="http://www.thecoreworlds.net/traveller/subsector/maps/blank.svg">an 8&#215;10 hex grid with coordinates</a>. You&#8217;ll need a browser capable of rendering SVG (which is pretty much anything except Microsoft Internet Explorer (which is years behind its competitors in everything but market share)) or a stand-alone program such as <a href="http://www.inkscape.org/">Inkscape</a>.</p>
<p>I have plans for this (which include a nice database and lots of JavaScript), some of which might even make it to fruitition. I&#8217;m not holding out hope of finding a great deal of time for those plans, so I&#8217;ll publish what I do have (including the <a href="http://github.com/dorward/subsector/tree/master">source code</a>) and hope that you find it useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thecoreworlds.net/blog/2008/12/subsector/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>TwitterRPG</title>
		<link>http://www.thecoreworlds.net/blog/2008/09/twitterrpg/</link>
		<comments>http://www.thecoreworlds.net/blog/2008/09/twitterrpg/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 11:28:48 +0000</pubDate>
		<dc:creator>David Dorward</dc:creator>
				<category><![CDATA[D&D]]></category>
		<category><![CDATA[RPG]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[4e]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.thecoreworlds.net/blog/?p=49</guid>
		<description><![CDATA[Tiny Adventures has been keeping some people rather busy on Facebook lately, but there is tiny, and there is tiny, and I think I might be partially to blame for the latter. As far as I can tell (any errors &#8230; <a href="http://www.thecoreworlds.net/blog/2008/09/twitterrpg/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dungeonmastering.com/dd-links/tiny-adventures">Tiny Adventures</a> has been keeping some people rather busy on Facebook lately, but there is tiny, and there is <strong>tiny</strong>, and I think I might be partially to blame for the latter.</p>
<p>As far as I can tell (any errors are my own, feel free to send me corrections), the time line went something like this:</p>
<p>It all started last night during a game of 4e when the resident <em>Dwarf</em> Fighter swung his warhammer at a goblin and hit the wall instead. (Or, in mechanical terms, when <cite id="jim"><a href="http://ltcmdrjim.livejournal.com/">Jim</a></cite> rolled a 1). It wasn&#8217;t surprising that he was a little unhappy about this, and exclaimed:</p>
<blockquote cite="#jim"><p>Stupid short things</p></blockquote>
<p>… which I found amusing enough to <a href="http://twitter.com/dorward/statuses/908546254">repeat in public</a>.</p>
<p>Despite the lack of context, someone enjoyed it enough to <a title="&quot;Bah, clumsy oaf!&quot; said the halfling " href="http://twitter.com/ShyTrbleMaker/statuses/908551575">respond</a>, and then had <cite id="idea"><a href="http://twitter.com/ShyTrbleMaker/statuses/908568954">an idea</a></cite>.</p>
<blockquote cite="#idea"><p>@<a href="http://twitter.com/chattydm">chattydm</a> Did you see what @<a href="http://twitter.com/dorward">dorward</a> said? Could you not oh great DM come up with a twitteresque world for us to game in?</p></blockquote>
<p>… and after a little more discussion — <a href="http://chattydm.net/twitter-dd-campaign/">he does</a>. I&#8217;ll be watching with interest.</p>
<p>(On an entirely seperate note, this is my inaugural post to <a href="http://www.rpgbloggers.com/">RPG Bloggers</a>, so thanks for welcoming me to the community!)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thecoreworlds.net/blog/2008/09/twitterrpg/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>eBooks &#8211; with DRM from Amazon and without from Baen</title>
		<link>http://www.thecoreworlds.net/blog/2007/11/ebooks-with-drm-from-amazon-and-without-from-baen/</link>
		<comments>http://www.thecoreworlds.net/blog/2007/11/ebooks-with-drm-from-amazon-and-without-from-baen/#comments</comments>
		<pubDate>Tue, 20 Nov 2007 15:51:08 +0000</pubDate>
		<dc:creator>David Dorward</dc:creator>
				<category><![CDATA[Science Fiction]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[1632]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[drm]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[reading]]></category>
		<category><![CDATA[sf]]></category>

		<guid isPermaLink="false">http://www.thecoreworlds.net/blog/2007/11/ebooks-with-drm-from-amazon-and-without-from-baen/</guid>
		<description><![CDATA[eBooks, a subject a little more techy then I usually post here, but I think there is sufficient SF to justify a mention on The Core Worlds, and I have annoying hoops to jump through to post on my other &#8230; <a href="http://www.thecoreworlds.net/blog/2007/11/ebooks-with-drm-from-amazon-and-without-from-baen/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>eBooks, a subject a little more techy then I usually post here, but I think there is sufficient SF to justify a mention on <a href="http://thecoreworlds.net/">The Core Worlds</a>, and I have annoying hoops to jump through to post on my other blog due to personal life issues getting in the way of having my staging server connected to the Internet.</p>
<p><a href="http://flickr.com/photos/dorward/1027815869/"><img src="http://farm2.static.flickr.com/1356/1027815869_346091718e_m.jpg" alt="Nokia 770 on Flickr" style="margin: 0.5em; float: right" height="180" width="240" /></a></p>
<p>Amazon have just released their new eBook reader, and it isn&#8217;t as good as one might hope.</p>
<p>It costs a (relative) fortune and is heavily laden down with <a href="http://defectivebydesign.org/">DRM</a>, <a href="http://diveintomark.org/archives/2007/11/19/the-future-of-reading" title="The Future of Reading (A Play in Six Acts)">an issue which Mark covers</a> in some detail (including some nice references to a couple of works of SF &#8211; see, I said it would be on topic for this blog).</p>
<p>I&#8217;ve been reading eBooks, on and off, for several years. Previously on my trusty old Palm OS machines, and more recently on a Nokia 770. My main source of material has been the <a href="http://www.baen.com/library/">Baen Free Library</a>, which has a hefty collection of sci-fi and fantasy.</p>
<p>Giving away books doesn&#8217;t sound like a way to make much money, but having read a couple of eBooks, I promptly went out and bought as much of the two series they were from in paperback as I could. Another one I ordered for a friend one Christmas.</p>
<p>They might not have made money directly, but they made plenty indirectly, and they didn&#8217;t need DRM to do it.</p>
<p>If you want an eBook reader, then I encourage you to get yourself a Nokie 770, which can be found for under £100 these days, (or one of its successors) and pull some content down from Bean. <a href="http://www.webscription.net/p-379-1632.aspx">1632</a> makes a good starting point.</p>
<p>If you aren&#8217;t interested in eBooks, then you might want to get hold of a paperback copy of 1632 &#8211; it is a very good book.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thecoreworlds.net/blog/2007/11/ebooks-with-drm-from-amazon-and-without-from-baen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
