<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>Advogato blog for follower</title>
    <link>http://www.advogato.org/person/follower/</link>
    <description>Advogato blog for follower</description>
    <language>en-us</language>
    <generator>mod_virgule</generator>
    <pubDate>Fri, 10 Feb 2012 18:37:16 GMT</pubDate>
    <item>
      <pubDate>Wed, 9 Dec 2009 06:03:37 GMT</pubDate>
      <title>
Speaking of Twitter...
</title>
      <link>http://www.advogato.org/person/follower/diary.html?start=109</link>
      <guid>http://words.rancidbacon.com/speaking-of-twitter-2009-12-09-18-35</guid>
      <description>
&lt;p&gt;
Like my recent &lt;a href="http://words.rancidbacon.com/tweet-zombie-2009-12-08-20-35.html" &gt;TweetZombie &amp;mdash; twitter vocabulary analysis&lt;/a&gt; post (see what I did there? :) ) this entry is also Twitter related...
&lt;/p&gt;
&lt;p&gt;
&lt;img src="/media/tweets_header.png"&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
I've had my &lt;a href="http://twitter.com/followr" &gt;@followr&lt;/a&gt; Twitter account for a while but it's protected and I generally limit followers to people I know or have met IRL. But that's not entirely satisfactory when I'm happy for people to follow along for general technical content. What I really want is a per-Tweet flag for protected or not but seeing as that's not a possibility I'm going to experiment with a second account.
&lt;/p&gt;
&lt;p&gt;
So, if you'd like to follow along check out &lt;a href="http://twitter.com/RancidBacon" &gt;@RancidBacon&lt;/a&gt; for your viewing pleasure. While you'll miss out on such deeply personal insights as "Did I mention I really like warm sunshiney days like this one? :)" you will get most of the technical content. I'm slowly making my way through the backlog of follow requests and will follow them via the RancidBacon account.
&lt;/p&gt;
&lt;p&gt;
Thanks for your interest...
&lt;/p&gt;

</description>
    </item>
    <item>
      <pubDate>Tue, 8 Dec 2009 08:03:54 GMT</pubDate>
      <title>
TweetZombie &mdash; eating your brain. one tweet at a time.
</title>
      <link>http://www.advogato.org/person/follower/diary.html?start=108</link>
      <guid>http://words.rancidbacon.com/tweet-zombie-2009-12-08-20-35</guid>
      <description>
&lt;p&gt;
&lt;a href="http://tweetzombie.rancidbacon.com/" &gt;TweetZombie&lt;/a&gt; is a site that does some very basic vocabulary analysis of an individual's Twitter messages. It will tell you the size of the vocabulary that the person uses and provide a vocabulary rating (v-rating). The exact rating calculation method is of course a closely guarded trade secret. :) (And yes, you can try to game it with &lt;i&gt;antidisestablishmentarianism&lt;/i&gt; if you really want to do so. You wouldn't be the first.)
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://tweetzombie.rancidbacon.com/" &gt;&lt;img border=0 src="/media/tz_screencap_one.png" /&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
A handy pie chart shows you at a glance how often the person replies or retweets. Last I looked the highest rating was 51,801 and the biggest vocabulary was 1,240 words.
&lt;/p&gt;
&lt;h4&gt;Applying new technologies&lt;/h4&gt;
&lt;p&gt;
Development of TweetZombie was an exercise in integrating and learning more about a number of technologies. It was originally developed using &lt;a href="http://www.djangoproject.com/" &gt;Django&lt;/a&gt;, &lt;a href="http://jquery.com/" &gt;jQuery&lt;/a&gt;, the &lt;a href="http://apiwiki.twitter.com/" &gt;Twitter API&lt;/a&gt; (via &lt;a href="http://github.com/joshthecoder/tweepy/tree" &gt;tweepy&lt;/a&gt;) and &lt;a href="http://www.sqlite.org/" &gt;sqlite&lt;/a&gt; but then ported to run on &lt;a href="http://code.google.com/appengine/" &gt;Google App Engine&lt;/a&gt; with &lt;a href="http://code.google.com/p/google-app-engine-django/" &gt;Google App Engine Helper for Django&lt;/a&gt; and a side order of &lt;a href="http://en.wikipedia.org/wiki/AdSense" &gt;Google AdSense&lt;/a&gt;. (What do you mean assimilated? :) )
&lt;/p&gt;
&lt;p&gt;
The porting exercise was interesting as developing for the App Engine DataStore with its non-SQL approach to queries was an exercise in changing how one thinks about data retrieval. The main change to thinking was pre-calculating more values up front.
&lt;/p&gt;
&lt;p&gt;
I also took a brief look at making use of the &lt;a href="http://code.google.com/p/nltk/" &gt;Python Natural Language Toolkit&lt;/a&gt; for more sophisticated vocabulary analysis (e.g. n-grams) but have not integrated it yet.
&lt;/p&gt;
&lt;h4&gt;Related Wiki Updates&lt;/h4&gt;
&lt;p&gt;
During the development process I added a few related pages to my Wiki/Notebook:
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://code.rancidbacon.com/LearningAboutGoogleAppEngine" &gt;Learning About Google App Engine&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://code.rancidbacon.com/LearningAboutDjango" &gt;Learning About Django&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://code.rancidbacon.com/LearningAboutTwitterAPI" &gt;Learning About Twitter API (with Python)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://code.rancidbacon.com/LearningAboutNLTK" &gt;Learning About NLTK (Python Natural Language Toolkit)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://code.rancidbacon.com/ProjectLogTweetZombie" &gt;Project Log: TweetZombie&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;
&lt;h4&gt;Try it yourself&lt;/h4&gt;
&lt;p&gt;
Head to &lt;a href="http://tweetzombie.rancidbacon.com/" &gt;TweetZombie&lt;/a&gt; and try it on your own account or on the accounts of your friends and then brag about how superior your intelligence must be. Or something.
&lt;/p&gt;

</description>
    </item>
    <item>
      <pubDate>Thu, 3 Dec 2009 08:06:42 GMT</pubDate>
      <title>
No Chumby for me (yet).
</title>
      <link>http://www.advogato.org/person/follower/diary.html?start=107</link>
      <guid>http://words.rancidbacon.com/no-chumby-for-me-yet-2009-12-03-20-50</guid>
      <description>
&lt;p&gt;
The &lt;a href="http://www.chumby.com/pages/chumby_one" &gt;Chumby&lt;/a&gt; is an...internet connected &lt;i&gt;thing&lt;/i&gt;, created by &lt;a href="http://bunniestudios.com/blog" &gt;Andrew "bunnie" Huang&lt;/a&gt; known in some circles for his console reverse engineering. The new version looks like this (unfortunately not so soft and cuddly as the previous version but apparently being soft costs too much):
&lt;/p&gt;
&lt;p&gt;
&lt;img src="/media/chb802_290x270.jpg" /&gt;
&lt;/p&gt;
&lt;p&gt;
Anyway, recently on his blog &lt;a href="http://www.bunniestudios.com/blog/?p=611" &gt;bunnie had a competition&lt;/a&gt; to guess the number of &lt;i&gt;&lt;a href="http://en.wikipedia.org/wiki/Via_(electronics)" &gt;vias&lt;/a&gt;&lt;/i&gt; on the new printed circuit board in order to win a new Chumby One. Now, guessing seemed far too slapdash to me but after briefly considering writing something using &lt;a href="http://opencv.willowgarage.com/wiki/" &gt;OpenCV&lt;/a&gt; to automate detection I decided to just count things by hand.
&lt;/p&gt;
&lt;p&gt;
Yes, it was as tedious as it sounds. :) It was also complicated by the fact the board is double-sided and the two images supplied didn't overlap fully. So, first I had to locate the vias on each side and then match the pairs. In some cases only one side of the via was visible and also, it wasn't always easy to match up the pairs because even after resizing/scaling the match wasn't precise. I did briefly consider using a technique similar to &lt;a href="http://en.wikipedia.org/wiki/Image_rectification#Geographic_information_system" &gt;georectification&lt;/a&gt; to align the images but apparently even I have some limits to my perfectionism. :)
&lt;/p&gt;
&lt;p&gt;
Now, the one issue I never dealt with specifically was that it was possible for vias to exist but be hidden on both sides of the board by components. I didn't allow for this. I could've worked out some arbitrary method for guessing the number of hidden vias but just stuck with the visible via count for my submission.
&lt;/p&gt;
&lt;p&gt;
I used &lt;a href "http://www.gimp.org/"&gt;Gimp&lt;/a&gt; to perform my image manipulation. My &lt;a href="http://www.bunniestudios.com/blog/?p=611#comment-492401" &gt;Chumby competition submission&lt;/a&gt; comment included links to both a &lt;a href="http://stuff.rancidbacon.com/misc/chumby/chumby_one_layered.xcf" &gt;layered Gimp file&lt;/a&gt; and a &lt;a href="http://stuff.rancidbacon.com/misc/chumby/chumby_one_layered_flat.jpg" &gt;flattened JPEG&lt;/a&gt; with my via count workings:
&lt;/p&gt;
&lt;a href="http://stuff.rancidbacon.com/misc/chumby/chumby_one_layered_flat.jpg" &gt;&lt;img border=0 src="/media/chumby_one_layered_small_flattened.jpg" /&gt;&lt;/a&gt;
&lt;span style="font-size:smaller;"&gt;(Yeah, it wasn't pretty. :)&lt;/span&gt;
&lt;p&gt;
My guess was 729 vias which alas was not close enough to the actual total documented count of 785 as mentioned in a &lt;a href="http://www.bunniestudios.com/blog/?p=692" &gt;follow up post announcing the winner&lt;/a&gt;. The closest guess was 781 vias.
&lt;/p&gt;
&lt;p&gt;
But the exercise was still a partial success in my book as part of my reason for documenting the ridiculous extremes I had gone to was a fairly transparent attempt to be noticed even if I didn't win, which earned this remark from bunnie:
&lt;blockquote&gt;
I wasn't actually thinking anyone would try to count all the visible vias &amp;mdash; kudos to those who put in that effort (&lt;i&gt;omg follower I can't believe you did that!&lt;/i&gt;)...
&lt;/blockquote&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;And, this post is, of course, a totally transparent attempt to get you to notice me and think, "Hey, I've got a problem that needs that sort of mindset to solve" and &lt;a href="mailto:follower@rancidbacon.com" &gt;email me&lt;/a&gt; with a freelance contract offer. :)&lt;/b&gt;
&lt;/p&gt;
</description>
    </item>
    <item>
      <pubDate>Mon, 14 Sep 2009 07:06:09 GMT</pubDate>
      <title>
DigitalNZ HackFest Christchurch 2009
</title>
      <link>http://www.advogato.org/person/follower/diary.html?start=106</link>
      <guid>http://words.rancidbacon.com/digitalnz-hackfest-christchurch-2009</guid>
      <description>
&lt;p&gt;
&lt;a href="http://www.digitalnz.org/" &gt;&lt;img style="float:right;" border="0" src="/media/dnz_logo.png" /&gt;&lt;/a&gt;
On Saturday I took part in the &lt;a href="http://www.digitalnz.org/blog/news/article-digitalnz-hackfest-christchurch" &gt;DigitalNZ HackFest - Christchurch&lt;/a&gt; and was there for a couple of hours. "DigitalNZ is a publicly funded, not-for-profit initiative that aims to make NZ digital content easier to find, share and use."
&lt;/p&gt;
&lt;p&gt;
The purpose of the HackFest was to introduce developers to the DigitalNZ API and encourage them to experiment with it.
&lt;/p&gt;
&lt;p&gt;
I made some small changes to make the existing &lt;a href="http://bitbucket.org/anarchivist/digitalnz/src/" &gt;DigitalNZ API bindings for Python&lt;/a&gt; compatible with Python 2.5 and wrote a command line script to show how to do a basic search. (The patch has already been incorporated into the repository thanks to a quick response from the original author.) As I try to do these days, I made some &lt;a href="http://code.rancidbacon.com/LearningAboutDigitalNZ" &gt;notes on learning about the DigitalNZ API&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
It was good to see a number of people made the effort to come along and contribute code and feedback. I'm pleased DigitalNZ made the decision to send Jo on the road to bring the event to Christchurch and I hope to see more HackFests in the future.
&lt;/p&gt;

</description>
    </item>
    <item>
      <pubDate>Tue, 1 Sep 2009 06:04:56 GMT</pubDate>
      <title>
Christchurch Creative Space meet the people video
</title>
      <link>http://www.advogato.org/person/follower/diary.html?start=105</link>
      <guid>http://words.rancidbacon.com/creative-space-video</guid>
      <description>
&lt;p&gt;A while back we had some video footage shot at the &lt;a href="http://chchspace.nztech.org/" &gt;Christchurch Creative Space&lt;/a&gt; so people could get an idea of who comes along and what they get up to while they're there. View the &lt;a href="http://www.youtube.com/watch?v=Bt4UpwUu2bw" &gt;Christchurch Creative Space video here&lt;/a&gt; or in the embed below:
&lt;/p&gt;
&lt;p&gt;
&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube-nocookie.com/v/Bt4UpwUu2bw&amp;hl=en&amp;fs=1&amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube-nocookie.com/v/Bt4UpwUu2bw&amp;hl=en&amp;fs=1&amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;/p&gt;
&lt;p&gt;
We also had a series of friendly chats with people who have been along (thanks to Jack) and you can read the &lt;a href="http://groups.google.com/group/chchspace/web/more-than-you-knew-before-about-us" &gt;Christchurch Creative Space people interviews&lt;/a&gt;.
&lt;/p&gt;
&lt;h4&gt;Creative Space media coverage&lt;/h4&gt;
&lt;p&gt;The Space and its activities have also been featured in a couple of other media related items. A half-page article about the Creative Space and Hackerspaces in general appeared on page 14 of this month's &lt;a href="http://unlimited.co.nz/" &gt;Unlimited&lt;/a&gt; magazine (it seems not to be online). &lt;a href="http://www.youtube.com/watch?v=M5Vklo8AqWM" &gt;The MsBehaviour Files&lt;/a&gt; also made mention of us:&lt;/p&gt;
&lt;p&gt;
&lt;object width="480" height="295"&gt;&lt;param name="movie" value="http://www.youtube-nocookie.com/v/M5Vklo8AqWM&amp;hl=en&amp;fs=1&amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube-nocookie.com/v/M5Vklo8AqWM&amp;hl=en&amp;fs=1&amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;/p&gt;

</description>
    </item>
    <item>
      <pubDate>Mon, 31 Aug 2009 10:17:15 GMT</pubDate>
      <title>
The cake wasn't a lie
</title>
      <link>http://www.advogato.org/person/follower/diary.html?start=104</link>
      <guid>http://words.rancidbacon.com/the-cake-not-a-lie</guid>
      <description>
&lt;p&gt;
&lt;img src="/media/CIMG0648.jpg" width="100%"/&gt;
It was my birthday last month and my great friends organised a personalised cake&amp;mdash;my favourite lemon meringue pie in fact&amp;mdash;especially for me. It was a good evening and really appreciated.
&lt;/p&gt;
</description>
    </item>
    <item>
      <pubDate>Fri, 14 Aug 2009 13:04:55 GMT</pubDate>
      <title>
Bright Bunny Project
</title>
      <link>http://www.advogato.org/person/follower/diary.html?start=103</link>
      <guid>http://words.rancidbacon.com/bright-bunny-project-2009-08-14-22-50</guid>
      <description>

&lt;p&gt;
Meet the cute and cuddly Bright Bunny Pirate who has a secret...
&lt;/p&gt;
&lt;p&gt;
&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube-nocookie.com/v/oppvFTUZakg&amp;hl=en&amp;fs=1&amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube-nocookie.com/v/oppvFTUZakg&amp;hl=en&amp;fs=1&amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;/p&gt;
&lt;p&gt;
...his heart lights up when you feed him his favourite food...a carrot!
&lt;/p&gt;
&lt;p&gt;
I designed this project for a workshop I taught at the &lt;a href="http://www.felt.co.nz/blog/2009/06/take-a-craft20-workshop-and-make-a-bunny-happy/" &gt;Christchurch Craft 2.0 fair in June 2009&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.projectspace.co.nz/craft2_cii.html" &gt;&lt;img border="0px" src="http://code.rancidbacon.com/images/bright_bunny_db01.jpg" width="90%"&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
We had three women and two girls participate, they learned to solder and assemble the bunnies each ending up with their own personality. It was good to have &lt;a href="http://felt.co.nz/" &gt;Lucy from Felt&lt;/a&gt; and &lt;a href="http://www.davidbrebner.com/" &gt;Dave&lt;/a&gt; on hand to lend assistance as we under-estimated the time a bit!
&lt;/p&gt;
&lt;p&gt;
It's turned out the project is an ideal introduction to incorporating electronics into craft. As an added bonus you can &lt;a href="http://code.rancidbacon.com/HowToBrightBunny" &gt;download the Creative Commons licensed Bright Bunny pattern&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
The video above was recorded at the &lt;a href="http://code.rancidbacon.com/HowToBrightBunny" &gt;Christchurch Creative Space&lt;/a&gt; and edited in &lt;a href="http://www.blender.org/" &gt;Blender&lt;/a&gt;.
&lt;/p&gt;
</description>
    </item>
    <item>
      <pubDate>Tue, 24 Mar 2009 13:12:13 GMT</pubDate>
      <title>
Christchurch Girl Geek Dinner on Ada Lovelace Day 2009
</title>
      <link>http://www.advogato.org/person/follower/diary.html?start=102</link>
      <guid>http://words.rancidbacon.com/lady-ada-lovelace-day-2009-03-25-00-40</guid>
      <description>
&lt;p&gt;
As I write this post it is no longer Ada Lovelace Day in New Zealand but it is still so in many parts of the world. Don't know about ALD? Read more at &lt;a href="http://findingada.com/" &gt;Finding Ada&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
In a happy coincidence &lt;a href="http://www.girlgeekdinners.co.nz/" &gt;Christchurch's first Girl Geek Dinner&lt;/a&gt; occurred on ALD so I decided I'd mention the work put in by the two organisers Anchen le Roux and &lt;a href="http://wellsuited.co.nz/" &gt;Lucinda McCullough&lt;/a&gt; for my ALD post. :-)
&lt;/p&gt;
&lt;p&gt;
Thanks to being the special guest of Lucy from &lt;a href="http://bod.co.nz/" &gt;Board of Design&lt;/a&gt; and &lt;a href="http://felt.co.nz" &gt;Felt ("your online outlet dedicated to all things handmade")&lt;/a&gt; I was able to attend the event within "&lt;a href="http://www.freewebs.com/girlgeekdinners/rules.html" &gt;the rules&lt;/a&gt;".
&lt;/p&gt;
&lt;p&gt;
The evening had a great turnout of around thirty people&amp;mdash;in fact, I'm tempted to make the next &lt;a href="http://nztech.org/tvic/" &gt;The Valley in Christchurch monthly tech dinner&lt;/a&gt; have the same admission rules in an attempt to match attendence numbers. :-)&lt;br /&gt;&lt;br /&gt;
&lt;a border="0" href="http://twinkle.tapulous.com/index.php?hash=6d24f2d8d209abf3247f704fb75c9a09a700b5e6" &gt;&lt;img src="http://words.rancidbacon.com/media/s_12378857821268.jpg" /&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
To me what is great is that Luci and Anchen care enough about the New Zealand tech industry and their place in it that they chose to invest their time and energy in making something happen. Organising a venue, sponsors, invitations, ticketing and promotion all takes an investment and we all benefit from a stronger industry as a result.
&lt;/p&gt;
&lt;p&gt;
Of significance to me was one of the organisers was heard to remark something along the lines of "I want to be the [insert name of prominent woman from another New Zealand city known for organising tech events] of Christchurch". Just like Ada Lovelace Day aims to promote, role models really do matter.
&lt;/p&gt;
&lt;p&gt;
I hope more people in the tech industry&amp;mdash;female &lt;i&gt;and&lt;/i&gt; male&amp;mdash;will follow Anchen and Luci's lead in becoming more involved in developing the New Zealand tech community.
&lt;/p&gt;
&lt;p&gt;
Thanks to Luci, Anchen and those who attended.
&lt;/p&gt;

</description>
    </item>
    <item>
      <pubDate>Sun, 15 Mar 2009 14:04:18 GMT</pubDate>
      <title>
Christchurch Creative / Project / Hacker / Maker Space
</title>
      <link>http://www.advogato.org/person/follower/diary.html?start=101</link>
      <guid>http://words.rancidbacon.com/christchurch-creative-space-2009-03-16-01-11</guid>
      <description>

&lt;p&gt;
I would like to gauge the level of interest for a hacker / project /
creative / maker space in Christchurch, New Zealand.
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;&lt;i&gt;Update: Join us this Tuesday, 17 March 2009 at 7:30pm for a planning/doing gathering. See the &lt;a href="http://groups.google.co.nz/group/chchspace/browse_thread/thread/83dfa3a949676c6f" &gt;announcement&lt;/a&gt; for details.&lt;/i&gt;&lt;/b&gt;
&lt;/p&gt;
&lt;p&gt;
I've been interested in the concept for quite a while but after
spending some time in similar setups in Europe I'm even more convinced
it would be a great addition to the city. While I could spout on about
it having social, community, technical, educational and creative
benefits I'm really only suggesting it because I want to be able to
work on projects and hang out with interesting people at the same
time.
&lt;/p&gt;&lt;p&gt;
If you're not familiar with the concept here are a couple of starting
points for learning more:
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://hackerspaces.org/" &gt;http://hackerspaces.org/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://metalab.at/wiki/English" &gt;http://metalab.at/wiki/English&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;&lt;p&gt;
Already I've talked about the concept with a number of people and had
a positive response. There is also a possibility of an at least
temporary location in the central city. I suspect we would probably
start off with having gatherings one or two nights a week.
&lt;/p&gt;&lt;p&gt;
Please participate in the discussion forum / mailing list if you are
interested in helping this get started or interested in participating
once it's started:
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://nztech.org/chchspace/" &gt;http://nztech.org/chchspace/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;&lt;p&gt;
I welcome suggestions for venues, funding, participants, equipment and
interminable discussions about a suitably local-flavoured name.
&lt;/p&gt;&lt;p&gt;
Know someone who creates, hacks, crafts, makes or who might otherwise
benefit from such a space? Please pass this &lt;a href="http://nztech.org/chchspace/" &gt;Christchurch creative project space link&lt;/a&gt; along to them.
&lt;/p&gt;
</description>
    </item>
    <item>
      <pubDate>Sun, 17 Feb 2008 18:06:55 GMT</pubDate>
      <title>
Hardware Into Art: TVIC/Geekosystem Crossover
</title>
      <link>http://www.advogato.org/person/follower/diary.html?start=100</link>
      <guid>http://words.rancidbacon.com/hardware-into-art-tvic-geekosystem-crossover-2008-02-18</guid>
      <description>
&lt;p&gt;
&lt;img border="0" src="/media/geekoffice.jpg" /&gt;
&lt;/p&gt;
&lt;p&gt;
What will this become?
&lt;/p&gt;
&lt;p&gt;
Come to &lt;a href="http://groups.google.com/group/tvic/" &gt;The Valley in Christchurch&lt;/a&gt; &lt;a href="http://groups.google.com/group/tvic/browse_thread/thread/4bed229ef7dd2d35" &gt;this week (Tuesday!)&lt;/a&gt; and don't just find out, make IT/ART happen!
&lt;/p&gt;
&lt;p&gt;
Here's some of the details, check out the &lt;a href="http://groups.google.com/group/tvic/browse_thread/thread/4bed229ef7dd2d35" &gt;event announcement for more details&lt;/a&gt;:
&lt;blockquote&gt;
&lt;b&gt;The Valley In Christchurch February dinner and hack events&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;

&lt;b&gt;When:&lt;/b&gt; 6:00pm &lt;i&gt;Tuesday&lt;/i&gt; 19th February 2008&lt;br /&gt;
&lt;b&gt;Where:&lt;/b&gt; The China Kitchen, on Hereford St, opposite the Flight Centre&lt;br /&gt;&lt;br /&gt;

And &lt;i&gt;then&lt;/i&gt; join us post-dinner for a special TVIC-exclusive &lt;a href="http://www.physicsroom.org.nz/gallery/2008/ageekosystem/" &gt;Geekosystem&lt;/a&gt; session:&lt;br /&gt;&lt;br /&gt;

&lt;b&gt;When:&lt;/b&gt; ~7:00pm&amp;mdash;10:00pm-ish&lt;br /&gt;
&lt;b&gt;Where&lt;/b&gt;: The Physics Room, Second Floor, 209 Tuam Street, Christchurch&lt;br /&gt;&lt;br /&gt;

Rumour is that some pizza and beverages will be provided while you
work on your hardware hacking masterpiece.&lt;br /&gt;&lt;br /&gt;

Thanks to Adam and the Physics Room for organising this special
after-hours session for us!&lt;br /&gt;&lt;br /&gt;
&lt;/pre&gt;&lt;/blockquote&gt;
&lt;/p&gt;
&lt;p&gt;
The photo above (courtesy of &lt;a href="http://www.xs4all.nl/~adam/" &gt;Adam Hyde&lt;/a&gt;) shows some of the "raw materials" that will be on hand.
&lt;/p&gt;
&lt;h4&gt;Tending Networks: The 5th Aotearoa Digital Arts Symposium&lt;/h4&gt;
&lt;p&gt;
As it happens, the Geekosystem coincides with the &lt;a href="http://symposium08.aotearoadigitalarts.org.nz/" &gt;The 5th Aotearoa Digital Arts Symposium&lt;/a&gt; produced by &lt;a href="http://www.aotearoadigitalarts.org.nz/" &gt;The ADA Digital Arts Network&lt;/a&gt;. 
&lt;/p&gt;
&lt;p&gt;
&lt;img src="/media/ada_symp08_logo.gif" /&gt;
&lt;/p&gt;
&lt;p&gt;
Self-described as "New Zealand/Aotearoa's only digital artists' network. ADA was born of the observation that although new media artists were often highly networked in terms of both their own practice and their professional relationships, there was no national organization drawing together those with a common interest in digital art."
&lt;/p&gt;
&lt;p&gt;
The symposium is an opportunity for New Zealand's digital/new media artists to meet face to face. Check out the upcoming &lt;a href="http://symposium08.aotearoadigitalarts.org.nz/#Programme" &gt;weekend's programme&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
I've actually been invited to present a brief overview of some of my Arduino hacking to the group during their "lightning talk" session on Saturday afternoon. A pleasant parallel to the symposium topic is my most recent project has been an &lt;a href="http://code.rancidbacon.com/Netduino" &gt;ethernet expansion shield for the Arduino&lt;/a&gt;. I must write some more on that.
&lt;/p&gt;
&lt;h4&gt;Foo Fruition&lt;/h4&gt;
&lt;p&gt;
Speaking of needing to write more... My presentation at the ADA Symposium and the TVIC/Geekosystem crossover are a direct result of my attendence earlier this month at &lt;a href="http://baacamp.org/" &gt;Kiwi Foo Camp 2008&lt;/a&gt; (a.k.a. &lt;a href="http://en.wikipedia.org/wiki/Kiwi_Foo_Camp" &gt;Baa Camp&lt;/a&gt;) and some people I met there. I must write some more on that. :-)
&lt;/p&gt;


</description>
    </item>
  </channel>
</rss>

