<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Crowd Surfing Echidnas</title><link>https://www.michevan.id.au/</link><description>Recent content on Crowd Surfing Echidnas</description><generator>Hugo</generator><language>en-au</language><lastBuildDate>Mon, 07 Jul 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://www.michevan.id.au/index.xml" rel="self" type="application/rss+xml"/><item><title>Setting up Archlinux on my Framework 16 laptop - Getting to First Boot</title><link>https://www.michevan.id.au/posts/archlinux-on-framework-16-laptop/</link><pubDate>Mon, 07 Jul 2025 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/archlinux-on-framework-16-laptop/</guid><description>&lt;p&gt;After assembling the laptop it is time to start installing Archlinux.&lt;/p&gt;
&lt;p&gt;My goal is to run the laptop with a fully encrypted disk via cryptsetup.&lt;/p&gt;
&lt;h2 id="important-references"&gt;Important References&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://frame.work/au/en/laptop-16-support"&gt;Framework 16 Support&lt;/a&gt; is your jumping off point for their documentation on &lt;a href="https://guides.frame.work/Guide/Framework+Laptop+16+DIY+Edition+Quick+Start+Guide/270"&gt;assembling your DIY laptop&lt;/a&gt; and &lt;a href="https://frame.work/au/en/linux#laptop-16-amd-compatibility"&gt;installing Linux&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://wiki.archlinux.org/title/Installation_guide"&gt;Archlinux Installation Guide&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://wiki.archlinux.org/title/Advanced_Format#NVMe_solid_state_drives"&gt;NVMe solid state drives&lt;/a&gt; in the Archlinux Wiki.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://blog.bespinian.io/posts/installing-arch-linux-on-uefi-with-full-disk-encryption/"&gt;Lena Fuhrimann&amp;rsquo;s guide for installing Archlinux on UEFI with full disk encryption&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="firmware-settings"&gt;Firmware Settings&lt;/h2&gt;
&lt;p&gt;The first time you power on, you should end up in the BIOS/Boot Manager/Firmware or whatever you want to call it. If not, try tapping F2 repeatedly as it powers up.&lt;/p&gt;</description></item><item><title>Reading Habits of 2024</title><link>https://www.michevan.id.au/posts/reading-habits-of-2024/</link><pubDate>Tue, 11 Mar 2025 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/reading-habits-of-2024/</guid><description>&lt;p&gt;This year I read a total of 89 books this year! The highest since I started keeping track in 2014. It was the 16 audiobooks that put me over the top &amp;ndash; five more than any other year. 71 ebooks is only one short of the max in any given year.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://www.michevan.id.au/posts/reading-habits-of-2024/books-read.png" alt="Graph of books read per year." width="623" height="393"/&gt;&lt;/p&gt;
&lt;p&gt;Finishing off the remaining fifteen books in the &lt;a href="https://www.goodreads.com/series/42154-chief-inspector-armand-gamache"&gt;Armand Gamache&lt;/a&gt; series I started last year I&amp;rsquo;ll admit occupied most of my reading time for the first three and a half months of 2024 (3.75 star rating from me for the series so far).&lt;/p&gt;</description></item><item><title>Mini-Movie Reviews and Black List Picks For 2024</title><link>https://www.michevan.id.au/posts/movie-reviews-and-blacklist-2024/</link><pubDate>Mon, 10 Mar 2025 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/movie-reviews-and-blacklist-2024/</guid><description>&lt;p&gt;Here&amp;rsquo;s my mini-movie reviews that I&amp;rsquo;ve posted in various places in 2024. Some minor spoilers.&lt;/p&gt;
&lt;h2 id="joker-folie-à-deux"&gt;&lt;a href="https://www.imdb.com/title/tt11315808/"&gt;Joker: Folie à Deux&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;It is different to the first movie. It&amp;rsquo;s largely &amp;ndash; I wouldn&amp;rsquo;t call it a courtroom drama &amp;ndash; but spends a fair amount of time on his trial for the murders from the first movie. I would say it doesn&amp;rsquo;t have the momentum and tension that the first movie did. It&amp;rsquo;s hard to make a boldly original sequel to a boldly original movie. The musical aspect could have pushed it there, or leaning a little more into the shared psychosis aspects as per the movie&amp;rsquo;s &lt;a href="https://en.wikipedia.org/wiki/Folie_%C3%A0_deux"&gt;title&lt;/a&gt;, but I don&amp;rsquo;t think they pulled it off.&lt;/p&gt;</description></item><item><title>Postgresql With Case-Insensitive Text</title><link>https://www.michevan.id.au/posts/postgresql-with-case-insensitive-text/</link><pubDate>Fri, 05 Apr 2024 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/postgresql-with-case-insensitive-text/</guid><description>&lt;p&gt;I got put off using CITEXT by the tip at the top of the &lt;a href="https://www.postgresql.org/docs/current/citext.html"&gt;documentation&lt;/a&gt; suggesting to use a non-deterministic collation instead. So I did for a small project.&lt;/p&gt;
&lt;p&gt;After a bit of faffing about, I came up with using two collations, one insensitive and one sensitive:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;CREATE COLLATION en_us_ci (PROVIDER = icu, LOCALE = &amp;#39;en-US-u-ks-level2&amp;#39;, DETERMINISTIC = FALSE);

CREATE COLLATION en_us_cs (PROVIDER = icu, LOCALE = &amp;#39;en-US-u-ks-level2&amp;#39;, DETERMINISTIC = TRUE);
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Then created a domain to make it easy to use the case insensitive version:&lt;/p&gt;</description></item><item><title>Reading Habits of 2023</title><link>https://www.michevan.id.au/posts/reading-habits-of-2023/</link><pubDate>Thu, 04 Jan 2024 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/reading-habits-of-2023/</guid><description>&lt;p&gt;So an interesting thing happened with my star ratings this year, but before we go there, lets look at some of the highlights of what I&amp;rsquo;ve read this past year.&lt;/p&gt;
&lt;p&gt;&lt;span class="float-right"&gt;&lt;img src="https://www.michevan.id.au/posts/reading-habits-of-2023/cob.jpg" width="100" height="152" alt="Cover image for The Country of the Blind"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;In the non-fiction category was a memoir by Andrew Leland called &lt;a href="https://www.goodreads.com/book/show/196029378-the-country-of-the-blind"&gt;The Country of the Blind&lt;/a&gt;. It follows his grappling with slowly losing his sight over a few decades due to retinitis pigmentosa. Along the way he covers a bit of history of how blindness has been treated in the USA.&lt;/p&gt;</description></item><item><title>The Black List</title><link>https://www.michevan.id.au/posts/the-black-list/</link><pubDate>Mon, 18 Dec 2023 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/the-black-list/</guid><description>&lt;p&gt;I enjoy reading &lt;a href="https://blcklst.com/lists"&gt;The Black List&lt;/a&gt; which is an annual posting of favoured unproduced screenplays based on a survey of Hollywood film industry executives.&lt;/p&gt;
&lt;p&gt;Films like &lt;em&gt;Slumdog Millionaire&lt;/em&gt;, &lt;em&gt;Argo&lt;/em&gt;, &lt;em&gt;The King&amp;rsquo;s Speech&lt;/em&gt; and &lt;em&gt;Passengers&lt;/em&gt; are movies that have appeared in a Black List and gone on to be produced.&lt;/p&gt;
&lt;p&gt;From these, I have listed the ones from the last few years that have appealed to me in some way. From what I&amp;rsquo;ve picked it looks like those involving time travel, aliens, or Daniel Radcliffe tickle me. Perhaps next year they&amp;rsquo;ll combine all three! What appeals to you?&lt;/p&gt;</description></item><item><title>Reading Habits of the Last Few Years</title><link>https://www.michevan.id.au/posts/reading-habits-of-the-last-few-years/</link><pubDate>Fri, 10 Feb 2023 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/reading-habits-of-the-last-few-years/</guid><description>&lt;p&gt;So I&amp;rsquo;m several years overdue on blog posts of my riveting reading habits, but to make up for it, I have graphs!&lt;/p&gt;
&lt;p&gt;&lt;img src="https://www.michevan.id.au/posts/reading-habits-of-the-last-few-years/books-read.png" alt="Graph of books read per year." width="626" height="395"/&gt;&lt;/p&gt;
&lt;p&gt;My reading rate seems to have gone down. This is peculiar given with COVID lockdowns in Melbourne I would have thought I would have read more books in 2020 and 2021. However I seem to have gone from between 60 to 70 books read, to around 50 for the last few years.&lt;/p&gt;</description></item><item><title>Mini Movie Reviews</title><link>https://www.michevan.id.au/posts/mini-movie-reviews/</link><pubDate>Sun, 15 Jan 2023 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/mini-movie-reviews/</guid><description>&lt;p&gt;Over the years I&amp;rsquo;ve posted various brief movie reviews on social media. Decided to trawl back through and collect the bulk of them for my own amusement. Starting at the most recent.&lt;/p&gt;
&lt;p&gt;§&lt;/p&gt;
&lt;p&gt;Recently watched &lt;strong&gt;The Menu&lt;/strong&gt;, a treatise on perfect being the enemy of good and the forces both internal and external that drive you there. Set in the world of haute cuisine with lavish servings of pretentiousness and homicide, I’ll never hear the word degustation again without a shiver running up my occipital.&lt;/p&gt;</description></item><item><title>Reading Habits of 2017</title><link>https://www.michevan.id.au/posts/reading-habits-of-2017/</link><pubDate>Sat, 27 Jan 2018 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/reading-habits-of-2017/</guid><description>&lt;p&gt;The annual blog post of my reading stats for the year.&lt;/p&gt;
&lt;p&gt;I read 65 books in 2017 which is a bit more than last year. A total of 21,650 pages, a respectable 2,672 over last year. This works out to 59 pages per day, or a book every five and a half days on average.&lt;/p&gt;
&lt;p&gt;Of the 65 books, I read 63 in ebook format and two were physical books. I also listened to &lt;a href="https://www.goodreads.com/book/show/34928122-artemis"&gt;Artemis&lt;/a&gt; as an audiobook which isn&amp;rsquo;t counted above. I listen to a few audiobooks a year, but they are usually books I have already read previously so I don&amp;rsquo;t track them. In this case, the expert narration by &lt;a href="https://www.amazon.com/Artemis/dp/B0721NKNHR"&gt;Rosario Dawson&lt;/a&gt; made &amp;lsquo;reading&amp;rsquo; for the first time as an audiobook a no-brainer.&lt;/p&gt;</description></item><item><title>Reading Habits of 2016</title><link>https://www.michevan.id.au/posts/reading-habits-of-2016/</link><pubDate>Fri, 17 Feb 2017 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/reading-habits-of-2016/</guid><description>&lt;p&gt;So one year I&amp;rsquo;ll find something else to blog about, but in the meantime here&amp;rsquo;s my reading stats for 2016.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;d read about 72 books in each of the previous two years, but only read 61 in 2016, which is a marked drop. A measly 19,278 pages which works out to 53 pages per day, or a book every 6 days on average. This is a drop from the previous year&amp;rsquo;s 57 pages per day or a book every 5 days, so I&amp;rsquo;ve perhaps not slowed down that much it seems.&lt;/p&gt;</description></item><item><title>Are You There?</title><link>https://www.michevan.id.au/posts/are-you-there/</link><pubDate>Sat, 03 Dec 2016 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/are-you-there/</guid><description>&lt;p&gt;So I&amp;rsquo;ve got a new little guy sitting on top of my monitor.&lt;/p&gt;
&lt;p style="text-align: center"&gt;
&lt;a href="https://www.michevan.id.au/img/presence/sensor.jpg" class="lightbox" title="Presence sensor."&gt;&lt;img src="https://www.michevan.id.au/img/presence/sensor_sml.jpg" width="370" height="278" alt="Presence sensor." title="Presence sensor."&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;&lt;em&gt;(Click on any image to see a larger version.)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;It is an &lt;a href="http://core-electronics.com.au/hc-sr04-ultrasonic-module-distance-measuring-sensor.html"&gt;ultrasonic distance sensor&lt;/a&gt; that I use as a presence sensor to tell the computer when I&amp;rsquo;m in front of it or not.&lt;/p&gt;
&lt;p&gt;This is connected to a &lt;a href="http://www.freetronics.com.au/products/leostick"&gt;LeoStick&lt;/a&gt; to read the distance and notify the computer when the threshold changes from &amp;ldquo;present&amp;rdquo; to &amp;ldquo;away&amp;rdquo; or back.&lt;/p&gt;</description></item><item><title>Adventures in Bariatric Surgery</title><link>https://www.michevan.id.au/posts/adventures-in-bariatric-surgery/</link><pubDate>Wed, 24 Aug 2016 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/adventures-in-bariatric-surgery/</guid><description>&lt;p&gt;So nine weeks ago I had a &lt;a href="https://en.wikipedia.org/wiki/Gastric_bypass_surgery"&gt;Roux-en-Y Gastric
Bypass&lt;/a&gt;. Thought it might
be worth writing a bit about the experience and a few of the things I would
have done in preparation knowing what I know now.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Disclaimer: I am not a medical professional. This article is opinion from a
lay person. Advice here may or may not work for you.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://youtu.be/orqnZBYEn38"&gt;The story so far:&lt;/a&gt; A bit over four years ago I
had a &lt;a href="https://en.wikipedia.org/wiki/Adjustable_gastric_band"&gt;Lapband&lt;/a&gt;
installed. It had the attraction of being reversible whereas the bypass is
permanent. While it was effective and I lost about thirty kilograms, after
four years weight loss had completely stalled and I started having other issues
with it – mainly reflux and heartburn. It turns out in the four years
since I got my lapband the prevailing wisdom on the subject has decided
lapbands generally last about four years then start having problems, and help
the recipient loses about thirty kilograms, but no more. Nice to be inside the
curve I guess.&lt;/p&gt;</description></item><item><title>Unreasonable People</title><link>https://www.michevan.id.au/posts/unreasonable-people/</link><pubDate>Sun, 10 Jul 2016 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/unreasonable-people/</guid><description>&lt;p&gt;Listening to Kate Taylor tell stories this morning about how she founded &lt;a href="http://www.the2hproject.com/"&gt;The 2H Project&lt;/a&gt; reminded me of something George Bernard Shaw wrote:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The reasonable person adapts themself to the world; the unreasonable one persists in trying to adapt the world to themself. Therefore all progress depends on the unreasonable person.&lt;sup&gt;*&lt;/sup&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I am glad there are unreasonable people like Kate in this world.&lt;/p&gt;
&lt;p&gt;&lt;small&gt;&lt;sup&gt;*&lt;/sup&gt; Paraphrased to be gender neutral.&lt;/small&gt;&lt;/p&gt;</description></item><item><title>Reading Habits of 2015</title><link>https://www.michevan.id.au/posts/reading-habits-of-2015/</link><pubDate>Sun, 03 Jan 2016 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/reading-habits-of-2015/</guid><description>&lt;p&gt;So 2015 was very similar to 2014 in terms of book reading, which clocked in at 72 books and a total of 20,909 pages for the year. Or 57 pages per day, or a book every a book every 5 days on average.&lt;/p&gt;
&lt;p&gt;There was only one book I gave up on (it was an early novel from an author I usually enjoy, so that was unusual). My average rating was 2.94, against a Goodreads average of 3.89 for the same set of books. Last year my average was 2.79 so perhaps I am getting a bit kinder in my ratings.&lt;/p&gt;</description></item><item><title>Reading Habits of 2014</title><link>https://www.michevan.id.au/posts/reading-habits-of-2014/</link><pubDate>Sat, 24 Jan 2015 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/reading-habits-of-2014/</guid><description>&lt;p&gt;In 2014 I read 72 books, a total of 20,572 pages for the year. That works out to about 56 pages a day, or a book every 5 days on average. That&amp;rsquo;s a 14% increase over &lt;a href="https://www.michevan.id.au/posts/reading-habits-of-2013/"&gt;the previous year&lt;/a&gt;, so I&amp;rsquo;m definitely becoming more of a shut-in, if there was ever any doubt.&lt;/p&gt;
&lt;p&gt;This does not include four books that I didn&amp;rsquo;t finish as I found them not to my taste, or two audio books I listened to this year.&lt;/p&gt;</description></item><item><title>My Sit/Stand Desk</title><link>https://www.michevan.id.au/posts/sit-stand-desk/</link><pubDate>Mon, 21 Apr 2014 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/sit-stand-desk/</guid><description>&lt;p&gt;I&amp;rsquo;ve been interested in having a sit/stand desk in my home office for quite some time. There have been lots of articles in the last few years about the health risks of sitting at a desk all day, and it is something I&amp;rsquo;ve wanted to put in place for quite some time.&lt;/p&gt;
&lt;p&gt;I had a modified desk with a three tonne hydraulic automotive jack under it for a while which made one thing clear. You have to be able to adjust the height very easily, with little fuss, or you wont adjust as often as you would like. To that end, a motorised desk was clearly the order of the day.&lt;/p&gt;</description></item><item><title>Reading Habits of 2013</title><link>https://www.michevan.id.au/posts/reading-habits-of-2013/</link><pubDate>Sat, 04 Jan 2014 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/reading-habits-of-2013/</guid><description>&lt;p&gt;So I’ve been tracking the books I’ve been reading (via &lt;a href="https://www.goodreads.com/review/show/602647098"&gt;GoodReads&lt;/a&gt;) for the last year (started mid-January). In 2013 I read 52 books, or a total of 17,213 pages in around 341 days. That works out to about 50 pages a day, or a book every 6.5 days on average. (Mind you, those numbers are a little high as there are two books in that list I know I wasn’t enjoying enough to finish.)&lt;/p&gt;</description></item><item><title>The Cat Terrarium</title><link>https://www.michevan.id.au/posts/cat-terrarium/</link><pubDate>Fri, 05 Jul 2013 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/cat-terrarium/</guid><description>&lt;p&gt;In the past our cats have had free access to roam the outdoors. It seems they
abused this privilege though, to the distress of a couple of our neighbours who
were either allergic or whose garden became a bird hunting ground. So as
responsible pet owners we decided we needed to keep the cats contained to our
property while still giving them an area outdoors to bounce around in.&lt;/p&gt;
&lt;p&gt;After a bit of consideration we decided to cordon off the narrow part of the
yard off the laundry door and up the side of the house as &amp;ldquo;the cat run.&amp;rdquo;&lt;/p&gt;</description></item><item><title>By Any Other Name...</title><link>https://www.michevan.id.au/posts/by-any-other-name/</link><pubDate>Thu, 08 Dec 2011 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/by-any-other-name/</guid><description>&lt;p&gt;My Aunt and Uncle recently moved from Papua New Guinea to Vanuatu, and are
learning Bislama, the local pidgin.&lt;/p&gt;
&lt;p&gt;Pidgins can sometimes be a bit awkward, requiring entire phrases to get across
an idea.&lt;/p&gt;
&lt;p&gt;In Bislama, to mention a cave you would say, &amp;ldquo;hol long ston.&amp;rdquo; The literal
translation more or less being, &amp;ldquo;&lt;em&gt;Hole in stone&lt;/em&gt;.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;It can lead to some eccentric and terribly charming expressions though. A
violin is a, &amp;ldquo;&lt;em&gt;wan smol box blong white man, oli scratchem beli I singout
gudfala&lt;/em&gt;,&amp;rdquo; and my personal favourite, a helicopter is a, &amp;ldquo;&lt;em&gt;mixmaster blong
Jesus Christ&lt;/em&gt;.&amp;rdquo;&lt;/p&gt;</description></item><item><title>Discovery of the Week: The Awesome Foundation</title><link>https://www.michevan.id.au/posts/awesome-foundation/</link><pubDate>Thu, 15 Sep 2011 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/awesome-foundation/</guid><description>&lt;img src="https://www.michevan.id.au/img/lego_runner.jpg" width="150" height="175" alt="" class="float-left"&gt;
&lt;p&gt;Last month I attended &lt;em&gt;Ignite Melbourne&lt;/em&gt; where one of the speakers, &lt;a href="http://rosshill.com.au/"&gt;Ross
Hill&lt;/a&gt; talked about &lt;a href="http://awesomefoundation.org/blog/about/"&gt;The Awesome
Foundation&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The Awesome Foundation has about twenty
&lt;a href="http://awesomefoundation.org/chapters/"&gt;chapters&lt;/a&gt; around the world, each of
which provide monthly $1,000 grants to a someone in order to do &lt;strong&gt;something
awesome&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;There is a &lt;a href="https://twitter.com/awesomemelb"&gt;Melbourne&lt;/a&gt; chapter. Previous
grant recipients include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;A filmmaker making a
&lt;a href="http://awesomefoundation.org/blog/2011/09/11/spinning-dreams/"&gt;documentary&lt;/a&gt;
about the &lt;a href="http://www.tourdetimor.com/"&gt;Tour de Timor&lt;/a&gt; bike race.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The &lt;a href="http://awesomefoundation.org/blog/2011/08/16/melbourne-winter-warmth/"&gt;Melbourne Winter
Warmth&lt;/a&gt;
project that provides basic needs for the homeless.&lt;/p&gt;</description></item><item><title>Picture of the day: Best Twitter Bot Ever</title><link>https://www.michevan.id.au/posts/picture-of-the-day-best-twitter-bot-ever/</link><pubDate>Sat, 13 Aug 2011 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/picture-of-the-day-best-twitter-bot-ever/</guid><description>&lt;p&gt;&lt;img src="https://www.michevan.id.au/img/t800.jpg" width="521" height="240" alt="Sarah Conner?"&gt;&lt;/p&gt;
&lt;p&gt;&lt;small&gt;&lt;small&gt;Via &lt;a href="http://twitter.com/johnmyleswhite/statuses/101284996270137344"&gt;John Myles White&lt;/a&gt;.&lt;/small&gt;&lt;/small&gt;&lt;/p&gt;</description></item><item><title>Can you spare a dollar?</title><link>https://www.michevan.id.au/posts/can-you-spare-a-dollar/</link><pubDate>Wed, 22 Jun 2011 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/can-you-spare-a-dollar/</guid><description>&lt;p&gt;Yesterday there
&lt;a href="http://www.9news.com/news/sidetracks/204061/337/Man-robbed-bank-for-1-to-cover-jail-health-care"&gt;was&lt;/a&gt;
a &lt;a href="http://www.gastongazette.com/news/bank-58397-richard-hailed.html"&gt;news&lt;/a&gt;
story about a man who committed a bank robbery for only one dollar.&lt;/p&gt;
&lt;p&gt;In North Carolina, on the morning of June 9th, James Verone walked into a bank
and handed the teller a note that read, &amp;ldquo;This is a bank robbery. Please only
give me one dollar.&amp;rdquo; Once given his meagre loot, he said, &amp;ldquo;I&amp;rsquo;ll be sitting
right over there in the chair waiting for the police.&amp;rdquo;&lt;/p&gt;</description></item><item><title>A Slice of π</title><link>https://www.michevan.id.au/posts/a-slice-of-pi/</link><pubDate>Mon, 14 Mar 2011 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/a-slice-of-pi/</guid><description>&lt;p&gt;In honour of today (March 14) being &lt;a href="http://en.wikipedia.org/wiki/Pi_Day"&gt;Pi
Day&lt;/a&gt;, a musical interpretation of Pi to 31
decimal places by Michael John Blake:&lt;/p&gt;
&lt;iframe width="560" height="315" src="https://www.youtube.com/embed/wK7tq7L0N8E?si=BRrvZOgwC8zMlkfX" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen&gt;&lt;/iframe&gt;
&lt;p&gt;And if you think you can do better, head over to
&lt;a href="http://pi.highsign.de/"&gt;http://pi.highsign.de/&lt;/a&gt; and make your own composition!&lt;/p&gt;
&lt;p&gt;Pi, represented by the Greek letter π, is of course the ratio of the
circumference of a circle to its diameter, and is also the ratio of a circle&amp;rsquo;s
area to the square of its radius. Ever so versatile, the number π is used in
all kinds of maths. Geometry and trigonometry obviously, but also calculus,
physics, statistical probability and even chaos theory.&lt;/p&gt;</description></item><item><title>My Life With Pets — Cats, Birds and Bibs</title><link>https://www.michevan.id.au/posts/my-life-with-pets-cats-birds-and-bibs/</link><pubDate>Thu, 10 Mar 2011 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/my-life-with-pets-cats-birds-and-bibs/</guid><description>&lt;img src="https://www.michevan.id.au/img/kismet_bib.jpg" class="float-right"&gt;
One of our cats has a bib-like cloth attached to his collar these days to stop
him catching birds. It is suppose to interfere with his stalking and so far
it's worked.
&lt;p&gt;The other cats in the neighbourhood do point at him and laugh and call him a
kitteh [sic], but he&amp;rsquo;s reaped his own reward as far as I&amp;rsquo;m concerned as he
kept bringing birds home and hiding them in the house&amp;hellip;&lt;/p&gt;</description></item><item><title>¿Qué?</title><link>https://www.michevan.id.au/posts/que/</link><pubDate>Fri, 08 Oct 2010 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/que/</guid><description>&lt;p&gt;I&amp;rsquo;ll never forget the time my brother-in-law was telling me about the movie,
&lt;a href="http://www.imdb.com/title/tt0103994/"&gt;Like Water for Chocolate&lt;/a&gt;. In trying to
sound worldly and hip, he enthused, &amp;ldquo;I love French films!&amp;rdquo;&lt;/p&gt;
&lt;p&gt;If you&amp;rsquo;ve ever really used Google in anger, you&amp;rsquo;ve no doubt come across search
hits in a foreign language, and been offered a link to read a translated
version. &lt;a href="http://translate.google.com/"&gt;Google Translate&lt;/a&gt; is a wonderful
service, but they recently added even more awesome with the &lt;a href="http://googletranslate.blogspot.com/2010/10/veni-vidi-verba-verti.html"&gt;ability to
translate
Latin&lt;/a&gt;!&lt;/p&gt;</description></item><item><title>My Life With Pets — Tag Teamed</title><link>https://www.michevan.id.au/posts/my-life-with-pets-tag-teamed/</link><pubDate>Sat, 21 Aug 2010 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/my-life-with-pets-tag-teamed/</guid><description>&lt;blockquote&gt;
&lt;p&gt;If Pavlov used a Labrador I think his experiments are void.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Well the cats are still at it. Last night Michelle was dishing up dinner and
turned her back for a second and one of the cats nipped up onto the bench and
tried to take off with a chicken drumstick.&lt;/p&gt;
&lt;p&gt;It turned out to be a bit too heavy and while trying to dodge various objects
being thrown at him he dropped it onto the floor, where of course Toby
instantly vacuumed it up. (Toby is actually very well behaved &amp;ndash; we&amp;rsquo;ve left food
out on the coffee table and he knows not to touch it &amp;ndash; but once it hits the
floor it&amp;rsquo;s his domain.)&lt;/p&gt;</description></item><item><title>My Life With Pets — Labrador Retriever (noun): A Stomach On Four Legs</title><link>https://www.michevan.id.au/posts/my-life-with-pets-labrador-retriever-noun-a-stomach-on-four-legs/</link><pubDate>Wed, 11 Aug 2010 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/my-life-with-pets-labrador-retriever-noun-a-stomach-on-four-legs/</guid><description>&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Outside of a dog, a book is a man&amp;rsquo;s best friend.&lt;br&gt;
Inside a dog, it&amp;rsquo;s too dark to read.&amp;rdquo;&lt;br&gt;
        &amp;mdash; Groucho Marx&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;We have a three year old Labrador named Tobius or &amp;ldquo;Toby&amp;rdquo; for short. He was
supposedly the runt of the litter, but turned out to be a big black doofus with
an attention span about as wide as the space between his eyeballs.&lt;/p&gt;
&lt;img class="float-left" src="https://www.michevan.id.au/img/toby_beach.jpg" width="200" height="150" alt="Toby at the Beach"&gt;
He is not especially good at playing fetch. He'll be running along after the
ball and something will divert his attention --- one sharp left later he's off
rolling in God knows what and you're the one fetching the ball. About the only
time he's any good at fetch is if we play it in the house, up and down the
hallway.
&lt;p&gt;So of course, Toby swallowed a ball a few weeks ago. It was one of those small
rubber super-balls that I&amp;rsquo;m continuously telling my daughter not to play with
or the dog will eat it which, sure enough, is what happened. She was bouncing
it up and down the hall, there was a flash of black and a scream of, &amp;ldquo;No Toby!&amp;rdquo;
and the ball was breakfast.&lt;/p&gt;</description></item><item><title>My Life With Pets — Bedtime Blitz</title><link>https://www.michevan.id.au/posts/my-life-with-pets-bedtime-blitz/</link><pubDate>Fri, 30 Jul 2010 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/my-life-with-pets-bedtime-blitz/</guid><description>&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;A cat by any other name is still a scheming little fur ball that craps
behind the couch.&amp;rdquo;&lt;br&gt;
        &amp;mdash; Unknown&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The two new cats we&amp;rsquo;ve got are incorrigible. Despite our best efforts to date
they will still go on the kitchen benches whenever they can get away with it.
Every other cat we&amp;rsquo;ve had we&amp;rsquo;ve been able to train to stay off the benches, but
not these two.&lt;/p&gt;
&lt;p&gt;They will also steal &lt;em&gt;any&lt;/em&gt; food that is left unattended for even twenty
seconds. The little buggers have gotten into meat that was left out to defrost
(in the sink with a heavy glass breadboard over the top to keep them away, mind
you) and even steal bread left out on the bench.&lt;/p&gt;</description></item><item><title>USB in a Box</title><link>https://www.michevan.id.au/posts/usb-box/</link><pubDate>Thu, 13 May 2010 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/usb-box/</guid><description>&lt;p&gt;I&amp;rsquo;m happy to say the number of gadgets I own has been growing a bit
unmanageable in the last few years, in particular the number that need USB
either for power, communications or both. The downside is the number of cables
and other debris that gets strewn around my desk. So I made a USB box to tidy
it all up:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://www.michevan.id.au/img/usb_in_a_box1.jpg" alt="USB Box Picture 1"&gt;&lt;/p&gt;
&lt;p&gt;Internally it has two powered USB hubs, one of which is connected to the
computer, the other is just for use as a power supply (for the GPS and battery
charger, which don&amp;rsquo;t need to talk to the computer).&lt;/p&gt;</description></item><item><title>Will you be one of the 7% that reads this rant?</title><link>https://www.michevan.id.au/posts/will-you-be-one-7-reads-rant/</link><pubDate>Sat, 24 Apr 2010 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/will-you-be-one-7-reads-rant/</guid><description>&lt;p&gt;A couple of days ago, a couple of friends put the following on their status on
&lt;a href="http://www.facebook.com/"&gt;Facebook&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;People need to understand that children with special needs are not sick. They
are not searching for a cure, just acceptance. This week is for special needs
education. 93% percent of the people will not copy and paste this. Will you
be part of the seven percent that will and will you leave it on your wall for
at least an hour?&lt;/p&gt;</description></item><item><title>To-Whit / To-Whoo: One Year of Microblogging in Review</title><link>https://www.michevan.id.au/posts/whit-whoo-one-year-microblogging-review/</link><pubDate>Fri, 12 Mar 2010 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/whit-whoo-one-year-microblogging-review/</guid><description>&lt;p&gt;&lt;span class="float-left"&gt;&lt;img src="https://www.michevan.id.au/img/budgies.jpg" width="240" height="160" alt=""&gt;&lt;br&gt;&lt;small&gt;Photo by &lt;a href="http://www.flickr.com/photos/milen/4135588169/"&gt;Milen Dimov&lt;/a&gt;,&lt;br&gt;&lt;a href="http://creativecommons.org/licenses/by-nc-sa/2.0/deed.en"&gt;Used with permission&lt;/a&gt;&lt;/small&gt;&lt;/span&gt;
’Twas a year ago today that I started using
&lt;a href="http://twitter.com/evmcl"&gt;Twitter&lt;/a&gt; and
&lt;a href="http://www.facebook.com/evan.mclean"&gt;Facebook&lt;/a&gt;. I kicked it off with a &lt;a href="http://twitter.com/evmcl/statuses/1314890341"&gt;test
message&lt;/a&gt; to see if I got my
twitter missives automatically being sent to Facebook properly. Hardly an
auspicious start. I was not an early adopter of social networking tech, and at
first blush, you can&amp;rsquo;t blame me. Do I really want to read 140 character
messages of what people had for breakfast and their progress on the house work?
Fortunately I found it wasn&amp;rsquo;t all asinine ephemera.&lt;/p&gt;</description></item><item><title>All creatures great and small</title><link>https://www.michevan.id.au/posts/all-creatures-great-and-small/</link><pubDate>Sun, 10 Jan 2010 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/all-creatures-great-and-small/</guid><description>&lt;p&gt;Happy New Year everyone.&lt;/p&gt;
&lt;p&gt;Hard to believe we are already over a week into the New Year and so much has
happened already.&lt;/p&gt;
&lt;p&gt;Many of you would have heard about our cat Murray, but for those who haven&amp;rsquo;t, I
am retelling the story here.&lt;/p&gt;
&lt;p&gt;Evan and I got Murray as a four-year-old cat from the animal shelter. We had
lost a cat not long before and were wanting a second cat to complement our
female tortoiseshell CD, but didn&amp;rsquo;t want to have to deal with a kitten all over
again.&lt;/p&gt;</description></item><item><title>In Memory of Murray</title><link>https://www.michevan.id.au/posts/memory-murray/</link><pubDate>Sun, 03 Jan 2010 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/memory-murray/</guid><description>&lt;p&gt;I&amp;rsquo;ve already blogged about
&lt;a href="https://www.michevan.id.au/posts/do-you-have-cat-named-murray/"&gt;a cat named Murray&lt;/a&gt; so for today, a
simple note to observe that Murray is no longer with us. From his unexpected
reappearance in late August, we are grateful to have had the opportunity to
share another four months of life with him before arthritis and other maladies
of old age finally caught up to him.&lt;/p&gt;
&lt;p&gt;We spent our last evening together the same way we spent our first: lying on
the couch watching movies with him asleep, purring away on my chest.&lt;/p&gt;</description></item><item><title>Wallpaper &amp; System Info Management Script</title><link>https://www.michevan.id.au/posts/wallpaper-system-info-management-script/</link><pubDate>Tue, 22 Dec 2009 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/wallpaper-system-info-management-script/</guid><description>&lt;p&gt;I&amp;rsquo;ve been working on my little wallpaper management bash shell script that
handles changing wallpapers on my desktop. The image to the right shows the
system information that is displayed down the right edge of my screen. From
the top you have:&lt;/p&gt;
&lt;p style="text-align: center"&gt;&lt;a href="https://www.michevan.id.au/img/desktop_updated.jpg" class="lightbox"&gt;&lt;img src="https://www.michevan.id.au/img/tmb/desktop_updated.jpg" width="164" height="300" alt="Left edge of my desktop"&gt;&lt;/a&gt;&lt;br&gt;&lt;small&gt;&lt;em&gt;Click for larger view&lt;/em&gt;&lt;/small&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Local weather forecast for the next four days.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The current and next calendar months.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;List of the last twelve incoming phone calls.&lt;/p&gt;</description></item><item><title>Playing Santa</title><link>https://www.michevan.id.au/posts/playing-santa/</link><pubDate>Sun, 06 Dec 2009 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/playing-santa/</guid><description>&lt;p&gt;Got roped into playing Santa again this year. At this rate I&amp;rsquo;m gonna have to
buy my own suit!&lt;/p&gt;
&lt;img src="https://www.michevan.id.au/img/Santa%20at%20the%20Junction%20Christmas%201.jpg" width="336" height="600" alt="&amp;ldquo;Sorry I'm late, one of the reindeer had a flat&amp;hellip;&amp;rdquo;"&gt;
&lt;p&gt;&lt;em&gt;&amp;ldquo;Sorry I&amp;rsquo;m late, one of the reindeer had a flat&amp;hellip;&amp;rdquo;&lt;/em&gt;&lt;/p&gt;
&lt;img src="https://www.michevan.id.au/img/Santa%20at%20the%20Junction%20Christmas%202.jpg" width="401" height="600" alt="&amp;ldquo;Can I get a &amp;lsquo;Hello Santa&amp;rsquo;?&amp;rdquo;"&gt;
&lt;p&gt;&lt;em&gt;&amp;ldquo;Can I get a &amp;lsquo;Hello Santa&amp;rsquo;?&amp;rdquo;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;If I do this again next year I think I&amp;rsquo;ll have to work on some new material. I
think the gag about always saying three &amp;ldquo;Ho, ho, ho&amp;rsquo;s&amp;rdquo; &amp;lsquo;cause if you only yell
out one they come and arrest you made some of the parents nervous&amp;hellip;&lt;/p&gt;</description></item><item><title>Aiko Gateway Build Day #1</title><link>https://www.michevan.id.au/posts/aiko-gateway-build-day-1/</link><pubDate>Mon, 16 Nov 2009 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/aiko-gateway-build-day-1/</guid><description>&lt;p&gt;Follow the link below to see my photos from the
&lt;a href="http://groups.google.com.au/group/aiko-platform"&gt;Aiko Gateway Build Day #1&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.flickr.com/photos/44717797@N06/sets/72157622810971412/detail/"&gt;http://www.flickr.com/photos/44717797@N06/sets/72157622810971412/detail/&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://farm3.static.flickr.com/2614/4106802315_0091caf60a.jpg" width="500" height="375" alt="Now that looks more like a group of hackers at work."&gt;</description></item><item><title>Wikipedia really does have a page for just about everything.</title><link>https://www.michevan.id.au/posts/wikipedia-really-does-have-page-just-about-everything/</link><pubDate>Mon, 09 Nov 2009 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/wikipedia-really-does-have-page-just-about-everything/</guid><description>&lt;p&gt;Having lived in Papua New Guinea twice while growing up, I have a certain
fondness for the language &lt;a href="http://en.wikipedia.org/wiki/Tok_Pisin"&gt;Tok Pisin&lt;/a&gt;
(to you Inglis speakers, just pronounce it the same as &amp;ldquo;pidgeon&amp;rdquo;). I can&amp;rsquo;t
really speak much of it, but I can understand a fair bit when my Dad gets
started (incidentally, he went back to PNG for a visit in June, and after 30
years he could still hold his own when talking with the locals).&lt;/p&gt;</description></item><item><title>The Petting Problem</title><link>https://www.michevan.id.au/posts/petting-problem/</link><pubDate>Mon, 02 Nov 2009 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/petting-problem/</guid><description>&lt;p&gt;Inspired by projects such as the
&lt;a href="http://www.tweetingcatdoor.com/"&gt;tweeting cat door&lt;/a&gt; and
&lt;a href="http://www.nermal.org/projects/catalog/"&gt;CATaLOG&lt;/a&gt; [sic] I&amp;rsquo;m wanting to add
some form of automated access control to our pet door to control who can go in
and out, when.&lt;/p&gt;
&lt;h2 id="the-players"&gt;The Players&lt;/h2&gt;
&lt;p&gt;We currently have three cats, one dog and one pet door. &lt;em&gt;Note: Click on any
picture to see a larger view.&lt;/em&gt;&lt;/p&gt;
&lt;h3 id="the-mischievous-mutt"&gt;The Mischievous Mutt&lt;/h3&gt;
&lt;p style="text-align: center"&gt;&lt;a href="https://www.michevan.id.au/img/toby.jpg" class="lightbox"&gt;&lt;img src="https://www.michevan.id.au/img/tmb/toby.jpg" width="200" height="150" alt="Toby"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Toby, our two year old Labrador needs access to the backyard anytime, day or
night for access to his food, water and
&lt;a href="https://www.michevan.id.au/img/dog-poo-sign.jpg" class="lightbox"&gt;other amenities&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Mums are psychic</title><link>https://www.michevan.id.au/posts/mums-are-psychic/</link><pubDate>Sat, 26 Sep 2009 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/mums-are-psychic/</guid><description>&lt;p&gt;I was having a serious discussion with my son the other day, finding out what
had happened in a situation that had been reported to me by his older sister.
At the end and after said son had left the room, my husband turned to me and
asked, &amp;ldquo;What other special powers do you have?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;My son had come in protesting his innocence in a situation in which there were
no witnesses bar himself. I persisted with a line of questioning that would
put police interrogators and cross-examining lawyers to shame and my son
succumbed and admitted his guilt. Hence the query from my husband. Had to
think about that for a while and finally figured it out. However, I am not
going to tell you how. If you are a mum, you&amp;rsquo;ll understand, if you&amp;rsquo;re not, I&amp;rsquo;m
not going to give away a trade secret.&lt;/p&gt;</description></item><item><title>Feed da Birds</title><link>https://www.michevan.id.au/posts/feed-da-birds/</link><pubDate>Sat, 19 Sep 2009 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/feed-da-birds/</guid><description>&lt;p&gt;Feeding the birds at Grant&amp;rsquo;s Picnic Ground.&lt;/p&gt;
&lt;table border="0" cellspacing="0" cellpadding="5"&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img src="https://www.michevan.id.au/img/feed_da_birds1.jpg" width="300" height="337" alt=""&gt;&lt;/td&gt;
&lt;td&gt;&lt;img src="https://www.michevan.id.au/img/feed_da_birds2.jpg" width="300" height="279" alt=""&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img src="https://www.michevan.id.au/img/feed_da_birds3.jpg" width="300" height="225" alt=""&gt;&lt;/td&gt;
&lt;td&gt;&lt;img src="https://www.michevan.id.au/img/feed_da_birds4.jpg" width="300" height="225" alt=""&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com.au/maps?f=q&amp;amp;source=s_q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=grants+picnic+ground&amp;amp;ie=UTF8&amp;amp;radius=0.13&amp;amp;sll=-37.885862,145.370665&amp;amp;sspn=0.003027,0.004812&amp;amp;filter=0&amp;amp;rq=1&amp;amp;ev=zi&amp;amp;ll=-37.885862,145.370665&amp;amp;spn=0.006295,0.006295&amp;amp;t=h&amp;amp;output=embed"&gt;&lt;/iframe&gt;
&lt;br&gt;
&lt;small&gt;&lt;a href="https://maps.google.com.au/maps?f=q&amp;amp;source=embed&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=grants+picnic+ground&amp;amp;ie=UTF8&amp;amp;radius=0.13&amp;amp;sll=-37.885862,145.370665&amp;amp;sspn=0.003027,0.004812&amp;amp;filter=0&amp;amp;rq=1&amp;amp;ev=zi&amp;amp;ll=-37.885862,145.370665&amp;amp;spn=0.006295,0.006295&amp;amp;t=h" style="text-align:left"&gt;View Larger Map&lt;/a&gt;&lt;/small&gt;</description></item><item><title>Picture of the day: Copy, Paste</title><link>https://www.michevan.id.au/posts/picture-day-copy-paste/</link><pubDate>Fri, 18 Sep 2009 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/picture-day-copy-paste/</guid><description>&lt;p&gt;&lt;img src="https://www.michevan.id.au/img/copy_paste.jpg" width="459" height="600" alt="Copy, Paste"&gt;&lt;/p&gt;</description></item><item><title>Do you have a cat named Murray?</title><link>https://www.michevan.id.au/posts/do-you-have-cat-named-murray/</link><pubDate>Thu, 17 Sep 2009 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/do-you-have-cat-named-murray/</guid><description>&lt;p&gt;Growing up, I was a fan of the
&lt;a href="http://en.wikipedia.org/wiki/Footrot_Flats"&gt;Footrot Flats&lt;/a&gt; comic strip written
by Murray Ball. It detailed the toils and tribulations of &amp;ldquo;The
Dog&amp;rdquo;, Wal, Cooch, and a menagerie of animals on a farm in New Zealand.
One of the clan was a cat called
&amp;ldquo;&lt;a href="http://www.oneil.com.au/footrot/ch_horse.shtml"&gt;Horse&lt;/a&gt;.&amp;quot;&lt;img
src="https://www.michevan.id.au/img/horse.gif" width="114" height="150"
alt="Horse the Cat" class="float-right"&gt; Horse was this super-tough cat that
hung around the farm and would basically beat up anything that got in his way.&lt;/p&gt;
&lt;p&gt;Well, I&amp;rsquo;ll do you one better than Horse, I have, &amp;ldquo;Murray.&amp;rdquo;&lt;/p&gt;</description></item><item><title>Picture of the day: No dogs allowed!</title><link>https://www.michevan.id.au/posts/picture-day-no-dogs-allowed/</link><pubDate>Thu, 17 Sep 2009 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/picture-day-no-dogs-allowed/</guid><description>&lt;p&gt;&lt;img src="https://www.michevan.id.au/img/dog_sign.jpg" width="500" height="362" alt="dog_sign.jpg"&gt;&lt;/p&gt;
&lt;p&gt;Fetch!&lt;/p&gt;</description></item><item><title>Office Hardware Upgrade</title><link>https://www.michevan.id.au/posts/office-hardware-upgrade/</link><pubDate>Sun, 16 Aug 2009 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/office-hardware-upgrade/</guid><description>&lt;p&gt;There was a local Computer Swapmeet in my area this week, so I decided to treat
myself to an early birthday present and add a second monitor to my desktop.
One Benq 22&amp;quot;W monitor and one Nvidia 9500GT graphics card later and I went from
this:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://www.michevan.id.au/img/office_before.jpg" alt="Before Shot"&gt;&lt;/p&gt;
&lt;p&gt;To this:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://www.michevan.id.au/img/office_after.jpg" alt="After Shot"&gt;&lt;/p&gt;
&lt;p&gt;Plus, the screen saver looks twice as cool:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://www.michevan.id.au/img/office_screensaver.jpg" alt="Screensaver Shot"&gt;&lt;/p&gt;
&lt;p&gt;Pity I&amp;rsquo;ve got to go to the office tomorrow&amp;hellip;&lt;/p&gt;</description></item><item><title>Picture of the day: CSS is Awesome</title><link>https://www.michevan.id.au/posts/picture-day-css-awesome/</link><pubDate>Thu, 13 Aug 2009 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/picture-day-css-awesome/</guid><description>&lt;p&gt;Originally from &lt;a href="http://twitpic.com/ampek"&gt;http://twitpic.com/ampek&lt;/a&gt; this is a very clever little joke for nerds.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://www.michevan.id.au/img/cssisawesome.jpg" alt="CSS is Awesome"&gt;&lt;/p&gt;
&lt;p&gt;I even found an &lt;a href="http://www.zazzle.com.au/css_is_awesome_tshirt-235065660803971488"&gt;Australian
site&lt;/a&gt; where
you can buy this on a coffee mug, or a T-shirt, but it&amp;rsquo;s a bit pricey,
especially for XL sizes.&lt;/p&gt;</description></item><item><title>Picture of the day: Find x</title><link>https://www.michevan.id.au/posts/picture-day-find-x/</link><pubDate>Thu, 13 Aug 2009 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/picture-day-find-x/</guid><description>&lt;p&gt;Ever wanted to do this on a maths test when you were at school?&lt;/p&gt;
&lt;p&gt;&lt;img src="https://www.michevan.id.au/img/findx.jpg" alt="Find x"&gt;&lt;/p&gt;</description></item><item><title>Quote for the day: Political Correctness</title><link>https://www.michevan.id.au/posts/quote-day-political-correctness/</link><pubDate>Fri, 07 Aug 2009 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/quote-day-political-correctness/</guid><description>&lt;p&gt;Apparently &lt;a href="http://www.tamu.edu/"&gt;Texas A&amp;amp;M University&lt;/a&gt; holds an annual contest
for the most appropriate definition of a contemporary term (I tried to find a
reference to this on their &lt;a href="http://www.tamu.edu/"&gt;web site&lt;/a&gt; but couldn&amp;rsquo;t, so
keep grains of salt handy. Still damned funny though.)&lt;/p&gt;
&lt;p&gt;For &amp;ldquo;Political Correctness&amp;rdquo; the winner was:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Political correctness is a doctrine, fostered by a delusional, illogical
minority, and rabidly promoted by an unscrupulous mainstream media, which
holds forth the proposition that it is entirely possible to pick up a turd by
the clean end.&lt;/p&gt;</description></item><item><title>Bazyl Chasing My Mouse Cursor</title><link>https://www.michevan.id.au/posts/bazyl-chasing-my-mouse-cursor/</link><pubDate>Fri, 31 Jul 2009 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/bazyl-chasing-my-mouse-cursor/</guid><description>&lt;p&gt;One of our two kittens, Bazyl, has started exploring my desk while I work.&lt;/p&gt;
&lt;p&gt;He was quite intrigued for about ten minutes with the mouse cursor on my screen.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://www.michevan.id.au/img/bazyl_chasing_mouse_cursor1.jpg" alt="Bazyl Chasing My Mouse Cursor"&gt;&lt;/p&gt;
&lt;p&gt;(Insert obligatory &lt;a href="http://en.wikipedia.org/wiki/Lolcat"&gt;lolcat&lt;/a&gt; dialogue here)&lt;/p&gt;
&lt;p&gt;&lt;img src="https://www.michevan.id.au/img/bazyl_chasing_mouse_cursor2.jpg" alt="Bazyl Chasing My Mouse Cursor"&gt;&lt;/p&gt;</description></item><item><title>Garage door sensor</title><link>https://www.michevan.id.au/posts/garage-door-sensor/</link><pubDate>Sun, 26 Jul 2009 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/garage-door-sensor/</guid><description>&lt;p&gt;Finally got around to replacing the garage door sensor. I use to have a little
micro-switch along with the little lever made out of technical lego.&lt;/p&gt;
&lt;p class="center"&gt;&lt;a href="https://www.michevan.id.au/img/garage_door_1.jpg" class="lightbox" title="Micro-Switch"&gt;&lt;img src="https://www.michevan.id.au/img/tmb/garage_door_1.jpg" width="200" height="150" alt="Micro-Switch"&gt;&lt;/a&gt;&lt;br&gt;
&lt;small&gt;&lt;em&gt;Click for larger view&lt;/em&gt;&lt;/small&gt;&lt;/p&gt;
&lt;p&gt;It worked alright. The little lego arm would stick out under the door track,
so when the door came down it would press on the arm, and the lever would trip
the micro-switch.&lt;/p&gt;
&lt;p class="center"&gt;&lt;a href="https://www.michevan.id.au/img/garage_door_2.jpg" class="lightbox" title="Sensor Arm"&gt;&lt;img src="https://www.michevan.id.au/img/tmb/garage_door_2.jpg" width="112" height="150" alt="Sensor Arm"&gt;&lt;/a&gt;&lt;br&gt;
&lt;small&gt;&lt;em&gt;Click for larger view&lt;/em&gt;&lt;/small&gt;&lt;/p&gt;
&lt;p&gt;It ended up being a bit fiddly and I would occasionally have to move it around
or re-tape it in place so the door would hit it properly. It was finally done
in when my nephew bounced a basketball off it &amp;ndash; and I didn&amp;rsquo;t have the
heart to put it back together again.&lt;/p&gt;</description></item><item><title>Jonathon Coulton</title><link>https://www.michevan.id.au/posts/jonathon-coulton/</link><pubDate>Fri, 12 Jun 2009 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/posts/jonathon-coulton/</guid><description>&lt;p&gt;Gotta love &lt;a href="http://www.jonathancoulton.com/"&gt;Jonathon Coulton&lt;/a&gt;. Who
else would write songs about a
&lt;a href="http://www.jonathancoulton.com/songdetails/I%20Crush%20Everything"&gt;giant
octopus&lt;/a&gt;,
&lt;a href="http://www.jonathancoulton.com/songdetails/The%20Future%20Soon"&gt;sci-fi
teenage angst&lt;/a&gt;,
&lt;a href="http://www.jonathancoulton.com/songdetails/Mandelbrot%20Set"&gt;Mandelbrot&lt;/a&gt;
and
&lt;a href="http://www.jonathancoulton.com/songdetails/Re%20Your%20Brains"&gt;zombies&lt;/a&gt;?&lt;/p&gt;
&lt;p&gt;&lt;img src="https://www.michevan.id.au/img/jonathon_coulton.png" width="105" height="153" alt="Jonathon Coulton"&gt;&lt;/p&gt;</description></item><item><title>About Us</title><link>https://www.michevan.id.au/about/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/about/</guid><description>&lt;h1 id="about-us"&gt;About US&lt;/h1&gt;
&lt;p&gt;Welcome to our little piece of the web. This is basically an informal place
for Evan &amp;amp; Michelle to chuck up stuff on the web that we find interesting.&lt;/p&gt;
&lt;img src="https://www.michevan.id.au/img/site/michelle.png" width="148" height="217" alt="Michelle" class="float-left"&gt;
&lt;p&gt;Michelle is a wife, mother and librarian who loves all the roles that she
plays. Besides her family she has particular interests in libraries
(particularly public), the Internet in general, music, movies and more.&lt;/p&gt;
&lt;img src="https://www.michevan.id.au/img/site/evan.png" width="148" height="215" alt="Evan" class="float-right"/&gt;
&lt;p&gt;In 2007 she went on a trip to the United States on a study tour to see how
libraries over there are using the Internet and technology to better serve
their patrons. She is also a published author, having contributed a chapter to
&lt;a href="https://www.amazon.co.uk/Information-Literacy-Meets-Library-2-0/dp/1856046370/"&gt;Information Literacy meets Library 2.0&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>All Meanderings</title><link>https://www.michevan.id.au/archive/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/archive/</guid><description/></item><item><title>Contact</title><link>https://www.michevan.id.au/contact/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/contact/</guid><description>&lt;!--htdig_noindex--&gt;

&lt;script type="text/javascript"&gt;var host = (("https:" == document.location.protocol) ? "https://secure." : "http://");document.write(unescape("%3Cscript src='" + host + "wufoo.com/scripts/embed/form.js' type='text/javascript'%3E%3C/script%3E"));&lt;/script&gt;

&lt;script type="text/javascript"&gt;
var z7x3k7 = new WufooForm();
z7x3k7.initialize({
'userName':'evmcl', 
'formHash':'z7x3k7', 
'autoResize':true,
'height':'685',
'header':'show',
'ssl':true});
z7x3k7.display();
&lt;/script&gt;

&lt;noscript&gt;
 &lt;p&gt;Javascript needs to be enabled to use this contact form.&lt;/p&gt;
&lt;/noscript&gt;

&lt;!--/htdig_noindex--&gt;</description></item><item><title>Search</title><link>https://www.michevan.id.au/_private/htdig_common/footer.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/_private/htdig_common/footer.html</guid><description/></item><item><title>Search</title><link>https://www.michevan.id.au/_private/htdig_common/header.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/_private/htdig_common/header.html</guid><description>&lt;div class="htdig"&gt;
 &lt;form method="post" action="$(CGI)"&gt;
 &lt;input type="hidden" name="config" value="michevan_dig"&gt;
 &lt;input type="hidden" name="restrict" value="$&amp;(RESTRICT)"&gt;
 &lt;input type="hidden" name="exclude" value="$&amp;(EXCLUDE)"&gt;
 &lt;p&gt; Match: $(METHOD)&lt;br&gt;Format: $(FORMAT)&lt;br&gt;Sort by: $(SORT)&lt;/p&gt;
&lt;p&gt; Refine search: 
 &lt;input type="text" size="30" name="words" value="$&amp;(WORDS)"&gt;&lt;br&gt;
 &lt;input type="submit" value="Search" name="submit"&gt;
&lt;/p&gt;
 &lt;/form&gt;
&lt;/div&gt;</description></item><item><title>Search</title><link>https://www.michevan.id.au/_private/htdig_common/nomatch.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/_private/htdig_common/nomatch.html</guid><description>&lt;div class="htdig"&gt;
&lt;div&gt;
 &lt;form method="post" action="$(CGI)"&gt;
 &lt;input type="hidden" name="config" value="michevan_dig"&gt;
 &lt;input type="hidden" name="restrict" value="$&amp;(RESTRICT)"&gt;
 &lt;input type="hidden" name="exclude" value="$&amp;(EXCLUDE)"&gt;
 &lt;p&gt; Match: $(METHOD)&lt;br&gt;Format: $(FORMAT)&lt;br&gt;Sort by: $(SORT)&lt;/p&gt;
&lt;p&gt; Refine search: 
 &lt;input type="text" size="30" name="words" value="$&amp;(WORDS)"&gt;&lt;br&gt;
 &lt;input type="submit" value="Search" name="submit"&gt;
&lt;/p&gt;
 &lt;/form&gt;
&lt;/div&gt;

		 &lt;p class=center&gt;No matches were
		 found for '$&amp;(LOGICAL_WORDS)' &lt;/p&gt;
		 &lt;p&gt;Check the spelling of the search word(s) you used. If the spelling is correct and you only used
		 one word, try using one or more similar search words with "&lt;b&gt;Any&lt;/b&gt;." &lt;/p&gt;
		 &lt;p&gt;If the spelling is correct and you used more than one word with "&lt;b&gt;Any&lt;/b&gt;," try using one
		 or more similar search words with "&lt;b&gt;Any&lt;/b&gt;."&lt;/p&gt;
		 &lt;p&gt;If the spelling is correct and you used more than one word with "&lt;b&gt;All&lt;/b&gt;," try using one
		 or more of the same words with "&lt;b&gt;Any&lt;/b&gt;."&lt;/p&gt;</description></item><item><title>Search</title><link>https://www.michevan.id.au/_private/htdig_common/syntax.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.michevan.id.au/_private/htdig_common/syntax.html</guid><description>&lt;div class="htdig"&gt;
&lt;div&gt;
 &lt;form method="post" action="$(CGI)"&gt;
 &lt;input type="hidden" name="config" value="michevan_dig"&gt;
 &lt;input type="hidden" name="restrict" value="$&amp;(RESTRICT)"&gt;
 &lt;input type="hidden" name="exclude" value="$&amp;(EXCLUDE)"&gt;
 &lt;p&gt; Match: $(METHOD)&lt;br&gt;Format: $(FORMAT)&lt;br&gt;Sort by: $(SORT)&lt;/p&gt;
&lt;p&gt; Refine search: 
 &lt;input type="text" size="30" name="words" value="$&amp;(WORDS)"&gt;&lt;br&gt;
 &lt;input type="submit" value="Search" name="submit"&gt;
&lt;/p&gt;
 &lt;/form&gt;
&lt;/div&gt;

&lt;p&gt;Error in Boolean search for '$&amp;(LOGICAL_WORDS)' &lt;/p&gt;
&lt;p&gt;Boolean expressions need to be 'correct' in order for the search system to use them. The expression
 you entered has errors in it. &lt;/p&gt;
&lt;p&gt; Examples of correct expressions are: &lt;b&gt;cat and dog&lt;/b&gt;, &lt;b&gt;cat not dog&lt;/b&gt;, &lt;b&gt;cat or (dog not
 nose)&lt;/b&gt;.&lt;br&gt;
 Note that the operator &lt;b&gt;not&lt;/b&gt; has the meaning of 'without'.
&lt;blockquote&gt;&lt;font face="Verdana, Arial, Helvetica, sans-serif" size="2"&gt;&lt;b&gt; $(SYNTAXERROR)
 &lt;/b&gt;&lt;/blockquote&gt;

&lt;/div&gt;</description></item></channel></rss>