<?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>Lee Braiden&#039;s Blog &#187; Journal</title>
	<atom:link href="http://irukado.org/category/journal/feed" rel="self" type="application/rss+xml" />
	<link>http://irukado.org</link>
	<description>Peace, Love, Tech, and random life stuff.</description>
	<lastBuildDate>Thu, 08 Oct 2009 00:10:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Natalie Portman Shoot in Northern Ireland</title>
		<link>http://irukado.org/2009/05/30/natalie-portman-shoot-in-northern-ireland</link>
		<comments>http://irukado.org/2009/05/30/natalie-portman-shoot-in-northern-ireland#comments</comments>
		<pubDate>Sat, 30 May 2009 14:31:06 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Journal]]></category>
		<category><![CDATA[Local]]></category>
		<category><![CDATA[Society]]></category>
		<category><![CDATA[A Song of Ice and Fire]]></category>
		<category><![CDATA[belfast]]></category>
		<category><![CDATA[budget]]></category>
		<category><![CDATA[cinema]]></category>
		<category><![CDATA[economy]]></category>
		<category><![CDATA[film]]></category>
		<category><![CDATA[George R. R. Martin]]></category>
		<category><![CDATA[GRRM]]></category>
		<category><![CDATA[hbo]]></category>
		<category><![CDATA[investment]]></category>
		<category><![CDATA[ireland]]></category>
		<category><![CDATA[Movie]]></category>
		<category><![CDATA[natalie portman]]></category>
		<category><![CDATA[northern ireland]]></category>
		<category><![CDATA[painthall]]></category>
		<category><![CDATA[production]]></category>
		<category><![CDATA[quarter]]></category>
		<category><![CDATA[shoot]]></category>
		<category><![CDATA[titanic]]></category>
		<category><![CDATA[tv]]></category>
		<category><![CDATA[uk]]></category>
		<category><![CDATA[united kingdom]]></category>
		<category><![CDATA[your highness]]></category>

		<guid isPermaLink="false">http://irukado.org/?p=1448</guid>
		<description><![CDATA[Seems Natalie Portman is set to star in another film shot here in Northern Ireland.  This isn&#8217;t long after the announcement that George R. R. Martin&#8217;s A Song of Ice and Fire HBO Series is to be shot here too.  It&#8217;s great to see the Movie and TV market heating up here, and [...]]]></description>
			<content:encoded><![CDATA[<p>Seems <a href="http://www.hollywoodreporter.com/hr/content_display/film/news/e3ic0507728e66c92e3480d21548984a99e">Natalie Portman is set to star in another film shot here in Northern Ireland</a>.  This isn&#8217;t long after the announcement that <a href="/archives/2009/05/a-game-of-thrones-to-be-filmed-in-northern-ireland/">George R. R. Martin&#8217;s A Song of Ice and Fire HBO Series is to be shot here too</a>.  It&#8217;s great to see the Movie and TV market heating up here, and retaining heat.</p>
<p>Work like this is supposed to be worth millions to the local economy though.  GRRM&#8217;s series pilot alone is supposed to be worth ~$10M.   I&#8217;d love to see a break down of exactly where this sort of money goes.  Paying local extras, catering, set building (joiners, electricians, etc.).  Maybe some local effects and titling?  Probably not.  Lighting hire?  Probably not.  Hotel space?  Definitely.  But who are these joiners, electricians, and caterers?  Are they small companies that need work, or the huge companies that already have million-pound contracts from government work and all?</p>
<p>Don&#8217;t get me wrong; it&#8217;s all good I&#8217;m sure, one way or another, and perhaps the best part is that it gives local kids a sense of opportunity &#8212; something that&#8217;s long been lacking here.  But still&#8230; I&#8217;d love to hear more detail about <em>what</em> good it&#8217;s doing, on the ground.</p>
]]></content:encoded>
			<wfw:commentRss>http://irukado.org/2009/05/30/natalie-portman-shoot-in-northern-ireland/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mathemagical</title>
		<link>http://irukado.org/2009/03/16/mathemagical</link>
		<comments>http://irukado.org/2009/03/16/mathemagical#comments</comments>
		<pubDate>Mon, 16 Mar 2009 22:20:04 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Journal]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://irukado.org/?p=1246</guid>
		<description><![CDATA[I&#8217;ve been slowly upgrading my understanding of complex math lately, by working (in python) through stuff on Project Euler and betterexplained, etc.  I just discovered the derivations package in Debian.  It&#8217;s a book of applied math proofs, styled after K&#038;R&#8217;s The C Programming Language&#8217;s logical progression and easy reference (K&#038;R&#8217;s TCPL is a [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been slowly upgrading my understanding of complex math lately, by working (in python) through stuff on <a href="http://projecteuler.net/">Project Euler</a> and <a href="http://www.betterexplained.com/">betterexplained</a>, etc.  I just discovered <a href="http://packages.debian.org/unstable/doc/derivations">the derivations package</a> in <a href="http://www.debian.org/">Debian</a>.  It&#8217;s a book of applied math proofs, styled after K&#038;R&#8217;s The C Programming Language&#8217;s logical progression and easy reference (K&#038;R&#8217;s TCPL is a book that I really enjoyed, and it opened a lot of (conceptual) doors for me as a kid).</p>
<p>Working through this in python is a very useful exercise; it&#8217;s teaching me lots about the most efficient ways of doing things in that language, and with the standard library tools, some of which I rarely find use for otherwise.</p>
<p>Anyway, together with some other things mentioned in the preface, Derivations seems like a very promising book.  Except for one thing:</p>
<blockquote type="cite"><p>One particular respect in which the book departs requires some defense here, I think: the book employs hexadecimal numerals.</p></blockquote>
<p>So it&#8217;s going to explain complex math, but it&#8217;s going to do it&#8230; in hexadecimal.</p>
<p>Not sure whether to laugh or cry.  But I&#8217;ll see how it goes.  I don&#8217;t entirely disagree with the idea that, &#8220;If one wishes to reach hexadecimal ground, one must leap.&#8221;  It&#8217;s just that I don&#8217;t really see the point of becoming THAT fluent in hex, when understanding the basic concept of bases, and knowing how to convert from dec<>hex<>oct<>bin, that 2<sup>5</sup> is 32, and that 2<sup>32</sup> is roughly ~4 billion is almost certainly enough.  Is this book really suggesting I learn to do all my math in hex?  And if so, is there any real benefit?  It does seem to suggest that math is more beautiful in hex, but I&#8217;ve never heard of anything special about base-16, in relation to laws of physics, for instance.</p>
<p>Well, find out next time, same bat-time, same bat-channel, I guess <img src='http://irukado.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://irukado.org/2009/03/16/mathemagical/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>floral barbarism</title>
		<link>http://irukado.org/2006/06/07/floral-barbarism</link>
		<comments>http://irukado.org/2006/06/07/floral-barbarism#comments</comments>
		<pubDate>Wed, 07 Jun 2006 23:26:00 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[bonsai]]></category>

		<guid isPermaLink="false">http://blog.irukado.org/?p=462</guid>
		<description><![CDATA[I went to a proper garden centre today, and got better soil for my bonsai.  Then I removed all the soil from my Chinese Elm&#8217;s roots, and discovered the worst case scenario&#8230;
Root rot.  Fairly advanced root rot.  Not good.  I don&#8217;t think I overwatered it, but it almost certainly got overwatered [...]]]></description>
			<content:encoded><![CDATA[<p>I went to a proper garden centre today, and got better soil for my bonsai.  Then I removed all the soil from my Chinese Elm&#8217;s roots, and discovered the worst case scenario&#8230;</p>
<p>Root rot.  Fairly advanced root rot.  Not good.  I don&#8217;t <em>think</em> I overwatered it, but it almost certainly got overwatered while outside, in hindsight.  Anyway, the question now isn&#8217;t what happened, but how can I help it to recover, if it <em>can</em> recover.  Methinks it&#8217;s dead.</p>
<p>I haven&#8217;t given up though; I washed all the roots, and cut out as much root rot as I could bear too&#8230; the base of the trunk itself <em>might</em> have a tiny bit at the bottom around the outside edge, but I didn&#8217;t touch that.  The only way to fix that would have been to saw through the trunk and then plant that in soil again, which seemed like more harm than good.  And it might be just a bit wet/clayish from the previous soil.  So yeah, I might have wimped out there, but I don&#8217;t know.</p>
<p>I put it in new soil, with a high percentage of grit, as instructed.  Mostly grit means good drainage and less organic matter, which both mean less chance of survival for the &#8220;rot&#8221;, which is actually a combination of conditions that mutually encourage each other while attacking the tree: like waterlogging, and fungal infection.  I dosed it with fungicide in the first watering after repotting.</p>
<p>I missed a few things though&#8230; apparently, I should have disinfected the pot with jeyes fluid before putting the tree back into it, and &#8220;soil&#8221; with no organics (in other words, pure clay pebbles, like they use for hydroponics) would have been better than other soil.  But, I did the best with what I knew and what I had; I really didn&#8217;t want to wait around any longer when I was finally convinced that it wasn&#8217;t going to recover on its own.</p>
<p>So.  Now I wait and see.  It has a chance, I guess.  There&#8217;s still some life in it; I know that much.  The upper branches do seem to have died back though.  Hehheh&#8230; I may have to put this one down to experience <img src='http://irukado.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://irukado.org/2006/06/07/floral-barbarism/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>TV is so dead</title>
		<link>http://irukado.org/2006/02/25/tv-is-so-dead</link>
		<comments>http://irukado.org/2006/02/25/tv-is-so-dead#comments</comments>
		<pubDate>Sat, 25 Feb 2006 18:34:00 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[aggregator]]></category>
		<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[broadcatcher]]></category>
		<category><![CDATA[democracy player]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[internet tv]]></category>
		<category><![CDATA[iptv]]></category>
		<category><![CDATA[katchtv]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[miro]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[smallville]]></category>
		<category><![CDATA[torrent]]></category>
		<category><![CDATA[tv]]></category>

		<guid isPermaLink="false">http://blog.irukado.org/?p=460</guid>
		<description><![CDATA[Wow.  I never realised just how far this multimedia convergence thing was going to go until today.
http://www.getdemocracy.com/
+
http://www.podcastingnews.com/forum/link_211.htm
+
Bittorrent site feeds
= Internet TV  
For anyone who&#8217;s still a bit lost, the podcasting thing has been spreading to video for a while.  But it&#8217;s always been just a little too awkward, until now.  But [...]]]></description>
			<content:encoded><![CDATA[<p>Wow.  I never realised just how far this multimedia convergence thing was going to go until today.</p>
<p>http://www.getdemocracy.com/</p>
<p>+</p>
<p>http://www.podcastingnews.com/forum/link_211.htm</p>
<p>+</p>
<p>Bittorrent site feeds</p>
<p>= Internet TV <img src='http://irukado.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>For anyone who&#8217;s still a bit lost, the podcasting thing has been spreading to video for a while.  But it&#8217;s always been just a little too awkward, until now.  But <a href="http://www.getdemocracy.com/">Democracy Player</a> changes all that.  Just install the app, and start choosing programs you&#8217;d like to watch, and channels you&#8217;d like to subscribe to (free of course).  It&#8217;ll download episodes for you from all over the net &#8212; of actual TV shows on bittorrent sites, or just from hundreds (so far) of independent producers on the web.  It takes some time to download them but you just pick them, and forget about it, and it tells you when they&#8217;re done.  After a while, unless you choose to save them, it&#8217;ll remove them again to save space.  It&#8217;s a lot like a TIVO or other PVR (Sky+ anyone?), but free, and <em>much</em> bigger in terms of potential.</p>
<p>The only problem is that the player is still a bit flakey, and it&#8217;s not compatible with <em>every</em> feed out there, but it&#8217;s still very usable, and judging from their site, it looks like it&#8217;ll keep improving.</p>
<p>Now, maybe it&#8217;s just me, but it looks a lot like the top-down TV and movie industries are really going to go the same way as the music industry is beginning to go.  So maybe someday we&#8217;ll finally reach that stage where the music and video industries are true meritocracies, with only popularity and quality determining which feeds are the most successful.</p>
<p>This is fascinating stuff.  I&#8217;d recommend having a good play with this, even if you don&#8217;t think you&#8217;ll use it for real until it matures some <img src='http://irukado.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>*sigh* if only Smallville wasn&#8217;t postponed ;(</p>
]]></content:encoded>
			<wfw:commentRss>http://irukado.org/2006/02/25/tv-is-so-dead/feed</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Smart-ass laptops</title>
		<link>http://irukado.org/2005/10/31/smart-ass-laptops</link>
		<comments>http://irukado.org/2005/10/31/smart-ass-laptops#comments</comments>
		<pubDate>Mon, 31 Oct 2005 13:32:00 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.irukado.org/?p=456</guid>
		<description><![CDATA[Linux kernel 2.6.14 came out recently, so I&#8217;ve been reading through the changelogs.  One of the new features is built-in support for the accelerometer in IBM Thinkpads, which detects when they&#8217;re falling, and protects the harddrive by parking its heads.
But there&#8217;s a small debate going on now, about why Linux has to do this, [...]]]></description>
			<content:encoded><![CDATA[<p>Linux kernel 2.6.14 came out recently, so I&#8217;ve been reading through the changelogs.  One of the new features is built-in support for the accelerometer in IBM Thinkpads, which detects when they&#8217;re falling, and protects the harddrive by parking its heads.</p>
<p>But there&#8217;s a small debate going on now, about why Linux has to do this, when it&#8217;s supposed to be a feature of the laptop/drive itself.  Theoretically, if this was done inside a chip in the drive of the laptop, it&#8217;d probably work much faster and more reliably.</p>
<p>So, part of the discussion (on LWN.net) about doing it in software took a Jab at how windows asks you silly questions:</p>
<blockquote type="cite"><p>Why is this level of software support needed?<br />
 This is needed by the windows driver, it has to displays a popup:<br />
             Falling laptop wizard</p>
<p>      Exclusive &#8220;hard drive active protection system&#8221; technology<br />
      is detecting that your laptop is falling.</p>
<p>    Do you want Windows stop the hard disks ?<br />
       [YES]       [NO]          [HELP]</p>
<blockquote type="cite"><p>(Posted Oct 21, 2005 11:44 UTC (Fri) by guest tushar@mwti.net) (Post reply)<br />
 So u expect to press yes when it falls from table? If u can press yes that why not to hold it properly.</p>
<blockquote type="cite"><p>
   (Posted Oct 28, 2005 6:10 UTC (Fri) by guest turpie) (Post reply)<br />
 If you&#8217;re confused as to how that popup dialog operates try reading <a href="http://en.wikipedia.org/wiki/Joke">this article</a> for more information.
</p></blockquote>
</blockquote>
</blockquote>
<p>And another, even better part of the discussion:</p>
<blockquote type="cite"><p>IMHO subsystems like this (including other things like fan controllers and CPU temperature sensors should not depend on the host CPU at all. The host CPU is busy doing other things, thank you very much, and may not always be able to respond to a whiny little sensor nobody has ever heard of</p></blockquote>
<p>Hehhehheh <img src='http://irukado.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://irukado.org/2005/10/31/smart-ass-laptops/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Debian Project mourns the loss of Jens Schmalzig</title>
		<link>http://irukado.org/2005/08/09/debian-project-mourns-the-loss-of-jens-schmalzig</link>
		<comments>http://irukado.org/2005/08/09/debian-project-mourns-the-loss-of-jens-schmalzig#comments</comments>
		<pubDate>Tue, 09 Aug 2005 12:41:00 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.irukado.org/?p=449</guid>
		<description><![CDATA[The Debian Project has lost another member of its community.  Jens
Schmalzig (jensen) died on July 30th in a tragic accident at his
workplace in Munich.
Jens was involved in Debian as a maintainer of several packages, as
supporter of the PowerPC port, as a member of the kernel team, and was
instrumental in taking the PowerPC kernel package [...]]]></description>
			<content:encoded><![CDATA[<blockquote type="cite"><p>The Debian Project has lost another member of its community.  Jens<br />
Schmalzig (jensen) died on July 30th in a tragic accident at his<br />
workplace in Munich.</p>
<p>Jens was involved in Debian as a maintainer of several packages, as<br />
supporter of the PowerPC port, as a member of the kernel team, and was<br />
instrumental in taking the PowerPC kernel package to version 2.6.  He<br />
also maintained the Mac-on-Linux emulator and its kernel modules,<br />
helped with the installer and with local Munich activities.  The<br />
kernel team dedicates the 2.6.12-2 release to him.</p>
<p>The Debian Project honours his good work and strong dedication to<br />
Debian and Free Software.  The contribution of Jens will not be<br />
forgotten, and other developers will continue his work.</p>
<p>Jens will be missed. He left behind a wife and three children, who<br />
have our sympathy.</p></blockquote>
<p>*sigh*.  Didn&#8217;t know the guy&#8230; I&#8217;m sure I&#8217;ve had a conversation or two with him over bugs or something, but I can&#8217;t track them down now.  I use and appreciate the fruits of his work every day though, and I&#8217;m sure I&#8217;ll notice the gap left behind <img src='http://irukado.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Hope his family are doing OK <img src='http://irukado.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>I also hope his name goes on a memorial someday, as one of the people who made a stand against the loss of software freedom.  I really do consider these guys heroes in a sense &#8212; not in the big sense of a lone crusader, but they&#8217;re all really trying, in their own small way, to make the world better for us all.  Judging from what he was involved with, Jens was one of the brighter lights among them <img src='http://irukado.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://irukado.org/2005/08/09/debian-project-mourns-the-loss-of-jens-schmalzig/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>aĵoj</title>
		<link>http://irukado.org/2005/06/10/ajoj</link>
		<comments>http://irukado.org/2005/06/10/ajoj#comments</comments>
		<pubDate>Fri, 10 Jun 2005 00:23:00 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[Journal]]></category>

		<guid isPermaLink="false">http://blog.irukado.org/?p=438</guid>
		<description><![CDATA[Estis longtempa tago.  Sed, min pagis, do estas bona  
Dormi, eble sonĝi, mi pensas.  Dormi nun, fakte!  
]]></description>
			<content:encoded><![CDATA[<p>Estis longtempa tago.  Sed, min pagis, do estas bona <img src='http://irukado.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Dormi, eble sonĝi, mi pensas.  Dormi nun, fakte! <img src='http://irukado.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://irukado.org/2005/06/10/ajoj/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>returniĝas al lernu</title>
		<link>http://irukado.org/2005/06/07/returnigas-al-lernu</link>
		<comments>http://irukado.org/2005/06/07/returnigas-al-lernu#comments</comments>
		<pubDate>Tue, 07 Jun 2005 23:39:00 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[Journal]]></category>

		<guid isPermaLink="false">http://blog.irukado.org/?p=437</guid>
		<description><![CDATA[Mi returniĝas al lernu.net ĉi tiun nokton.  Antaŭe, mi lernadis aliloke, sed nun, mi prepariĝas!
Sed&#8230; mi ankoraŭ ne scias kiam uzi &#8220;iĝ&#8221; kaj &#8220;ig&#8221; kaj, kelkfoje &#8220;ad&#8221;, ankaŭ.  Iam, mi scius!  Eble, la demandoj ke mi skribas al mi instruisto estos utila.  Eble ne, sed mi vivas en espero  
Translation [...]]]></description>
			<content:encoded><![CDATA[<p>Mi returniĝas al lernu.net ĉi tiun nokton.  Antaŭe, mi lernadis aliloke, sed nun, mi prepariĝas!</p>
<p>Sed&#8230; mi ankoraŭ ne scias kiam uzi &#8220;iĝ&#8221; kaj &#8220;ig&#8221; kaj, kelkfoje &#8220;ad&#8221;, ankaŭ.  Iam, mi scius!  Eble, la demandoj ke mi skribas al mi instruisto estos utila.  Eble ne, sed mi vivas en espero <img src='http://irukado.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Translation (or at least, I hope this is roughly equivalent <img src='http://irukado.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> :  learned the stuff I needed to know and so got back to lernu.net&#8217;s next course tonight.  Still some stuff I don&#8217;t know that&#8217;s bugging me lots, but I&#8217;ll work it out eventually <img src='http://irukado.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://irukado.org/2005/06/07/returnigas-al-lernu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>the good, the bad, and the ugly</title>
		<link>http://irukado.org/2005/03/20/the-good-the-bad-and-the-ugly</link>
		<comments>http://irukado.org/2005/03/20/the-good-the-bad-and-the-ugly#comments</comments>
		<pubDate>Sun, 20 Mar 2005 23:09:00 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[blender]]></category>
		<category><![CDATA[buddhism]]></category>

		<guid isPermaLink="false">http://blog.irukado.org/?p=417</guid>
		<description><![CDATA[Yeah, I&#8217;ve gotta stop those clichéd titles.  But not right now  
Today (apparently) was the 150th anniversary of Oscar Wilde&#8217;s birthday.  There was a really beautiful show on BBC in tribute to him, produced by Amnesty International and others.  Basically, lots of actors and other famous figures, either commenting on the [...]]]></description>
			<content:encoded><![CDATA[<p>Yeah, I&#8217;ve gotta stop those clichéd titles.  But not right now <img src='http://irukado.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Today (apparently) was the 150<sup>th</sup> anniversary of Oscar Wilde&#8217;s birthday.  There was a really beautiful show on BBC in tribute to him, produced by Amnesty International and others.  Basically, lots of actors and other famous figures, either commenting on the beauty of his work, reading his own words very sincerely but directly addressing them to him, or simply embracing the depth of feeling as they acted out something of his.  Quite amazing.  I&#8217;ve liked most of what I knew of Oscar Wilde for years now (mostly <em>The Soul of Man</em>)&#8230; but tonight, I discovered that Wilde wrote a lot of the words that I try to carry with me.  Beyond that, some of the poetry I heard is just amazingly beautiful.  One of these days, I&#8217;m going to take the time to find out much more about that guy <img src='http://irukado.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>By contrast, I also watched a program about how India, which over millennia has produced some of the most interesting and influential spiritual systems in the world, is now becoming a place filled with religious intolerance.  Groups who imagine themselves to be Hindus are passing out symbolic knives to be used as actual weapons against other religions, and people are preaching hatred on the streets to large audiences.  Sad stuff.  Especially given that Buddha taught the reasons for all such insanity over 2000 years ago in that very sub-continent, along with the ways out of it, and he specifically did so as a non-religious figure <img src='http://irukado.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>In more ugliness, a documentary about Blair&#8217;s actions leading up to war etc. is on in the background.  I&#8217;m fairly certain that nutcase is going to get re-elected soon <img src='http://irukado.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>And there&#8217;s still more ugliness.  But hopefully this kind isn&#8217;t quite so devastating to world peace etc.  I&#8217;ve finally got Blender working again with my 3D drivers, so I spent a bit of yesterday and today modelling a face template (image no longer available).  It&#8217;s not much to look at, but it&#8217;s a good achievement for me, since it involved lots of new modeling techniques I&#8217;d never done before.  The tutorial I was following was pretty confusing and I had to do a few stages very differently, so the way it all worked out well says a lot about my progress.  It&#8217;s only intended as a template that can be applied to specific photographs and shaped to make actual faces later, and I need to finish the skin, but I&#8217;m happy with it so far.  Happy with the lips too, since I just guessed those completely.</p>
<p>Not sure how to connect the lips to the face right now, but I&#8217;ll figure that out next time <img src='http://irukado.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://irukado.org/2005/03/20/the-good-the-bad-and-the-ugly/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Versions and Revisions</title>
		<link>http://irukado.org/2005/03/19/versions-and-revisions</link>
		<comments>http://irukado.org/2005/03/19/versions-and-revisions#comments</comments>
		<pubDate>Sat, 19 Mar 2005 01:32:00 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[svgslice]]></category>

		<guid isPermaLink="false">http://blog.irukado.org/?p=416</guid>
		<description><![CDATA[SVGSlice, my little python program to slice up images for webpages, has come a long way in the last two days.  It now has two different parsing engines: one for simple grid-like slicing, and one for slicing specially defined rectangles on a specific slices layer in the drawing.  I&#8217;ve also built-in image loading [...]]]></description>
			<content:encoded><![CDATA[<p>SVGSlice, my little python program to slice up images for webpages, has come a long way in the last two days.  It now has two different parsing engines: one for simple grid-like slicing, and one for slicing specially defined rectangles on a specific slices layer in the drawing.  I&#8217;ve also built-in image loading and modifying, so it doesn&#8217;t depend on an extra program any more, and should be more reliable too.</p>
<p>XHTML page generation is supported too, although that&#8217;s just started and not useful yet.  It has a lot of potential though, especially with the layer based engine and Inkscape&#8217;s ability to add arbitrary details to the rectangles.  It already takes attribs from the rectangle to know what filenames to save slices as, but in future, people will be able to add attribs to their rectangles that specify output format (JPG, PNG, etc.) and compression, and probably some other things like solid colour areas with no image.  If I can make it smart enough to analyse the rectangle&#8217;s positions and generate <em>good</em> XHTML for them, it could be a very powerful tool <img src='http://irukado.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Anyway, it&#8217;s useful enough already, so I&#8217;m gonna release it soonish, and hope some other folks take enough interest to start adding features too <img src='http://irukado.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Saw Constantine tonight.  It&#8217;s pretty cool: different enough to be interesting.   But not very interesting.  Speaking of movies, a headline is scrolling across my screen to the effect that Joss Whedon is going to do a Wonder Woman movie.  Eeek.  To paraphrase Alice Cooper, he used to be cool, but that&#8217;s just insane <img src='http://irukado.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Still waiting to see the Firefly movie though <img src='http://irukado.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Anyways.  Sleep.</p>
]]></content:encoded>
			<wfw:commentRss>http://irukado.org/2005/03/19/versions-and-revisions/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
