<?xml version="1.0" encoding="utf-8"?>
<!-- If you are running a bot please visit this policy page outlining rules you must respect. http://www.livejournal.com/bots/ -->
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:lj="http://www.livejournal.com">
  <id>urn:lj:livejournal.com:atom1:lost_in_code</id>
  <title>Lost_in_code</title>
  <subtitle>Documenting development madness</subtitle>
  <author>
    <name>lost_in_code</name>
  </author>
  <link rel="alternate" type="text/html" href="http://lost-in-code.livejournal.com/"/>
  <link rel="self" type="text/xml" href="http://lost-in-code.livejournal.com/data/atom"/>
  <updated>2007-07-03T16:04:33Z</updated>
  <lj:journal userid="10787632" username="lost_in_code" type="personal"/>
  <link rel="service.feed" type="application/x.atom+xml" href="http://lost-in-code.livejournal.com/data/atom" title="Lost_in_code"/>
  <link rel="hub" href="http://pubsubhubbub.appspot.com/"/>
  <entry>
    <id>urn:lj:livejournal.com:atom1:lost_in_code:3977</id>
    <link rel="alternate" type="text/html" href="http://lost-in-code.livejournal.com/3977.html"/>
    <link rel="self" type="text/xml" href="http://lost-in-code.livejournal.com/data/atom/?itemid=3977"/>
    <title>having completely forgotten about "Cupboard OS" I got back to this...</title>
    <published>2007-07-03T16:04:33Z</published>
    <updated>2007-07-03T16:04:33Z</updated>
    <category term="glew"/>
    <category term="glsl"/>
    <category term="opengl"/>
    <category term="wxwidgets"/>
    <category term="catmull-rom"/>
    <category term="glut"/>
    <category term="splines"/>
    <category term="terrain"/>
    <category term="undirected graph"/>
    <category term="road"/>
    <category term="teapot"/>
    <category term="shaders"/>
    <content type="html">So I took today off work due to feeling a little under the weather. Discovering that I had time on my hands I did what any red-blooded man does, I coded this: &lt;br /&gt;&lt;img src="http://www.quantum-thoughts.net/images/misc/ray-terrain-graph-test-small.jpg" border="0"&gt;&lt;br /&gt;&lt;img src="http://www.quantum-thoughts.net/images/misc/ray-terrain-test-teapots.jpg" border="0"&gt;&lt;br /&gt;&lt;br /&gt;The code is particularly horrific I'm proud to say, though this is mostly due to me ripping apart an older GLSL 2.0 experimental framework I'd put together using &lt;a href="http://www.xmission.com/~nate/glut.html"&gt;GLUT&lt;/a&gt; and &lt;a href="http://glew.sourceforge.net/"&gt;GLew&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;It's amazing what you can learn in a few hours coding. This one has:&lt;br /&gt;&lt;ol&gt;&lt;br /&gt;&lt;li&gt;Ray picking of points on the terrain (&lt;i&gt;it ignores backfaces of course&lt;/i&gt;), this could be much more efficient as I simply iterate through all the planes/tri's until I get a hit :(&lt;/li&gt;&lt;br /&gt;&lt;li&gt;It uses display lists for the terrain and the renderings of &lt;a href="http://www.sjbaker.org/teapot/"&gt;THE teapot&lt;/a&gt;s (&lt;i&gt;aka; The Sixth Platonic Solid&lt;/i&gt;).&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Undirected Graph representation of linked points on the terrain.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Picking of existing nodes within the graph.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Creation of links between existing nodes (&lt;i&gt;not exactly amazing stuff I know&lt;/i&gt;).&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Rendering done using GLSL 2.0 fragment and vertex shaders (&lt;i&gt;technically GLSL refers to them as programs&lt;/i&gt;). You can see 3 in effect in those screen shots listed below.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;"Toon" rendering on the terrain.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;A simple dot product "intensity" lighting effects on THE teapots.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;A simple colour pass-though setting all of the lines and spheres to solid RED.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;undirected graph to edge list conversion and rendering (&lt;i&gt;the red lines&lt;/i&gt;), once again quick n' dirty and very inefficient. Worked first time though!&lt;/li&gt;&lt;br /&gt;&lt;/ol&gt;&lt;br /&gt;&lt;br /&gt;I'm quite happy with that so far. It'll all need factoring out of there at some point and into the &lt;a href="http://www.wxwidgets.org/"&gt;wxWidget&lt;/a&gt; app I started on my other PC which will be fun. For now however I have more immediate goals.&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;br /&gt;&lt;li&gt;Turn the edge list into a series of &lt;a href="http://www.mvps.org/directx/articles/catmull/"&gt;catmull-rom&lt;/a&gt; splines.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Turn the Catmull-Rom splines into a mesh representing "roads".&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Modify the existing terrain to conform to the Catmull-Rom splines and/or road mesh.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;w1n&lt;/li&gt;&lt;br /&gt;&lt;/ol&gt;&lt;br /&gt;&lt;br /&gt;So just a little bit more to do then :)&lt;br /&gt;&lt;br /&gt;Yeti</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:lost_in_code:3807</id>
    <link rel="alternate" type="text/html" href="http://lost-in-code.livejournal.com/3807.html"/>
    <link rel="self" type="text/xml" href="http://lost-in-code.livejournal.com/data/atom/?itemid=3807"/>
    <title>XP screen regions</title>
    <published>2007-05-07T17:08:12Z</published>
    <updated>2007-05-07T17:08:12Z</updated>
    <category term="boredom"/>
    <category term="apathy"/>
    <category term="procrastination"/>
    <content type="html">Okay this is something that's occurred to me before but I have never found anything that quite fits what I have in mind.&lt;br /&gt;&lt;br /&gt;Take your windos XP desktop and divide it up into several border regions. 4 corners and 4 edges. Obviously the 3 containing the "Start" menu are "occupied" so that leaves us with 5 active regions.&lt;br /&gt;&lt;br /&gt;I propose (&lt;i&gt;or would like if it already exists&lt;/i&gt;) to have something like a "desktop" area for dumping icons, program links etc that would either be accessible, primarily, by moving the mouse to the areas active region. This would display the "area" complete with whatever you had chosen to dump onto it. You could then perform a range of actions on the things in that area, double-click to run like normal desktop, right-click for the usual desktop options. I guess I'm talking about virtual desktops in a way aren't I except that I really just want it for the single XP desktop so that I can better manage my hap-hazzard icon mess.&lt;br /&gt;&lt;br /&gt;Any suggestions or ideas beyond the blindingly obvious "&lt;i&gt;download the MS Virtual Desktop PowerToy&lt;/i&gt;" ?</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:lost_in_code:3550</id>
    <link rel="alternate" type="text/html" href="http://lost-in-code.livejournal.com/3550.html"/>
    <link rel="self" type="text/xml" href="http://lost-in-code.livejournal.com/data/atom/?itemid=3550"/>
    <title>worrisome forward declaration</title>
    <published>2007-04-15T18:03:48Z</published>
    <updated>2007-04-15T18:07:14Z</updated>
    <category term="error"/>
    <category term="forward declaration"/>
    <content type="html">Just trying to write some code, going ok until I hit an odd little snag similar to this example:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;font color="#990000"&gt;namespace&lt;/font&gt; myMaths&lt;b&gt;&lt;font color="#663300"&gt;
{&lt;/font&gt;&lt;/b&gt;&lt;font color="#990000"&gt;
	class&lt;/font&gt; CVector4&lt;b&gt;&lt;font color="#663300"&gt;;
};&lt;/font&gt;&lt;/b&gt;&lt;font color="#990000"&gt;

namespace&lt;/font&gt; myStuff&lt;b&gt;&lt;font color="#663300"&gt;
{&lt;/font&gt;&lt;/b&gt;&lt;font color="#990000"&gt;
	struct&lt;/font&gt; sVertex&lt;b&gt;&lt;font color="#663300"&gt;
	{&lt;/font&gt;&lt;/b&gt;&lt;font color="#FF6633"&gt;
		float&lt;/font&gt; x&lt;b&gt;&lt;font color="#663300"&gt;;&lt;/font&gt;&lt;/b&gt;&lt;font color="#FF6633"&gt;

		float&lt;/font&gt; y&lt;b&gt;&lt;font color="#663300"&gt;;&lt;/font&gt;&lt;/b&gt;&lt;font color="#FF6633"&gt;
		float&lt;/font&gt; z&lt;b&gt;&lt;font color="#663300"&gt;;&lt;/font&gt;&lt;/b&gt;

		myMaths&lt;b&gt;&lt;font color="#663300"&gt;::&lt;/font&gt;&lt;/b&gt;CVector4 n&lt;b&gt;&lt;font color="#663300"&gt;;&lt;/font&gt;&lt;/b&gt;&lt;font color="#FF6633"&gt;

		float&lt;/font&gt; u&lt;b&gt;&lt;font color="#663300"&gt;;&lt;/font&gt;&lt;/b&gt;&lt;font color="#FF6633"&gt;
		float&lt;/font&gt; v&lt;b&gt;&lt;font color="#663300"&gt;;
	};
};&lt;/font&gt;&lt;/b&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Which refuses to compile saying; &lt;i&gt;error C2079: 'myStuff::sVertex::n' uses undefined class 'myMaths::CVector4'"&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;Any ideas?&lt;br /&gt;&lt;br /&gt;Andy</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:lost_in_code:3238</id>
    <link rel="alternate" type="text/html" href="http://lost-in-code.livejournal.com/3238.html"/>
    <link rel="self" type="text/xml" href="http://lost-in-code.livejournal.com/data/atom/?itemid=3238"/>
    <title>a bit pricey for auto-complete</title>
    <published>2007-04-15T17:17:38Z</published>
    <updated>2007-04-15T17:17:38Z</updated>
    <category term="cost"/>
    <category term="visual studio 2005"/>
    <category term="prices"/>
    <content type="html">I'll save you all, and probably myself, the "joy" of trying to locate the &lt;a href="http://msdn2.microsoft.com/en-us/vstudio/aa700921.aspx"&gt;Visual Studio 2005 Product Feature Comparisons&lt;/a&gt; by linking to it here. The Standard edition is &lt;a href="http://www.amazon.co.uk/Microsoft-Visual-Studio-2005-Standard/dp/B000BT8TRQ/ref=sr_1_3/202-8287157-5309404?ie=UTF8&amp;amp;s=software&amp;amp;qid=1176656290&amp;amp;sr=1-3"&gt;£219&lt;/a&gt; whilst the Professional edition is &lt;a href="http://www.amazon.co.uk/Microsoft-Visual-Studio-2005-Professional/dp/B000BTA4LU/ref=sr_1_6/202-8287157-5309404?ie=UTF8&amp;amp;s=software&amp;amp;qid=1176656290&amp;amp;sr=1-6"&gt;£593.98&lt;/a&gt; from Amazon.co.uk... So what's the difference that justifies a £350 price gap? Well bugger all, the only one that worries me is the "&lt;i&gt;User experience: Simplified menu options and defaults&lt;/i&gt;" which is a bit frightening.&lt;br /&gt;&lt;br /&gt;Anyway the reason that I'm looking at all this gubbins is because I'd like to use Visual Assist X which as we can &lt;a href="http://www.wholetomato.com/forum/topic.asp?TOPIC_ID=5531"&gt;see here&lt;/a&gt; isn't available for the Express edition of Visual C++ 2005 that I currently use.&lt;br /&gt;&lt;br /&gt;So it's free or... spend £230 on the full Visual Studio 2005 Standard + whatever $149 equates to for Visual Assist X.&lt;br /&gt;&lt;br /&gt;Guess I'll be using the free one then.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:lost_in_code:3057</id>
    <link rel="alternate" type="text/html" href="http://lost-in-code.livejournal.com/3057.html"/>
    <link rel="self" type="text/xml" href="http://lost-in-code.livejournal.com/data/atom/?itemid=3057"/>
    <title>Distracted.</title>
    <published>2007-03-29T21:10:14Z</published>
    <updated>2007-03-29T21:10:14Z</updated>
    <category term="database"/>
    <content type="html">Progress at work on the database coding. &lt;span class='ljuser ljuser-name_thedarkproject' lj:user='thedarkproject' style='white-space: nowrap;'&gt;&lt;a href='http://thedarkproject.livejournal.com/profile'&gt;&lt;img src='http://l-stat.livejournal.com/img/userinfo.gif' alt='[info]' width='17' height='17' style='vertical-align: bottom; border: 0; padding-right: 1px;' /&gt;&lt;/a&gt;&lt;a href='http://thedarkproject.livejournal.com/'&gt;&lt;b&gt;thedarkproject&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; pointed me in the right direction a few times although I'm still convinced I'm the least suitable person for this task.&lt;br /&gt;&lt;br /&gt;I code much worse when I don't have a clear idea of what I'm doing as well. Does anyone else notice similar behaviour in their own work? It's as though the confusion that I feel towards the purpose of the code is reflected in my ability to construct the code itself. As I keep getting a bit more of a grip on the overall mental picture of what it's purpose is I'm able to resolve the structure of it all. &lt;br /&gt;&lt;br /&gt;That just makes sense doesn't it? There's no mystery at all. If I can't picture how something works in my head how am I supposed to turn it into coherent code with a purpose and function within the framework. Duh.&lt;br /&gt;&lt;br /&gt;Hmm, feel a bit better about that. It would be nice if design had some idea of what they wanted, it would be doubly nice if Rocco WASN'T so certain about what he wanted, it would also be nice if I could only see one of their viewpoints so that I wasn't aware of the disparate mismatch between what design have asked for *now* and what we're giving them to cope with what Rocco feels they will eventually &lt;u&gt;want&lt;/u&gt;.&lt;br /&gt;&lt;br /&gt;This is what I guess people refer to as a classic &lt;a href="http://c2.com/xp/YouArentGonnaNeedIt.html"&gt;YAGNI&lt;/a&gt; problem. They've asked for something and we're pre-empting their possible future requirements. I don't think this is a particularly good way to work but the results will certainly meet and exceed their demands. Whether or not I stay the course is another question.&lt;br /&gt;&lt;br /&gt;Yeti</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:lost_in_code:2769</id>
    <link rel="alternate" type="text/html" href="http://lost-in-code.livejournal.com/2769.html"/>
    <link rel="self" type="text/xml" href="http://lost-in-code.livejournal.com/data/atom/?itemid=2769"/>
    <title>and now for Networking...</title>
    <published>2007-03-28T20:24:24Z</published>
    <updated>2007-03-28T20:24:24Z</updated>
    <content type="html">Or not, I can't even gather my thoughts enough to ask about this one. Fuck I hate programming, why didn't I do something fun with my bloody life?</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:lost_in_code:2437</id>
    <link rel="alternate" type="text/html" href="http://lost-in-code.livejournal.com/2437.html"/>
    <link rel="self" type="text/xml" href="http://lost-in-code.livejournal.com/data/atom/?itemid=2437"/>
    <title>Physics engines</title>
    <published>2007-03-28T20:14:08Z</published>
    <updated>2007-03-28T20:55:55Z</updated>
    <category term="physics"/>
    <content type="html">Is it better to encapsulate a physics object or to inherit one?&lt;br /&gt;&lt;br /&gt;For example:&lt;br /&gt;&lt;pre&gt;&lt;i&gt;&lt;font color="#999999"&gt;//my physics class
&lt;/font&gt;&lt;/i&gt;&lt;font color="#990000"&gt;class&lt;/font&gt; andyPhys&lt;b&gt;&lt;font color="#663300"&gt;
{&lt;/font&gt;&lt;/b&gt;
	ODE bitWotDoesWork&lt;b&gt;&lt;font color="#663300"&gt;;&lt;/font&gt;&lt;/b&gt;&lt;i&gt;&lt;font color="#999999"&gt; //actual physics object from 3rd party lib.
	//...
&lt;/font&gt;&lt;/i&gt;&lt;b&gt;&lt;font color="#663300"&gt;}&lt;/font&gt;&lt;/b&gt;&lt;i&gt;&lt;font color="#999999"&gt;

//my inheriting actor
&lt;/font&gt;&lt;/i&gt;&lt;font color="#990000"&gt;class&lt;/font&gt; andyActor&lt;b&gt;&lt;font color="#663300"&gt; :&lt;/font&gt;&lt;/b&gt;&lt;font color="#990000"&gt; private&lt;/font&gt; andyPhys&lt;b&gt;&lt;font color="#663300"&gt;
{&lt;/font&gt;&lt;/b&gt;&lt;i&gt;&lt;font color="#999999"&gt;
	//...
&lt;/font&gt;&lt;/i&gt;&lt;b&gt;&lt;font color="#663300"&gt;}&lt;/font&gt;&lt;/b&gt;&lt;i&gt;&lt;font color="#999999"&gt;

//
&lt;/font&gt;&lt;/i&gt;&lt;font color="#990000"&gt;class&lt;/font&gt; andyActor2&lt;b&gt;&lt;font color="#663300"&gt;
{&lt;/font&gt;&lt;/b&gt;&lt;font color="#990000"&gt;
private&lt;/font&gt;&lt;b&gt;&lt;font color="#663300"&gt;:&lt;/font&gt;&lt;/b&gt;
	andyPhys physObj&lt;b&gt;&lt;font color="#663300"&gt;;&lt;/font&gt;&lt;/b&gt;&lt;i&gt;&lt;font color="#999999"&gt;
	//...
&lt;/font&gt;&lt;/i&gt;&lt;b&gt;&lt;font color="#663300"&gt;}&lt;/font&gt;&lt;/b&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;and does anyone have a decent scheme for laying out code in html better than the above :(</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:lost_in_code:2213</id>
    <link rel="alternate" type="text/html" href="http://lost-in-code.livejournal.com/2213.html"/>
    <link rel="self" type="text/xml" href="http://lost-in-code.livejournal.com/data/atom/?itemid=2213"/>
    <title>Shock update, DB stuff.</title>
    <published>2007-03-19T21:54:36Z</published>
    <updated>2007-03-19T21:54:36Z</updated>
    <lj:music>Soundgarden - mind riot</lj:music>
    <content type="html">I'm now beginning to implement the Player Records system for the MMO we're working on. Without giving too much away this is looking like turning into a monster dataset but mostly I think it's because of the way Rocco wants it implementing.&lt;br /&gt;&lt;br /&gt;The long and the short of it is that we don't yet know what information the designers will eventually want. We don't know this because *they* don't seem to know this. I've already burnt a week of time trying to drag the information out of them with little real success. The way that we're dealing with this is allowing for the items that we're storing to be extremely flexible. &lt;br /&gt;&lt;br /&gt;This flexibility has come about by giving each piece of data a 6 or 7 element composite primary key. So that's 6 or 7 integer elements to store every double of data. It's insane but at the same time perfectly logical. These 7 keys are themselves held in other tables which means that they too can be expanded upon at a later date (&lt;i&gt;though with a touch more pain and effort&lt;/i&gt;) but for now they are either small 3 entry tables or a couple of 15 to 17 entry tables.&lt;br /&gt;&lt;br /&gt;Because of this structure I we worked out that we could be looking at almost 9.5 Billion entries in a single table! Read that again 9.5 Billion! That's for a shard that's reached capacity at 100,000 players. In practice I've stepped back from that somewhat and could only ever see it really achieving, at peak, 40% full, this is due to us clearing 1/3rd of the data every week, and a full 2/3rds every month. Then there's other economies of practicality, namely that because of that 7 entry composite key you don't need to store all of the data all of the time. You could only achieve total fill rate of that never cleared 1/3rd of data if every player had done everything possible in every single situation presented to them at least once. In other words the data in the table would be sparsely populated for each player. You might be able to store 900 things for a particular type of data but in reality you don't play that way and so would only fill a fraction of it.&lt;br /&gt;&lt;br /&gt;It's proving to be interesting stuff, now if only I can get used to the tools and remember some SQL. I used to be reasonable at using it but it's practically Greek to me now.&lt;br /&gt;&lt;br /&gt;Yeti</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:lost_in_code:1872</id>
    <link rel="alternate" type="text/html" href="http://lost-in-code.livejournal.com/1872.html"/>
    <link rel="self" type="text/xml" href="http://lost-in-code.livejournal.com/data/atom/?itemid=1872"/>
    <title>long time no see, pointless posts continue...</title>
    <published>2006-10-01T13:09:07Z</published>
    <updated>2006-10-01T13:09:07Z</updated>
    <content type="html">SO what the hell have i been upto then?&lt;br /&gt;Well very little as regards the goals i laid out previously. I managed to get into some L-system stuff but unfortunately i've had no time at all since i started working at &lt;a href="http://www.monumentalgames.com" target="monumental"&gt;Monumental Games&lt;/a&gt;, this despite the purpose of changing jobs being to have more time.&lt;br /&gt;&lt;br /&gt;Ah well, things at work seem to be going quite well, hopefully we should have all of the mini-games done in short order and then i'll have a dirth of time on my hands. yay.&lt;br /&gt;&lt;br /&gt;Not all is lost however as i have found some rather intersting landscape stuff written by a fascinating guy called &lt;a href="http://ebruneton.free.fr/index.html" target="eric"&gt;Eric Bruneton&lt;/a&gt; (&lt;i&gt;it's in french btw&lt;/i&gt;) which he used to do a rather nifty animation of the inside of Rama. So i'm basically playing around with that. Go me eh... :(&lt;br /&gt;&lt;br /&gt;I'm also posting this from my Linux box-en. I.e. i've become a filthy iconoclast.&lt;br /&gt;&lt;br /&gt;Andy</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:lost_in_code:1549</id>
    <link rel="alternate" type="text/html" href="http://lost-in-code.livejournal.com/1549.html"/>
    <link rel="self" type="text/xml" href="http://lost-in-code.livejournal.com/data/atom/?itemid=1549"/>
    <title>lost_in_code @ 2006-08-23T14:48:00</title>
    <published>2006-08-23T13:50:13Z</published>
    <updated>2006-08-23T13:50:13Z</updated>
    <content type="html">I've found an incredibly helpful implementation of an &lt;a href="http://en.wikipedia.org/wiki/L-system" target="_blank"&gt;L-System&lt;/a&gt; to explore and learn from. So far i'm just getting used to it's syntax, next is to take it apart, understand it and then to write my own.&lt;br /&gt;&lt;a href="http://sol.gfxile.net/code.html" target="_blank"&gt;L-system fractals in OpenGL using SDL.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Going ok so far.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:lost_in_code:1451</id>
    <link rel="alternate" type="text/html" href="http://lost-in-code.livejournal.com/1451.html"/>
    <link rel="self" type="text/xml" href="http://lost-in-code.livejournal.com/data/atom/?itemid=1451"/>
    <title>Couple of ColdFire related things</title>
    <published>2006-08-22T22:05:06Z</published>
    <updated>2006-08-22T22:05:06Z</updated>
    <content type="html">&lt;a href="http://www.qdev.de/?location=qbox/cpuboardrebuild"&gt;Qbox CPU board rebuild&lt;/a&gt; and a bit about &lt;a href="http://www.qdev.de/?location=qbox/cpuboard&amp;amp;forcelang=en"&gt;Qbox The first working CPU-board!&lt;/a&gt;, and finally &lt;a href="http://www.qdev.de/?location=electronics/fpga84dev"&gt;a homemade FPGA dev board&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;These are just a couple of links that i keep meaning to jot down somewhere meaningful because even alone they're quite impressive achievements for someone. They are also at least a little related to what i hope to achieve with a coldfire processor and an FPGA.&lt;br /&gt;&lt;br /&gt;on a related note, where the hell do you find these incredibly talented people?</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:lost_in_code:1192</id>
    <link rel="alternate" type="text/html" href="http://lost-in-code.livejournal.com/1192.html"/>
    <link rel="self" type="text/xml" href="http://lost-in-code.livejournal.com/data/atom/?itemid=1192"/>
    <title>TunnelGen meet CityEngine...</title>
    <published>2006-08-20T17:29:30Z</published>
    <updated>2006-08-20T17:29:30Z</updated>
    <category term="coding"/>
    <category term="cityengine"/>
    <category term="tunnelgen"/>
    <category term="procedural"/>
    <category term="programming"/>
    <content type="html">Well i found the &lt;a href="http://www.centralpictures.com/ce/tpapers.html" target="_blank"&gt;CityEngine&lt;/a&gt; paper that i was looking for, i think i must have downloaded and read this a dozen times now. Still it fascinates and informs me. Nothing in it is particularly complicated, each step is small, self-contained simple in it's concept, however together they all build up to this powerful tool for generating entire cities! I love it.&lt;br /&gt;&lt;br /&gt;Which is why TunnelGen is going to work a lot like it. Or rather, the ideas and methods that go towards making &lt;a href="http://www.centralpictures.com/ce/tpapers.html" target="_blank"&gt;CityEngine&lt;/a&gt; such an interesting and powerful tool will be utilised in a different context.&lt;br /&gt;&lt;hr width="200"&gt;&lt;br /&gt;&lt;a name="cutid1"&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.centralpictures.com/ce/tpapers.html" target="_blank"&gt;CityEngine&lt;/a&gt; procedurally generates a city. This is slightly different from what I want in a few concepts. TunnelGen will be generating an environment and then the things that go in/around the environment.&lt;br /&gt;&lt;br /&gt;The goal of TunnelGen is to generate an underground environment suitable for use in a computer game. &lt;br /&gt;The Environment will consist primarily of a series of cavernous underground tunnels, ranging from a few hundred metres across to a few kilometres across, the height of them will vary in a similar way. The tunnels will not *&lt;i&gt;end&lt;/i&gt;*, instead they will eventually either merge with other tunnels or go deeper into the Earth and become filled with water preventing further passage. &lt;br /&gt;Connecting and pervading the walls of these tunnels will be sub-tunnels and caverns. In populated areas these will become important commerce routes or be converted into buildings and facilities.&lt;br /&gt;Finally a set of maps will be produced much like the input maps for CityEngine. These will be used to generate the population centres (&lt;i&gt;cities, towns, villages&lt;/i&gt;), agricultural layout and transportation systems of this underworld.&lt;br /&gt;&lt;br /&gt;So... just a few modest goals then :/&lt;br /&gt;&lt;br /&gt;I believe that these processes can all be broken down in much the same way as is done for &lt;a href="http://www.centralpictures.com/ce/tpapers.html" target="_blank"&gt;CityEngine&lt;/a&gt;, thus they would essentially become a series of steps that come higher in the "System Architecture" (&lt;i&gt;page 2, chapter 2&lt;/i&gt;) and much of the Geographical and Sociostatistical would simply be generated by TunnelGen instead of created by hand.&lt;br /&gt;&lt;br /&gt;By pushing the user created inputs higher like this it should turn CityEngine into something more akin to a WorldEngine. Even if in this case it will be an entirely subterranean "&lt;i&gt;world&lt;/i&gt;" that exists purely for a game.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Hmmm, project one is going to be a little complicated then. At least each of the pieces is relatively simple...</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:lost_in_code:992</id>
    <link rel="alternate" type="text/html" href="http://lost-in-code.livejournal.com/992.html"/>
    <link rel="self" type="text/xml" href="http://lost-in-code.livejournal.com/data/atom/?itemid=992"/>
    <title>plan of action</title>
    <published>2006-08-19T13:09:48Z</published>
    <updated>2006-08-19T13:17:44Z</updated>
    <category term="hardware"/>
    <category term="software"/>
    <category term="plan"/>
    <category term="madness"/>
    <content type="html">Having recently (&lt;i&gt;i.e. yesterday&lt;/i&gt;) finished working for &lt;a href="http://www.sumo-digital.com" target="_blank"&gt;Sumo Digital Ltd&lt;/a&gt; i've now got the time on my hands to start doing some OpenSource coding.&lt;br /&gt;&lt;br /&gt;Software ideas:&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;TunnelGen :- a tool for generating a set of underground tunnels using various images and parameters as inputs.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;FreePVS :- a platform independent Potential Visibility Set library.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://sourceforge.net/projects/thedepths" target="_blank"&gt;theDepths&lt;/a&gt; :- 3rd&amp;1st person game in conjunction with &lt;span class='ljuser ljuser-name_thedarkproject' lj:user='thedarkproject' style='white-space: nowrap;'&gt;&lt;a href='http://thedarkproject.livejournal.com/profile'&gt;&lt;img src='http://l-stat.livejournal.com/img/userinfo.gif' alt='[info]' width='17' height='17' style='vertical-align: bottom; border: 0; padding-right: 1px;' /&gt;&lt;/a&gt;&lt;a href='http://thedarkproject.livejournal.com/'&gt;&lt;b&gt;thedarkproject&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Armour-Geddon remake :- a remake of the classic Psygnosis game &lt;a href="http://www.mobygames.com/game/armour-geddon" target="_blank"&gt;Armour&lt;/a&gt;-&lt;a href="http://en.wikipedia.org/wiki/Armour-Geddon" target="_blank"&gt;Geddon&lt;/a&gt; (&lt;i&gt;&lt;a href="http://www.rottentomatoes.com/g/pc_games/armour_geddon/overview.php"&gt;rotten tomatoes review&lt;/a&gt;&lt;/i&gt;)&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;Hardware ideas:&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;MiniMig w/ColdFire :- an implementation of an SBC with Xilinx FPGA and a Freescale ColdFire processor for (&lt;i&gt;eventually&lt;/i&gt;) emulating an Amiga (&lt;i&gt;OCS, ECS then AGA&lt;/i&gt;) in hardware.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Extending above to include PCI bus and additional PowerPC processor.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Extending above to use PCI-e and onboard gfx.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Amalgamating the above into a single board computer with FPGA, ColdFire, PPC and GFX all connected by PCI or PCI-e bus.&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;All of the above will be fully OpenSource both during the development and upon release.&lt;br /&gt;&lt;br /&gt;Details to follow in seperate posts...</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:lost_in_code:591</id>
    <link rel="alternate" type="text/html" href="http://lost-in-code.livejournal.com/591.html"/>
    <link rel="self" type="text/xml" href="http://lost-in-code.livejournal.com/data/atom/?itemid=591"/>
    <title>Embedded</title>
    <published>2006-07-29T16:50:51Z</published>
    <updated>2006-08-19T12:04:52Z</updated>
    <lj:music>NiN - random assortment</lj:music>
    <content type="html">This is the first embedded entry for my new coding LJ, ok so still no code but I only just got this running 5 minutes ago ;)&lt;br /&gt;&lt;br /&gt;Content comes last after all :D&lt;br /&gt;&lt;br /&gt;This will be visible on &lt;a href="http://www.quantum-thoughts.net"&gt;Quantum-Thoughts&lt;/a&gt; as a sort of meta-content section. basically &lt;a href="http://www.quantum-thoughts.net"&gt;Quantum-Thoughts&lt;/a&gt; is my personal site an where things are actually stored, files, demos, misc funny pictures etc. However &lt;a href="http://www.quantum-thoughts.net"&gt;Quantum-Thoughts&lt;/a&gt; is devoid of content due to me being &lt;strike&gt;unhappy&lt;/strike&gt; picky about what I think others should see of my precious work.&lt;br /&gt;&lt;br /&gt;Since &lt;span class='ljuser ljuser-name_lost_in_code' lj:user='lost_in_code' style='white-space: nowrap;'&gt;&lt;a href='http://lost-in-code.livejournal.com/profile'&gt;&lt;img src='http://l-stat.livejournal.com/img/userinfo.gif' alt='[info]' width='17' height='17' style='vertical-align: bottom; border: 0; padding-right: 1px;' /&gt;&lt;/a&gt;&lt;a href='http://lost-in-code.livejournal.com/'&gt;&lt;b&gt;lost_in_code&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;, i.e. HERE, is for the further development of the demos, tools and tutorials that will appear on &lt;a href="http://www.quantum-thoughts.net"&gt;Quantum-Thoughts&lt;/a&gt; in the future I think they should really be linked.&lt;br /&gt;&lt;br /&gt;Hopefully this will make me actually do something about them both!&lt;br /&gt;&lt;br /&gt;Andy&lt;br /&gt;&lt;br /&gt;&lt;b&gt;NB:&lt;/b&gt; &lt;i&gt;edited: 2006-08-19: Changed link to new &lt;a href="http://www.Quantum-Thoughts.net" target="_blank"&gt;http://www.Quantum-Thoughts.net&lt;/a&gt; from older &lt;a href="http://www.Quantum-Thoughts.demon.co.uk" target="_blank"&gt;http://www.Quantum-Thoughts.demon.co.uk&lt;/a&gt;&lt;/i&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:lost_in_code:301</id>
    <link rel="alternate" type="text/html" href="http://lost-in-code.livejournal.com/301.html"/>
    <link rel="self" type="text/xml" href="http://lost-in-code.livejournal.com/data/atom/?itemid=301"/>
    <title>A small first step...</title>
    <published>2006-07-29T16:09:03Z</published>
    <updated>2006-07-29T16:58:45Z</updated>
    <lj:music>ISIS - Oceanic</lj:music>
    <content type="html">This is the coding companion for &lt;span class='ljuser ljuser-name_lost_in_moose' lj:user='lost_in_moose' style='white-space: nowrap;'&gt;&lt;a href='http://lost-in-moose.livejournal.com/profile'&gt;&lt;img src='http://l-stat.livejournal.com/img/userinfo.gif' alt='[info]' width='17' height='17' style='vertical-align: bottom; border: 0; padding-right: 1px;' /&gt;&lt;/a&gt;&lt;a href='http://lost-in-moose.livejournal.com/'&gt;&lt;b&gt;lost_in_moose&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;I'm gonna use this to document the development of the various demo's and tools that i have currently floating around in my mind and various design documents spread about around me.&lt;br /&gt;&lt;br /&gt;Somebody wish me luck?&lt;br /&gt;&lt;br /&gt;Andy</content>
  </entry>
</feed>
