<?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>DivNull Productions &#187; Meta</title>
	<atom:link href="http://divnull.com/blog/topics/meta/feed/" rel="self" type="application/rss+xml" />
	<link>http://divnull.com/blog</link>
	<description>Undefinable.</description>
	<lastBuildDate>Thu, 02 Feb 2012 18:23:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Theme updated to HTML5</title>
		<link>http://divnull.com/blog/2011/theme-updated-to-html5/</link>
		<comments>http://divnull.com/blog/2011/theme-updated-to-html5/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 03:51:35 +0000</pubDate>
		<dc:creator>wordman</dc:creator>
				<category><![CDATA[Meta]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://divnull.com/blog/?p=503</guid>
		<description><![CDATA[I finally changed this blog&#8217;s theme to some slightly more modern underpinnings, using HTML5 and CSS3. The theme rests on the foundation of the Toolbox theme from Automattic, mashed up with some bits of this site&#8217;s old theme. I also had to add in some hacky crap because Firefox hasn&#8217;t yet learned to fly right [...]]]></description>
			<content:encoded><![CDATA[<p>I finally changed this blog&#8217;s theme to some slightly more modern underpinnings, using <a href="http://diveintohtml5.org/">HTML5</a> and <a href="http://www.css3.info/">CSS3</a>. The theme rests on the foundation of the <a href="http://wordpress.org/extend/themes/toolbox">Toolbox</a> theme from <a href="http://automattic.com/">Automattic</a>, mashed up with some bits of this site&#8217;s old theme. I also had to add in some hacky crap because Firefox hasn&#8217;t yet learned to fly right with some HTML5 tags.</p>
<p>While this theme looks sort of like the old one, it uses far fewer image files to get the same look. The rounded corners, drop shadows and transparent backgrounds are all done with new CSS3 capabilities (or the hacky add-ons that Firefox uses in place of them). Since not all browsers support the new hotness, you might not see either of these. Hopefully you see something that is at least legible in is place. The theme <del datetime="2011-03-09T02:33:54+00:00">looks good</del> appears as I intended it to on Mac versions of Safari, Chrome and Firefox and Linux versions of Firefox. I haven&#8217;t tested it on anything else.</p>
<p>If you spot a problem, let me know.</p>
<img src="http://divnull.com/blog/?ak_action=api_record_view&id=503&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://divnull.com/blog/2011/theme-updated-to-html5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plans</title>
		<link>http://divnull.com/blog/2008/plans/</link>
		<comments>http://divnull.com/blog/2008/plans/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 17:14:34 +0000</pubDate>
		<dc:creator>wordman</dc:creator>
				<category><![CDATA[Meta]]></category>
		<category><![CDATA[Omnihedron]]></category>
		<category><![CDATA[plans]]></category>
		<category><![CDATA[Roll Play]]></category>

		<guid isPermaLink="false">http://divnull.com/blog/?p=22</guid>
		<description><![CDATA[Now seems like a good time to provide an update on where various DivNull &#8220;products&#8221; stand, for the curious. (Feel free to add requests or questions in the comments.) Here&#8217;s what is (or, in some cases, isn&#8217;t) happening: Omnihedron The closest thing DivNull has to a real software product, Omnihedron has been languishing. This is [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-81 icon" title="DivNull" src="http://divnull.com/blog/wp-content/uploads/2008/08/logov1.png" alt="" width="120" height="130" align="right"/>Now seems like a good time to provide an update on where various DivNull &#8220;products&#8221; stand, for the curious. (Feel free to add requests or questions in the comments.) Here&#8217;s what is (or, in some cases, isn&#8217;t) happening:</p>
<h3>Omnihedron</h3>
<p>The closest thing DivNull has to a real software product, <a href="/omnihedron/">Omnihedron</a> has been languishing. This is due to two main factors that happened more or less simultaneously. The first was that Wordman changed jobs into a company that avoided Windows like the plague, so access to and interest in the platform (never high) waned to zero.</p>
<p>At about the same time came the realization that <a href="http://www.wxwidgets.org/">wxWidgets</a>, the cross-platform framework on which Omnihedron is built, wasn&#8217;t going to cut it. While it is a great framework, it has some minor issues that get amplified when applied to Omnihedron. By far the largest of these is a design philosophy which (at least at the time) implemented new features without much concern given to backward compatibility. This essentially meant that to use the framework, if you weren&#8217;t regularly keeping up with the latest changes, your code went stale. Given that development on Omnihedron tended to come in bursts separated by long gaps, this was particularly lethal. For example, on at least two occasions, when work resumed after months of stagnation, the entire system for laying out windows had been apparently deprecated, replaced with some new thing. It could be that Omnihedron just hit this sort of thing at the exact wrong time and wxWidgets is better at this now, but I don&#8217;t know.</p>
<p>This same issue made ports to other platforms, particularly the Mac, slow to catch up to the main branch. Worse, the Mac port was built on Carbon, an API clearly announced to be a dead end. It appears some progress has since been made on a Cocoa version, but even this is not yet ready.</p>
<p>All of this combined with a realization that, while DivNull has decades of professional C++ programming experience, C++ is actually a dumb programming language.</p>
<p>Even so, the intent is to revive Omnihedron &#8220;at some point&#8221;. A new version is certain to be Mac first, and will mostly likely be Mac only (well, maybe an iPhone version). The large stumbling block here is that DivNull doesn&#8217;t have much Cocoa experience, so will be learning.</p>
<h3>Web Software</h3>
<p>DivNull is working on some web software that may or may not see the light of day. Domains for these projects exist, but are being kept secret for the moment. These projects include:</p>
<ul>
<li>A site dedicated to data representation in roleplaying games, built around (but not requiring) a universal scheme for storing both stats and rules. There is a &#8220;philosophy&#8221; which goes with this standard which, after a lot of thinking about it, DivNull thinks is an extremely useful way to think about such data (and also takes the standard beyond the realm of just roleplaying). This site requires a lot of documentation in order to be convincing, which doesn&#8217;t yet exist. It also opens up the possibility for about a dozen other software projects.</li>
<li>Web software (built on <a href="http://cakephp.org/">CakePHP</a>) for creating &#8220;meta-indexes&#8221;. These are documents that collectively index a whole range of books, essentially mixing an index for each of the books together into one large one. The main domain idea is to gather information for a &#8220;family&#8221; of role-playing books, which often have no index at all, though other applications are possible. (This is more exciting than it sounds.) There will also be a site that hosts an instance of this software.</li>
<li>A site for posting detailed travel logs without revealing your identity to the reader. This is more of a pet project, intending to just share travel advice with friends (who would probably know who you are) in a public place, without worrying that information about, say, your family and such would link specifically to you. If you&#8217;d be interested in writing for it, let me know.</li>
</ul>
<h3>Desktops</h3>
<p>Being slightly obsessed with taking photographs of random surfaces for some time, DivNull will probably release a large collection of desktop/texture based art in some fashion, probably using <a href="http://gallery.menalto.com/">Gallery 2</a>. These will likely be released under a <a href="http://creativecommons.org/">Creative Commons license</a>.</p>
<h3>Roll Play Dice Library</h3>
<p><a href="products/software/rollplay">RollPlay</a> exists for two reasons: 1) to define a standard way of representing dice and a parser to read it and 2) to provide much better pseudo-randomization for dice than was available at the time. The latter of these goals is now basically moot, since the standard randomization routines available now are much better than they used to be.</p>
<p>If RollPlay is altered (which it will need to be for Omnihedron to be moved to Cocoa), it will likely be by adding support for other languages, rather than changing much else about it.</p>
<p>And no, it still doesn&#8217;t need to support parentheses.</p>
<h3>Roleplaying</h3>
<p>Most roleplaying work continues to focus on Exalted. A <a href="http://exalted.xi.co.nz/wiki/wiki.pl?WhenAutochthonDreams">collaborative</a> netbook of Exalted artifacts called <cite>When Autochthon Dreams</cite> will be released by the end of the year.</p>
<p>Even while this work continues, DivNull&#8217;s disaffection with Exalted increases. Unless this changes, the collected charm tree project will finish out Second Edition, but will not continue beyond that.</p>
<h3>End of life</h3>
<p>Titles marked as &#8220;final version&#8221; on the <a href="products/software">software</a> page will not be changed or upgraded, but will still be available for download.</p>
<img src="http://divnull.com/blog/?ak_action=api_record_view&id=22&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://divnull.com/blog/2008/plans/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Makeover</title>
		<link>http://divnull.com/blog/2008/makeover/</link>
		<comments>http://divnull.com/blog/2008/makeover/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 12:49:24 +0000</pubDate>
		<dc:creator>wordman</dc:creator>
				<category><![CDATA[Meta]]></category>
		<category><![CDATA[plans]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://divnull.com/blog/?p=76</guid>
		<description><![CDATA[After eight years, the main DivNull site is finally getting a redesign. In addition to a new look, the site is now backed by the leading blogging software. Most importantly, it now supports RSS feeds. In doing this redesign, it was also decided to change names from DivNull Software to DivNull Productions, and to merge [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-81 icon" title="DivNull" src="http://divnull.com/blog/wp-content/uploads/2008/08/logov1.png" alt="" width="120" height="130" align="right"/>After eight years, the main DivNull site is finally getting a redesign. In addition to a new look, the site is now backed by the leading blogging software. Most importantly, it now supports RSS feeds.</p>
<p>In doing this redesign, it was also decided to change names from DivNull Software to DivNull Productions, and to merge the various non-software production we have done all along under the main label. This was done mostly to provide &#8220;one-stop shopping&#8221; for people interested in what we are making these days, but also because the line between what is &#8220;software&#8221; and &#8220;not software&#8221; is blurring so much that the distinction is loosing its meaning.</p>
<p>As much of our &#8220;not software&#8221; work consisted of products for tabletop role-playing games, expect to see more news of such on this page from now on. Announcements will be categorized (see the categories to the right).</p>
<p>We are also actively working on some web-based projects that may or may not see the light of day. If they do, they will likely debut under their own domain names. Even so, this site will still be used to make announcements about them.</p>
<p>Thanks to those of you who have supported DivNull over the years. We hope to make the coming years even better.</p>
<img src="http://divnull.com/blog/?ak_action=api_record_view&id=76&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://divnull.com/blog/2008/makeover/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sixth World transitioned to Sixth World Wiki</title>
		<link>http://divnull.com/blog/2004/sixth-world-transitioned-to-sixth-world-wiki/</link>
		<comments>http://divnull.com/blog/2004/sixth-world-transitioned-to-sixth-world-wiki/#comments</comments>
		<pubDate>Wed, 04 Aug 2004 21:05:39 +0000</pubDate>
		<dc:creator>wordman</dc:creator>
				<category><![CDATA[Meta]]></category>
		<category><![CDATA[Shadowrun]]></category>
		<category><![CDATA[Sixth World]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://divnull.com/blog/?p=13</guid>
		<description><![CDATA[After nearly a decade of maintaining the Sixth World: A geographical index to the world of Shadowrun, DivNull has ceded control of its contents to the Sixth World Wiki project, where they form the foundation of its initial geopolitical content. DivNull wishes the project the best of luck.]]></description>
			<content:encoded><![CDATA[<p><img src="http://rpg.divnull.com/srun/graphics/sixthworld.gif" width="114" height="33" alt="Sixth World" class="icon" align="right"/>After nearly a decade of maintaining the <a href="http://rpg.divnull.com/sixthworld/">Sixth World: A geographical index to the world of Shadowrun</a>, DivNull has ceded control of its contents to the <a href="http://wiki.dumpshock.com/index.php/Main_Page">Sixth World Wiki</a> project, where they form the foundation of its initial <a href="http://wiki.dumpshock.com/index.php/Geopolitical_world">geopolitical content</a>.</p>
<p>DivNull wishes the project the best of luck.</p>
<img src="http://divnull.com/blog/?ak_action=api_record_view&id=13&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://divnull.com/blog/2004/sixth-world-transitioned-to-sixth-world-wiki/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The DivNull Pledge</title>
		<link>http://divnull.com/blog/2001/the-divnull-pledge/</link>
		<comments>http://divnull.com/blog/2001/the-divnull-pledge/#comments</comments>
		<pubDate>Tue, 24 Apr 2001 20:13:14 +0000</pubDate>
		<dc:creator>wordman</dc:creator>
				<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://divnull.com/blog/?p=3</guid>
		<description><![CDATA[DivNull makes the following assertions about its software: No DivNull product will ever use a folder tab control. DivNull code will be free from divide by zero errors. DivNull titles will never use the words &#8220;Super&#8221;, &#8220;Hyper&#8221;, &#8220;Pro&#8221;, &#8220;Plus&#8221;, &#8220;Power&#8221;, &#8220;X&#8221;, or the prefix &#8220;i&#8221; in their names.]]></description>
			<content:encoded><![CDATA[<p>DivNull makes the following assertions about its software:</p>
<ul>
<li>No DivNull product will ever use a folder tab control.</li>
<li>DivNull code will be free from divide by zero errors.</li>
<li>DivNull titles will never use the words &#8220;Super&#8221;, &#8220;Hyper&#8221;, &#8220;Pro&#8221;, &#8220;Plus&#8221;, &#8220;Power&#8221;, &#8220;X&#8221;, or the prefix &#8220;i&#8221; in their names.</li>
</ul>
<img src="http://divnull.com/blog/?ak_action=api_record_view&id=3&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://divnull.com/blog/2001/the-divnull-pledge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

