<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.gwk.ca"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Gordon Willem Klok</title>
 <link>http://www.gwk.ca</link>
 <description></description>
 <language>en</language>
<item>
 <title>Newer bluelock posted</title>
 <link>http://www.gwk.ca/node/69</link>
 <description>&lt;p&gt;I have posted a new version of &lt;a href=&quot;http://www.gwk.ca/code/BlueLock.dmg&quot;&gt;BlueLock&lt;/a&gt; and the updates are available at github. This update fixes a few stability issues and some of the UI bugs related to the enable/disable on/off buttons staying in sync. A brief summary
of the feedback so far/things I am planning to add:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Visual indication of the device being connected.&lt;/li&gt;
&lt;li&gt;Checkbox in preferences to start the application at startup.&lt;/li&gt;
&lt;li&gt;Possibly look at using growl if it is available to provide an  indication that the screen was locked because the device went away.&lt;/li&gt;
&lt;li&gt;TextField for entering seconds/linked to slider, units conversion logarithm or different scaling property.&lt;/li&gt;
&lt;/ul&gt;
&lt;br/&gt;
If you have any suggestions &lt;a href=&quot;mailto:gwk@gwk.ca&quot;&gt;gwk@gwk.ca&lt;/a&gt;
&lt;p&gt;&lt;a href=&quot;http://www.gwk.ca/node/69&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 28 Apr 2011 12:13:33 +0000</pubDate>
 <dc:creator>gwk</dc:creator>
 <guid isPermaLink="false">69 at http://www.gwk.ca</guid>
</item>
<item>
 <title>Blue Lock</title>
 <link>http://www.gwk.ca/node/68</link>
 <description>&lt;img src=&quot;/sites/default/files/images/Screen%20shot%202011-04-25%20at%209.43.03%20PM.png&quot; width=&quot;533&quot; height=&quot;240&quot; alt=&quot;Blue Lock Application&quot; /&gt;
&lt;p&gt;
Introducing Blue Lock a simple utility to start the Mac OS X screen saver if a paired bluetooth device is not detected as being present and the user is inactive. The code is available at &lt;a href=&quot;https://github.com/gwklok/BlueLock&quot;&gt;github&lt;/a&gt;  and you can download the application &lt;a href=&quot;http://www.gwk.ca/code/BlueLock.dmg&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Update April 26th, 2011&lt;/em&gt; Newer version posted tonight with fewer show stopper bugs, still beta of course.&lt;p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.gwk.ca/node/68&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 26 Apr 2011 04:39:16 +0000</pubDate>
 <dc:creator>gwk</dc:creator>
 <guid isPermaLink="false">68 at http://www.gwk.ca</guid>
</item>
<item>
 <title>Undocumented ichat server 10.6 OD/SASL issue </title>
 <link>http://www.gwk.ca/node/66</link>
 <description>&lt;p&gt;Posting this here as the relevant discussions in the apple forums are archived, and this is a vague problem to solve.&lt;br /&gt;
If you see messages such as this in your logs from jabberd:&lt;br /&gt;
ODKVerifyClientRequestFixed: Unable to authenticate&lt;br /&gt;
when clients (either ichat or third party such as adium) attempt to connect with valid usernames and passwords&lt;br /&gt;
and it results in a permission denied message. In addition to the things mentioned in this thread &lt;a href=&quot;https://discussions.apple.com/thread/2608181?start=0&amp;amp;tstart=0&quot; title=&quot;https://discussions.apple.com/thread/2608181?start=0&amp;amp;tstart=0&quot;&gt;https://discussions.apple.com/thread/2608181?start=0&amp;amp;tstart=0&lt;/a&gt;  (e.g. check DNS) there&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.gwk.ca/node/66&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 21 Apr 2011 08:10:27 +0000</pubDate>
 <dc:creator>gwk</dc:creator>
 <guid isPermaLink="false">66 at http://www.gwk.ca</guid>
</item>
<item>
 <title>OnlyVPN: My that is a stylish tinfoil hat you have!</title>
 <link>http://www.gwk.ca/node/65</link>
 <description>&lt;p&gt;This question over on superuser is a good one &lt;a href=&quot;http://superuser.com/questions/206400/os-x-10-6-disallow-non-vpn-connections-on-wireless&quot; title=&quot;http://superuser.com/questions/206400/os-x-10-6-disallow-non-vpn-connections-on-wireless&quot;&gt;http://superuser.com/questions/206400/os-x-10-6-disallow-non-vpn-connect...&lt;/a&gt; , it boils down to this: how do you block all outbound connections on an OS X machine not made over a VPN connection on unfamiliar networks, my solution is included below.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.gwk.ca/node/65&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sun, 06 Feb 2011 08:09:37 +0000</pubDate>
 <dc:creator>gwk</dc:creator>
 <guid isPermaLink="false">65 at http://www.gwk.ca</guid>
</item>
<item>
 <title>OS X Verification Redux</title>
 <link>http://www.gwk.ca/node/64</link>
 <description>&lt;p&gt;This is still a work in progress but adds some additional tests and a few new tricks.&lt;br /&gt;
First among them its possible to specify alternate locations for the data directory using -d.&lt;br /&gt;
The second addition is the ability to sign the data files with a private key making it slightly more complicated to subvert the checks.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.gwk.ca/node/64&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 02 Nov 2010 11:52:27 +0000</pubDate>
 <dc:creator>gwk</dc:creator>
 <guid isPermaLink="false">64 at http://www.gwk.ca</guid>
</item>
<item>
 <title>Quick and dirty system integrity checking on OS X</title>
 <link>http://www.gwk.ca/node/63</link>
 <description>&lt;p&gt;These scripts are *really* rough they were created with great haste and not much care for want of any good way to check the integrity of an OS X system (why can&#039;t apple include anything better than a simple checksum in the package receipts?). These script make use of the mtree(8) utility on an OS X machine.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.gwk.ca/node/63&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 28 Oct 2010 08:00:55 +0000</pubDate>
 <dc:creator>gwk</dc:creator>
 <guid isPermaLink="false">63 at http://www.gwk.ca</guid>
</item>
<item>
 <title>The future of processor power management in OpenBSD</title>
 <link>http://www.gwk.ca/node/61</link>
 <description>&lt;p&gt;&lt;img src=&quot;/sites/default/files/images/future%20of%20proc%20power%20mgmt.001.thumbnail.jpg&quot; width=&quot;100&quot; height=&quot;75&quot; alt=&quot;future of proc power mgmt.001.thumbnail.jpg&quot; style=&quot;float:left;margin-right: 10px;&quot; /&gt;&lt;br /&gt;
Slides from my presentation &lt;a href=&quot;http://www.gwk.ca/image/tid/3&quot;&gt;&quot;The Future of processor power management in OpenBSD&quot;&lt;/a&gt; at BSDCAN 09.&lt;/p&gt;
&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;
</description>
 <pubDate>Thu, 21 May 2009 03:30:12 +0000</pubDate>
 <dc:creator>gwk</dc:creator>
 <guid isPermaLink="false">61 at http://www.gwk.ca</guid>
</item>
<item>
 <title>Campus Computing 2009 &quot;Web insecurity&quot; talk slides.</title>
 <link>http://www.gwk.ca/node/31</link>
 <description>&lt;p&gt;&lt;img src=&quot;/sites/default/files/images/CCS09.001.thumbnail.jpg&quot; width=&quot;100&quot; height=&quot;75&quot; alt=&quot;CCS09.001.thumbnail.jpg&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.gwk.ca/image/tid/2&quot;&gt;Slides from the talk&lt;/a&gt;&lt;/p&gt;
</description>
 <pubDate>Tue, 28 Apr 2009 22:04:34 +0000</pubDate>
 <dc:creator>gwk</dc:creator>
 <guid isPermaLink="false">31 at http://www.gwk.ca</guid>
</item>
<item>
 <title>Talk: The future of processor power management in OpenBSD</title>
 <link>http://www.gwk.ca/node/9</link>
 <description>&lt;p&gt;I am giving a talk about &lt;a href=&quot;http://www.bsdcan.org/2009/schedule/events/131.en.html&quot;&gt;The future of processor power management in OpenBSD&lt;/a&gt; at the &lt;a href=&quot;http://www.bsdcan.org/2009&quot;&gt;BSDCan 2009&lt;/a&gt; conference held at the University of Ottawa on May 9th at 1:30PM. I don&#039;t know yet where I will actually be speaking on the campus.&lt;/p&gt;
</description>
 <pubDate>Sun, 26 Apr 2009 23:20:06 +0000</pubDate>
 <dc:creator>gwk</dc:creator>
 <guid isPermaLink="false">9 at http://www.gwk.ca</guid>
</item>
<item>
 <title>Web Insecurity Talk at Campus Computing 2009</title>
 <link>http://www.gwk.ca/node/8</link>
 <description>&lt;p&gt;I am giving a talk about web security for the &lt;a href=&quot;http://www.ualberta.ca/CC2009/&quot;&gt;Campus Computing&lt;/a&gt; conference this year, its at 1:45pm on April 28th in room E1-007 of the &lt;a href=&quot;http://www.campusmap.ualberta.ca/index.cfm?campus=1&amp;amp;sector=1&amp;amp;feature=11&quot;&gt;ETLC building&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.gwk.ca/node/8&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sun, 26 Apr 2009 23:04:33 +0000</pubDate>
 <dc:creator>gwk</dc:creator>
 <guid isPermaLink="false">8 at http://www.gwk.ca</guid>
</item>
</channel>
</rss>
