<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

<title>Cinderwick</title>
<subtitle>The personal website of Thayer and Libby Williams</subtitle>
<link rel="self" href="http://cinderwick.ca/atom.xml"/>
<updated>2011-06-11T22:00:03-07:00</updated>
<id>http://cinderwick.ca/</id>
<rights>Copyright (c) 2011, Thayer Williams. All rights reserved.</rights>
<author>
	<name>Thayer and Libby Williams</name>
	<email>comments@cinderwick.ca</email>
	<uri>http://cinderwick.ca/</uri>
</author>


<entry>
	<title>Fantasy and nautical screensavers for the Kindle 3</title>
	<link href="http://cinderwick.ca/blog/2011/06/kindle-3-screensavers-fantasy-nautical/"/>
	<updated>2011-06-11T00:00:00-07:00</updated>
	<id>http://cinderwick.ca/blog/2011/06/kindle-3-screensavers-fantasy-nautical</id>
	<author><name>Thayer</name></author>
	<content type="html">&lt;p&gt;Libby and I recently purchased two &lt;a href='http://en.wikipedia.org/wiki/Amazon_Kindle'&gt;Kindle 3G+Wifi&lt;/a&gt; ebook readers. They have not only rekindled our love of literature, but also have given me an opportunity to finally enjoy, as screensavers, the many pieces of classic fantasy and nautical artwork I&amp;#8217;ve collected over the years.&lt;/p&gt;

&lt;p&gt;Frank Frazetta, Ken Kelly&amp;#8230;my thoughts on their work echo those of Jaime Chamber in his &lt;a href='http://www.ruledbybooks.com/book-review-of-kindle-screensavers-frank-frazetta/'&gt;recent post&lt;/a&gt; on the same subject:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;&amp;#8220;As many young boys from the 80&amp;#8217;s did, I fell in love with Conan the Barbarian. I loved the movies, the books, the comics&amp;#8230;all of it. Others may see Arnold in all his post Mr. Olympia glory when thinking of Conan, but for me it&amp;#8217;s always been Frazetta&amp;#8217;s imagery that stuck with me for decades.&amp;#8221;&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The works of Frazetta and Kelly remain some of the most haunting fantasy pieces ever produced.&lt;/p&gt;

&lt;p&gt;I&amp;#8217;ve split the artwork into two categories:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href='/projects/kindle-screensavers-fantasy/'&gt;Kindle 3 Screensavers: Fantasy Series&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href='/projects/kindle-screensavers-nautical/'&gt;Kindle 3 Screensavers: Nautical Series&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;There are 66 screensavers in total; a few of my favourites include:&lt;/p&gt;

&lt;p&gt;&lt;a href='/projects/kindle-screensavers-fantasy/frank_frazetta_autumnpeople.gif'&gt;&lt;img src='/projects/kindle-screensavers-fantasy/thumb-frank_frazetta_autumnpeople.gif' alt='Frank Frazetta: Autumn People' /&gt;&lt;/a&gt; &lt;a href='/projects/kindle-screensavers-fantasy/frank_frazetta_gargoyle.gif'&gt;&lt;img src='/projects/kindle-screensavers-fantasy/thumb-frank_frazetta_gargoyle.gif' alt='Frank Frazetta: Gargoyle' /&gt;&lt;/a&gt; &lt;a href='/projects/kindle-screensavers-fantasy/ken_kelly_chamber_of_illusions.gif'&gt;&lt;img src='/projects/kindle-screensavers-fantasy/thumb-ken_kelly_chamber_of_illusions.gif' alt='Ken Kelly: Chamber of Illusions' /&gt;&lt;/a&gt; &lt;a href='/projects/kindle-screensavers-nautical/pyle_marooned1.gif'&gt;&lt;img src='/projects/kindle-screensavers-nautical/thumb-pyle_marooned1.gif' alt='Howard Pyle: Marooned' /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Enjoy!&lt;/p&gt;</content>
</entry>

<entry>
	<title>Install Jekyll and Pygments under Windows with Cygwin</title>
	<link href="http://cinderwick.ca/blog/2011/04/install-jekyll-and-pygments-under-windows-with-cygwin/"/>
	<updated>2011-04-22T00:00:00-07:00</updated>
	<id>http://cinderwick.ca/blog/2011/04/install-jekyll-and-pygments-under-windows-with-cygwin</id>
	<author><name>Thayer</name></author>
	<content type="html">&lt;p&gt;As mentioned in the &lt;a href='/colophon/'&gt;colophon&lt;/a&gt;, cinderwick is powered by &lt;a href='http://jekyllrb.com/'&gt;Jekyll&lt;/a&gt;, a simple, blog aware, static website generator. Essentially a command line tool, Jekyll is easy to install under any flavour of Linux, but occasionally I like to publish content when I&amp;#8217;m working in Windows. For this I use &lt;a href='http://www.cygwin.com'&gt;Cygwin&lt;/a&gt;, the Linux-like environment for Windows.&lt;/p&gt;

&lt;p&gt;As this is more of a &lt;em&gt;note to self&lt;/em&gt; than a full-fledged tutorial, I&amp;#8217;ll assume you have a minimal base installation of Cygwin already; if not, check out their &lt;a href='http://www.cygwin.com/install.html'&gt;installation&lt;/a&gt; doc before proceeding.&lt;/p&gt;

&lt;h3 id='installing_jekyll_under_cygwin'&gt;Installing Jekyll under Cygwin&lt;/h3&gt;

&lt;p&gt;Run Cygwin&amp;#8217;s &lt;strong&gt;setup.exe&lt;/strong&gt; and install the following packages:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;gcc make ruby&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Download and extract the latest &lt;a href='http://rubyforge.org/projects/rubygems/'&gt;RubyGems&lt;/a&gt; tarball from &lt;a href='http://rubyforge.org/'&gt;RubyForge&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;In a Cygwin terminal, navigate to the extracted directory and run the following command:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;$ ruby setup.rb install&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Update RubyGems by running the following:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;$ gem update --system&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Finally, install Jekyll:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;$ gem install jekyll&lt;/code&gt;&lt;/pre&gt;

&lt;h3 id='installing_pygments_under_cygwin_optional'&gt;Installing Pygments under Cygwin (optional)&lt;/h3&gt;

&lt;p&gt;&lt;a href='http://pygments.org/'&gt;Pygments&lt;/a&gt; is a python-based generic syntax highlighter which integrates seamlessly with Jekyll to provide colourful code blocks; handy for anyone who blogs about programming:&lt;/p&gt;

&lt;p&gt;Run Cygwin&amp;#8217;s &lt;strong&gt;setup.exe&lt;/strong&gt; and install the &lt;strong&gt;python&lt;/strong&gt; package.&lt;/p&gt;

&lt;p&gt;Download and extract the latest &lt;a href='https://bitbucket.org/birkenfeld/pygments-main/src'&gt;Pygments source&lt;/a&gt; tarball.&lt;/p&gt;

&lt;p&gt;Using a cygwin terminal, navigate to the extracted directory and run the following command:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;$ python setup.py install&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Add the following to your Jekyll site&amp;#8217;s &lt;strong&gt;_config.yml&lt;/strong&gt;:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;pygments: true&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Mark syntax highlighted areas in your documents with:&lt;/p&gt;
&lt;div class='highlight'&gt;&lt;pre&gt;&lt;code class='django'&gt;&lt;span class='cp'&gt;{%&lt;/span&gt; &lt;span class='k'&gt;highlight&lt;/span&gt; &lt;span class='nv'&gt;python&lt;/span&gt; &lt;span class='cp'&gt;%}&lt;/span&gt;&lt;span class='x' /&gt;
&lt;span class='x'&gt;snippet of python code to highlight&lt;/span&gt;
&lt;span class='cp'&gt;{%&lt;/span&gt; &lt;span class='k'&gt;endhighlight&lt;/span&gt; &lt;span class='cp'&gt;%}&lt;/span&gt;&lt;span class='x' /&gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;In order for the highlighting to appear, you&amp;#8217;ll need to generate a style sheet and incorporate it into your HTML templates. Thankfully, Pygments includes several styles. To generate a style sheet using the default style, run the following command in a Cygwin terminal:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;$ pygmentize -f html -a .highlight -S default &amp;gt; syntax-default.css&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;For a list of all built-in colour schemes, run:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;$ pygmentize -L styles&lt;/code&gt;&lt;/pre&gt;</content>
</entry>

<entry>
	<title>Activate screensaver and lock desktop via keyboard shortcut under Windows XP</title>
	<link href="http://cinderwick.ca/blog/2011/04/activate-screensaver-lock-desktop-shortcut-windows-xp/"/>
	<updated>2011-04-06T00:00:00-07:00</updated>
	<id>http://cinderwick.ca/blog/2011/04/activate-screensaver-lock-desktop-shortcut-windows-xp</id>
	<author><name>Thayer</name></author>
	<content type="html">&lt;p&gt;One of the features I&amp;#8217;ve always enjoyed under Linux is the ability to lock the desktop and start the screensaver at the same time. This is the default behaviour of both the gnome-screensaver and Xscreensaver. To mimic this feature under Windows XP, we can use a batch file or VBScript and then assign a keyboard shortcut to execute it.&lt;/p&gt;

&lt;h3 id='batch_file_method'&gt;Batch file method&lt;/h3&gt;

&lt;p&gt;Copy &amp;amp; paste the following into a text editor and save it as a *.bat file, for example sslock.bat:&lt;/p&gt;
&lt;div class='highlight'&gt;&lt;pre&gt;&lt;code class='bat'&gt;&lt;span class='c'&gt;REM A simple script to activate a screensaver and lock the workstation&lt;/span&gt;
&lt;span class='p'&gt;@&lt;/span&gt;&lt;span class='k'&gt;ECHO&lt;/span&gt; &lt;span class='k'&gt;OFF&lt;/span&gt;
&lt;span class='nv'&gt;%windir%&lt;/span&gt;\system&lt;span class='m'&gt;32&lt;/span&gt;\ssstars.scr &lt;span class='n'&gt;/s&lt;/span&gt;
rundll&lt;span class='m'&gt;32&lt;/span&gt;.exe user&lt;span class='m'&gt;32&lt;/span&gt;.dll&lt;span class='p'&gt;,&lt;/span&gt; LockWorkStation
&lt;span class='k'&gt;CLS&lt;/span&gt;
EXIT
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;What this does is pretty self-explanatory if you&amp;#8217;ve ever dealt with batch files:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Disable command-echoing with ECHO OFF&lt;/li&gt;

&lt;li&gt;Execute the screensaver command&lt;/li&gt;

&lt;li&gt;When the screensaver is exited, lock the desktop&lt;/li&gt;

&lt;li&gt;Clear the screen of any output&lt;/li&gt;

&lt;li&gt;Exit the script cleanly&lt;/li&gt;
&lt;/ol&gt;

&lt;h3 id='vbscriptwsh_method'&gt;VBScript/WSH Method&lt;/h3&gt;

&lt;p&gt;Copy &amp;amp; paste the following into a text editor and save it as a *.vbs file, for example sslock.vbs:&lt;/p&gt;
&lt;div class='highlight'&gt;&lt;pre&gt;&lt;code class='vbnet'&gt;&lt;span class='c'&gt;&amp;#39; A simple script to activate a screensaver and lock the workstation&lt;/span&gt;
&lt;span class='c'&gt;&amp;#39;&lt;/span&gt;
&lt;span class='c'&gt;&amp;#39;    For more information, see:&lt;/span&gt;
&lt;span class='c'&gt;&amp;#39;    http://msdn.microsoft.com/en-us/library/d5fk67ky(v=VS.85).aspx&lt;/span&gt;
&lt;span class='c'&gt;&amp;#39;&lt;/span&gt;
&lt;span class='k'&gt;Set&lt;/span&gt; &lt;span class='n'&gt;WshShell&lt;/span&gt; &lt;span class='o'&gt;=&lt;/span&gt; &lt;span class='n'&gt;CreateObject&lt;/span&gt;&lt;span class='p'&gt;(&lt;/span&gt;&lt;span class='s'&gt;&amp;quot;WScript.Shell&amp;quot;&lt;/span&gt;&lt;span class='p'&gt;)&lt;/span&gt; 
&lt;span class='k'&gt;Return&lt;/span&gt; &lt;span class='o'&gt;=&lt;/span&gt; &lt;span class='n'&gt;WshShell&lt;/span&gt;&lt;span class='p'&gt;.&lt;/span&gt;&lt;span class='n'&gt;Run&lt;/span&gt;&lt;span class='p'&gt;(&lt;/span&gt;&lt;span class='s'&gt;&amp;quot;%windir%\system32\ssstars.scr /s&amp;quot;&lt;/span&gt;&lt;span class='p'&gt;,,&lt;/span&gt; &lt;span class='k'&gt;true&lt;/span&gt;&lt;span class='p'&gt;)&lt;/span&gt;
&lt;span class='k'&gt;Return&lt;/span&gt; &lt;span class='o'&gt;=&lt;/span&gt; &lt;span class='n'&gt;WshShell&lt;/span&gt;&lt;span class='p'&gt;.&lt;/span&gt;&lt;span class='n'&gt;Run&lt;/span&gt;&lt;span class='p'&gt;(&lt;/span&gt;&lt;span class='s'&gt;&amp;quot;rundll32.exe user32.dll, LockWorkStation&amp;quot;&lt;/span&gt;&lt;span class='p'&gt;,,&lt;/span&gt; &lt;span class='k'&gt;false&lt;/span&gt;&lt;span class='p'&gt;)&lt;/span&gt;
&lt;span class='k'&gt;Set&lt;/span&gt; &lt;span class='n'&gt;WshShell&lt;/span&gt; &lt;span class='o'&gt;=&lt;/span&gt; &lt;span class='k'&gt;Nothing&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;Slightly more complicated than the batch file, here&amp;#8217;s a breakdown of what we&amp;#8217;re doing:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Create a WshShell object, necessary for running a local command&lt;/li&gt;

&lt;li&gt;Execute the Starfield screensaver; the &lt;em&gt;true&lt;/em&gt; argument &lt;a href='http://msdn.microsoft.com/en-us/library/d5fk67ky(v=VS.85).aspx'&gt;instructs the script to halt&lt;/a&gt; until the screensaver exits&lt;/li&gt;

&lt;li&gt;Execute the lock workstation command&lt;/li&gt;

&lt;li&gt;Finally, disassociate the variable for garbage cleanup&lt;/li&gt;
&lt;/ol&gt;

&lt;h3 id='which_method_is_better'&gt;Which method is better?&lt;/h3&gt;

&lt;p&gt;Choosing between the batch and VBS method is largely a matter of preference, but there &lt;em&gt;are&lt;/em&gt; some considerations:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The &lt;a href='http://en.wikipedia.org/wiki/Windows_Script_Host'&gt;Windows Script Host&lt;/a&gt; environment is disabled by some administrators for security reasons; the batch file will be the only option in cases such as this&lt;/li&gt;

&lt;li&gt;The batch method spawns a command prompt which is visible for a split second; a shortcut can be configured to minimize it when launched, but it cannot be disabled entirely&lt;/li&gt;

&lt;li&gt;Some argue the batch file can be interrupted with &lt;code&gt;CTRL+C&lt;/code&gt; before the &lt;code&gt;LockWorkstation&lt;/code&gt; command is executed, thus defeating the security; I would love to see this keyboard kung fu demonstrated, because as soon as any key is struck &lt;code&gt;LockWorkstation&lt;/code&gt; is executed&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Personally, I prefer the simplicity (and security) of the batch file.&lt;/p&gt;

&lt;h3 id='assigning_a_keyboard_shortcut'&gt;Assigning a keyboard shortcut&lt;/h3&gt;

&lt;p&gt;Regardless of which script method you choose, you&amp;#8217;ll probably want to execute it with a keyboard shortcut. In this example, I&amp;#8217;m going to assign it to &lt;code&gt;CTRL+ALT+L&lt;/code&gt; which is the default screen locker shortcut under most GNU/Linux systems.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Save the new &lt;em&gt;sslock&lt;/em&gt; script somewhere permanent, for example &lt;code&gt;C:\sslock.bat&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;

&lt;li&gt;
&lt;p&gt;Create a shortcut for it (right-click on the script file and select &lt;em&gt;Create Shortcut&lt;/em&gt;)&lt;/p&gt;
&lt;/li&gt;

&lt;li&gt;
&lt;p&gt;Move the shortcut to your Desktop or Start menu directory; this is necessary for keyboard shortcuts to work&lt;/p&gt;
&lt;/li&gt;

&lt;li&gt;
&lt;p&gt;Right-click on the shortcut and select &lt;em&gt;Properties&lt;/em&gt;&lt;/p&gt;
&lt;/li&gt;

&lt;li&gt;
&lt;p&gt;Click on the input field for &lt;em&gt;Shortcut key:&lt;/em&gt; and then press the desired key sequence, for example &lt;code&gt;CTRL+ALT+L&lt;/code&gt;; if the shortcut reverts to &lt;em&gt;None&lt;/em&gt; it means the sequence you entered is already in use and you&amp;#8217;ll need to choose a different sequence&lt;/p&gt;
&lt;/li&gt;

&lt;li&gt;
&lt;p&gt;Click &lt;em&gt;Apply&lt;/em&gt; and &lt;em&gt;OK&lt;/em&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Now, test your new shortcut by pressing the key sequence. Assuming there were no issues, the script should run and lock the desktop.&lt;/p&gt;

&lt;p&gt;Finally, if you chose the batch method you can minimize the command prompt when the batch file is run:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Right-click on the shortcut and select &lt;em&gt;Properties&lt;/em&gt;&lt;/li&gt;

&lt;li&gt;Select &lt;strong&gt;Minimized&lt;/strong&gt; from the &lt;em&gt;Run&lt;/em&gt; drop-down menu&lt;/li&gt;

&lt;li&gt;Click Apply and OK&lt;/li&gt;
&lt;/ol&gt;</content>
</entry>

<entry>
	<title>Redmond theme for Launchy</title>
	<link href="http://cinderwick.ca/blog/2011/04/redmond-theme-for-launchy/"/>
	<updated>2011-04-03T00:00:00-07:00</updated>
	<id>http://cinderwick.ca/blog/2011/04/redmond-theme-for-launchy</id>
	<author><name>Thayer</name></author>
	<content type="html">&lt;p&gt;In keeping with the recent Windows Classic inspired themes, I&amp;#8217;ve made &lt;a href='/projects/launchy-themes/'&gt;Redmond&lt;/a&gt;, a native Windows Classic theme for the &lt;a href='http://www.launchy.net/'&gt;Launchy&lt;/a&gt; application launcher. Source files for the window frame and spinner are included.&lt;/p&gt;

&lt;p&gt;&lt;img src='/projects/launchy-themes/redmond-theme-for-launchy-dropmenu.png' alt='Screenshot of Redmond for Launchy' /&gt;&lt;/p&gt;

&lt;p&gt;Grab Redmond from my &lt;a href='/projects/launchy-themes/'&gt;Launchy themes&lt;/a&gt; page.&lt;/p&gt;</content>
</entry>

<entry>
	<title>Blackfin and Redmond themes for Google Chrome</title>
	<link href="http://cinderwick.ca/blog/2011/04/blackfin-theme-for-google-chrome/"/>
	<updated>2011-04-03T00:00:00-07:00</updated>
	<id>http://cinderwick.ca/blog/2011/04/blackfin-theme-for-google-chrome</id>
	<author><name>Thayer</name></author>
	<content type="html">&lt;p&gt;I love &lt;a href='http://www.google.com/chrome'&gt;Google Chrome&lt;/a&gt;, but the default themes have always been lacking in one respect or another. My biggest beef is that they theme the entire window frame. This is fine for most environments, but if you happen to prefer the Windows Classic theme when using Windows XP, Chrome can really stand out like a sore thumb (yeah, that&amp;#8217;s a &lt;a href='http://whitewhine.com/'&gt;white whine&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;So, a couple weeks ago I set out to remedy the issue. The end result is &lt;a href='/projects/google-chrome-themes/'&gt;Blackfin, Redmond and NeXTish&lt;/a&gt;, three theme packs for Google Chrome, for a total of 16 themes.&lt;/p&gt;

&lt;p&gt;&lt;a href='/projects/google-chrome-themes/blackfin-for-chrome-3.png'&gt;&lt;img src='/projects/google-chrome-themes/blackfin-for-chrome-3_1.png' alt='Blackfin screenshot 3' /&gt;&lt;/a&gt; &lt;a href='/projects/google-chrome-themes/redmond-for-chrome-2.png'&gt;&lt;img src='/projects/google-chrome-themes/redmond-for-chrome-2_1.png' alt='Redmond screenshot 2' /&gt;&lt;/a&gt; &lt;a href='/projects/google-chrome-themes/nextish-for-chrome-1.png'&gt;&lt;img src='/projects/google-chrome-themes/nextish-for-chrome-1_1.png' alt='NeXTish screenshot 1' /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;All three packs use the native Windows Classic colour scheme for toolbars and other UI elements. Full and partially framed versions are included, allowing for the appearance of traditional application windows.&lt;/p&gt;

&lt;p&gt;For download links and more screenshots, see my &lt;a href='/projects/google-chrome-themes/'&gt;Google Chrome themes&lt;/a&gt; page.&lt;/p&gt;</content>
</entry>

<entry>
	<title>Windows Classic themes for XP and 7</title>
	<link href="http://cinderwick.ca/blog/2011/04/windows-classic-themes-for-xp-7/"/>
	<updated>2011-04-02T00:00:00-07:00</updated>
	<id>http://cinderwick.ca/blog/2011/04/windows-classic-themes-for-xp-7</id>
	<author><name>Thayer</name></author>
	<content type="html">&lt;p&gt;Between work, school and providing tech support to family members I find I&amp;#8217;m using Windows XP more than Linux lately. I&amp;#8217;m sure it&amp;#8217;s a passing phase, but in the meantime I&amp;#8217;ve posted some of my &lt;a href='/projects/windows-classic-themes/'&gt;Windows Classic themes&lt;/a&gt; for anyone else who enjoys the retro Windows look.&lt;/p&gt;

&lt;p&gt;Rest assured I haven&amp;#8217;t completely defected! I also took the time to (re)post my &lt;a href='/projects/openbox-themes/'&gt;openbox themes&lt;/a&gt; and &lt;a href='/projects/gtk-themes/'&gt;GTK+ themes&lt;/a&gt;.&lt;/p&gt;</content>
</entry>

<entry>
	<title>Wow! Debian has a new website</title>
	<link href="http://cinderwick.ca/blog/2011/02/wow-debian-has-a-new-website/"/>
	<updated>2011-02-07T00:00:00-08:00</updated>
	<id>http://cinderwick.ca/blog/2011/02/wow-debian-has-a-new-website</id>
	<author><name>Thayer</name></author>
	<content type="html">&lt;p&gt;&lt;em&gt;&amp;#8220;After roughly 13 years with nearly the same design, the layout and design of many of the websites run by Debian changed together with today&amp;#8217;s release of Debian Squeeze.&amp;#8221;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href='http://www.debian.org/'&gt;http://www.debian.org/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Good job to all involved. I look forward to seeing how it progresses.&lt;/p&gt;</content>
</entry>

<entry>
	<title>Disable Google Instant and show more than 10 results without saving cookies</title>
	<link href="http://cinderwick.ca/blog/2010/11/disable-google-instant-and-show-more-than-10-results-without-saving-cookies/"/>
	<updated>2010-11-27T00:00:00-08:00</updated>
	<id>http://cinderwick.ca/blog/2010/11/disable-google-instant-and-show-more-than-10-results-without-saving-cookies</id>
	<author><name>Thayer</name></author>
	<content type="html">&lt;p&gt;Regardless of browser, my netbook takes a significant performance hit when Google Instant is enabled; not to mention the havoc it wreaks on keyboard navigation plugins like &lt;a href='https://github.com/mooz/keysnail/wiki'&gt;Keysnail&lt;/a&gt; or &lt;a href='https://chrome.google.com/extensions/detail/dbepggeogbaibhgnhhndojpepiihcmeb'&gt;Vimium&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Unfortunately, disabling Instant via Google&amp;#8217;s Search Settings isn&amp;#8217;t really an option if you browse anonymously with Private mode (Firefox) or Incognito (Chrome). The opt-out-of-Instant preference is lost at the end of your browsing session when cookies are wiped.&lt;/p&gt;

&lt;p&gt;Thankfully, you can disable Instant by customizing your browser&amp;#8217;s default search engine parameters. For example, your default search string may look like this:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;http://www.google.com/search?q=%s&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;By adding &lt;strong&gt;&amp;amp;as_qdr=all&lt;/strong&gt; to the string, Instant will be disabled regardless of your usual search settings:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;http://www.google.com/search?q=%s&amp;amp;as_qdr=all&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Taking this one step further, you can instruct Google to show more than 10 results per page by adding &lt;strong&gt;&amp;amp;num=30&amp;amp;start=0&lt;/strong&gt; to the string:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;http://www.google.com/search?q=%s&amp;amp;num=30&amp;amp;start=0&amp;amp;as_qdr=all&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;The start parameter specifies that results should start at zero and num specifies that 30 results be displayed per page.&lt;/p&gt;

&lt;p&gt;How you modify your default search string depends on which browser you use&amp;#8230;&lt;/p&gt;

&lt;p&gt;For Chrome/Chromium:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Go to Preferences &amp;gt; Basics &amp;gt; Default Search &amp;gt; Manage&lt;/li&gt;

&lt;li&gt;Edit &lt;em&gt;Google (Default)&lt;/em&gt; and add &lt;strong&gt;&amp;amp;num=30&amp;amp;start=0&amp;amp;as_qdr=all&lt;/strong&gt; to the end of the URL&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;You will end up with something like this:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;http://www.google.com/search?q=%s&amp;amp;hl=en&amp;amp;num=30&amp;amp;start=0&amp;amp;as_qdr=all&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;For Firefox (this assumes you use the address bar for keyword searches):&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Enter about:config in the address bar&lt;/li&gt;

&lt;li&gt;Type &lt;strong&gt;keyword&lt;/strong&gt; in the search box&lt;/li&gt;

&lt;li&gt;Double-click on &lt;strong&gt;Keyword.URL&lt;/strong&gt;&lt;/li&gt;

&lt;li&gt;Insert &lt;strong&gt;&amp;amp;num=30&amp;amp;start=0&amp;amp;as_qdr=all&lt;/strong&gt; before &lt;strong&gt;&amp;amp;q=&lt;/strong&gt; and click OK&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The resulting string should look something like this:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;http://www.google.com/search?ie=UTF-8&amp;amp;oe=UTF-8&amp;amp;num=30&amp;amp;start=0&amp;amp;as_qdr=all&amp;amp;q=&lt;/code&gt;&lt;/pre&gt;</content>
</entry>

<entry>
	<title>Flickr done flickd me off</title>
	<link href="http://cinderwick.ca/blog/2010/07/flickr-done-flickd-me-off/"/>
	<updated>2010-07-21T00:00:00-07:00</updated>
	<id>http://cinderwick.ca/blog/2010/07/flickr-done-flickd-me-off</id>
	<author><name>Thayer</name></author>
	<content type="html">&lt;p&gt;To each their own, but I&amp;#8217;m done with Flickr. Over the next few days I&amp;#8217;ll be moving my artwork and photos into &lt;a href='http://picasaweb.google.com/thayerwilliams'&gt;my Picasa Web Albums&lt;/a&gt;. It&amp;#8217;s free, images are viewable at their original size and I don&amp;#8217;t need a bloody yahoo email account.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Update Sep 2010:&lt;/strong&gt; Our Flickr account is now closed. Photos and images have been moved to &lt;strike&gt;http://picasaweb.google.com/thayerwilliams&lt;/strike&gt; and I will update thumbnails throughout the site accordingly.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Update Feb 2011:&lt;/strong&gt; Picasa&amp;#8217;s user interface proved even worse than Flickr. Screenshots have been moved &lt;a href='/projects/screenshots/'&gt;here&lt;/a&gt; for the time being until our own semi-automated image galleries are ready.&lt;/p&gt;</content>
</entry>

<entry>
	<title>So lost</title>
	<link href="http://cinderwick.ca/blog/2010/05/so-lost/"/>
	<updated>2010-05-25T00:00:00-07:00</updated>
	<id>http://cinderwick.ca/blog/2010/05/so-lost</id>
	<author><name>Libby</name></author>
	<content type="html">&lt;p&gt;OK so, we didn&amp;#8217;t watch iota one of Lost. In fact we have managed to avoid almost all the details, except that people were stranded somewhere, there is (was?) someone named Libby, and hobbit Meriadoc Brandybuck was in it. CBC radio recently had guest speakers speculating about (&lt;em&gt;*shudder*&lt;/em&gt;) the last episode ever and when the programme host reluctantly announced that he has never seen the show, it was as if the air was sucked out of the broadcast room. There was this awkward silence and I can only imagine the look he received.. However now that the last episode has aired and speculation is over, can we all have our news back? The past few weeks have been dominated by &amp;#8220;how will it end?&amp;#8221;, &amp;#8220;what does it all mean?&amp;#8221; and now apparently there is some serious debriefing to do. I get it, I do.&lt;/p&gt;

&lt;p&gt;I understand the feeling of latching onto something good, and the whole collective sharing thing but this phenomena often falls within a long string of &amp;#8216;must watch&amp;#8217; TV. It even happens with commercials! We all know our way around YouTube and can get that warm fuzzy sharing with just a few clicks. But nothing says pariah (or castaway) louder than &amp;#8220;sorry, I don&amp;#8217;t have cable TV&amp;#8221;, oh and ordering a simple &amp;#8220;large coffee&amp;#8221; from Starbucks.&lt;/p&gt;

&lt;p&gt;If you&amp;#8217;re looking for your next addiction, check out &lt;a href='http://en.wikipedia.org/wiki/Midsomer_Murders' title='Midsomer Murders'&gt;this British must-see&lt;/a&gt;. Run, don&amp;#8217;t walk to your nearest library for all the seasons!&lt;/p&gt;</content>
</entry>

<entry>
	<title>Inactivity and a shift in focus</title>
	<link href="http://cinderwick.ca/blog/2010/05/inactivity-and-a-shift-in-focus/"/>
	<updated>2010-05-05T00:00:00-07:00</updated>
	<id>http://cinderwick.ca/blog/2010/05/inactivity-and-a-shift-in-focus</id>
	<author><name>Thayer</name></author>
	<content type="html">&lt;p&gt;By now it&amp;#8217;s pretty obvious that we no longer have the free time we once enjoyed and dedicated to &lt;a href='/' title='Homepage'&gt;cinderwick&lt;/a&gt;. Career ambitions, grad ceremonies, continuing education, grandchildren, pets and honey do&amp;#8217;s&amp;#8230;there&amp;#8217;s just not enough time in one day to do it all.&lt;/p&gt;

&lt;p&gt;To complicate matters, we recently upgraded our old, grainy and speaker-blown 27&amp;#8221; CRT TV to a beautiful &lt;a href='http://www.samsung.com/us/consumer/tv-video/televisions/lcd-tv/LN40B540P8FUZA/index.idx?pagetype=prd_detail'&gt;40&amp;#8221; Samsung LCD TV&lt;/a&gt;, matching &lt;a href='http://www.samsung.com/us/consumer/tv-video/blu-ray/blu-ray-players/BD-C5500/XAA/index.idx?pagetype=prd_detail'&gt;blu-ray player&lt;/a&gt; and &lt;a href='http://www.bose.com/controller?url=/shop_online/home_theater/21channel_systems/cinemate_systems/cinemate_series2/index.jsp'&gt;Bose HTIB&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I realize that diehards may scoff at those specs, but for us it&amp;#8217;s been like watching our favourite movies for the first time. Rob Roy, Children of Men, Shawshank Redemption, Master &amp;amp; Commander, Jeremiah Johnson, Shaun of the Dead&amp;#8230;did I mention there&amp;#8217;s just not enough time in one day?&lt;/p&gt;

&lt;p&gt;Where am I going with this? Well, this will probably be the largest post here for a long while. From now on I&amp;#8217;ll be using the blog more as a progress report for the various projects I&amp;#8217;m working on&amp;#8230;sort of like twitter, but with less bullshit.&lt;/p&gt;

&lt;p&gt;To get the ball rolling, you can now find my dotfiles, vimbrant themes, dwm preferences and more at &lt;a href='https://github.com/thayerwilliams' title='my github repos'&gt;github&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Over the next couple of days I&amp;#8217;ll be making some structural changes to cinderwick and dusting off some unreleased projects.&lt;/p&gt;</content>
</entry>

<entry>
	<title>Half-Life 2 Episode Two Review</title>
	<link href="http://cinderwick.ca/blog/2009/12/half-life-2-episode-two-review/"/>
	<updated>2009-12-09T00:00:00-08:00</updated>
	<id>http://cinderwick.ca/blog/2009/12/half-life-2-episode-two-review</id>
	<author><name>Libby</name></author>
	<content type="html">&lt;p&gt;The long awaited &lt;a href='http://orange.half-life2.com/'&gt;HL2: Episode Two&lt;/a&gt; arrived with little fanfare. After waiting for its release this past year, low and behold I stumbled across it&amp;#8211;a month after its release! How could this happen? At first I thought that (oh crap) the game must be getting bad reviews&amp;#8230;but after devoting a weekend to rediscovering Dr. Freeman and the gang, I found that wasn&amp;#8217;t the case at all.&lt;/p&gt;

&lt;p&gt;The first most notable difference between Half Life2 and Episode Two (other than the 3-year-long wait) is the huge demand on my PC. In order to give this game a fair and objective review, I have to point out that my graphics card (an nVidia FX5200) sucks and this ultimately affected the gameplay and subsequent enjoyment factor. I had to constantly tweak settings to get better FPS and to lessen the painful slide-show at large outdoor scenes and during heavy battle (which unfortunately is most of the game). So that being said, gameplay kind of sucked overall; not the fault of Valve, just simply due to my now inadequate system. &lt;em&gt;*sigh*&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The opening sequence takes us back where we left off, on the train heading away from City 17, except the train had crashed. Never fear, &lt;a href='http://developer.valvesoftware.com/w/images/e/e9/Alyx.jpg'&gt;Alyx Vance&lt;/a&gt; quickly appears to help and damn it&amp;#8217;s good to see her again. Her features are more detailed, more refined and thankfully she has the same voice. Alyx is by far my all-time favourite female model in any game and something other game developers need to take note of. But no time to admire her features, a lot happens quickly and before you know it, you&amp;#8217;re running to keep up. I was giddy with anticipation and eager to explore but not long later, I had to reload the map a couple of times to register what had just happened, as the first time around I think I was in shock. I won&amp;#8217;t spoil the surprise but it was certainly unexpected. This sets in motion a series of tasks to complete before you can continue on the main goal.&lt;/p&gt;

&lt;p&gt;Of course there are the usual missions to complete and more clues and background information is provided at various intervals, which all lead to the final goal; to deliver information to the resistance in the White Forest. The missions this time around seemed a bit predictable in parts, but some required more puzzle-solving than before. All the same resistance characters are present, except my drinking pal Barney.. where are you Barn? Vortigaunts are a plenty this episode but with some added cool treats; instead of staying in the background they are up front and pretty bad-ass actually. I expected more story to be around those clever Combine but they seemed scarce as did some scarier moments (such as those found at Ravenholm when waiting, exposed on a dark roof listening to the fast head crab zombies rattling up the pipes as they come for you, howling&amp;#8230;shiver).&lt;/p&gt;

&lt;p&gt;There were some instances (again due to a sluggish system), where I felt I just couldn&amp;#8217;t survive. The enemies seems impossibly hard to kill and ammo limited. Thankfully I had help, which saved my bacon as Alyx certainly did her part. There are no new weapons in Gordon&amp;#8217;s repertoire, which is fine as the gravity gun provides variation in picking up and throwing things. Valve did add in some cool toys though, such as the muscle car, complete with GPS for finding goodies and for actually finding the car when you jump out and run around. I really like the dynamic of jumping in and out of the car at non-obvious places and Alyx would either follow or say she would rather wait in the car. Her method of knowing when you are going to get in the car and sliding over the hood to take a seat in the passenger side is pretty darn cool too.&lt;/p&gt;

&lt;p&gt;I wasn&amp;#8217;t especially excited about the Strider-Hunter combo attack teams, as it seemed a bit repetitious and overdone. Bringing down those long-legged and fast creatures was an exhausting venture when all was said and done. Despite my stripped config settings, the scenery and maps were gorgeous. The detail and gradients were amazing but I would like to run through it again with a better graphics card to get the intended &amp;#8220;ooohh and ahhhs&amp;#8221;. The sounds and ambiance worked well in the outdoor scenes; birds chirping, wind blowing through trees, as did the general camaraderie between the resistance (you eavesdrop into some funny conversations).&lt;/p&gt;

&lt;p&gt;Overall, I thought the story was lacking in some respects mainly due to it not feeling as threatening or dire, but then surprising in others&amp;#8211;I did not expect to feel some very emotional moments, such as seeing dog and at witnessing some intimate moments between Alyx and her father. I can&amp;#8217;t wait for the next episode and believe me, it will come with a new decked out rig.&lt;/p&gt;

&lt;p&gt;Was the wait worth it? Not especially for the meagre seven chapters (6 hours of gameplay), but for the story, consistency and amazing graphics&amp;#8211;yes. It&amp;#8217;s good to be Gordon Freeman.&lt;/p&gt;

&lt;p&gt;On a side note: If you have played HalfLife 2 and have seen the movie &lt;a href='http://www.imdb.com/title/tt0206634/'&gt;Children of Men&lt;/a&gt; with Clive Owen, you&amp;#8217;ve probably noticed some startling similarities. They both portray the dystopia of society, graffiti, overturned cars, droned brainwashing messages over loud speakers, imprisoned citizens, destruction and oppression. Clive Owen has to fight his way to get through the various controls to help the &amp;#8220;movement&amp;#8221; and this is also the main theme throughout HL2. In City 17 all of these elements exist, even the resistance graffiti. Ironically, in the second episode of HL2 there is also mention of the ship the Borealis which could be their salvation or their downfall, as it is largely a &amp;#8220;ghost ship&amp;#8221;. In Children of Men, it is the ship &amp;#8220;Tomorrow&amp;#8221; which may not exist, but turns out to be salvation. Thayer and I cannot deny the similarities between the two, maybe that&amp;#8217;s why we love both the movie and the game. It&amp;#8217;s all about breaking free from social control.&lt;/p&gt;

&lt;p&gt;Music to Game by: Try the Children of Men Soundtrack&amp;#8211;great dubstep and retro British tracks.&lt;/p&gt;</content>
</entry>

<entry>
	<title>50% Probability of sharing?</title>
	<link href="http://cinderwick.ca/blog/2009/07/50-percent-probability-of-sharing/"/>
	<updated>2009-07-05T00:00:00-07:00</updated>
	<id>http://cinderwick.ca/blog/2009/07/50-percent-probability-of-sharing</id>
	<author><name>Libby</name></author>
	<content type="html">&lt;p&gt;In a million years, I never would have thought that a spousal argument would occur over a calculator. Not just any calculator, but a TI-84 Plus&amp;#8230;&lt;/p&gt;

&lt;p&gt;Unfortunately we only have one&amp;#8211;which cost something akin to buying a large appliance. I&amp;#8217;ve been using it for my university statistical Math course; getting quite comfortable calculating t and z distributions of many sample proportions. Now with a month left (read: crunch study time), hubby comes along with his condensed Math 12 summer course and I&amp;#8217;m sitting here with my unsolved binomial distributions. How will I ever know the probability of rolling a die 1000 times that it will roll a 6 fewer than 160 times?&lt;/p&gt;

&lt;p&gt;Since we are on the same study/school/work schedule, we&amp;#8217;ll have no choice but to purchase another, not a very sound investment, seeing as how both courses end Aug 7th and I&amp;#8217;ll probably never touch a calculator again&amp;#8211;unless I&amp;#8217;m trying to figure out a tip (yes, my math is &lt;em&gt;that&lt;/em&gt; good!) Now give me back my calculator!!!!&lt;/p&gt;

&lt;p&gt;(In case you were wondering, there is a 28% chance of rolling a six fewer than 160 times.)&lt;/p&gt;</content>
</entry>

<entry>
	<title>Acer Aspire One AOD150</title>
	<link href="http://cinderwick.ca/blog/2009/03/acer-aspire-aod150/"/>
	<updated>2009-03-14T00:00:00-07:00</updated>
	<id>http://cinderwick.ca/blog/2009/03/acer-aspire-aod150</id>
	<author><name>Thayer</name></author>
	<content type="html">&lt;p&gt;Just a quick note that I picked up a brand new &lt;a href='http://www.acer.com/aspireone/'&gt;Acer Aspire One&lt;/a&gt; AOD150-1676 here in Canada. This is meant to replace my primary workstation and I must say that so far I&amp;#8217;m very impressed.&lt;/p&gt;

&lt;p&gt;The 1024×600 screen is brilliantly bright and colourful. The 1.6GHz Intel Atom processor is snappy and the new touchpad/buttons are a welcome change from the first generation of the AA1.&lt;/p&gt;

&lt;p&gt;It&amp;#8217;s not without it&amp;#8217;s annoyances however…the Canadian models ship with an international EN/FR/NL keyboard, which features a half-size Shift key and moves the Enter key vertically under the backspace rather than horizontally above the right Shift. Also, the Acer recovery partition and related software made it a real bitch to add &lt;a href='http://www.archlinux.org/'&gt;Arch Linux&lt;/a&gt; partitions without completely wiping Windows XP. I&amp;#8217;ll post my workaround for that soon.&lt;/p&gt;</content>
</entry>

<entry>
	<title>Crisis what crisis?</title>
	<link href="http://cinderwick.ca/blog/2009/02/crisis-what-crisis/"/>
	<updated>2009-02-07T00:00:00-08:00</updated>
	<id>http://cinderwick.ca/blog/2009/02/crisis-what-crisis</id>
	<author><name>Libby</name></author>
	<content type="html">&lt;p&gt;Apparently we grossly overestimate the length of the effect of misfortune in our lives and we eventually learn that one person&amp;#8217;s crisis is another person&amp;#8217;s walk in the park&amp;#8211;or is it that every cloud has a silver lining?&lt;/p&gt;

&lt;p&gt;The funny thing is that I almost forget the discomfort of shopping for our car, in fact looking back now I vaguely remember the frustration. But what I do remember were the endearments&amp;#8230;the engaging grandpa from Fiji, the amazing snowfall that crippled us and the city within minutes, the shared laughs about salesman&amp;#8217;s idiosyncrasies, and playing hangman by the faux fire in the restaurant we warmed up in.&lt;/p&gt;

&lt;p&gt;And in the &lt;em&gt;be careful what you wish for&lt;/em&gt; category, yes we now have two cars, two sets of gas bills, two sets of washer fluid jugs, extra keys on our key chains, endless shuffling and discussion about &amp;#8216;who gets to park in the garage&amp;#8217; and have control over the godly door opener. Should the newer (thus perceived &amp;#8216;nicer&amp;#8217;) car get the protection from the elements? or does the older car deserve it because the heater doesn&amp;#8217;t work (thus takes longer to warm up when parked outside on those cold mornings)? I think we might have settled that one, and despite the problems we thought having a second car would solve, it has somehow created issues we did not fully perceive.&lt;/p&gt;

&lt;p&gt;&amp;#8230;so for those eager to know what we finally bought? A &lt;a href='http://www.canadiandriver.com/articles/bm/00-03focus.htm'&gt;2000 Ford Focus&lt;/a&gt;, 4cyl, high kms, well maintained and in good shape, but now in need of a wash.&lt;/p&gt;</content>
</entry>

<entry>
	<title>The joys of car shopping</title>
	<link href="http://cinderwick.ca/blog/2009/01/the-joys-of-car-shopping/"/>
	<updated>2009-01-11T00:00:00-08:00</updated>
	<id>http://cinderwick.ca/blog/2009/01/the-joys-of-car-shopping</id>
	<author><name>Libby</name></author>
	<content type="html">&lt;p&gt;You&amp;#8217;d think that spending a few grand would be easy. Not so when car shopping. With fairly flexible expectations, a list of desired characteristics, and a large wad of cash, we set out early with thermoses of coffee, timbits (you have to be Canadian to understand&amp;#8230;) and maps to our destinations.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Stop 1:&lt;/strong&gt; A smoking, hoodied gentleman casually explains that there is no need for us to take the car out for a test drive, but if we &amp;#8220;really want to&amp;#8221;, we can. Uhh onward.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Stop 2:&lt;/strong&gt; Two dealerships. No, of course they don&amp;#8217;t have cars &amp;lt; $10,000!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Stop 3:&lt;/strong&gt; This car has to be dug out of snow that fell two weeks ago and also needs a battery boost. The salesman breaks the hood latch doing this but hey, we can deal with that as it means a few bucks off. Out on the road (with the salesman) a cupful of water pours from the visor mount onto the dash. Back we go.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Stop 4:&lt;/strong&gt; This car is nice. It&amp;#8217;s got everything we could ask, albeit a bit larger than we wanted for a 4 cyl, but it&amp;#8217;s in great shape. However, it&amp;#8217;s boxed in their driveway by another resident who isn&amp;#8217;t home, and there&amp;#8217;s no insurance on the car which means that even if we could get it out of the driveway, we couldn&amp;#8217;t actually &lt;em&gt;drive&lt;/em&gt; it&amp;#8211;though we did have a really nice chat with Grandpa while standing there.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Stop 5:&lt;/strong&gt; Reluctantly home. Heavy snowfall sent us home earlier than we planned. But it was mainly due to the fact that the heat in our current car is lukewarm (at best)&amp;#8211;the &amp;#8216;defrost&amp;#8217; mode makes seeing out the windshield worse than if we didn&amp;#8217;t turn it on&amp;#8211;and it was getting dark at 1630 hrs. Frost-bitten and tired, we stopped halfway home for warm food and to get the feeling back in our toes. Six cups of tea later, and a pee break we make it home unsuccessful, but planning the next outting for Sunday.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Day 2 &amp;#8211; Stop 1:&lt;/strong&gt; Dealerships at the Auto Mall. One-stop shopping! Dressed in multiple, wooly layers and another list off we go. We quickly find that Sunday shopping doesn&amp;#8217;t exist in the bible belt of the &lt;a href='http://en.wikipedia.org/wiki/Fraser_Valley'&gt;Valley&lt;/a&gt; so we settle for walking the humongous lots on our own. Found some good deals, but no way to get in touch with anyone; frustrating, but their loss I suppose.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Stop 2:&lt;/strong&gt; Smallish, but friendly car lot. Test drive two cars; one noisy, ugly and overpriced, the other nice, clean, running well but out of our price range. Some bargaining, but in the end, not good enough.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Stop 3:&lt;/strong&gt; Notice a small used-car lot on the way to our next destination. Two possibles! Take the better one out for a road test and see that the wipers aren&amp;#8217;t intermittent; they run rapid or not at all. We wipe the condensation from inside the windshield and note the large crack running down the centre. Bad brakes, no side mirror and rough idling. We don&amp;#8217;t bother with our second choice.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Stop 4:&lt;/strong&gt; Decent salesman, new car just came in from a trade-in. Bingo! The back seats are a bit roughed up, but not a problem. This is it&amp;#8230;our new car. Just needs to pass the test drive. Topped up with gas and away we go. Less than two blocks from the lot, the heating gauge jumps to H. Okay maybe it&amp;#8217;s a glitch; we drive a bit further but then notice the smell. We turn around and while stopped at the red light, the car shakes and just about dies. Back on the lot, we open the hood to smoke billowing and the salesman mumbling, &amp;#8220;well that&amp;#8217;s no good&amp;#8230;&amp;#8221;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Stops 5,6,7,8,..n:&lt;/strong&gt; various dealerships, backlots, salesmen, u-turns, illegal and dangerous driving, phone calls, bad directions, train-crossings, drive-bys and non-stop rain.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Home:&lt;/strong&gt; The goal was to purchase &amp;#8211;and drive home a car before the end of this weekend. We weren&amp;#8217;t fussy, we had cash, we thought we were as prepared as we could be. It would be easy and fun! Instead we found the weather, our current car and our timeframe were all against us. Who would have thought that spending thousands of dollars would prove to be so damn difficult?&lt;/p&gt;</content>
</entry>

<entry>
	<title>Large fonts are OK</title>
	<link href="http://cinderwick.ca/blog/2008/11/large-fonts-are-ok/"/>
	<updated>2008-11-10T00:00:00-08:00</updated>
	<id>http://cinderwick.ca/blog/2008/11/large-fonts-are-ok</id>
	<author><name>Thayer</name></author>
	<content type="html">&lt;p&gt;Or so I keep telling myself. I have always been a fan of small fonts. Maybe it was just the old school web designer in me, or maybe it was because for years I have tried to cram as much real estate onto my desktop as possible. I remember looking (and sometimes laughing) at screenshots of other desktops with their seemingly HUGE 16 pixel typeface and thinking, &amp;#8220;Jeesh, they can barely fit one application into a space where I have four!&amp;#8221;&lt;/p&gt;

&lt;p&gt;Well&amp;#8230;that all changed for me recently. For the past two months I have spent a great deal of time in front of my 15&amp;#8221; laptop screen&amp;#8211;juggling four on-line courses, paid design work, and my usual duties as an Arch Linux developer. A few weeks ago I noticed I was getting headaches much more frequently than I&amp;#8217;m used to. I also became aware that their intensity was directly proportional to the amount of time spent &amp;#8216;at the keys&amp;#8217;.&lt;/p&gt;

&lt;p&gt;For a bit of background, my desktop consists of a 15&amp;#8221; widescreen LCD at 1680×1050. It is normally set to 100 dpi, with Arial 8pt for GUI stuff and Dina 13px for terminal applications.&lt;/p&gt;

&lt;p&gt;I began experimenting with my desktop config last week, trying darker and low contrasting colour schemes in a vain attempt to ease the strain on my eyes. After each significant change, I&amp;#8217;d go back to my routine for a couple of days to get acclimated. Despite this, nothing seemed to help and before long another headache would set in.&lt;/p&gt;

&lt;p&gt;At some point I realized it wasn&amp;#8217;t so much the contrast level that was bothering me, but rather my ability to focus on large blocks of text for extended periods of time. That&amp;#8217;s when I decided to tweak my fonts.&lt;/p&gt;

&lt;p&gt;The result? It&amp;#8217;s been about a week now and I haven&amp;#8217;t suffered a single headache. Not only that, but I can now sit comfortably in my chair without unconsciously leaning over my keys! And In case anyone is wondering the obvious, yes I already wear glasses, but a very light and up-to-date prescription.&lt;/p&gt;

&lt;p&gt;For anyone interested, here&amp;#8217;s what has changed:&lt;/p&gt;

&lt;p&gt;I bumped the dpi/ppi from 100dpi to it&amp;#8217;s natural setting of 124x125dpi (determined by X&amp;#8217;s DisplaySize settings and the physical measurements of the screen (13&amp;#8221; x 8.3&amp;#8221;)). This made an enormous difference for most GUI applications, with the exception of Firefox.&lt;/p&gt;

&lt;p&gt;For Firefox, I have forced the minimum font size to 13, though I may bump it to 14 in the near future. It is not an ideal solution as there are several instances where small fonts are appropriate (sidebar text, etc.) however there’s no easy way to discern the body of a page from peripheral elements.&lt;/p&gt;

&lt;p&gt;Lastly, for the terminal I&amp;#8217;m still using Dina, but now at it&amp;#8217;s maximum size of 16 pixels. Unfortunately, I haven&amp;#8217;t found a decent console font any larger than that without jumping up to a 20px Terminus.&lt;/p&gt;</content>
</entry>

<entry>
	<title>Squeeks in the night</title>
	<link href="http://cinderwick.ca/blog/2008/09/squeeks-in-the-night/"/>
	<updated>2008-09-21T00:00:00-07:00</updated>
	<id>http://cinderwick.ca/blog/2008/09/squeeks-in-the-night</id>
	<author><name>Libby</name></author>
	<content type="html">&lt;p&gt;Talk about life changing; in the last 24 hours our world has been turned upside down by the arrival of a twelve pound, moustached baby we finally agreed to call &amp;#8220;Guinness&amp;#8221;.&lt;/p&gt;

&lt;p&gt;We&amp;#8217;ve been wanting a dog for a while but when we heard about a 17-week old, Miniature Schnauzer who was a purebred, registered, chipped and already house-trained puppy, we just had to see him. We spent most of the day with the pup and the breeder getting instructions on bathing, clipping and basic commands. After an overwhelming amount of information about his parentage and breed, the owner sent us on our way to go outfit our home with everything our new pup would need.&lt;/p&gt;

&lt;p&gt;(It should be noted that the last time we seriously bought anything from a pet store was at least ten years ago and so it came as quite a shock to see bejewelled leashes, dishes, bedding and every funky treat and toy imaginable. We had to dig through mountains of neoned coloured brushes and leashes to find something plain&amp;#8230;no foo-foo stuff for our guy!)&lt;/p&gt;

&lt;p&gt;So with a trunk full of must-haves, back we go to pick up Higgins, MacDubh, Saxon, Barley, Murdoc, Duncan, Dougal, Lochy, Madagen or Guinness. At one point we took a break from all the shopping to sit down over a beer and discuss the serious ramifications and stigmas of picking a name. We originally liked Saxon a lot, but thought calling his short name might be construed as yelling for SEX, which might be fitting for some, but after looking at his little face and noticing his stoutness of character and stance, we agreed on Guinness.&lt;/p&gt;

&lt;p&gt;Well Guinness puked in the car on the long journey home (poor little guy) and I in turn just about joined him (poor little guy). The last 24 hours have consisted of us doing nothing else but getting him set up: a poop area in the yard (yes we even brought home a baggie of his poop from the breeder, so that he could recognize his scent on our lawn) with multiple trips in and out just to make sure. The biggest trick is to get him used to his new name and his surroundings, so we have basically alternated sitting with him in one area of the house. The first night he cried a bit but seemed to sleep through, even if we didn&amp;#8217;t sleep as well. We had to go out to the pet store again the next day to get a better cuddly and of course it was a well-debated decision &amp;#8211; should we get the giraffe or the ducky? He&amp;#8217;s very interested in chewing plants, walking between our legs, getting behind furniture and exercising those baby teeth on our fingers.&lt;/p&gt;

&lt;p&gt;I had somehow assumed we could bring him home and quickly settle back into regular life, like homework, reading, computing, cooking and the usual day-to-day stuff, but it is not happening. In fact we have neglected just about everything else to talk about how cute he is, how temperate and smart he is and to marvel at his poops in the yard. Ah crazy pet owners. I hate those people who talk about their pets like they are their children, and we don&amp;#8217;t want to be those people either but it&amp;#8217;s hard not to want to show him off! By the way, we bought the ducky&amp;#8230;&lt;/p&gt;</content>
</entry>

<entry>
	<title>What doth make a newbie?</title>
	<link href="http://cinderwick.ca/blog/2008/08/what-doth-make-a-newbie/"/>
	<updated>2008-08-27T00:00:00-07:00</updated>
	<id>http://cinderwick.ca/blog/2008/08/what-doth-make-a-newbie</id>
	<author><name>Libby</name></author>
	<content type="html">&lt;p&gt;The term &amp;#8220;newbie&amp;#8221; is now in the dictionary, but we all know what it means. Not surprisingly, it is used blatantly throughout the internet, but yet surprisingly it is the subject of constant and heated debate in community forums. Since the term has become so mainstream, I have been pondering what doth make a newbie?&lt;/p&gt;

&lt;p&gt;According to &lt;a href='http://dictionary.reference.com/browse/newbie'&gt;dictionary.com&lt;/a&gt;, newbie is &amp;#8220;an inexperienced user of the Internet or of computers in general.&amp;#8221; However this term now applies to anyone who is new to anything in, and outside of computers. In fact, noob is so widely used nowadays that the meaning is completely lost in redundancy.&lt;/p&gt;

&lt;p&gt;On forums where text, avatar, and alias are the only defining characteristics, what then defines a newbie? One of the most common ways of judging a newbie from the pack is by simple post-count (or lack thereof.) Many forums use this database which shows joining date and number of posts. It does not matter how much time is spent lurking, studying, or how much prior knowledge one has; the fact is, that until post-count (contribution worthiness) reaches an acceptable level and/or date of joining exceeds some milestone, newbie status reigns. The general consensus seems to be that time-in and &amp;#8220;enough&amp;#8221; posts of relevant material determine the shedding of the newbie title. Another popular determination is found within the &lt;em&gt;quality&lt;/em&gt; of posts. Seasoned users scrutinize topic headings, relevance, and levels of complaint as gauges in making their newbie assessments. It is almost certain death when a new user complains or spews destructive criticism. However, it is interesting to note that it is extremely acceptable for seasoned users to complain, go off topic and hijack posts.&lt;/p&gt;

&lt;p&gt;The question then is, &amp;#8216;how much experience is enough to lose the status of newbie?&amp;#8217; Lately it seems that newbie status has become less about self-deprecation (&amp;#8220;Help! I have a newbie question&amp;#8221;) and more about being negatively viewed by those who have long lost their own newbie label. The assumption is that newbies are less educated about the topic and/or do not understand the rules of an on-line community, and/or are only causing trouble. This view is strikingly similar to debates surrounding new immigrants and their socialization.&lt;/p&gt;

&lt;p&gt;The newbie label has become a derogatory term more than ever before; it&amp;#8217;s as if newbies have become parasites of the internet asking stupid (ill-researched) questions, posting the wrong kind of topic heading (&amp;#8220;help me I&amp;#8217;m stuck!!!&amp;#8221;) or generally being disruptive to the community. If post-count or joining date were not displayed for all to see and to judge by, would it be as easy to pick out the newbies simply by what they type and how they type it? Would seasoned users then also be criticized for going off topic and being disruptive?&lt;/p&gt;

&lt;p&gt;Equally, by post count and joining date we could also easily ask &amp;#8211; what doth make an expert? Perhaps another assumption is that those with high post-counts must be more knowledgeable and serious than those with lesser counts. Sure it may be true for some, but anyone can post to the &amp;#8220;fluff&amp;#8221; discussion and throw in their two cents on any number of topics from &amp;#8220;how long is your hair&amp;#8221;, to &amp;#8220;what do you eat for breakfast&amp;#8221;, without gleaning any more knowledge than the truly inexperienced members. The logical assumption is that if people have been active in a community for a long time, they must be serious about the forum topic, successful in assimilation and therefore a &amp;#8220;non-noob&amp;#8221; user.&lt;/p&gt;

&lt;p&gt;One popular and over-debated topic on a forum in which I lurk is, &amp;#8220;is Arch for newbies?&amp;#8221;. It begs the question: How new is the newbie? Have they ever turned on a computer? Or have they tinkered and consider themselves savvy, but are just new to the concept of Arch? There is a huge difference here, but for some reason this fact is overlooked as new and seasoned users alike heatedly debate the question ad nauseum. Everyone has an opinion, but it is so obvious that there is no straight-up yes/no answer to that question. The answer (without knowing if the person in question has ever turned on a computer) should be hell yes! If people are willing to learn then that&amp;#8217;s all that should matter. Is Arch for everyone? As with taking up anything new, people have to research it, experience it and then decide for themselves. No other variables matter. Experienced users cannot decide what works best for a non-user. It is like explaining to women that it hurts to get kicked in the gonads&amp;#8230;we know it hurts, but we don&amp;#8217;t understand how exactly.&lt;/p&gt;

&lt;p&gt;As in any community forum, and much like many societies, there is a definite hierarchy in place. The difference being that one&amp;#8217;s status within the community is not based on real life success or monetary wealth&amp;#8211;it is based on knowledge, who holds it and&amp;#8230;oh, post count. Joining a forum is to become part of a community where rules are established and enforced to maintain order, and where protocol must be followed for the collective good of the group. Despite those that test these limits, many join a community for common reasons, mainly to share ideas and to learn.&lt;/p&gt;

&lt;p&gt;The term newbie is no longer a valid assessment of one&amp;#8217;s worth or experience on-line. In labelling someone a newbie, is to identify them as being at the bottom of the hierarchy&amp;#8211;plain and simple. The social construct of the rite of passage from joining (newbie) to becoming a respected member restrains everyone from the goal of sharing knowledge. New users may restrain themselves from posting for fear of repercussion, while seasoned users expend useless energy pointing out the flaws within the posts. With it&amp;#8217;s overuse and blatantly ambiguous nature, &amp;#8220;newbie&amp;#8221; can no longer describe the varying degrees of experience people have. Despite the reasons for people joining, showing up, posting or not, the basis of any good community is diversity. Differing opinions, controversy, and open discourse is what makes a community great, and this should be acknowledged. In grouping all new forum registrants with the burdensome label of newbie with a big fat 1 post count, is to perpetuate the negative connotation and stagnate growth. So what doth make a newbie? Remove the post-count and joining date and find out.&lt;/p&gt;</content>
</entry>

<entry>
	<title>Screenshot conundrum</title>
	<link href="http://cinderwick.ca/blog/2008/08/screenshot-conundrum/"/>
	<updated>2008-08-07T00:00:00-07:00</updated>
	<id>http://cinderwick.ca/blog/2008/08/screenshot-conundrum</id>
	<author><name>Libby</name></author>
	<content type="html">&lt;p&gt;It started off as a lark, a bit of a jolt to the mainstream just to see a reaction, if any. As it turns out the non-reaction said more than any comment could.&lt;/p&gt;

&lt;p&gt;The &lt;a href='http://bbs.archlinux.org/viewforum.php?id=47'&gt;Arch Forums&lt;/a&gt; screenshot thread is the most popular, most viewed thread each and every month. It is a place to show and tell and for others to see how to best maximize space, usability and creativity. After being a faithful follower for months, I noticed (and not surprisingly) that a number of wallpapers displayed bikini-clad models. If there was a person displayed at all, they were more often females (fantasy characters, actors) than males. Rarely are males depicted in wallpapers, unless they are game characters or Anime.&lt;/p&gt;

&lt;p&gt;I also know there are quite a few women users of Arch who also regularly post their screenshots and wondered what would happen if I threw in a partially nude male model in my screenshot with a strategically placed Openbox menu? Would users ask where to find the photo as is very common with many partially nude female photos? or would anyone comment in general?&lt;/p&gt;

&lt;p&gt;Well maybe it was just waiting in anticipation, but hours went by without a word. I posted at 1600 hrs on June 8 and the next post was a long 12 hours (and the next day) later. Certainly odd and to my knowledge there was never any remark about my screenshot. I waited for something, anything, especially because my post also had the disclaimer, &amp;#8220;This might be NSFW for some&amp;#8230;&amp;#8221; I thought that at least one person would express their opinion about it, good or bad.&lt;/p&gt;

&lt;p&gt;I also wondered if the lack of response was because no one wanted to admit to actually looking at it (after all, more than 450 users did view it) or if people just didn&amp;#8217;t know what say. I can understand why most males wouldn&amp;#8217;t want to say anything remotely in favour, as it might be construed the wrong way but I thought at least some of the women would comment.&lt;/p&gt;

&lt;p&gt;It is always interesting to challenge double-standards and the status quo; to gauge reaction and see what it all might mean. On the surface, my wallpaper had no meaning at all&amp;#8211;or maybe it provoked something deeper. No reaction at all could be just that&amp;#8211;nothing, but I am hopeful that it challenged the norms somehow or made some impact on the other half. I also recognize that my own biased assumptions are at play here and maybe I expected too much but the bottom line is, I will never know.&lt;/p&gt;</content>
</entry>

<entry>
	<title>Idiot's Guide to Dummies</title>
	<link href="http://cinderwick.ca/blog/2008/08/idiots-guide-to-dummies/"/>
	<updated>2008-08-04T00:00:00-07:00</updated>
	<id>http://cinderwick.ca/blog/2008/08/idiots-guide-to-dummies</id>
	<author><name>Libby</name></author>
	<content type="html">&lt;p&gt;I recently made a pit stop into our rather large Canadian bookstore and was discouraged to find that books for &amp;#8220;Dummies&amp;#8221; and &amp;#8220;Idiot Guides&amp;#8221; and have spread over the bookshelves like our resident pine beetle attacking our pine forests. The infestation was more than I could have imagined however as almost every aisle, from cookbooks to computers, were littered with those bright yellow shiny covers breaking down subject matter into tidy snippets of residual information.&lt;/p&gt;

&lt;p&gt;This influx must be due to the &amp;#8216;want it now&amp;#8217; generation where people can&amp;#8217;t stand to spend more than a few minutes on one thing before losing attention. Want to learn about Italy? You can now find out everything you need to know, not by reading a travel guide written by an experienced traveller, but by quick facts summarized by a computer, with cute little diagrams to keep your attention. These invading, generic and shoddy attempts at information could be called the Walmartizing of books.&lt;/p&gt;

&lt;p&gt;A while ago, I noticed this invasion of Dummy books at our small,local book store where the computer section is nothing but &amp;#8220;Windows for Dummies&amp;#8221;. There was not one independently written book on anything other than mainstream technology.&lt;em&gt;*blah*&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;It is discouraging to realize how popular and how invasive these books have become, while independent writers are pushed aside by these seemingly informative and digested knock-offs. It is sad too as I realized that over time, our wonderfully diverse bookstores will become one big yellow store for dummies.&lt;/p&gt;</content>
</entry>

<entry>
	<title>The allure of distraction</title>
	<link href="http://cinderwick.ca/blog/2008/03/the-allure-of-distraction/"/>
	<updated>2008-03-16T00:00:00-07:00</updated>
	<id>http://cinderwick.ca/blog/2008/03/the-allure-of-distraction</id>
	<author><name>Libby</name></author>
	<content type="html">&lt;p&gt;So you wanna take a step away from the media&amp;#8230;a total ban on TV-watching and internet-surfing right? Not! How can anyone give up the very connection to the world, news, information, or worse miss out on the next American Idol? If I can&amp;#8217;t talk to co-workers the next day about who was canned, then what can I talk about? Our connection to media has taken the form of passive watcher, to interactive contributory exhibitionism, which in itself is addictive.&lt;/p&gt;

&lt;p&gt;Around 1999 the group &lt;a href='http://www.adbusters.org/home/'&gt;Adbusters&lt;/a&gt; proposed &amp;#8220;Turn Off TV Week&amp;#8221;&amp;#8211;a social experiment of sorts to get as many people to shut off their television sets for one whole week and see what creative craziness could arise. Adbusters&amp;#8217; mandate is to &amp;#8220;topple existing power structures and forge a major shift in the way we will live in the 21st century&amp;#8221;. Each year the number of people tuning out has grown to a world-wide phenomena. After all it&amp;#8217;s only a week, how hard can it be.&lt;/p&gt;

&lt;p&gt;Pre-internet gaming addiction, when television was the bigger drug, we took a deep breath and unplugged it for one week. Not only did we unplug it, we rigged some rudimentary booby trap so that it couldn&amp;#8217;t easily be plugged back in during moments of weakness. Oh, and there were many moments. Sadly the contraption was more for our sake, rather than the kids.&lt;/p&gt;

&lt;p&gt;&lt;a href='/images/misc/tmp901_tmp001.jpg' title='She&amp;apos;s got your eyes'&gt;&lt;img src='/images/misc/tmp901_tmp001-230x300.jpg' alt='Shes got your eyes' /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Day one&lt;/strong&gt;&amp;#8211;Ouch. A lot of pacing happened, walking into the living room, leaving and walking back again a few minutes later just from sheer habit. We didn&amp;#8217;t know what to do exactly. What could possibly fill the void of TV? It&amp;#8217;s like when the power goes out, you think &amp;#8216;oh well, I&amp;#8217;ll just turn on the kettle and make tea while I wait&amp;#8217;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Day two&lt;/strong&gt;&amp;#8211;Okay we realize we have to talk to each other. Time is excruciatingly slow and barren. The kids start whining about what they are supposed to do with all this extra time and how we are torturing them. Once they realized we weren&amp;#8217;t going to cave&amp;#8211;they relented. Well hey, let&amp;#8217;s do something together.&lt;/p&gt;

&lt;p&gt;After that it was surprisingly easy to find things to do. The kids became incredibly creative doing art projects; we laughed, talked and got a loads of old &amp;#8216;to dos&amp;#8217; done. After a week of having time to cook full meals, read and relax, we turned the TV back on and it was like being assaulted with images. The bright lights and hyper-masculine-voiced commercials hurt the precious quiet. Wow.&lt;/p&gt;

&lt;p&gt;Turn Off TV Week (now &lt;a href='http://www.adbusters.org/metas/psycho/mdw/'&gt;Mental Detox Week&lt;/a&gt;) is coming around again, but since August 2006, we cut off our cable anyway so it&amp;#8217;s no big deal. We have one snow-filled channel, but it&amp;#8217;s a good one, the CBC. We mainly get the news and some great documentaries&amp;#8211;oh and Hockey Night in Canada; we can&amp;#8217;t see the puck but we get the general gist from the location of the players.&lt;/p&gt;

&lt;p&gt;Since our frightful withdrawal from TV, a new temptress has drawn our attention and those smart people at Adbusters recognize this new distraction and now want people to turn off not only TV&amp;#8217;s but laptops, XBOX, PSP&amp;#8217;s and yes, even iPods. &lt;em&gt;gulp&lt;/em&gt; I&amp;#8217;m not sure how music contributes to their overall ideology of banning corporate media messages, but hey it&amp;#8217;s about unplugging, taking back simplicity and all its silence.&lt;/p&gt;

&lt;p&gt;Adbusters want to shake things up by showing people that in turning off mainstream media, we are &amp;#8220;challenging the heavily distorted reflection of the world that we see on the screen, a reflection that is keeping us ill-informed and unaware of the very real political and environmental crises that we all currently face&amp;#8221;.&lt;/p&gt;

&lt;p&gt;Can we do it? I don&amp;#8217;t think I can. For many, including myself I have school to contend with, some work from home projects and various dalliances to fulfill &lt;em&gt;ahem&lt;/em&gt;. If there wasn&amp;#8217;t school or work from home, what is the big deal? It&amp;#8217;s a tough and painful descent into one&amp;#8217;s psyche. Well I want to stay in touch, connected, know what&amp;#8217;s going on&amp;#8230;.uhm check the weather, horoscope&amp;#8230;is Tuesday a good day for me? Anyone using their computer every day can come up with dozens of reasons why they can&amp;#8217;t give it up for one day, let alone seven. It&amp;#8217;s too scary to think about, let alone do.&lt;/p&gt;

&lt;p&gt;I&amp;#8217;ll think about it some more and see if I can figure out what it is about the little screen or that clickety-click sound that so dominates me. I can only compare it with what it would be like to shave my head bare. I have to ask myself what&amp;#8217;s the big deal about hair? It grows back, it doesn&amp;#8217;t define me, it&amp;#8217;s not important to my well-being, I don&amp;#8217;t &lt;em&gt;need&lt;/em&gt; it. But it DOES define me, it IS important&amp;#8230;but why? I don&amp;#8217;t really know why, except that society has convinced me it is.&lt;/p&gt;</content>
</entry>

<entry>
	<title>Symbolic eh?</title>
	<link href="http://cinderwick.ca/blog/2008/02/symbolic-eh/"/>
	<updated>2008-02-18T00:00:00-08:00</updated>
	<id>http://cinderwick.ca/blog/2008/02/symbolic-eh</id>
	<author><name>Libby</name></author>
	<content type="html">&lt;p&gt;Recent events brought up thoughts and questions on what it means to be a &amp;#8220;citizen&amp;#8221; of a country. Is it about a sense of belonging? Is it to escape unknown horrors? A few of us Canooks sat around over coffee and debated this.&lt;/p&gt;

&lt;p&gt;First of all, we recommend everyone of any country, attend a citizenship ceremony; not only to see how government works, but more importantly to see the faces of the immigrants as they complete the last and final step in what is a very tedious process. In a room of a hundred would-be citizens, 13% of the world&amp;#8217;s population was represented&amp;#8211;that&amp;#8217;s 25 countries! Staggering. As we looked at their faces, we wondered what kind of lives they left behind. Did they come to escape or to explore? Did they sacrifice everything?&lt;/p&gt;

&lt;p&gt;Dressed up in formal pomp and display, a citizenship ceremony is a symbolic event to mark the transition from one life to another. A necessary rite of passage for some, an unthinkable proposition for others. For those who are citizens by default and who take it for granted everyday, we have to ask ourselves what would it mean coming from Sudan, Iraq, or even the USA? Perhaps they want certain freedoms, choice, democracy, or something less egalitarian such as being with someone they met online?&lt;/p&gt;

&lt;p&gt;Certainly we can thump our chests and tout our rights and freedoms, but it means nothing until you can see it in the eyes of those who have made the journey; those who pursued the unknown&amp;#8211;their smile says it all.&lt;/p&gt;</content>
</entry>

<entry>
	<title>Too busy to be a minimalist</title>
	<link href="http://cinderwick.ca/blog/2008/01/too-busy-to-be-a-minimalist/"/>
	<updated>2008-01-14T00:00:00-08:00</updated>
	<id>http://cinderwick.ca/blog/2008/01/too-busy-to-be-a-minimalist</id>
	<author><name>Thayer</name></author>
	<content type="html">&lt;p&gt;Just a quick post before I head off to the lab&amp;#8230;I&amp;#8217;ve pulled the old logo drafts for the Arch Linux logo contest. The now official Archer logo is available at &lt;a href='http://www.archlinux.org/art/'&gt;http://www.archlinux.org/art/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The Arch Minimalist logo, for anyone who is interested, has been released under a Creative Commons license (Attribution-NonCommercial-ShareAlike) and may be downloaded below:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href='http://cinderwick.ca/files/archminimalist/archminimalist-logo.tar.gz'&gt;Arch Minimalist SVG logos&lt;/a&gt; (requires AXswar &amp;amp; AUdimat fonts for proper viewing)&lt;/li&gt;

&lt;li&gt;&lt;a href='http://cinderwick.ca/files/archminimalist/archminimalist-slim-1.0.tar.gz'&gt;Arch Minimalist Slim login theme&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href='http://cinderwick.ca/files/archminimalist/archminimalist-splashy-1.0.tar.gz'&gt;Arch Minimalist Splashy theme&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Thanks again to everyone who participated in the logo contest!&lt;/p&gt;</content>
</entry>

<entry>
	<title>All finished your Christmas shopping?</title>
	<link href="http://cinderwick.ca/blog/2007/12/all-finished-your-christmas-shopping/"/>
	<updated>2007-12-08T00:00:00-08:00</updated>
	<id>http://cinderwick.ca/blog/2007/12/all-finished-your-christmas-shopping</id>
	<author><name>Libby</name></author>
	<content type="html">&lt;p&gt;I take offence to the greeting, &amp;#8220;finished your Christmas shopping?&amp;#8221; It&amp;#8217;s not because of my religious beliefs, my ethnicity or any aversion to Christmas itself&amp;#8230;it is because the words are empty.&lt;/p&gt;

&lt;p&gt;No one really cares if I have finished my Christmas shopping&amp;#8211;why should they? Do they really expect to stand around and listen to my woes of not being able to find some obsolete perfume my mom has worn for the last thirty years? Or to hear about the scads of money I have spent on everyone? I doubt it. The fact is, at this time of year that greeting replaces the hi-how-are-you-variety. To which &amp;#8216;fine&amp;#8217; or &amp;#8216;good&amp;#8217; are the stock answers because no one wants to hear how I really am. It is just filler to get through those awkward moments in passing.&lt;/p&gt;

&lt;p&gt;Ellen Degeneres talks about this on her Here and Now (2003) dvd:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Even when we say, &amp;#8220;How are you?&amp;#8221; we don&amp;#8217;t mean, &amp;#8220;How are you?&amp;#8221;&amp;#8211;we don&amp;#8217;t care. Just give us a &amp;#8220;fine&amp;#8221; or a &amp;#8220;good&amp;#8221;&amp;#8211;a one syllable answer and move along. And don&amp;#8217;t even say &amp;#8220;pretty good&amp;#8221;. That&amp;#8217;s a follow-up question: &amp;#8220;pretty good&amp;#8221; &amp;#8220;something happen?&amp;#8230; I don’t&amp;#8230;have&amp;#8230;time to&amp;#8230;&amp;#8221;&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Funny stuff because it is so true. In the past few weeks, I have been asked repeatedly if I finished my Christmas shopping and even though I haven&amp;#8217;t, I just say &amp;#8220;yup, how about you?&amp;#8221; Frankly I hope they don&amp;#8217;t have some long, convoluted response either. I just don&amp;#8217;t care and that&amp;#8217;s why I never ask anyone to start with. I did make the mistake once of responding with, &amp;#8220;actually I&amp;#8217;m not buying Christmas gifts this year&amp;#8221;, which prompted a clipped explanation of my reasons why&amp;#8211;then somehow foolishly claiming that we actually don&amp;#8217;t have cable TV. I&amp;#8217;ll bet he was glad he asked! It all sounds so radically different that people just don&amp;#8217;t know what to say in response, and at that point I wished I never said anything, but &amp;#8220;yup, how about you?&amp;#8221;. It is a meaningless, empty greeting and discouraging to think that finishing one&amp;#8217;s Christmas shopping is something to be touted to anyone who asks.&lt;/p&gt;

&lt;p&gt;Let&amp;#8217;s face it. Christmas has become one long commercialized holiday where the expectation is to shop til you drop and outdo last year. There is nothing more repulsive than listening to someone talk about their shopping excursions; how long the line-ups were, how aisles were clogged with pushy people, all to buy another wallet for dad because that&amp;#8217;s what he wants every year and that is what&amp;#8217;s expected. When in contrast, donations for food banks are down, the homeless are freezing on the cold streets, and single mothers cannot give gifts to their children.&lt;/p&gt;</content>
</entry>

<entry>
	<title>VolWheel: Volume control for the minimalist desktop</title>
	<link href="http://cinderwick.ca/blog/2007/11/volwheel-volume-control-for-the-minimalist-desktop/"/>
	<updated>2007-11-14T00:00:00-08:00</updated>
	<id>http://cinderwick.ca/blog/2007/11/volwheel-volume-control-for-the-minimalist-desktop</id>
	<author><name>Thayer</name></author>
	<content type="html">&lt;p&gt;I just wanted to spread the word about a handy new tray application for Arch Linux users seeking hassle-free volume control. VolWheel, written by Olivier &amp;#8220;oliwer&amp;#8221; Duclos is now available in the &lt;a href='http://aur.archlinux.org/packages.php?do_Details=1&amp;amp;ID=13764'&gt;Arch User Repository (AUR)&lt;/a&gt; and I can tell you I&amp;#8217;ve already added it to my essential software list.&lt;/p&gt;

&lt;p&gt;&lt;img src='/images/misc/multimedia-volume-control.png' alt='GNOMEs volume control icon' /&gt;&lt;/p&gt;

&lt;p&gt;Once VolWheel has been launched, the volume can be adjusted up or down by placing your cursor over the tray icon and using the scroll wheel of your mouse or touchpad. To mute, simply middle-click on the icon.&lt;/p&gt;

&lt;p&gt;From the preferences window, accessible by a right-click menu, you can select the default audio channel, such as Master or PCM, as well as the default mixer command which is executed when you left-click on the tray icon.&lt;/p&gt;

&lt;p&gt;&lt;img src='/images/misc/volwheel.png' alt='Volwheels default icon' /&gt;&lt;/p&gt;

&lt;p&gt;By default, VolWheel uses the standard GNOME volume control icon (pictured above), however this can be customized to whatever you want by simply altering the icon&amp;#8217;s file path in the source script.&lt;/p&gt;

&lt;p&gt;VolWheel is written in Perl and currently depends on the following packages:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;gtk2-perl&lt;/li&gt;

&lt;li&gt;perl-gtk2-trayicon&lt;/li&gt;

&lt;li&gt;alsa-utils&lt;/li&gt;

&lt;li&gt;gnome-icon-theme&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;To report any bugs or to request new features, visit the &lt;a href='http://bbs.archlinux.org/viewtopic.php?id=39865'&gt;VolWheel discussion thread&lt;/a&gt;.&lt;/p&gt;</content>
</entry>

<entry>
	<title>Being a leftie in a right-handed world</title>
	<link href="http://cinderwick.ca/blog/2007/09/being-a-leftie-in-a-right-handed-world/"/>
	<updated>2007-09-01T00:00:00-07:00</updated>
	<id>http://cinderwick.ca/blog/2007/09/being-a-leftie-in-a-right-handed-world</id>
	<author><name>Libby</name></author>
	<content type="html">&lt;p&gt;Recent studies have reported that left-handed people die younger than righties, women have a 50% higher chance of getting breast cancer if they are left-handed and most recently, left-handed people have a higher chance of developing schizophrenia&amp;#8211;grrreat. Although most of these studies claim that scientists have no idea why. I have a theory&amp;#8230;&lt;/p&gt;

&lt;p&gt;I think it has something to do with the sheer mind twisting that goes on trying to live left-handed in a right-handed world. Think about it, doors, phones, knives, scissors, musical instruments, cars, bounded note-pads&amp;#8230;they all require some sort of mental readjustment. I have one knife I use faithfully, because it&amp;#8217;s the only one that cuts properly for me. In notepads, I start on the &amp;#8216;backward&amp;#8217; side of the last page and work my way forward. Using a can opener? Forget it, I can&amp;#8217;t. Throughout my whole life, I&amp;#8217;ve had to adapt, modify and go against nature, whether it was from playing baseball in grade five using a right-handed mitt (which involved catching the ball in my left hand, whipping off the glove, throwing the ball with my left, and shoving the glove back on before the next hit); or learning to play the guitar in grade eight&amp;#8230;upside down and backwards&amp;#8211;it&amp;#8217;s all a brain fuck.&lt;/p&gt;

&lt;p&gt;Everyday there is some roadblock that requires alteration, whether subliminal or not it&amp;#8217;s draining for us lefties to get by in a right-handed world. No wonder some days my head is pounding from using a right-handed mouse. Oftentimes I switch it, but some mice aren&amp;#8217;t ambidextrous. In fact when I started university, the left side of the keyboard had no room for a mouse, so I was forced to learn it right-handed. Eventually I gave in and used the right-handed mouse for everything, even gaming&amp;#8211;it just became too much of a hassle and actually I became quite good at maneuvering. It wasn&amp;#8217;t until a few months ago I decided to switch. Talk about immediate relief&amp;#8211;it was pure bliss. Despite the occasional instinct to reach with my right, I now use mice exclusively with my left. The only thing I haven&amp;#8217;t been able to master yet is gaming. (I just can&amp;#8217;t walk forward, turn and shoot, it requires too much undoing of already learned behaviour.)&lt;/p&gt;

&lt;p&gt;I had a psychology intern in my office recently to train her on a computer program and she saw me struggle with the dilemma of which hand to use to guide the mouse. She thought it was interesting how the two sides of my brain were fighting for control. It was interesting to note the subliminal, internal struggle going on each time I reached for the mouse. I wasn&amp;#8217;t aware of the massive, internal battle going on, but I found it frustrating that my hands and brain weren&amp;#8217;t talking at all!&lt;/p&gt;

&lt;p&gt;Sure, we may be the clichéd creative, artistic and all the other good things but are we prone to disease, mental illness and early death simply because we use our left-hand more? All I can say is try living in a backwards world, where your brain is forced to do unnatural things, while every attempt at writing neatly becomes a smudged, inky mess. It&amp;#8217;s no wonder we are destined to become cancerous, schizophrenics who only live until 40.&lt;/p&gt;</content>
</entry>

<entry>
	<title>Archlinux logo concept</title>
	<link href="http://cinderwick.ca/blog/2007/07/archlinux-logo-concept/"/>
	<updated>2007-07-06T00:00:00-07:00</updated>
	<id>http://cinderwick.ca/blog/2007/07/archlinux-logo-concept</id>
	<author><name>Thayer</name></author>
	<content type="html">&lt;p&gt;&lt;img src='/images/misc/arch-boomerang-preview.png' alt='Archlinux boomerang logo concept' /&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Update (June 2008):&lt;/strong&gt; Archlinux has a new logo as of December 2007, but you might also want to see &lt;a href='/archminimalist'&gt;archminimalist&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I&amp;#8217;ve been working on an alternative logo for Archlinux. It&amp;#8217;s not that the existing logo is terrible&amp;#8230;but it reminds me far too much of Star Trek, and, in my opinion, it doesn&amp;#8217;t render well when converted to one colour. Released under a Creative Commons license, you are free to use and modify the logo to your liking, so long as you credit me (Thayer Williams) as the original artist.&lt;/p&gt;

&lt;p&gt;The SVG source files are available here: &lt;a href='/files/arch-boomerang-logo.tar.gz'&gt;arch-boomerang-logo.tar.gz&lt;/a&gt;&lt;/p&gt;</content>
</entry>

<entry>
	<title>Archlinux printer tutorial and more</title>
	<link href="http://cinderwick.ca/blog/2007/05/archlinux-printer-tutorial-and-more/"/>
	<updated>2007-05-25T00:00:00-07:00</updated>
	<id>http://cinderwick.ca/blog/2007/05/archlinux-printer-tutorial-and-more</id>
	<author><name>Thayer</name></author>
	<content type="html">&lt;p&gt;I spent the May long weekend (Victoria Day here in Canada) checking out the &lt;a href='http://www.archlinux.org/'&gt;Archlinux&lt;/a&gt; distribution. For the uninitiated, Arch is a no-frills i686-optimized Linux distro that, according to their website, aims &amp;#8220;to be as nearly a perfect base as is humanly possible. A base doesn&amp;#8217;t include fancy tools and auto configuration mechanisms, but rather contains manual configuration tools and few functions, for the users to further develop and/or learn on their own.&amp;#8221;&lt;/p&gt;

&lt;p&gt;So far, I&amp;#8217;m extremely happy with the results. A more detailed review of Arch, as well as a step-by-step guide on installing the latest version along with KDE on a Dell Inspiron 6400 is forthcoming. In the meantime, I have &lt;a href='http://wiki.archlinux.org/index.php/Brother:HL-2040'&gt;written a tutorial&lt;/a&gt; on installing a Brother HL-2040 laserjet printer for Arch at the official Arch wiki. Stay tuned&amp;#8230;&lt;/p&gt;</content>
</entry>

<entry>
	<title>Get your girlfriend to play</title>
	<link href="http://cinderwick.ca/blog/2007/04/get-your-girlfriend-to-play/"/>
	<updated>2007-04-27T00:00:00-07:00</updated>
	<id>http://cinderwick.ca/blog/2007/04/get-your-girlfriend-to-play</id>
	<author><name>Libby</name></author>
	<content type="html">&lt;h3 id='tried_and_true_tips_from_a_female_gamer'&gt;Tried and true tips from a female gamer&lt;/h3&gt;

&lt;p&gt;Since I&amp;#8217;ve been a girl gamer for a long time (well most certainly a girl longer than a gamer!), I often get asked,&amp;#8221;how do I get my girlfriend to play?&amp;#8221;, or&amp;#8221;geez I wish I could get my girlfriend to play but she only likes puzzle games&amp;#8221; or the most popular,&amp;#8221;she&amp;#8217;s tried but gets dizzy&amp;#8221;. Most guys think it&amp;#8217;s cool to have a girlfriend who plays first person shooter-type games and even more guys just wish their girlfriends would take an interest in their online gaming life&amp;#8211;or at least not bitch about it when they do fire up a game! But how? There isn&amp;#8217;t any one answer to this male dilemma, or female bane.&lt;/p&gt;

&lt;p&gt;I have collected some tried and true tips and thrown in some observations from a woman&amp;#8217;s perspective and come up with the following:&lt;/p&gt;

&lt;h4 id='tip_1_share_share_share_this_is_the_key_guys'&gt;Tip #1: Share, share, share (this is the &amp;#8216;key&amp;#8217; guys!)&lt;/h4&gt;

&lt;p&gt;I&amp;#8217;m not saying you need to constantly blab to her about all your online friends, your amazingly high score, or rant about some cheater you played against the other night. Believe me, before long she&amp;#8217;ll have that glazed look (you know the one) and her eyes will glance toward the ceiling whenever you feel compelled to&amp;#8221;share&amp;#8221;.&lt;/p&gt;

&lt;p&gt;I&amp;#8217;m saying you need to invite her to see some of the maps, check out the weapons and hell yeah, even let her run around on an empty server for a while&amp;#8211;encouraging her all the way. I know for a lot of people, it&amp;#8217;s hard to share but if you do not want to give her equal time on the box, then it&amp;#8217;s time to consider purchasing another.&lt;/p&gt;

&lt;h4 id='tip_2_show'&gt;Tip #2: Show&lt;/h4&gt;

&lt;p&gt;Instead of droning on about adjusting the gamma, show her how the config works in determining different views, graphics, etc. and how ping and packet loss affect the game.&lt;/p&gt;

&lt;p&gt;The coolest aspect for me was to see the female models and learn how they move. Let her get a feel for the movement of the player and the different sounds the models make. Show her the different style of maps, weapons and ammo. Now if she&amp;#8217;s the dizzy-type, then I suggest shorter spurts.&lt;/p&gt;

&lt;p&gt;One knowledgeable fellow wrote an article about getting girls to play and even went so far as to suggest that guys should &amp;#8220;get her to make up her own cute chat binds&amp;#8221;, (because we all know how much women love to chat), that way she&amp;#8217;ll feel more comfortable using her girlish chat binds to get to know other players! C&amp;#8217;mon!!! I wanted to strangle that guy! Cute chat binds do not make a gamer. When I started playing online, all I wanted to do was play and get better. I rarely had time to&amp;#8221;chat&amp;#8221; as it was difficult enough to keep track of weapons and opponents. At that time my name was so nondescript so that no one even knew I was female. When I got a hang of the maps and became comfortable with my game, I changed my name to something a bit more feminine (and suiting for me) and took the time to acknowledge conversations, if I felt like it. I had absolutely no desire to go to a server to be social and to show off my cute girlie binds. So instead of encouraging her to pick a model that boasts the largest breasts, show her what&amp;#8217;s available and why good gamers use certain models.&lt;/p&gt;

&lt;h4 id='tip_3_let_go'&gt;Tip #3: Let go&lt;/h4&gt;

&lt;p&gt;Once you have done the above two tips, let go and by that I mean just let her load up a game and experiment&amp;#8211;alone. You don&amp;#8217;t need to be there telling her which direction to go, or which weapon works best in a certain situation. Let her learn for herself what works and what doesn&amp;#8217;t. It&amp;#8217;s a simple concept really. I learned Quake inside and out by trial and error and if my spouse was hovering around &lt;em&gt;tsk-tsking&lt;/em&gt; then I would get frustrated and quit. If she has questions or problems, then by all means help out but then walk away.&lt;/p&gt;

&lt;p&gt;If at this stage, she&amp;#8217;s decided that she is just not interested in playing further (for whatever reason) then you can go back to Tips #1 &amp;amp; #2 and ask her to take part in your game. You can ask her for advice on what weapon to use for certain situations or strategies, and let her be that extra set of eyes on a server. This way, she can share in your gaming victories and you won&amp;#8217;t see that&amp;#8221;look&amp;#8221; whenever you discuss the game with her.&lt;/p&gt;

&lt;h4 id='tip_4_encourage_and_be_patient'&gt;Tip #4: Encourage and be patient&lt;/h4&gt;

&lt;p&gt;Congratulate her for trying and sticking with it. Show her some of the tricks you&amp;#8217;ve acquired and let her know she&amp;#8217;s good enough to try some of the more complicated moves. I remember jumping on an empty RA server with my boyfriend and we&amp;#8217;d run around together and try out different moves and show each other cool places to shoot from. We each found our own style of play and made a great team. So let her brag about her high score and be proud that she&amp;#8217;s mastered the basics. Even if she&amp;#8217;s not that great or if she does something you wouldn&amp;#8217;t do, it&amp;#8217;s her own style and she&amp;#8217;ll figure it out. If you criticize she&amp;#8217;ll resent it (and probably you too) and if you encourage her, she&amp;#8217;ll be more likely to have patience when you play for hours on end.&lt;/p&gt;

&lt;p&gt;Acknowledge differences in play style. I have madness to my method where I jump head first into the foray and blast away, while my spouse likes to silently stalk his prey. He gets annoyed by my &amp;#8216;in your face&amp;#8217; tactics, but it works for me.&lt;/p&gt;

&lt;p&gt;Again if she gets dizzy, then I suggest shorter spurts of play with lots of breaks but again encourage her to keep going back.&lt;/p&gt;

&lt;h4 id='tip_5_be_a_gracious_loser_aka_dont_be_a_jerk'&gt;Tip #5: Be a gracious loser (aka don&amp;#8217;t be a jerk!)&lt;/h4&gt;

&lt;p&gt;Don&amp;#8217;t kid yourselves&amp;#8211;women have the same skills necessary to be great gamers and top players. So if a female opponent wins consistently or just once in a while, then be honourable about it. By that I mean, say &amp;#8216;good game&amp;#8217; and mean it! Give her credit even when she loses.&lt;/p&gt;

&lt;p&gt;I don&amp;#8217;t know what it is about the male species that think women can&amp;#8217;t possibly be good gamers, but it&amp;#8217;s rampant on the servers. It amazes me how threatened men can become when a woman kicks their ass. Now, I&amp;#8217;m not saying all men feel this way, but there are still many out there that do. I&amp;#8217;ve heard the most outrageous, offensive and frightening comments when I have played well and won. It&amp;#8217;s funny because as soon as my identity is revealed, I am either assumed to be a lesbian, fat and/or ugly, not a really a woman at all, or all of the above. As if I can&amp;#8217;t possibly be a nice-looking woman who plays the game well. Wake up guys.&lt;/p&gt;

&lt;h4 id='tip_6_she_has_become_more_popular_than_i_am'&gt;Tip #6: She has become more popular than I am!&lt;/h4&gt;

&lt;p&gt;I know from personal experience that most guys like their girlfriends to play, but don&amp;#8217;t like them to get wrapped up in the online gaming &amp;#8216;community&amp;#8217;. If she is involved with other clan mates or clan groupies (if she&amp;#8217;s in an all-woman clan, the groupies are out there!) or gets a lot of attention from males on the servers, then this could be a potential problem for any relationship. It&amp;#8217;s inevitable that if she&amp;#8217;s a regular gamer, men will notice and want to get in touch with her to chat and/or play. How much or how little you two participate in the community is up to you but if you do hang out, know that guys will want to talk to her. Even when I told guys that I was happily married, they still persisted. Some claimed they just wanted to help me improve my rail skills&amp;#8211;now that&amp;#8217;s a true gamers&amp;#8217; pick-up line! It&amp;#8217;s really up to her to curb any direct flirtations, but most of the time it is innocent chatting and there is nothing to worry about. I also think the guy has to be secure in the knowledge that he&amp;#8217;s got what all other gamer guys would love to have, and he shouldn&amp;#8217;t let the extra attention bother him.&lt;/p&gt;

&lt;h4 id='tip_7_dont_make_it_your_life'&gt;Tip #7: Don&amp;#8217;t make it your life&lt;/h4&gt;

&lt;p&gt;It&amp;#8217;s all about balance folks. Take time to game together as a team, against each other, or take turns playing separately, but either way make sure it&amp;#8217;s not consuming your whole relationship. She&amp;#8217;ll appreciate the time you spend together gaming, and be even more appreciative when you can walk away to do something else. This leads to the next category&amp;#8230;&lt;/p&gt;

&lt;h3 id='benefits'&gt;Benefits&lt;/h3&gt;

&lt;p&gt;Happy gaming couples, have great sex! It&amp;#8217;s true. I don&amp;#8217;t know if it&amp;#8217;s the competitiveness of the game, the feeling of accomplishment, or the fact that you just shared some laughs, but it&amp;#8217;s all foreplay for good sex! (Even those in-game commentaries can make for some teasing fun!)&lt;/p&gt;

&lt;p&gt;Most girl gamers are eager to try new games too. If they are accomplished or comfortable with one type of game then they are more likely to take up a new game. My boyfriend and I always tried out new games together. We have found that we both experience the&amp;#8221;coolness factor&amp;#8221; at the same time as opposed to him learning the game inside and out and telling me about it later. We often eagerly await new releases and even though I&amp;#8217;m more of a FPS gal, and my boyfriend is more of a RPG guy, we each find our happing hunting ground.&lt;/p&gt;

&lt;p&gt;It gives you (the guy) the excuse to sit down and play for hours without having to justify your time or listening to her complain about it.&lt;/p&gt;

&lt;p&gt;Isn&amp;#8217;t that what we all really want?&lt;/p&gt;</content>
</entry>

<entry>
	<title>Gamers and socializing</title>
	<link href="http://cinderwick.ca/blog/2007/04/gamers-and-socializing/"/>
	<updated>2007-04-27T00:00:00-07:00</updated>
	<id>http://cinderwick.ca/blog/2007/04/gamers-and-socializing</id>
	<author><name>Libby</name></author>
	<content type="html">&lt;p&gt;I watched a very simple, but thought provoking mini-documentary a while ago about online gamers made by a British art student in which he shows us a brief view into the life of gamers. I thought about the dynamics he chose to portray and based on what I have experienced about LAN parties, gaming friends, and the gaming culture in general&amp;#8211;the people in the clip embody us all.&lt;/p&gt;

&lt;p&gt;&lt;a href='/images/misc/quake09.jpg' title='Quake 2 CTF in-game screenshot'&gt;&lt;img src='/images/misc/quake09-300x225.jpg' alt='Quake 2 CTF in-game screenshot' /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It is safe to say that gamers make up a very large (and steadily growing) subculture but yet very little is known about them. It is also true that gamers are one of the most misunderstood groups in society today and as such it is conceivable that those who don&amp;#8217;t game would dismiss the gamer&amp;#8217;s (&amp;#8220;gamer&amp;#8221; isn&amp;#8217;t even in the dictionary!) perspective or what drives them. Why do gamers choose to immerse themselves in what seems to be a one-dimensional and media-deemed antisocial environment? To know this answer is to be one&amp;#8211;albeit an even scarcer, female one. But we are a homogeneous bunch and I have a few theories.&lt;/p&gt;

&lt;h3 id='your_whole_world_travels_with_you'&gt;Your Whole World Travels with You&lt;/h3&gt;

&lt;p&gt;LAN parties&amp;#8211;take your persona on the road. Everything you need is on your computer, your connection to people, to the outside word and into a world that&amp;#8217;s imaginary&amp;#8211;where you control all. It&amp;#8217;s funny watching people set up their own &amp;#8220;little space&amp;#8221; at warehouse-sized LAN parties or even in someone&amp;#8217;s cramped house&amp;#8211;everyone finds their spot, painstakingly sets up the cables, boots up and eagerly tweak settings. Some bring artifacts to enhance their space, including stuffed animals, good luck charms and anything else that makes them feel more &amp;#8220;at home&amp;#8221;. This new space becomes their shrine and it is a do not touch zone&amp;#8211;you can check out the gear, but no touchy touchy. Everyone has his or her own way of doing things and their own way of setting up shop. It is true poetry to experience the feverish concentration of tweaking, clicking, and adjusting.&lt;/p&gt;

&lt;p&gt;You can go everywhere and anywhere with your computer.&lt;/p&gt;

&lt;h3 id='it_is_a_social_activity'&gt;It &lt;em&gt;is&lt;/em&gt; a Social Activity&lt;/h3&gt;

&lt;p&gt;Socializing has taken on completely new meaning in this techno-age. We can be social, talk, get to know people and have fun playing a game without being in the same room (and without hearing or seeing anyone). It is amazing really; who would have thought that one day you would be playing cards with someone in another country? It is hard enough going to a coffee shop and striking up a conversation with someone at another table&amp;#8211;let alone asking them for a game of cribbage! Because of the ambiguity, people are more willing to chat, share stories, laughter, resources and opinions. There is a certain freedom in getting to know someone by communicating in text only&amp;#8211;without all the baggage associated with body language, looks and social acceptabilities. The initial awkwardness at getting to know someone does not exist here.&lt;/p&gt;

&lt;p&gt;As for LAN parties, people come together from all over the country to participate in a group tournaments that are exhaustive, intensive and very satisfying. It is rewarding to finally put a face to a name and already have a connection with that person that defies &amp;#8220;normal&amp;#8221; encounters. It is like an immediate kinship and bond between people that is unlike no other. I remember at a large warehouse LAN party playing against one fellow who I consistently challenged. He finally jumps up out of his seat and aggravatingly asks &amp;#8220;WHO is Gemstone?!&amp;#8221; I stood up, smiled and waved and we had this immediate and shared respect for one another.&lt;/p&gt;

&lt;p&gt;Text communication can be rewarding and provide friendship connections around the world. Gamers are a community&amp;#8211;a subculture&amp;#8211;a diverse group of individuals who share a common ground. We understand the concepts of the games and experience socialization unlike any other. Roles and rules change and social stigmas are non-existent here. Young and old alike can get together and come away feeling like they&amp;#8217;ve been through something unique where stereotyping does not occur.&lt;/p&gt;

&lt;h3 id='misconceptions'&gt;Misconceptions&lt;/h3&gt;

&lt;p&gt;We are not all junk-eating, neo-geeks, with prehistoric social skills. Well okay some are, but that is true for a lot of non-gamers too. Many gamers have successful careers and families outside of online activities and we are quite capable of &lt;em&gt;gasp&lt;/em&gt; talking in public. It is about balance. To become immersed in a project is to be passionate. However, if it detracts from other aspects, that passion can become compulsion and wreak havoc on family relations.&lt;/p&gt;

&lt;p&gt;Another misconception is that women don&amp;#8217;t (or shouldn&amp;#8217;t) game. Let&amp;#8217;s face it, we do and we should. Many websites devote their attention to gaming &amp;#8220;girlz&amp;#8221; and their presence in the gaming community. What is most bothersome is that many males believe women are either playing to hook up with some guy, or they are needy, hideous-looking women who have no choice but to find solace in online relationships. The truth is, the majority of women who game, are there for the same reasons men are&amp;#8211;to play.&lt;/p&gt;

&lt;h3 id='problems'&gt;Problems&lt;/h3&gt;

&lt;p&gt;Text communication has obvious weaknesses, whether it is with gaming acquaintances, group interactions, or that special someone. Most online relationships carry certain elements of assumption and skepticism. The same assumption made by non-gamers is that only the lonely and socially inept are online and this holds true for those online too. Many general conversations lead to a question and answer trials more nerve-wracking than most interviews. It can be important to &amp;#8220;prove&amp;#8221; to someone that you are not a man masquerading as a woman or that you are simply&amp;#8230;normal. Then there are those that always remain elusive and do not disclose anything remotely personal about their lives. It is up to the individual to determine their own boundaries and choose what they wish to disclose or not. If the extent of the relationship is to game with someone, then personal details do not matter. It is easy enough to game alongside someone who shares your passion and is enjoyable to play with.&lt;/p&gt;

&lt;p&gt;It&amp;#8217;s all about balance.&lt;/p&gt;</content>
</entry>


</feed>

