Signal Grey http://jack.dakota.net.nz/ en-us 40 Confusing the web since 2001 We're Back <p>If you haven&#8217;t already seen us, we are back safe from our adventure in Laos. Anita&#8217;s site still hasn&#8217;t covered the last piece of the journey but we hope to get that up there before too long. When I get my a into g we will also put more of the photos up on this site.</p> <p>Will let you know when I&#8217;ve sorted it!</p> Mon, 20 Aug 2007 08:31:03 +1200 urn:uuid:e4a6e1ac-d54b-4053-9fc0-16109da9a7b1 Jack http://jack.dakota.net.nz/articles/2007/08/20/were-back Real Life http://jack.dakota.net.nz/articles/trackback/18 Thailand - Laos Adventure Begins <p>We are going to Thailand and Laos for 4 weeks! </p> <p>We will update <a href="http://anita.dakota.net.nz">Anita&#8217;s Site</a> as often as we can given access to the internet while we are away so you can follow our progress from there if you are interested.</p> <p>See you on the other side.</p> Fri, 13 Jul 2007 21:34:00 +1200 urn:uuid:528b1d09-bad0-4f93-b9f8-4ccd72616272 Jack http://jack.dakota.net.nz/articles/2007/07/13/thailand-laos-adventure-begins Real Life thailand laos trip http://jack.dakota.net.nz/articles/trackback/17 A Planet Aggregator for dakota.net.nz <p>I have just set up the <a href="http://rubyforge.org/projects/railsplanet/" title="Rails Planet Feed Aggregator">Rails Planet</a> at <a href="http://www.dakota.net.nz">www.dakota.net.nz</a> to aggregate the two logs currently hosted there (this one right here included). Rails Planet is used at <a href="http://www.planetrubyonrails.org/">www.planetrubyonrails.org</a> and does not appear to be in active development. As such I found there were a couple of querks to getting it set up.</p> <p>Amoungst other things I suspect are mostly specific to my set up one big problem I faced was getting access to the admin interface. Since there was no default login with the install and there did not appear to be an initial setup phase I had no way of creating a user in order to then access the admin interface.</p> <p>The solution I found was to comment out line 4 of app/controllers/admin/base_controller.rb:</p> <pre><code>class Admin::BaseController &lt; ApplicationController layout "admin" # before_filter :login_required end </code></pre> <p>This essentially disabled authentication for the admin interface so I could access it without a login. Once I had set up a user account I then uncommented the line again and restarted the server to ensure the authentication was back in place.</p> <p>Hopefully this helps anyone who is having similar problems.</p> Sat, 09 Sep 2006 16:10:00 +1200 urn:uuid:cc67ff4d-4e4c-49e5-a49f-35e88faf2f56 Jack http://jack.dakota.net.nz/articles/2006/09/09/planet-aggregator Web Linux rails planet http://jack.dakota.net.nz/articles/trackback/12 Electronic Mathematics <p>I have been considering a project that would involve defining a mathematical procedure preferably in a format like XML. The definition would need to include the definition of variables/inputs, logic/sequence and mathmatical equations.</p> <p>The calculation would then be executed by a programme based on user inputs. The resulting calculation would then be saved (again preferably in an XML format) for further editing if required and/or printed/exported (calculation report) to a number of formats (i.e. latex, pdf, html etc).</p> <p>I have been trying to locate any pre-existing components that may be able to fulfill the about requirements. MathML, LaTeX, OpenXM/OpenMath all seem to fulfill parts of the requirements.</p> <p>I would like to avoid having more than one definition of the equations in the xml definition i.e. one for the actual calculation and one for visual representation. To avoid this I either need a library that can convert Latex/MathML into executable code or one that can execute the code directly from the Latex/MathML input.</p> <p>Would appreciate any input here. In the mean time I will continue my search.</p> Thu, 31 Aug 2006 16:10:00 +1200 urn:uuid:1b17cc57-5499-4b6a-b6d9-4d8ce828b393 Jack http://jack.dakota.net.nz/articles/2006/08/31/electronic-mathmatics Linux http://jack.dakota.net.nz/articles/trackback/11 Busy Times <p>So long time no write. It&#8217;s been busy times for Anita and I. Both work and play. The boat has had a bit more use (that big snapper is still eluding us though) and we have made a couple of trips to the snow at Mt Ruapehu which is having an excellent season. We are planning another trip this weekend and I have taken some days off to fill in with snow boarding aswell. Might have some photos to share next week.</p> <p>The following week will be busy at work with a short duration shutdown. So I&#8217;d best make the most of the time off whilst it lasts.</p> <p>We&#8217;ve been busy considering our options for the coming few years. Basically we can head overseas to take up assignments there or stay on here for another ~3 years and tackle some other goals. Seems the preference is for the later at this stage though there&#8217;s no pressure to make a decision until the end of the year.</p> Thu, 31 Aug 2006 15:49:52 +1200 urn:uuid:9aa16c29-4932-4de0-90f7-b3f3f7139e91 Jack http://jack.dakota.net.nz/articles/2006/08/31/busy-times Real Life http://jack.dakota.net.nz/articles/trackback/10 Fishing <p><a href="http://anita.dakota.net.nz">Anita</a> has written an article on <a href="http://anita.dakota.net.nz/articles/2006/04/16/easter-fishing">latest fishing expedition</a>. Based on the success of that trip we are planning a dawn fishing expedition tomorrow! Long weekends rock!</p> Sun, 16 Apr 2006 20:47:00 +1200 urn:uuid:64729c64-d0d5-493b-82fc-e367f10cdb23 Jack http://jack.dakota.net.nz/articles/2006/04/16/fishing Real Life http://jack.dakota.net.nz/articles/trackback/8 Urimod : Modify URIs in HTML <p>Urimod is a small perl script to modify URIs in HTML. More specifically it is a tool to change URIs/URLs from mixed type (i.e. relative or absolute) to another (relative to document root). Urimod can change URIs in a whole directory tree of html files or in a single file. It is most useful for ensuring a consistent URI format across a website. Urmod can change URIs in anchor, image or link html elements.</p> <p>Check out the <a href="http://jack.dakota.net.nz/pages/urimod">urimod page</a> for more info.</p> Sat, 15 Apr 2006 17:08:00 +1200 urn:uuid:71cdd44e-6355-493d-bccf-e7fe2bdf435d Jack http://jack.dakota.net.nz/articles/2006/04/15/urimod Web Perl urimod perl script html web uri url http://jack.dakota.net.nz/articles/trackback/6 Internet Time Travel <p><a href="http://web.archive.org/"><img src="http://web.archive.org/images/wayback_logo_sm.gif" alt="Jeffery Zeldman Presents..." class="right" /></a> In one of my earlier posts I refered to the <a href="http://web.archive.org/">web.archive.org</a> (&#8220;Way Back Machine&#8221;) <a href="http://web.archive.org/web/20010805153915/www.webtech.co.nz/signalgrey/" title="Signal Grey in 2001">archive of my old site</a>. I found this quite an interesting experience looking at my old sites and seeing how they had changed over time and it got me thinking about how other, higher-profile, web sites have changed over time.</p> Sun, 09 Apr 2006 17:29:00 +1200 urn:uuid:9e8e0822-d93d-4331-ac03-9afce532e3bf Jack http://jack.dakota.net.nz/articles/2006/04/09/internet-time-travel Web internet time machine google zeldman microsoft standards archive http://jack.dakota.net.nz/articles/trackback/2 The Fluff at the Capitaine Bougainville <p><img src="http://jack.dakota.net.nz/files/the-fluff-1-thumb-whole.jpg" class="left" alt="The Fluff performing on stage" />Some friends of ours formed a band some time ago. The band is currently known as &#8220;The Fluff&#8221;. They had their first gig last night at the Capitaine Bougainville Theatre at Forum North, Whangarei.</p> <p>Their gig was part of the Whangarei District Council staff concert so the whole thing was pretty informal. It was a pretty big audience though (est. 70-100 people) so they were all pretty apprehensive but their act went down really well.</p> <h4>Photos</h4> <p>Here are some photos from their act - unfortunately we neglected to take our camera so I only had my cellphone to take pictures.</p> <p><a href="http://jack.dakota.net.nz/files/the-fluff-1.jpg"><img src="http://jack.dakota.net.nz/files/the-fluff-1-thumb.jpg" alt="Jamin at Leonard's" title="Jamin at Leonard's House"/></a> <a href="http://jack.dakota.net.nz/files/the-fluff-2.jpg"><img src="http://jack.dakota.net.nz/files/the-fluff-2-thumb.jpg" alt="Go Biggles!" title="Go Biggles!"/></a> <a href="http://jack.dakota.net.nz/files/the-fluff-3.jpg"><img src="http://jack.dakota.net.nz/files/the-fluff-3-thumb.jpg" alt="Vocals and lead: Andy" title="Vocals and lead: Andy"/></a></p> <p>The night finished up with these guys (yes, guys..). Lucky for them it will be hard to identify them from this photo:</p> <p><a href="http://jack.dakota.net.nz/files/drag-act.jpg"><img src="http://jack.dakota.net.nz/files/drag-act-thumb.jpg" alt="Mysterious Girls" title="Mysterious Girls"/></a></p> Sat, 08 Apr 2006 16:45:00 +1200 urn:uuid:651b7201-9f1e-42ab-84d4-a75e2b68ef87 Jack http://jack.dakota.net.nz/articles/2006/04/08/the-fluff-first-gig the fluff band music gig concert photos http://jack.dakota.net.nz/articles/trackback/3 So you're starting a weblog... <p>Yeah. Original huh?</p> <p>It was inevitable really - I could only resist this trend for so long. I have had a bunch of stuff I have been wanting to publish for a long time but have had nowhere to do it.</p> <p>The name signal grey comes from a site I created back in 2001 before weblog&#8217;s even existed. You can view the <a href="http://web.archive.org">web.archive.org</a> <a href="http://web.archive.org/web/20010805153915/www.webtech.co.nz/signalgrey/" title="Signalgrey in 2001">archive of the site</a>. Of course, this, along with everything else I produced at the time, is full of bad stuff - pop ups! - I didn&#8217;t even know that standards existed at that point. At this time I believe the closest thing to blogging software was NewsPro (now known as <a href="http://coranto.gweilo.org/go/home/history" title="Coranto CMS">Coranto</a>) which I used for similar purposes on my sites.</p> <p>I don&#8217;t see myself updating this daily and it is not intended as a journal of my daily life. I already have a bunch of stuff that I have accumulated and would like to share via this site. I will be adding this info as time allows.</p> Fri, 07 Apr 2006 12:55:00 +1200 urn:uuid:c55f2cfc-de16-4afb-bbb3-dce036f90689 Jack http://jack.dakota.net.nz/articles/2006/04/07/starting-a-weblog Web http://jack.dakota.net.nz/articles/trackback/1