<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1954589807802683767</id><updated>2012-01-10T06:58:34.847-08:00</updated><title type='text'>m06orama - nerdly musings from Winnipeg</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>60</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-7477245852211706286</id><published>2011-11-27T10:57:00.001-08:00</published><updated>2011-11-28T01:39:34.475-08:00</updated><title type='text'>launchd: This program is not meant to be run directly.</title><content type='html'>&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;Periodically I export my bookmarks into my ~/Sites/bm folder.&amp;nbsp;One problem I had was that neither Firefox nor Google Chrome set permissions to 644 on the files they export. This means Apache can't read them from my "userdir". In order to be able to browse them I need to periodically turn on the "r" bits on the files in that directory.&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;On Linux, and on OSX in the past I used cron to do it, like this:&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;blockquote class="tr_bq" style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;div style="margin: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;crontab -e&lt;/span&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;blockquote class="tr_bq" style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;div style="margin: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;span class="Apple-style-span"&gt;# This is ~/mcook/.crontab&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;blockquote class="tr_bq" style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;div style="margin: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;#&lt;br /&gt;# Format used in /etc/crontab:&lt;br /&gt;#&lt;br /&gt;# minute &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;hour &amp;nbsp; &amp;nbsp;mday &amp;nbsp; &amp;nbsp;month &amp;nbsp; wday &amp;nbsp; &amp;nbsp;who &amp;nbsp; &amp;nbsp; command&lt;br /&gt;#&lt;br /&gt;# Format used in ~/.crontab:&lt;br /&gt;#&lt;br /&gt;# minute &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;hour &amp;nbsp; &amp;nbsp;mday &amp;nbsp; &amp;nbsp;month &amp;nbsp; wday &amp;nbsp; &amp;nbsp;command&lt;br /&gt;#&lt;br /&gt;# NOTE: Use TAB to separate entries!&lt;br /&gt;#&lt;/span&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;blockquote class="tr_bq" style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;div style="margin: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;0 &amp;nbsp; &amp;nbsp; &amp;nbsp; * &amp;nbsp; &amp;nbsp; &amp;nbsp; * &amp;nbsp; &amp;nbsp; &amp;nbsp; * &amp;nbsp; &amp;nbsp; &amp;nbsp; * &amp;nbsp; &amp;nbsp; &amp;nbsp; cd ~/Sites/bm;chmod +r *;logger mcook Running chmod +r star in ~/Sites/bm chmod at 0 minutes of the hour&lt;/span&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;blockquote class="tr_bq" style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;div style="margin: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;15 &amp;nbsp; &amp;nbsp; &amp;nbsp;* &amp;nbsp; &amp;nbsp; &amp;nbsp; * &amp;nbsp; &amp;nbsp; &amp;nbsp; * &amp;nbsp; &amp;nbsp; &amp;nbsp; * &amp;nbsp; &amp;nbsp; &amp;nbsp; cd ~/Sites/bm;chmod +r *;logger mcook Running chmod +r star in ~/Sites/bm chmod at 15 minutes of the hour&lt;/span&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;blockquote class="tr_bq" style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;div style="margin: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;30 &amp;nbsp; &amp;nbsp; &amp;nbsp;* &amp;nbsp; &amp;nbsp; &amp;nbsp; * &amp;nbsp; &amp;nbsp; &amp;nbsp; * &amp;nbsp; &amp;nbsp; &amp;nbsp; * &amp;nbsp; &amp;nbsp; &amp;nbsp; cd ~/Sites/bm;chmod +r *;logger mcook Running chmod +r star in ~/Sites/bm chmod at 30 minutes of the hour&lt;/span&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;blockquote class="tr_bq" style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;div style="margin: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;45 &amp;nbsp; &amp;nbsp; &amp;nbsp;* &amp;nbsp; &amp;nbsp; &amp;nbsp; * &amp;nbsp; &amp;nbsp; &amp;nbsp; * &amp;nbsp; &amp;nbsp; &amp;nbsp; * &amp;nbsp; &amp;nbsp; &amp;nbsp; cd ~/Sites/bm;chmod +r *;logger mcook Running chmod +r star in ~/Sites/bm chmod at 45 minutes of the hour&lt;/span&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;blockquote class="tr_bq"&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New',Courier,monospace; font-size: x-small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;OSX Lion still seems to have cron turned on by default but Apple would prefer me to use launchd, so I decided to take the plunge and learn about it.&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;In the process, I was trying to run a shell script using launchd and I coded myself up a .plist following an example that used the &amp;lt;ProgramArguments&amp;gt; array.&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;blockquote class="tr_bq"&gt;[My example would go here but I lost it].&lt;/blockquote&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;However, when I tried to load it I would get:&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;blockquote class="tr_bq"&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;launchd: This program is not meant to be run directly.&lt;/div&gt;&lt;/blockquote&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;After a lot of web-searching I found a suggestion that in some cases you have to use &amp;lt;Program&amp;gt;.&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;I changed my .plist accordingly, and now it works.&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;So, if you get "launchctl: this program is not meant to be run directly." you might try putting the shell script's name in the &amp;lt;Program&amp;gt; key, rather than using the first element of the &amp;lt;ProgramArguments&amp;gt; array in your plist.&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;See&amp;nbsp;&lt;a href="http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man5/launchd.plist.5.html"&gt;http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man5/launchd.plist.5.html&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man3/execvp.3.html#//apple_ref/doc/man/3/execvp"&gt;http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man3/execvp.3.html#//apple_ref/doc/man/3/execvp&lt;/a&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;2011-11-27&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-7477245852211706286?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/7477245852211706286/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=7477245852211706286' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/7477245852211706286'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/7477245852211706286'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2011/11/launchd-this-program-is-not-meant-to-be.html' title='launchd: This program is not meant to be run directly.'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-4441060220606895107</id><published>2011-11-27T10:19:00.001-08:00</published><updated>2012-01-09T21:20:58.646-08:00</updated><title type='text'>Too many bookmarks</title><content type='html'>&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;I have LOTS of bookmarks in three different browsers. I use Safari, Firefox, and Google Chrome. I have given up trying to synch bookmarks between them. To help me find a bookmark from, say, "How to hyperlink Table of Contents in LibreOffice", I reached a certain inelegant solution.&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;I may&amp;nbsp; provide a more detailed write-up later, but here we go with the short version.&amp;nbsp;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;Periodically I export my bookmarks into my ~/Sites/bm folder. To search through these quickly I wrote a short AppleScript program to pop-up a dialog, get a single search argument, and then call a shell script to do the heavy lifting.&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;My script does an mdfind for Bookmarks in ~/Sites/bm, pipes them to xargs and grep which looks for matches to the search argument. It uses grep again to select only lines containing "href=", sorts them, writes them to a temporary file, and finally opens that file in my default browser.&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;This tool works great to help me to find that interesting article I bookmarked three years ago on how to fry a penguin or something.&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;One other problem I had was that neither Firefox nor Google Chrome set permissions to 644 on the files they export. This means Apache can't read them from my "userdir". In order to be able to browse them I need to periodically turn on the "r" bits on the files in that directory.&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;In the past I used cron to do it, but Apple seems to prefer me to launchd, and so I decided to take the plunge and learn about it. More of that later.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-4441060220606895107?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/4441060220606895107/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=4441060220606895107' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/4441060220606895107'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/4441060220606895107'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2011/11/too-many-bookmarks.html' title='Too many bookmarks'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-5659668453177726820</id><published>2011-11-27T10:16:00.001-08:00</published><updated>2011-11-27T23:53:21.600-08:00</updated><title type='text'>Mord-wangling and weople-potching, not in a flock of bats</title><content type='html'>&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;I was looking for the answer to a question the other day.&amp;nbsp;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;After a lot of "wearch-ing" or "sweb-ing"I found the answer.&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;I love "mord-wangling", don't you?&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;I love "weople potching" as well, and I frequently leave my car in the "larking pot" at my "flock of bats" in order to do so. &amp;nbsp;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-5659668453177726820?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/5659668453177726820/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=5659668453177726820' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/5659668453177726820'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/5659668453177726820'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2011/11/mord-wangling-and-weople-potching-not.html' title='Mord-wangling and weople-potching, not in a flock of bats'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-3498881960800620723</id><published>2011-11-26T17:33:00.001-08:00</published><updated>2011-11-28T15:07:03.590-08:00</updated><title type='text'>Groovy Dock Tweaks in OSX Lion</title><content type='html'>I found these tips on the web at Ask.com and they're great.&lt;br /&gt;&lt;br /&gt;How to create Dock icons for Recent Applications, Documents and Favourite Volumes and Items:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }'&lt;/span&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;killall Dock&lt;/span&gt;&lt;/blockquote&gt;&lt;br /&gt;Enter that big long command all on one line.&lt;br /&gt;&lt;br /&gt;Here's how it looks:&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-EobMdX57U_U/TtGXsHAnUAI/AAAAAAAAALo/V9sPwpzUXIE/s1600/Screen+Shot+2011-11-26+at+7.47.07+PM.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="124" src="http://1.bp.blogspot.com/-EobMdX57U_U/TtGXsHAnUAI/AAAAAAAAALo/V9sPwpzUXIE/s320/Screen+Shot+2011-11-26+at+7.47.07+PM.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;Try it! You'll like it!&lt;br /&gt;&lt;br /&gt;How to make Dock icons be Translucent for Hidden Applications:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;defaults write com.apple.Dock showhidden -bool YES&lt;/span&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;killall Dock&lt;/span&gt;&lt;/blockquote&gt;&lt;br /&gt;Here's how this looks:&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-gI-16a-OWfw/TtGXxSxxtyI/AAAAAAAAALw/IagvaqDMN_I/s1600/Screen+Shot+2011-11-26+at+7.48.13+PM.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="161" src="http://3.bp.blogspot.com/-gI-16a-OWfw/TtGXxSxxtyI/AAAAAAAAALw/IagvaqDMN_I/s320/Screen+Shot+2011-11-26+at+7.48.13+PM.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Follow the links to read Tom Nelson's posts in full:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://macs.about.com/od/usingyourmac/qt/dockrecentitem.htm"&gt;http://macs.about.com/od/usingyourmac/qt/dockrecentitem.htm&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://macs.about.com/od/usingyourmac/qt/Translucent-Dock-Icons.htm"&gt;http://macs.about.com/od/usingyourmac/qt/Translucent-Dock-Icons.htm&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;-&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-3498881960800620723?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/3498881960800620723/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=3498881960800620723' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/3498881960800620723'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/3498881960800620723'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2011/11/groovy-dock-tweaks-in-osx-lion.html' title='Groovy Dock Tweaks in OSX Lion'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/-EobMdX57U_U/TtGXsHAnUAI/AAAAAAAAALo/V9sPwpzUXIE/s72-c/Screen+Shot+2011-11-26+at+7.47.07+PM.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-6827805519401795874</id><published>2011-11-26T17:30:00.001-08:00</published><updated>2011-11-27T23:49:49.984-08:00</updated><title type='text'>Stuff I always forget - Hyperlink Table of Contents in LibreOffice</title><content type='html'>&lt;br /&gt;&lt;div class="p1"&gt;How to Assign Hyperlinks to Entries in a Table of Contents in LibreOffice (and OpenOffice).&lt;/div&gt;&lt;div class="p1"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="p2"&gt;You can assign a cross-reference as a hyperlink to entries in a table of contents.&lt;/div&gt;&lt;ol class="ol1"&gt;&lt;li class="li3"&gt;Right-click in the table of contents, and then choose &lt;b&gt;Edit Index/Table&lt;/b&gt;.&lt;/li&gt;&lt;li class="li3"&gt;Click the &lt;b&gt;Entries&lt;/b&gt; tab.&lt;/li&gt;&lt;li class="li3"&gt;In the &lt;b&gt;Level&lt;/b&gt; list click the heading level that you want to assign hyperlinks to.&lt;/li&gt;&lt;li class="li3"&gt;In the &lt;b&gt;Structure &lt;/b&gt;area, click in the box in front of &lt;b&gt;E#&lt;/b&gt;, and then click &lt;b&gt;Hyperlink&lt;/b&gt;.&lt;/li&gt;&lt;li class="li3"&gt;Click in the box behind the &lt;b&gt;E&lt;/b&gt;, and then click &lt;b&gt;Hyperlink&lt;/b&gt;.&lt;/li&gt;&lt;li class="li3"&gt;Repeat for each heading level that you want to create hyperlinks for, or click the &lt;b&gt;All&lt;/b&gt; button to apply the formatting to all levels.&lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-6827805519401795874?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/6827805519401795874/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=6827805519401795874' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/6827805519401795874'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/6827805519401795874'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2011/11/stuff-i-always-forget-hyperlink-toc-in.html' title='Stuff I always forget - Hyperlink Table of Contents in LibreOffice'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-6744854441287952922</id><published>2011-11-19T13:44:00.001-08:00</published><updated>2011-11-19T13:57:23.406-08:00</updated><title type='text'>Inspiration and Investigation</title><content type='html'>I've always been fascinated by fonts, and I found &lt;a href="http://cityroom.blogs.nytimes.com/2011/11/18/cant-place-the-name-but-the-typeface-is-familiar/?hp"&gt;this&lt;/a&gt; recent article in The NewYork Times very interesting. Following a link mentioned in the article I found &lt;a href="http://www.thomasrhiel.com/"&gt;Thomas Rhiel's web site&lt;/a&gt;, and I decided to refresh my understanding of web page design by deconstructing his web page to see how it worked. &amp;nbsp; &lt;br /&gt;&lt;br /&gt;Since imitation is supposedly the best form of flattery I took a shot at making up my own resume web page using his files as a model. The result is not very good. Amongst other things I learned that I don't seem to have very much to say for myself recently.&lt;br /&gt;&lt;br /&gt;I guess I need to branch out my activities.&lt;br /&gt;&lt;br /&gt;My old boring resume is &lt;a href="http://skyprod.net/pub/skyprod/resume.html"&gt;here&lt;/a&gt;. &lt;br /&gt; &lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-6744854441287952922?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/6744854441287952922/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=6744854441287952922' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/6744854441287952922'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/6744854441287952922'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2011/11/inspiration-and-investigation.html' title='Inspiration and Investigation'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-4534523048568092333</id><published>2011-11-17T13:14:00.001-08:00</published><updated>2012-01-10T06:34:27.371-08:00</updated><title type='text'>He sed, she sed (Or: Missing atom:link with rel="self")</title><content type='html'>So I had this problem. I had this goofy RSS feed on my web site at &lt;a href="http://skyprod.net/"&gt;http://skyprod.net&lt;/a&gt;&amp;nbsp;but most RSS readers no longer showed any articles for it. It used to work but not any more.&lt;br /&gt;&lt;br /&gt;I ran my &lt;a href="http://skyprod.net/pub/RSS/production-feed2/production-feed2.v1.2011-01-19.xml"&gt;original feed&lt;/a&gt;&amp;nbsp;through &lt;a href="http://feedvalidator.org/check.cgi?url=http%3A%2F%2Fskyprod.net%2Fpub%2FRSS%2Fproduction-feed2%2Fproduction-feed2.v1.2011-01-19.xml"&gt;http:/feedvalidator.org&lt;/a&gt; and it showed up &lt;a href="http://feedvalidator.org/check.cgi?url=http%3A%2F%2Fskyprod.net%2Fpub%2FRSS%2Fproduction-feed2%2Fproduction-feed2.v1.2011-01-19.xml"&gt;a bunch of errors and warnings&lt;/a&gt; such as not having a self-referring Atom link for the feed itself&lt;channel&gt;, and not having &amp;lt;guid&amp;gt; tags.&amp;nbsp;&lt;guid&gt;Who knew? Not me.&lt;/guid&gt;&lt;/channel&gt;&lt;br /&gt;&lt;br /&gt;Then I found a wonderful free RSS feed editor called&amp;nbsp;&lt;a href="http://thenowhereman.com/hacks/products.html"&gt;FeedMe&lt;/a&gt;&amp;nbsp;that runs on OSX 10.7.2 "Lion".&lt;br /&gt;&lt;table cellpadding="0" cellspacing="0" class="tr-caption-container" style="float: left; margin-right: 1em; text-align: left;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://thenowhereman.com/hacks/images/RSS.png" imageanchor="1" style="clear: left; margin-bottom: 1em; margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" src="http://thenowhereman.com/hacks/images/RSS.png" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;FeedMe!&lt;br /&gt;&amp;nbsp;"Geekstuffs from The Nowhere Man"&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;I took a look at it and I found it uses various new-to-me RSS tags in the feed code, as well as an unusual Apple XML name space for use with iTunes.&lt;br /&gt;&lt;br /&gt;It turns out the reason most RSS aggregators and feed readers would not show any articles for my original feed is that neither the original feed nor the articles referred to in it had changed since January 2011, which is a very long time in the world&amp;nbsp;and time and space*&amp;nbsp;of RSS articles. The real reason for this is that I have better things to do than sit around updating RSS articles.&lt;br /&gt;&lt;br /&gt;However, in the modern spirit of things, I decided that the world SHOULD see my RSS articles, and so decided to write a Bash script to "uniquify" them by inserting current date and time values into &amp;lt;pubdate&amp;gt;&amp;nbsp;and&amp;nbsp;&amp;lt;guid&amp;gt; tags through the use of a feed template.&lt;br /&gt;&lt;br /&gt;Here is my new&amp;nbsp;&lt;a href="http://skyprod.net/pub/RSS/production-feed2/dateforRSS.production-feed2.template.xml"&gt;feed template file&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Being able to automate this process depended upon being able to use&amp;nbsp;&lt;i&gt;sed &lt;/i&gt;to change only the first occurrence of a given string in a copy of the template. This is because my feed contains several &lt;i&gt;&amp;lt;item&amp;gt;&lt;/i&gt; sections.&amp;nbsp;Not only must the feed contain a valid RFC 822 &lt;i&gt;&amp;lt;pubdate&amp;gt;&lt;/i&gt; such as&lt;i&gt;&amp;nbsp;&lt;/i&gt;&lt;span class="text" style="font-family: monospace; font-size: 13px;"&gt;Thu, 17 Nov 2011 03:20:05 CST,&lt;/span&gt;&amp;nbsp;but also each &lt;i&gt;&amp;lt;item&amp;gt;&lt;/i&gt; within the feed must contain a unique &lt;i&gt;guid&lt;/i&gt;.&lt;br /&gt;&lt;br /&gt;Normally, in the&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif;"&gt; &lt;i&gt;guid&lt;/i&gt;&lt;/span&gt; for each item,&amp;nbsp;&lt;i&gt;isPermalink&lt;/i&gt;&amp;nbsp;defaults to&amp;nbsp;&lt;i&gt;true,&lt;/i&gt;&amp;nbsp;when the&amp;nbsp;&lt;i&gt;guid&lt;/i&gt;&amp;nbsp;would contain a unique URL to the article (for example http://my.website.com/2011/11/17/article-name), but&amp;nbsp;I noticed that &amp;nbsp;FeedMe uses&amp;nbsp;&lt;i&gt;isPermalink="false"&lt;/i&gt;&amp;nbsp;instead&amp;nbsp;and sets the&amp;nbsp;&lt;i&gt;guid&lt;/i&gt;&amp;nbsp;value to&amp;nbsp;the current time in milliseconds, thus establishing a permanently unique non-recurring timestamp for each item like this:&lt;br /&gt;&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;&amp;lt;guid ispermalink="false"&amp;gt;${nowms}&amp;lt;/guid&amp;gt;&lt;/blockquote&gt;&lt;br /&gt;It was easy to use &lt;i&gt;date&lt;/i&gt; to create the string for &lt;i&gt;pubdate&lt;/i&gt;, which really only requires adding a comma after the day. I decided to cannibalize an old Perl script in order to get the current time in milliseconds:&lt;br /&gt;&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;nowms=$( perl -MTime::HiRes -e 'print int(1000 *&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Time::HiRes::gettimeofday),"\n"' )&lt;/blockquote&gt;&lt;br /&gt;Figuring out the rest was easy. Apart from how to use sed, that is. I puzzled over that for a while.&lt;br /&gt;&lt;br /&gt;It turned out the trick with sed was to iteratively use a statement like this:&lt;br /&gt;&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;&lt;span class="Apple-style-span" style="font-family: monospace;"&gt;sed "1,/template_value/s/template_value/${nowms}/" infile &amp;gt; outfile&lt;/span&gt;&lt;/blockquote&gt;&lt;br /&gt;This is&amp;nbsp;invoked with a new ${nowms} timestamp value for each item in the feed, so that each item in &amp;nbsp;each new version of the feed gets a unique time stamp put in its &lt;i&gt;guid&lt;/i&gt; tag. By way of further explanatione, the &lt;i&gt;sed &lt;/i&gt;invocation works like this:&lt;br /&gt;&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;&lt;span class="Apple-style-span" style="font-family: monospace;"&gt;1,/template_value/ ..&amp;nbsp;&lt;/span&gt;tells sed to change the first occurrence only&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: monospace;"&gt;s/template_value/${nowms}/&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: monospace;"&gt;..&amp;nbsp;&lt;/span&gt;tells sed to change the first string to the second&lt;/blockquote&gt;&lt;br /&gt;Here is the complete&amp;nbsp;&lt;a href="http://skyprod.net/pub/RSS/production-feed2/dateforRSS.v1.8.sh"&gt;Bash script&lt;/a&gt;&amp;nbsp;for download. Here it is again in &lt;a href="http://skyprod.net/pub/RSS/production-feed2/dateforRSS.v1.8.sh.txt"&gt;text form&lt;/a&gt;. It's not very pretty but it works. I'm already working on a better version that will be parameter-driven, and I will update this post in due course.&lt;br /&gt;&lt;br /&gt;You can find the XML source for my original feed&amp;nbsp;&lt;a href="http://skyprod.net/pub/RSS/production-feed2/production-feed2.v1.2011-01-19.xml"&gt;here&lt;/a&gt;. The current feed is&amp;nbsp;&lt;a href="feed://skyprod.net/pub/RSS/production-feed2/production-feed2.xml"&gt;here&lt;/a&gt;. The XML source for the current feed is&amp;nbsp;&lt;a href="http://skyprod.net/pub/RSS/production-feed2/production-feed2.xml"&gt;here&lt;/a&gt;. The source for the feed template file is&amp;nbsp;&lt;a href="http://skyprod.net/pub/RSS/production-feed2/dateforRSS.production-feed2.template.xml"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;* New acronym:&amp;nbsp;WATAS&amp;nbsp;(world and time and space), can be used conversationally to refer to the world and time and space of something, for example: "WATAS is the matter with you?" This is not to be confused with WTAAS (World Trade Advanced Administrative System)&amp;nbsp;the old IBM internal order, equipment and inventory business system that I used to work on back in the '70s.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-4534523048568092333?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/4534523048568092333/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=4534523048568092333' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/4534523048568092333'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/4534523048568092333'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2011/11/he-sed-she-sed-or-missing-atomlink-with.html' title='He sed, she sed (Or: Missing atom:link with rel=&quot;self&quot;)'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-5707458108483640257</id><published>2011-11-16T01:54:00.001-08:00</published><updated>2011-11-17T22:15:50.989-08:00</updated><title type='text'>Unemployed again! (Relieved, dismayed, hopeful and delighted)</title><content type='html'>Well, Her Majesty's back-room folks did a bang-up job with their new web site that went live at the end of August. As a result of carefully-orchestrated propaganda ("Use the web site or else"),&amp;nbsp;based&amp;nbsp;on various management samples,&amp;nbsp;web site traffic was up 60% and call volumes down 2,000 a day. Now let's say an agent might normally take 50 calls a day. You can see where I am going with this. Whu'oh! We need to lose 40 agents!&lt;br /&gt;&lt;br /&gt;So, after several weeks of explaining to web-duffers how to do their thing, and then a week mostly sitting around waiting for the phone to ring, I was actually relieved to hear that my term of employment would be curtailed. Hooray! No more web-duffers! Boo-hoo! Goodbye extra moulah!&lt;br /&gt;&lt;br /&gt;&lt;a href="http://skyprod.net/pub/images/IMG_0200-medium.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://skyprod.net/pub/images/IMG_0200-medium.jpg" width="239" /&gt;&lt;/a&gt;As the boo-hooh boomer custodian of The Cook Millions I am somewhat dismayed by this turn of events, but I am also hopeful of finding a new source of discretionary income soon. One door closes and another one does something else, they say. Don't let it hit you on the way out.&lt;br /&gt;&lt;br /&gt;Slow far, slow good. Since Convergys Winnipeg closed it's doors in March 2010, a new job has turned up about every three months, and I have worked about 33 weeks in the span of 83. Is this the life of Riley or what?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Since I am not overly gifted with tolerance for web-duffers, nor even for plain old-fashioned sitting around waiting for the phone to ring, I am also delighted. I shall not miss the "corporate culture" one little bit, and now I can catch up on my reading, dick around with my new Mac Mini and OSX Lion all I want, stay up late, sleep in, and go for long walks in the fine Winnipeg fall weather. How'd ya like them apples? OK, so I may have to cut down on groceries, eating out, and other entertainments. For example, no more dropping $150 at Chapters' book store on a whim! Yes to eating less and getting a lot more exercise! Overall, this is very good for me.&lt;br /&gt;&lt;br /&gt;P.S. My new Mac Mini is the base $599 model with Intel i5 2.3 GHz processor, 2GB RAM, 500 GB hard drive, and Intel HD Graphics 3000. I went straight ahead and self-installed 8 GB 1333 MHz DDR3 RAM for only another $59, and now the beast runs like a train. Who needs a fancy graphics adapter and 2.5 Ghz processor for an extra $200? Not me.&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-5707458108483640257?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/5707458108483640257/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=5707458108483640257' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/5707458108483640257'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/5707458108483640257'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2011/11/unemployed-again-relieved-dismayed.html' title='Unemployed again! (Relieved, dismayed, hopeful and delighted)'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-2312762244644555465</id><published>2011-08-21T21:14:00.000-07:00</published><updated>2011-08-21T21:51:57.736-07:00</updated><title type='text'>Re-entering the workforce. Again! Quack!</title><content type='html'>I have not written here for more than two months having being fully engaged in somnolence, lassitude and decrepitude.&lt;br /&gt;&lt;br /&gt;Now, having responded to the call of My Sovereign, after two weeks training at a secret location not a million miles from the center of Manitoba's civic jewel, I learned on Friday that I am not only certifiable but also apparently certified to execute certain secret tasks on Her Majesty's behalf. Because of the nature of my mission, no actual piece of paper can be provided in the form of, well, an actual certificate. Secret means secret.&lt;br /&gt;&lt;br /&gt;Though Her Majesty cannot be over-generous, while disaster roils the stock markets of the world, this bodes well for a limited technical reprieve if not actual regeneration of The Cook Millions, beleaguered and embattled as they have been by events of the century to date, as well as the one before it.&lt;br /&gt;&lt;br /&gt;As the custodian of said TCM, and having forgotten to buy Apple stock in 2001, I am always encouraged when an opportunity presents itself to somewhat repair the ship of state, which is now sadly  downsized from a rather large and ostentatious ocean-going luxury yacht to, well, a circular yellow flotation device in the form of a cartoon duck.&lt;br /&gt;&lt;br /&gt;I shall write further as my secret duties allow.&lt;br /&gt;&lt;br /&gt;                &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-2312762244644555465?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/2312762244644555465/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=2312762244644555465' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/2312762244644555465'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/2312762244644555465'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2011/08/re-entering-workforce-again-quack.html' title='Re-entering the workforce. Again! Quack!'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-881709269014141271</id><published>2011-06-18T11:01:00.000-07:00</published><updated>2011-06-20T15:42:04.944-07:00</updated><title type='text'>Getting an iPhone</title><content type='html'>My tax bill this year was once again rather big since I withdrew savings to cover my extravagant lifestyle. Having mostly paid my tax bill - ironically enough by getting a job at the local tax centre for 10 weeks - I finally gave in to a bad case of what I have to call "iPhone envy" and last Monday week I bopped down to my local MTS Connect  place to score.&lt;br /&gt;&lt;br /&gt;I went to the store at Grant Park here in Winnipeg, walked in and spoke to a nice young lady. Unlike most wireless phone sales agents she did not project that she thought I was lonely, pathetic, scary, crazy, a loser, bothersome, question-demented, or whatever. In fact, she was just totally nice, professional and helpful, and she got my business.&lt;br /&gt;&lt;br /&gt;MTS have a great "Free Wireless" program. If you already have 3 of their products at full price - TV, Internet and home phone in my case - you get a $43.50 bundling credit applied to your monthly bill. I signed up for the basic iPhone plan for 36 months: 1GB cellular data (3G), 250MB tethered data usage, 240 weekday minutes, unlimited text messaging, and unlimited local calling to and from any 5 people of my choice - any provider, mobile or landline. This costs $44.99 a month plus $10 for Call Display and Voicemail and a $3.50 Network Fee (total $58.49, $14.99 after credit). I was already paying $15 a month for my old Nokia Pay-As-You-Go phone that can't do data at all!&lt;br /&gt;&lt;br /&gt;All I had to do was pony up $159.99 for the subsidized 16GB phone (32GB sets you back $269.99), $40 for Activation, and buy a case. I got a black Otter Defender case at $69.99, making my total purchase $257.54 with taxes. Now, an iPod Touch 8GB costs $249.99, and I had been thinking about buying one for the longest time, but now I have got one with double the capacity, plus it includes a free wireless smart phone and plan! I think my Scottish forebears would say this was a good thing.&lt;br /&gt;&lt;br /&gt;After getting the beast home, I spent many hours setting it up.&lt;br /&gt;&lt;br /&gt;More of which perhaps later,&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-881709269014141271?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/881709269014141271/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=881709269014141271' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/881709269014141271'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/881709269014141271'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2011/06/getting-iphone.html' title='Getting an iPhone'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-2992595040870650799</id><published>2011-02-13T01:19:00.000-08:00</published><updated>2011-02-15T01:57:54.786-08:00</updated><title type='text'>I'll read the fine documenataion</title><content type='html'>Working on my Ubuntu 10.4 Apache web server to check everything's OK after a recent move. One of my favourite scripts is the Uploader. It's a great piece of Perl code that I use to upload files to my server from far away. I have used it for a long time. &lt;br /&gt;&lt;br /&gt;Just so I can monitor uploads, I modified the script to send me an e-mail whenever it's used. This used to go great thru sendmail.pm and your actual sendmail program, now all of a sudden I find messages are not being transferred.  Imagine my surprise to learn that sendmail is now Exim.  Who knew?&lt;br /&gt;&lt;br /&gt;Then I started to read the Exim documentation at &lt;a href="http://www.exim-new-users.co.uk/content/view/130/1/"&gt;http://www.exim-new-users.co.uk/content/view/130/1/&lt;/a&gt;, and I quote ...       &lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;Start Here - If you're new to Exim    &lt;br /&gt;&lt;br /&gt;If you are new to Exim the following section is for you.&lt;br /&gt;&lt;br /&gt;We cover the basic requirements and responsibilities for running your own mailservere...&lt;br /&gt;&lt;br /&gt;Running a mail server is no easy task. Being a responsible mail server administrator or postmaster requires a LOT of time, effort and knowledge.&lt;br /&gt;&lt;br /&gt;Before building your server it is worth asking your self a few questions:&lt;br /&gt;Why do I want my own mailserver?&lt;br /&gt;&lt;br /&gt;To improve my existing E-mail system or to learn a new skill are both good answers.&lt;br /&gt;&lt;br /&gt;Becuase my distribution came with one or to be able to tell my friends I have my own mailserver are both bad answers.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Do I really need my own mail server?&lt;br /&gt;&lt;br /&gt;If you only have a few users and limited IT resources you may find it more cost effective and a better use of your time and money to seek the professional services of others. If you are simply doing this to save time and money, this could end up costing you your sanity.&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Do I have the time a skill s required to maintain a mailserver?&lt;br /&gt;&lt;br /&gt;Setting up a mail server properly is HARD. Keeping it running against a constant stream of spam and viruses can be a NIGHTMARE. You can't just setup your system once then forget about it (Well you can, but you wont make many friends).  &lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Will I take responsibility for keeping my mailserver safe and secure?&lt;br /&gt;&lt;br /&gt;The Internet is a hostile place, malicious individuals can make a living from spam, viruses, trojans, key-loggers and malware. The responsibility for running a mail server is ongoing, &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Where will I go for help? &lt;br /&gt;&lt;br /&gt;If your answer is - Ask somebody else to fix it for me, please click here:&lt;br /&gt;&lt;br /&gt;http://www.gmail.com&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;If your answer is - I'm keen to learn new skills and I'll ltake responsibility for this myself and read the fine documenataion before asking silly questions, then click here, and here:&lt;br /&gt;&lt;br /&gt;http://www.exim-new-users.co.uk/content/blogcategory/22/34/  &lt;br /&gt;&lt;br /&gt;http://www.exim.org/eximwiki/MailingListEtiquette &lt;br /&gt;&lt;br /&gt; &lt;br /&gt;The purpose of this was to make sure that time wasters and freeloaders understand that runnig a mailserver requires some time and effort, but also brings great rewards. We can teach you, but only if you want to learn.&lt;br /&gt;&lt;br /&gt;If your still here - Welcome to the Exim community.&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Need I say more about the fine quality of the documentation?&lt;br /&gt;&lt;br /&gt;Anyhoo, I looked up Exim's Debian readme file, ran the configurator to define my ISP's SMTP server as a "smarthost" and now all is well. I think.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-2992595040870650799?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/2992595040870650799/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=2992595040870650799' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/2992595040870650799'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/2992595040870650799'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2011/02/ill-read-fine-documenataion.html' title='I&apos;ll read the fine documenataion'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-7434933851896621282</id><published>2011-02-05T17:34:00.000-08:00</published><updated>2011-02-13T01:33:56.109-08:00</updated><title type='text'>Untitled #2</title><content type='html'>eyelid hole inspection in progress all day sat as sloth continues&lt;br /&gt;midwest ei participants protest high cherry garcia prices&lt;br /&gt;pencil pushers go on strike for reduced glumness and boredom&lt;br /&gt;alien texters cause major airwaves meltdown&lt;br /&gt;this will be our last communi-  .. click!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-7434933851896621282?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/7434933851896621282/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=7434933851896621282' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/7434933851896621282'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/7434933851896621282'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2011/02/untitled-2.html' title='Untitled #2'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-5971341772790125039</id><published>2011-02-02T16:32:00.000-08:00</published><updated>2011-02-13T01:34:22.411-08:00</updated><title type='text'>TELUS all about it!</title><content type='html'>&lt;span class="agentId"  style="color: rgb(0, 0, 0); font-weight: bold; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Jessica: &lt;/span&gt;&lt;/span&gt;&lt;span class="agentMsg"  style="color: rgb(0, 0, 0); font-weight: normal; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Hi. I'm a live TELUS product specialist. Is there anything that I can help you with?&lt;/span&gt;&lt;/span&gt;&lt;td style="vertical-align: top; "&gt;&lt;span class="agentId"  style="color: rgb(0, 0, 0); font-weight: bold; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Jessica: &lt;/span&gt;&lt;/span&gt;&lt;span class="agentMsg"  style="color: rgb(0, 0, 0); font-weight: normal; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Just type your question below.&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;tr&gt;&lt;td style="vertical-align: top; "&gt;&lt;span class="customerId"  style="color: rgb(114, 114, 114); font-weight: bold; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;You: &lt;/span&gt;&lt;/span&gt;&lt;span class="customerMsg"  style="color: rgb(114, 114, 114); font-weight: normal; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;I'm looking into getting an iphone or android or blackberry. right now looking into clear choice voice+date $50 p/m/ plan.&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: top; "&gt;&lt;span class="agentId"  style="color: rgb(0, 0, 0); font-weight: bold; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Jessica: &lt;/span&gt;&lt;/span&gt;&lt;span class="agentMsg"  style="color: rgb(0, 0, 0); font-weight: normal; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Thank you for considering TELUS.&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: top; "&gt;&lt;span class="agentId"  style="color: rgb(0, 0, 0); font-weight: bold; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Jessica: &lt;/span&gt;&lt;/span&gt;&lt;span class="agentMsg"  style="color: rgb(0, 0, 0); font-weight: normal; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Are you looking to add another phone or replace your existing one?&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: top; "&gt;&lt;span class="customerId"  style="color: rgb(114, 114, 114); font-weight: bold; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;You: &lt;/span&gt;&lt;/span&gt;&lt;span class="customerMsg"  style="color: rgb(114, 114, 114); font-weight: normal; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;new phone - right now i just have an old mts PAYG fone - it doesn't do web any more&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: top; "&gt;&lt;span class="agentId"  style="color: rgb(0, 0, 0); font-weight: bold; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Jessica: &lt;/span&gt;&lt;/span&gt;&lt;span class="agentMsg"  style="color: rgb(0, 0, 0); font-weight: normal; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;I'd be happy to assist you with a phone and plan selection.&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: top; "&gt;&lt;span class="agentId"  style="color: rgb(0, 0, 0); font-weight: bold; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Jessica: &lt;/span&gt;&lt;/span&gt;&lt;span class="agentMsg"  style="color: rgb(0, 0, 0); font-weight: normal; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Before we continue, a Visa, Mastercard, or American Express credit card is required to process your order online.&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: top; "&gt;&lt;span class="agentId"  style="color: rgb(0, 0, 0); font-weight: bold; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Jessica: &lt;/span&gt;&lt;/span&gt;&lt;span class="agentMsg"  style="color: rgb(0, 0, 0); font-weight: normal; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Do you have one ready to get your order processed and delivered as soon as possible?&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: top; "&gt;&lt;span class="customerId"  style="color: rgb(114, 114, 114); font-weight: bold; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;You: &lt;/span&gt;&lt;/span&gt;&lt;span class="customerMsg"  style="color: rgb(114, 114, 114); font-weight: normal; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;yep&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: top; "&gt;&lt;span class="agentId"  style="color: rgb(0, 0, 0); font-weight: bold; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Jessica: &lt;/span&gt;&lt;/span&gt;&lt;span class="agentMsg"  style="color: rgb(0, 0, 0); font-weight: normal; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Great!&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: top; "&gt;&lt;span class="agentId"  style="color: rgb(0, 0, 0); font-weight: bold; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Jessica: &lt;/span&gt;&lt;/span&gt;&lt;span class="agentMsg"  style="color: rgb(0, 0, 0); font-weight: normal; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Let's continue then.&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: top; "&gt;&lt;span class="agentId"  style="color: rgb(0, 0, 0); font-weight: bold; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Jessica: &lt;/span&gt;&lt;/span&gt;&lt;span class="agentMsg"  style="color: rgb(0, 0, 0); font-weight: normal; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;We have blackberry plans for $45 for the blackberry and Voice and data plans for the IPhone for $50.&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: top; "&gt;&lt;span class="customerId"  style="color: rgb(114, 114, 114); font-weight: bold; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;You: &lt;/span&gt;&lt;/span&gt;&lt;span class="customerMsg"  style="color: rgb(114, 114, 114); font-weight: normal; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;ok - dp you have iphones availabale in manitoba?&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: top; "&gt;&lt;span class="agentId"  style="color: rgb(0, 0, 0); font-weight: bold; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Jessica: &lt;/span&gt;&lt;/span&gt;&lt;span class="agentMsg"  style="color: rgb(0, 0, 0); font-weight: normal; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Yes, we do. The Iphone 3G is available but the IPhone 4 is on backorder and may take longer to ship.&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: top; "&gt;&lt;span class="customerId"  style="color: rgb(114, 114, 114); font-weight: bold; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;You: &lt;/span&gt;&lt;/span&gt;&lt;span class="customerMsg"  style="color: rgb(114, 114, 114); font-weight: normal; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;i can't see iPhones on your web site here&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: top; "&gt;&lt;span class="agentId"  style="color: rgb(0, 0, 0); font-weight: bold; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Jessica: &lt;/span&gt;&lt;/span&gt;&lt;span class="agentMsg"  style="color: rgb(0, 0, 0); font-weight: normal; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Please click on the "Phones and Devices" Tab.&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: top; "&gt;&lt;span class="agentId"  style="color: rgb(0, 0, 0); font-weight: bold; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Jessica: &lt;/span&gt;&lt;/span&gt;&lt;span class="agentMsg"  style="color: rgb(0, 0, 0); font-weight: normal; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Clcik on the Iphone option next to the smart phones.&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: top; "&gt;&lt;span class="customerId"  style="color: rgb(114, 114, 114); font-weight: bold; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;You: &lt;/span&gt;&lt;/span&gt;&lt;span class="customerMsg"  style="color: rgb(114, 114, 114); font-weight: normal; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Not there at http://www.telusmobility.com/en/MB/phones/index.shtml&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: top; "&gt;&lt;span class="agentId"  style="color: rgb(0, 0, 0); font-weight: bold; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Jessica: &lt;/span&gt;&lt;/span&gt;&lt;span class="agentMsg"  style="color: rgb(0, 0, 0); font-weight: normal; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Let me check for a moment.&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: top; "&gt;&lt;span class="agentId"  style="color: rgb(0, 0, 0); font-weight: bold; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Jessica: &lt;/span&gt;&lt;/span&gt;&lt;span class="agentMsg"  style="color: rgb(0, 0, 0); font-weight: normal; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Oh, I apologize but Manitoba's site is undergoing construction. We are still planning to add the IPhone category to your site. I recommend that you check again next week.&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: top; "&gt;&lt;span class="agentId"  style="color: rgb(0, 0, 0); font-weight: bold; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Jessica: &lt;/span&gt;&lt;/span&gt;&lt;span class="agentMsg"  style="color: rgb(0, 0, 0); font-weight: normal; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Is there anything else I can help you with today?&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: top; "&gt;&lt;span class="customerId"  style="color: rgb(114, 114, 114); font-weight: bold; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;You: &lt;/span&gt;&lt;/span&gt;&lt;span class="customerMsg"  style="color: rgb(114, 114, 114); font-weight: normal; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;no - but thanks 4 your help - have a nice evening - bye!&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: top; "&gt;&lt;span class="agentId"  style="color: rgb(0, 0, 0); font-weight: bold; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Jessica: &lt;/span&gt;&lt;/span&gt;&lt;span class="agentMsg"  style="color: rgb(0, 0, 0); font-weight: normal; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Thank you for visiting TELUS. It has been a pleasure assisting you.&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: top; "&gt;&lt;span class="agentId"  style="color: rgb(0, 0, 0); font-weight: bold; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Jessica: &lt;/span&gt;&lt;/span&gt;&lt;span class="agentMsg"  style="color: rgb(0, 0, 0); font-weight: normal; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Please feel free to chat with us again.&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: top; "&gt;&lt;span class="agentId"  style="color: rgb(0, 0, 0); font-weight: bold; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Jessica: &lt;/span&gt;&lt;/span&gt;&lt;span class="agentMsg"  style="color: rgb(0, 0, 0); font-weight: normal; font-family:Arial, Verdana, Helvetica;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Have a great evening!&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;p&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_0kGvKI_qN8k/TUoDDbhzrYI/AAAAAAAAAEk/JZF79nj1Q_I/s1600/MTS-HSPA-2011-03-21.png"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 400px; height: 144px;" src="http://1.bp.blogspot.com/_0kGvKI_qN8k/TUoDDbhzrYI/AAAAAAAAAEk/JZF79nj1Q_I/s400/MTS-HSPA-2011-03-21.png" border="0" alt="" id="BLOGGER_PHOTO_ID_5569267246661086594" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;It turns out that on March 31st 2011 MTS are about to launch their spiffy new HSPA+ wireless network which will support all sorts of spiffy new devices. Meanwhile prices seem to be dropping on older CDMA-only stock items, like the Motorola Milestone A854 Android 2.1 which dropped from $175 to $80 in the last week. I don't know which other vendors use the MTS network, but I heard Virgin and Koodoo. Not sure about Telus. Either way, it's time for me to stick with my vintage 2003 Nokia 2275, which is so old it's no longer supported by MTS's "Mobile Web", but at least their PAYG plan includes Voicemail and Call Display.   &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-5971341772790125039?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/5971341772790125039/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=5971341772790125039' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/5971341772790125039'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/5971341772790125039'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2011/02/telus-all-about-it.html' title='TELUS all about it!'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_0kGvKI_qN8k/TUoDDbhzrYI/AAAAAAAAAEk/JZF79nj1Q_I/s72-c/MTS-HSPA-2011-03-21.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-7741539012902142225</id><published>2011-01-23T12:41:00.000-08:00</published><updated>2011-01-23T13:28:38.601-08:00</updated><title type='text'>ereader and ebooks on OSX 10.4 PPC</title><content type='html'>Re.  popular thread &lt;a href="http://bookclubs.barnesandnoble.com/t5/NOOK-Apps-Technical-Support-iPad/Does-anyone-know-WHEN-the-powerPC-will-be-supported-for-ereader/m-p/482748/highlight/false#M315"&gt;"Does anyone know WHEN the powerPC will be supported for ereader?"&lt;/a&gt; at the Barnes and Noble web site, see &lt;a href="http://www.skyprod.net/pub/HintsAndTips/OSX/eReaders.html"&gt;this copy of my post today&lt;/a&gt; about fun times I have had reading, editing and creating various sorts of e-book on OSX 10.4 PPC.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-7741539012902142225?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/7741539012902142225/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=7741539012902142225' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/7741539012902142225'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/7741539012902142225'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2011/01/ereader-and-ebooks-on-osx-104-ppc.html' title='ereader and ebooks on OSX 10.4 PPC'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-5462850476976787447</id><published>2011-01-22T16:56:00.001-08:00</published><updated>2011-02-13T01:35:11.779-08:00</updated><title type='text'>TAKE BACK INDOLENCE</title><content type='html'>&lt;span class="Apple-style-span"   style="  line-height: 14px; font-family:'lucida grande', tahoma, verdana, arial, sans-serif;font-size:11px;"&gt;TAKE BACK INDOLENCE! DECLARE SUNDAY 23RD JANUARY 2011 WORLD'S FIRST DO NOT USE THE INTERNET DAY!&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-5462850476976787447?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/5462850476976787447/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=5462850476976787447' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/5462850476976787447'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/5462850476976787447'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2011/01/take-back-indolence.html' title='TAKE BACK INDOLENCE'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-3696231694779276395</id><published>2011-01-19T12:09:00.001-08:00</published><updated>2011-01-22T22:39:48.080-08:00</updated><title type='text'>Winnipeg Werewolf Wants Disposable Income</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.skyprod.net/~mcook/images/phase.FULL.USNO.gif"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 100px; height: 100px;" src="http://www.skyprod.net/~mcook/images/phase.FULL.USNO.gif" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Aoooww! I knew it was a full moon again when I woke up this morning and found the palms of my hands covered in a luxuriant growth of hair. It's a good job I don't have a girlfriend.  She'd've freaked right out. I think. Or maybe she'd find it a turn-on. Woof-woof!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_0kGvKI_qN8k/TTfJQYpme2I/AAAAAAAAAEY/FEobSNaROg0/s1600/werewolf.png"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 301px; height: 298px;" src="http://1.bp.blogspot.com/_0kGvKI_qN8k/TTfJQYpme2I/AAAAAAAAAEY/FEobSNaROg0/s400/werewolf.png" border="0" alt="" id="BLOGGER_PHOTO_ID_5564137147971566434" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The phone rang several times. My phone company is upgrading their voicemail service. I wonder if they are going to upgrade the cost as well.&lt;br /&gt;&lt;br /&gt;Then my dentist's office called to ask me to confirm my appointment tomorrow to get my FREE WARRANTY REPLACEMENT METAL CROWN  installed. You betcha! Aoooww!&lt;br /&gt;&lt;br /&gt;Then a East Indian-sounding gentleman called about my PC. He said it's running slow. I told him it wasn't. He rang off. He must've been disappointed. Or perhaps he was checking up on me.&lt;br /&gt;&lt;br /&gt;I applied for 3 more jobs today. That makes 4 so far this week, 11 in the last two weeks, 21 so far this month. Will that do? I'd sure like to get something going soon with that "disposable income"...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-3696231694779276395?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/3696231694779276395/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=3696231694779276395' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/3696231694779276395'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/3696231694779276395'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2011/01/werewolf-of-winnipeg.html' title='Winnipeg Werewolf Wants Disposable Income'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_0kGvKI_qN8k/TTfJQYpme2I/AAAAAAAAAEY/FEobSNaROg0/s72-c/werewolf.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-7509547467618769582</id><published>2011-01-18T15:17:00.000-08:00</published><updated>2011-01-24T01:53:20.655-08:00</updated><title type='text'>Facebook Blues</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://skyprod.net/~mcook/images/monitor2.bmp"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 155px; height: 145px;" src="http://skyprod.net/~mcook/images/monitor2.bmp" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;When asked why he had signed up on Facebook, the suspect replied: "Curiosity".&lt;br /&gt;&lt;br /&gt;When asked why he had so many friends on Facebook, the suspect replied: "It was peer pressure, honest".&lt;br /&gt;&lt;br /&gt;"So if all your friends decided to jump down a hole you'd follow them, would you?", scolded the officer.&lt;br /&gt;&lt;br /&gt;"What, like that girl who followed the rabbit, you mean? I don't know anybody called Alice."&lt;br /&gt;&lt;br /&gt;Outside the street made the sounds of traffic and light rain.&lt;br /&gt;&lt;br /&gt;"And what's with all this make up and that stupid hat you're wearing?", the officer asked again.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-7509547467618769582?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/7509547467618769582/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=7509547467618769582' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/7509547467618769582'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/7509547467618769582'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2011/01/facebook-blues.html' title='Facebook Blues'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-1536955782177999282</id><published>2010-12-05T22:50:00.000-08:00</published><updated>2011-01-18T15:16:53.419-08:00</updated><title type='text'>Hi my name's Mike and I'm calling on behalf of...  Click!</title><content type='html'>So after being gainfully unemployed for another period of about 3 months, at the end of October I got offered a job doing outbound telephone sales. This was something I had been hoping to avoid but since some yahoo creased the side of my car back in July I'd been thinking about getting a new paint job.  &lt;br /&gt;&lt;br /&gt;The new gig in Winnipeg's crumbling downtown Exchange District was very strange. We got eight days paid product and sales training before starting on the phones. The sales training involved product reviews, competition, scripts to follow, lots of role playing, how to get the customer's attention and personalize the call, how to handle objections and rebuttals, and finally how to deliver the "1-2-3 Punch!" to close. Ugh!  In 27.5 years at that li'l ol' computer company U-No-Hoo I managed to escape sales training completely. Ever since I had a summer job trying to sell Tominey's ice cream off a truck back in St.Albans I had this conviction that I'm definitely not a born salesman, plus I have this troublesome aversion to BS, as result of which - when exposed to it -  I get all squirly and will start swearing a lot. An old girl friend once referred to this as my "Tourette's syndrome". I like think of it more as a perfectly natural and reasonable reaction to toxic stimuli.  &lt;br /&gt;&lt;br /&gt;I still didn't get a flu shot this year, and everybody in our class got sick from Day 1. It started with the instructor, who was like a grown up Princess Jasmine, her self-admitted childhood heroine. Of East Indian descent, she is very tall and striking not least of all because of her clothes, like black leotard pants with a low cut top. Blimey! She is tall and full-figured, and I found her very intimidating. Indeed, just looking at her made me feel guilty. I am old enough to be her Grandpa! Anyhoo, as we finished up our third week on the phones, we were all getting better from our colds or else we already left. There were only 10 left out of a class of 23 the last time I checked.&lt;br /&gt;&lt;br /&gt;The first week was cold calls to former customers and folks who never had our client's products at all. We would try to get them to switch and sign up for product packages at about 55% of regular price. The "hook" was supposed to be showing them how much money we can save them in the promotional period: either six months or a full year. Most agents seemed to do at least 400 calls a shift and there were about 64 agents. We had a sales per hour target and it was quite small, by which I mean a number less than one.&lt;br /&gt;&lt;br /&gt;At the start of every shift we would get about a 1/2 hour motivational/informational session from the folks who run the place, including a strange "Marketing type" lady called Candace who dressed like Cruella De Ville from "101 Dalmations". For example she'd have a white faux ermine jacket over black pencil pants, or a black jacket covered in sequins, and always equally bad hair dyed ash-blonde, not even cut properly, short at the back and long in front, and otherwise all over the place. &lt;br /&gt;&lt;br /&gt;We got a low hourly wage plus commission per sale. Different incentives were offered every day. For example, on Thursdays we played Bingo! for cash prizes based on numbers of sales. If you did something special you might get a voucher for $5 or $10.  In my whole 6 weeks there I got one voucher but I never found out what it was for. We worked afternoons and evenings four days a week and all day Saturday which was supposed to be the best day for sales. I still don't understand that at all. Surely most working stiffs are way too busy on Saturdays driving their mini-vans to big box stores and suchlike. And why do people answer the phone when they are sleeping, eating, cooking dinner, watching a movie or you-know-what?  I almost never answer my phone, but then I don't have a family let alone any friends.   &lt;br /&gt;&lt;br /&gt;It was all rather pathetic because of the poor quality of the phone lists. We worked different lists all the time. The management types would hype each new list, like "I know we can be very successful with this new list, so let's go out there and make some money!". But most calls would be an immediate hangup or else you would get the answering machine. If you did get a real person, they would mostly be hostile or not interested, if not actually dead ("Mr. X passed away in 1991"), geriatric, employed by a competitor, on a contract, or - most embarrassing - if they had the client's products already.&lt;br /&gt;&lt;br /&gt;Often the decision maker is out of the residence and we would arrange for a call back. We would each call 200 to 300 numbers a shift. The actual dialing was  automated. The machine that did that would often go into slowdown or else crash completely, as often as three times in seven days. When that would happen we would all have to log out while it was fixed. Twice the network went down completely, like having no DNS.&lt;br /&gt;&lt;br /&gt;When we were calling it would be fast and brutal and you could get abused often. People can be so mean! Also grumpy, snarky, sarcastic, tricky, or even just plain rude, but then we were disturbing them at home. The bosses would rush about making sure potential sales were closed properly before being handed off to the order entry team. A scoreboard was kept. The top sellers were able to repeat, like getting 9 sales in a shift to my one, but everybody had bad days when they got 0.&lt;br /&gt;&lt;br /&gt;Pay arrived promptly from my staffing agency but the Account Manager there got kind of mad at me when I went home early sick once, plus I took a 1/2 day to attend an interview.  &lt;br /&gt;&lt;br /&gt;That's about all I can say about that right now. I didn't mention the cost of parking downtown, the absent state of cleanliness, or the fact that we do not have keys to the bathroom, which drives the ladies from my class totally nuts.&lt;br /&gt;&lt;br /&gt;I guess getting some other job training would be a good thing. I heard you can get the government to cover quite a bit of it but one might have to pay some fees up front, and I guess you also have to complete the course. Better check the state of my piggy bank. I could become a truck driver, carpenter, cook, accounting type, or heaven knows what. Grey power!  &lt;br /&gt;&lt;br /&gt;It's certainly true that not working can get to be a bad habit, especially when living alone. Having a job does afford one a certain structure. I don't like this one but I'll try to stick with it if I can stand it.  My car's being fixed and they're taking forever to do it.  Meanwhile I have a rental and insurance will only pay part of it. I need the extra dough.&lt;br /&gt;&lt;br /&gt;Since getting laid off in March I cut back a lot on beer (totally), food, magazines, books, eating out and going to the movies.  There's not much left to cut in the expense department now other than tobacco, TV, Internet, car and rent. I guess I could move to the woods and live in a little A-frame hut like Ted Kozynsky. Good thing I don't feel angry at the system. I bought some bus tickets but I haven't tried them out yet. Old habits die hard.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-1536955782177999282?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/1536955782177999282/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=1536955782177999282' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/1536955782177999282'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/1536955782177999282'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2010/12/hi-my-names-mike-and-im-calling-on.html' title='Hi my name&apos;s Mike and I&apos;m calling on behalf of...  Click!'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-1639579828135901537</id><published>2010-10-17T00:42:00.000-07:00</published><updated>2012-01-10T06:48:32.581-08:00</updated><title type='text'>Mac Start Button Redux</title><content type='html'>Way back in 2007 I wrote MacStart, an Applescript program to scan the program folders on my Mac Mini PPC OSX 10.4.11 and pop up a list of applications with a single mouse click.&lt;br /&gt;&lt;br /&gt;I've used MacStart quite a lot and recently I packaged MacStart Version 1.3.2 with some improvements.&lt;br /&gt;&lt;br /&gt;Here's what it looks like:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.skyprod.net/pub/Programs/MacStart/MacStart.V1.3.2/MacStart.V1.3.2.ScreenShot.jpg"&gt;&lt;img alt="" border="0" src="http://www.skyprod.net/pub/Programs/MacStart/MacStart.V1.3.2/MacStart.V1.3.2.ScreenShot.jpg" style="cursor: hand; cursor: pointer; float: right; height: 525px; margin: 0 0 10px 10px; width: 840px;" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;As you can see I have a spiffy-looking MacStart icon in my Dock and on the Desktop, plus you can see the program selection menu showing all of my applications.&lt;br /&gt;&lt;br /&gt;MacStart runs fast. Go &lt;a href="http://skyprod.net/pub/Programs/MacStart/"&gt;here&lt;/a&gt; to download the MacStart.1.3.2.dmg file and try it out for yourself.  Don't forget to grok the &lt;a href="http://skyprod.net/pub/Programs/MacStart/MacStart.V1.3.2/MacStart.V1.3.2.README.txt" target="_blank"&gt;README&lt;/a&gt; file first!  You may need to recompile the script for your system.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-1639579828135901537?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/1639579828135901537/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=1639579828135901537' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/1639579828135901537'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/1639579828135901537'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2010/10/mac-start-button-redux.html' title='Mac Start Button Redux'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-3562164672782140358</id><published>2010-10-11T11:25:00.000-07:00</published><updated>2010-10-11T12:00:14.316-07:00</updated><title type='text'>Work At Home!</title><content type='html'>So I spent a while getting my 2007 Acer T180 Win Vista SP1 ready to do some testing to see if it would qualify for a "Work At Home" job offered by a former employer.&lt;br /&gt;&lt;br /&gt;I must've spent hours shopping for one of the recommended USB headsets.  I ended up with a Cyber Acoustics AC-850 USB headset $44.99 from the Staples store down on Pembina Highway.  It's supposed to work with Vista and OSX 10.4.  Altho' the packaging doesn't also say Windows 7, OSX 10.5, or even OSX 10.6, I assume none of these will be a problem if I ever get there.&lt;br /&gt;&lt;br /&gt;After finding out how to open the plastic bubble packaging without destroying it,  I could plug in the headset.  I had to set the right recording and sound devices in Vista's Control Panel, and experiment with the recording and playback volume levels.  It took me six attempts  at doing a test sound recording before I was able to hear the sound of my own voice. After not working with Windows for a good while, I must be getting slow.  The headset seemed to pass Haupage's online voice quality tests, altho' only with moderate scores using MTS's "Lightning" DSL plan:&lt;br /&gt;&lt;br /&gt;  - Link speeds to Jacksonville, Fla.: 2.63 Mbps download / 0.72 upload / ping 105 ms&lt;br /&gt;  - Voice quality testing scores to Cincinnati: 3.1 for high voice quality, score for conserved bandwidth 4.1.&lt;br /&gt;&lt;br /&gt;I had already decided to skip Vista SP2 for the PC tests. I spent more time checking my AVG Free Anti-Virus was updated, checking Windows firewall settings, setting a trusted site in IE7 (I know, I know), and finally doing Permits in Windows Defender before the PC tests would run successfully.&lt;br /&gt;&lt;br /&gt;Finally, my equipment seemed to have passed all the tests, and I moved on to Apply for a position.  Too bad.  There aren't any.  They must have already been filled.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-3562164672782140358?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/3562164672782140358/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=3562164672782140358' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/3562164672782140358'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/3562164672782140358'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2010/10/work-at-home.html' title='Work At Home!'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-7964117607399930227</id><published>2010-05-25T02:27:00.000-07:00</published><updated>2011-01-19T18:00:04.303-08:00</updated><title type='text'>Mmmm! MVS!</title><content type='html'>So there I was reminiscing with a former call center colleague about the "good old days" when 1MB of RAM was considered very large and computers were the size of a whole room, plus they had to have a big Leibert box nearby, with a water chiller in the next room and a condenser on the roof.&lt;br /&gt;&lt;br /&gt;I was so overcome with nostalgia that just the other day I reinstalled &lt;a href="http://www.bsp-gmbh.com/turnkey/"&gt;Turnkey MVS under Ubuntu&lt;/a&gt; and even dusted off some assembler programs and got them working. You gotta love JCL!&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://skyprod.net/%7Emcook/MVS/mvs38j.Screenshot.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 840px; height: 525px;" src="http://skyprod.net/%7Emcook/MVS/mvs38j.Screenshot.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;!-- &lt;br /&gt;My Top 10 'puter Mistakes Ever&lt;br /&gt;&lt;br /&gt;Memories came flooding back, and it prompted me to make this list of the ten silliest things I've ever done in my career:   1) Deleted the entire Order/Equipment/Inventory database during prime shift when it was not in use.  Solution: restored the latest backup before evening production start.  2) Left logging running on UNIX test machine at a certain government agency.  Solution: accepted snarky phone calls from their Sysadmin and the salesman.  3) Told JES2 to flush it's work queue at MVS/XA system startup.  Solution: endured the ire of the real computer operator who then resubmitted all the jobs.  4) Miscoded RACF system exit allowing any job to run with full system authorization by default.  Solution: after two years, shrug.  5) Left pager turned off while on a yacht during live data center migration.  Solution: another colleague also on call fixed the bug, and I enhanced my reputation as a cowboy.  6) Forgot to recreate the link pack area on MVS/XA after updating PL/I run time libraries.  Solution: endured the ire of colleague called in to fix it after I left.  7) Deleted /etc from test system during a class.  Solution: reinstalled AIX.  8) Forgot how to exit vi.  Solution: reviewed man page after abandoning test session in embarrassment.  9) Deleted  Linux kernel file from own test machine.  Solution: reinstall Linux.  10) Reinstalled Red Hat 6.0 on  my own test machine and forgot to apply security fixes. Solution: reinstalled Red Hat with the fixes after getting rooted. --&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-7964117607399930227?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/7964117607399930227/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=7964117607399930227' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/7964117607399930227'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/7964117607399930227'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2010/05/my-top-10-puter-mistakes.html' title='Mmmm! MVS!'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-3057808437605657310</id><published>2010-05-18T19:00:00.000-07:00</published><updated>2010-06-06T20:22:16.165-07:00</updated><title type='text'>Giving freebies</title><content type='html'>I love it when people find out what I do for a living and then they immediately say s.t. like "maybe you could come round and fix my computer for me". Were they just waiting to meet someone like me that they could ask?  How long has the problem needed attention? Usually I find that if I say "Well, it's $150 an hour, minimum four hours" they change the subject.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-3057808437605657310?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/3057808437605657310/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=3057808437605657310' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/3057808437605657310'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/3057808437605657310'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2010/05/giving-freebies.html' title='Giving freebies'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-4082438800682800267</id><published>2010-04-15T19:17:00.000-07:00</published><updated>2010-06-06T15:13:08.937-07:00</updated><title type='text'>Reaching out</title><content type='html'>Having been "let go" from &lt;span style="font-style: italic;"&gt;"mah call senner jeobyh"&lt;/span&gt; at the end of March,  I disappeared into some kinda pipe full of trips to the beer store and examination of finances, punctuated by lots of sleeping, several nightmares, online job application sessions, and so on.  Life is never boring.&lt;br /&gt;&lt;br /&gt;Three weeks into this Hell, my buddy Andrew sent me a "How are you?" and it prompted me to set up a Google group &lt;a href="http://groups.google.com/group/chn-survivors"&gt;http://groups.google.com/group/chn-survivors &lt;/a&gt;which I shall dutifully moderate.  Here's what I wrote back:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Since leaving &lt;/span&gt;&lt;span style="font-style: italic;"&gt;&lt;/span&gt;&lt;span style="font-style: italic;"&gt; on 23rd March I got seriously drunk several times, slept a great deal and even tried to get some exercise.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Mostly I get up around noon, drive up to Notre Dame and McPhillips [here in Winnipeg] and have lunch at the new Young's (Chinese) supermarket there. You can get a 3-selection combo for $4.99, or dim-sum for $3.49 per tray. It's good, and the store is like Aladdin's cave! After that, I try to take a walk before picking up cigarettes and beer.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Since December I put out 22 job applications, mostly in March/April, and mostly for Help Desk/Call center type of  stuff, but basically just about anything I figure I "could do" or that looks interesting. I'm staying away from jobs that require me to be able to lift heavy weights, for example Fedex, also from anything that seems to be sales orientated or looks like a scam.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;I had a total of five callbacks: one we decided I don't know their application well enough, one I argued with the headhunter 'cos she wanted me to start before the client can run all their checks (which would wreck your EI claim), one from a headhunter who wanted to talk about my resume and what I might like to do but he seems to have gone AWOL since (What did I say?), one from an agronomist who it turns out was really looking for a hot shot programmer,  one from a call center where they want me to go in for interview next Tuesday. So, thus far I have got 3 in-person interviews out of 22 applications.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Mainly I'm going thru &lt;/span&gt;&lt;a style="font-style: italic;" href="http://workopolis.com/" target="_blank"&gt;workopolis.com&lt;/a&gt;&lt;span style="font-style: italic;"&gt;  (search for jobs in Winnipeg, MB)  or &lt;/span&gt;&lt;a style="font-style: italic;" href="http://jobbank.gc.ca/" target="_blank"&gt;jobbank.gc.ca&lt;/a&gt;&lt;span style="font-style: italic;"&gt;.  Other sites I check every few days are &lt;/span&gt;&lt;a style="font-style: italic;" href="http://mbjobs.ca/" target="_blank"&gt;mbjobs.ca &lt;/a&gt;&lt;span style="font-style: italic;"&gt;and &lt;/span&gt;&lt;a style="font-style: italic;" href="http://monster.ca/" target="_blank"&gt;monster.ca&lt;/a&gt;&lt;span style="font-style: italic;"&gt;. I hate  working on resumes but by now I worked it over 3 times.  If you can stand to do it, it seems best to customize your resume and cover letter for each online application,&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;I am now at a sort of "tipping point" where I have to start to raid savings to pay bills. Also, expect new credit to be hard to get these days.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Other than that, I watched WAY too much TV, reinstalled some tech writing tools on my Mac, did a small amount of Spring cleaning, and checked out my wardrobe (nothing fits any more).  I also had a few "synchronistic" meetings with acquaintances on the street, talked to my accountant, went to a social at The Pyramid last Saturday, and won a $250 pre-paid Mastercard with MTS.  How did they know I needed the money?&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-4082438800682800267?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/4082438800682800267/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=4082438800682800267' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/4082438800682800267'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/4082438800682800267'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2010/04/reaching-out.html' title='Reaching out'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-4645314945463877454</id><published>2010-04-01T02:05:00.000-07:00</published><updated>2010-06-06T14:48:53.687-07:00</updated><title type='text'>And so it goes ...</title><content type='html'>Ya, so I got MONA the Mac Mini back from MacHelper (&lt;a href="http://machelper.com/"&gt;http://machelper.com&lt;/a&gt;) a few weeks back. All good except they didn't set up the primary Admin user as requested ("michael" instead of "mcook").&lt;br /&gt;&lt;br /&gt;They didn't install Xcode or X11 either, but then I hadn't asked them to.  Having restored my .tar backups and installed the latest version of Open Office I was off and flying.&lt;br /&gt;&lt;br /&gt;Just in time to get unemployed from  &lt;span style="font-style:italic;"&gt;"mah cawull senner jeyobh"&lt;/span&gt;  on March 26th. Now it can be told. After 17 weeks notice it was a huge relief to finally get out of there.  No more &lt;span style="font-style:italic;"&gt;"Thuh Innerneyut is deowwnh"&lt;/span&gt;, &lt;span style="font-style:italic;"&gt;"My wireless doesn't work"&lt;/span&gt;, and so on.  I'd been there six years and almost three months.  It was good in parts while it lasted. After starting at $10.00 CAN hourly I was up to $12.51,  which is almost good money hereabouts, where you can drive up to Young's Supermarket and get a 1+3 combo lunch for only $4.99, or catch a matinee at Cinema City for only $1.50.&lt;br /&gt;&lt;br /&gt;So now, at the tender age of 63, I am back on the job market. Alas, I still have bills to pay, a car loan and other "debts no honest man can pay", to quote Bruce Springsteen.  Various options present themselves: for example I could move to Goa, Nigeria or Vietnam and become "Misstah Kurtz".  Then there is the "clothes on the beach" option, or the "nuclear option" where I liquidate all my savings and kill all my debts and live like a student for the rest of my life. Getting another job almost seems like less hassle.  I am thinking about outside work. Maybe do some driving or work as a car jockey or something. On the other hand I have all these other skills and experience and maybe I can dust all that off and get a &lt;span style="font-style:italic;"&gt;"real job"&lt;/span&gt;.  &lt;br /&gt;&lt;br /&gt;After doing phone tech support for a while, it's odd how your mind gets to working certain grooves. One time I found myself waking up at 3 a.m. saying "Thanks for calling Home Networking", and I have had dreams about things like Windows 7 not working with Citrix, and the folks who call you up from the bar 'cos their credit card machine has stopped working (check with your Point of Sale vendor about what to do in this situation).&lt;br /&gt;&lt;br /&gt;A lady invited me to meet her but I slept right through the call.  It's funny how different  lines accumulate, such as : "I want you to rescue me", "I want you to come and feed me chicken soup","I want you to move in with me", "I feel like committing ..."&lt;br /&gt;&lt;br /&gt;The other day a different lady invited me to go to a meeting at an hotel.  Would I like to learn how to make money by working at home? I checked out my wardrobe and nothing much seemed to fit any more, but I went any way.  Well dressed or not, I can make pretty lively small talk, and this is The West after all.  In short order several different people asked me where I come from, how long have I been in the country, where do I work and so on.  One guy asked me if I was well-known Winnipeg criminal lawyer (I'm not, we just share the same name), also that I shouldn't apply for a job at the car wash as I might be the wrong color (looking over his shoulder and sneering at a visible minority group nearby). The main speaker started by popping some pills and saying "Drugs!" while washing them down with an energy drink.  It was all downhill from there on.  For example, I  didn't know that the world is run by seven families.  Who'd'a thunk it?  They must be totally stressed. It was a lackluster crowd, and my bum went to sleep after an hour of the speaker's repetition, so I got up and left, and was embarrassingly enough actually chased to the door by my inviter.  Whew!  for a moment there I thought I might get kidnapped. At least parking was free.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-4645314945463877454?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/4645314945463877454/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=4645314945463877454' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/4645314945463877454'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/4645314945463877454'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2010/04/and-so-it-goes.html' title='And so it goes ...'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-2446719485253297450</id><published>2010-02-01T14:49:00.000-08:00</published><updated>2010-02-01T15:17:54.231-08:00</updated><title type='text'>"European passport holders"</title><content type='html'>So, this cat Mahmoud al-Mabhouh was "murdered by a professional criminal gang which followed him to [Dubai]", according to police there.&lt;br /&gt;&lt;br /&gt;Well, it seems like he was a pretty bad dude himself , but "anybody's death diminishes me ", and as a soon-to-be unemployed 63-year old I don't take kindly to being diminished, so here goes ...&lt;br /&gt;&lt;br /&gt;I'm amazed at how many people call each other "brother" these days.  To me, a brother would be a male child born of the same mother. For example, I was my sister's brother until she died, but my mother only had two kids, so I never had a "brother". Geddit? I ain't got no "brother" in this world, and I never did have one neither. You ain't my freakin' brother, Dude!&lt;br /&gt;&lt;br /&gt;It's all so emotional. All this obligatory rhetoric about brothers and sisters in the media.  How they  scream "Revenge!"&lt;br /&gt;&lt;br /&gt;On the other hand (from the BBC): "Dubai police chief Dhahi Khalfan Tamim also fuelled speculation of Israeli involvement: 'I cannot rule out the possibility of Mossad [Israeli secret service] involvement in the assassination of Mabhouh,' he told al-Jazeera television."&lt;br /&gt;&lt;br /&gt;Yeah, but maybe the spastic lady down my corridor here in Winnipeg did it.  I didn't see her for several days.  Maybe she did JFK and Patrice Lumumba and Olaf Palme too.  What a cover!  But who can be REALLY SURE?&lt;br /&gt;&lt;br /&gt;Please can we all get along for a freakin' change?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-2446719485253297450?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/2446719485253297450/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=2446719485253297450' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/2446719485253297450'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/2446719485253297450'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2010/02/european-passport-holders.html' title='&quot;European passport holders&quot;'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-8174501844664904129</id><published>2010-01-13T17:01:00.000-08:00</published><updated>2010-06-06T15:06:07.984-07:00</updated><title type='text'>Mac mini redux</title><content type='html'>So, December 13th, my Mac Mini G4 (late 2005) started to give weird XML  error messages in the Console log from both iCal and Safari.  Then it  started running slow, and every minute and a half  it would clock an IO  error on the hard drive.&lt;br /&gt;&lt;br /&gt;I couldn't run the install CD to do  Apple diagnostics 'cos the CD-RW/DVD-R Combo drive was also shot. No  easy fix with canned air this time!&lt;br /&gt;&lt;br /&gt;A few weeks later, I did an  OSX re-install over the network using TFTP and NFS from my Linux box.  (Feel free to ask me how: it took a while to research it and set it up.)   Same problem though.&lt;br /&gt;&lt;br /&gt;Evetually, having broken the Combo  connector on the I/O riser card, I gave up DIY repairs and took the  beast to MacHelper.&lt;br /&gt;&lt;br /&gt;Three weeks of anxiety later, and they just  called me and gave me a price: $263 CAN for a new riser card, plus new  Apple Combo drive, plus warranty replacement of 160GB Seagate hard  drive.&lt;br /&gt;&lt;br /&gt;I said "Yes".&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-8174501844664904129?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/8174501844664904129/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=8174501844664904129' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/8174501844664904129'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/8174501844664904129'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2010/04/mac-mini-redux.html' title='Mac mini redux'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-8951656864115228611</id><published>2009-10-27T01:29:00.000-07:00</published><updated>2010-04-17T12:13:27.281-07:00</updated><title type='text'>Wot?  Me a whistle blower?</title><content type='html'>&lt;p&gt;&lt;br /&gt;We had a small debate at work yesterday about folks who come in sick despite the general health warning to stay at home if suffering "flu-like symptoms".&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;H1N1 flu having been declared a national emergency in the US, the the guidance - at least the guidance from CDC - was recently updated to recommend staying away for 7 days or until at least 24 hours after fever has subsided.  Here in Canada we do not have a "national emergency" declared as such, and the Public Health Agency of Canada &lt;a href="http://www.phac-aspc.gc.ca/alert-alerte/h1n1/fs-fr_h1n1-eng.php"&gt;&lt;i&gt;says&lt;/i&gt;&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;i&gt;Contagiousness&lt;/i&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;i&gt;More research is being done on how long a person can be infectious (be able to spread the virus to others), but it is believed that this period is for one day before the onset of symptoms and continues for approximately seven days after symptoms have started.The time it takes between being infected and experiencing symptoms is between two and seven days.&lt;/i&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;i&gt;Treatment&lt;/i&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;i&gt;If you get flu-like symptoms and are otherwise healthy, you should stay home to recover. If your symptoms worsen or you experience difficulty breathing or serious shortness of breath, it is important to seek medical attention.&lt;/i&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;This is all very well (no pun intended), but where I work most people have already used up their quota of "Personal Days" for the year. This is paid time off you can take at short notice for being sick, going to see the doctor or dentist, going to a funerals, etc. Otherwise we work to a schedule set three weeks in advance.&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Also, many of my co-workers depend entirely on their call center income (between $10 and $15 an hour) and simply can't afford to take time off. Added to which absences count against your "scorecard", which among other things may determine which hours you get scheduled. You get 1/4 of a point against you for being more than 4 minutes late, 1 point if you take a whole day off (2 points if you don't call in), and if you accumulate 12 points your job is on the line. Now, do I need to mention the bus service? We operate 7/24, and this is not Stockholm.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;No doubt those worthy HR folks are wondering what they should do.  Well, how about not awarding points for absence if you can get a doctor's note during the flu season?  Otherwise people are actually under pressure to show up anyway.  Who's gonna send them home?&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Wot? Me a whistle-blower?  Who knew?&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Alas!  I am my mother's son.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-8951656864115228611?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/8951656864115228611/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=8951656864115228611' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/8951656864115228611'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/8951656864115228611'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2009/10/wot-me-whistle-blower.html' title='Wot?  Me a whistle blower?'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-1882857760941620159</id><published>2009-10-21T01:45:00.000-07:00</published><updated>2009-10-21T02:19:30.032-07:00</updated><title type='text'>Duh? **3</title><content type='html'>Well, today - in a fit of hyper-cleanliness - I managed to vacuum up my 4GB SanDisk thumb drive, and now I am going to have to disassemble my old Hoover "K" series, and delve into the contents of the bag in order to retrieve it.  I'm sure it will still work tho'.&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Another "Duh?":  on my Mac Mini OSX 10.4.11 /var/log/daily.out shows /etc/daily running TWICE daily.  It seems that in /etc/periodic/daily there is a file 500.daily.applesaved as well as just 500.daily .  Who knew?  Shouldn't Apple's Software Update fix that for me? (I already know the answer: this was DONE by the OSX 10.4.11 update!).&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Meanwhile, "Mah cawull senner jeobyeh" seems like it's finally about to fold.  They closed the cafeteria a week ago, so now  you have to "brown-bag" it.  This saves me a bundle and I am losing weight fast.  I volunteered for the "Early Termination Fee", but it turns out that is something else. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Right now we are STILL working on my "Average Handle Time".  Our department does what is allegedly paid support for folks who lease wireless equipment from us.  As in: "I'm very sorry, but having your OWN router disqualifies you." Despite being "Tier 2" (which means that customers can't call us directly), we are supposed to achieve an average of 825 seconds for each call.  Yeah, right!&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;"Hi my name is Gwen: I am 64 years old and partly deaf and NONE of my FOUR wireless PC's can connect. No I don't know my WEP key or my wireless network name. What version of   Windows am I running ?  I don't know.  What do I do to bring up the list of available wireless networks?  Oh, I just click on Internet Explorer.  Oh yes, we did have a  power outage last night."&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Need I say more?  &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;   &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-1882857760941620159?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/1882857760941620159/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=1882857760941620159' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/1882857760941620159'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/1882857760941620159'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2009/10/duh-3.html' title='Duh? **3'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-3190743834911556147</id><published>2009-09-19T10:09:00.000-07:00</published><updated>2009-09-19T10:28:32.069-07:00</updated><title type='text'>Rosh Hashana</title><content type='html'>I am from East Scottish coal mining stock and my family background is Presbyterian, but it did not include much in the way of traditional religious observance. Most of my uncles were card-carrying Communists, strictly about christenings, weddings, and funerals.  The word "God" was mentioned quite a lot, but rarely in a prayerful context. Our family bible was most often used as a missile. Alas!   &lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;So it was with mixed feelings that just now at noon I heard three long sounds, and realized it was one of my neighbours sounding a &lt;i&gt;shofar&lt;/i&gt;.  It's good to know there are still folks out there who follow their traditions.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;I wish everybody &lt;span class="Apple-style-span" style="font-family: sans-serif, serif; font-size: 13px; line-height: 19px; "&gt;&lt;i&gt;"Shana Tova Umetukah"&lt;/i&gt;  -- "A Good and Sweet Year."&lt;span class="Apple-style-span" style="font-family: Georgia, serif; font-size: 16px; line-height: normal; "&gt;   &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-3190743834911556147?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/3190743834911556147/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=3190743834911556147' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/3190743834911556147'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/3190743834911556147'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2009/09/rosh-hashana.html' title='Rosh Hashana'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-6008805527903776796</id><published>2009-09-17T02:28:00.000-07:00</published><updated>2009-09-17T02:32:05.807-07:00</updated><title type='text'>Com-freakin-tastic</title><content type='html'>So this lady calls me up at work.  She spoke to FOUR previous agents.  We soon figured out that her computer wasn't plugged in to her modem. We plugged it in, I reset the modem, and she rebooted her PC.  Then she was back online.&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;FOUR previous agents?&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Am I good, or what?  &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-6008805527903776796?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/6008805527903776796/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=6008805527903776796' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/6008805527903776796'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/6008805527903776796'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2009/09/com-freakin-tastic.html' title='Com-freakin-tastic'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-7922816329515973247</id><published>2009-09-17T01:49:00.000-07:00</published><updated>2009-09-17T02:35:20.145-07:00</updated><title type='text'>Death Panel for Mama</title><content type='html'>It was late October, 2004. The phone rang about 15:00. I had the day off from my call center job. I was sitting in my skivvies at my computer, drinking beer and reading the news. &lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Ma had been in care since the Spring of 1998.  She'd been a teacher all her life, and her monthly income was about 850 pounds (UKL). She had 16,000 pounds net worth including whatever was left of my father's savings. She enjoyed robust good health 1981-1998, but then she got a UTI, the drugs for which upset her stomach, and she started living on just tea and biscuits. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Getting weak, she started to fall down a lot, and every time she'd fetch up in the hospital she'd go completely nuts. And I do mean psychotic. Later, a social worker told me she'd been self-medicating with uppers and downers including Valium. She had been getting prescriptions from four different doctors. It did not seem that surprising to me that whenever she was cut off she'd go crazy.  They call that "dementia".  &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;When Ma went into managed care in 1998 her income went up by 60% due to all the subsidies she was now eligible to receive. Hertfordshire Social Services didn't touch her savings, but if she had owned a house she would have lost it.    &lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Fast forward to 2004.  The doctor came on the line from the hospital in Hemel Hempstead.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;"If your mother goes into cardiac arrest, what should we do?" &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;"Well, she's been a regular customer of yours for the last six years and she's always telling people that she doesn't want to live any longer.  I think we should just let her go".&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;That was the end of that. &lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-7922816329515973247?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/7922816329515973247/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=7922816329515973247' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/7922816329515973247'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/7922816329515973247'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2009/09/death-panel-for-mama.html' title='Death Panel for Mama'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-2196793882597716994</id><published>2009-05-28T22:53:00.000-07:00</published><updated>2009-05-29T01:44:24.028-07:00</updated><title type='text'>In Memoriam: Bob Collens</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_0kGvKI_qN8k/Sh-beSWey3I/AAAAAAAAACg/ndqYF1ei_r8/s1600-h/IMG_2290.JPG"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 320px; height: 240px;" src="http://1.bp.blogspot.com/_0kGvKI_qN8k/Sh-beSWey3I/AAAAAAAAACg/ndqYF1ei_r8/s320/IMG_2290.JPG" border="0" alt="" id="BLOGGER_PHOTO_ID_5341158627709209458" /&gt;&lt;/a&gt;&lt;span class="Apple-style-span"  style=" ;font-family:Times;"&gt;&lt;p&gt;&lt;span class="Apple-style-span"  style=" ;font-family:arial;"&gt;Bob Collens (Robert John Collens, 12/31/1947-5/24/2009) was a man I got to know and spend some time with in 2007. He introduced himself to me one day and before long we were talking about common interests and experiences we had. Bob only had partial use of a car at the time and used to spend a lot of time alone. We used to go out driving to various parks in the Winnipeg area, eat out, and go to movies and stuff. Along the way, we shared each other's life stories, quite a few laughs, and we talked about an astonishingly wide range of subjects including: cars, computers, fear, our families, hydrogen cars, politics, recovery, religion, terror, therapy, the women in our lives, and much else. Bob was a gentle friend and support.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;After a while all friendships change and I didn't see Bob at all in the last year or so. It was with much sadness I heard he had passed away after a short illness. Due to my own failure to keep in touch, I never got to say goodbye.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;My best memories of Bob are:&lt;/span&gt;&lt;y 23ul=""&gt;&lt;/y&gt;&lt;/p&gt;&lt;li&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;The way he stuck his hand out to greet me the first time he introduced himself. I would never have done that myself.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Watching the amazed look on his face as he fed the chickadees at Bird's Hill Park on a winter's afternoon. He got five landings on his hand, and I got one.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Car shopping with Bob: we looked at everything on four wheels.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Bob eating a chocolate eclair from DeLuca's.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Bob &lt;a href="http://m06orama.blogspot.com/2007/08/um-mac-crackin-and-several-other-rash.html"&gt;holding my vacuum cleaner&lt;/a&gt; and responding to my calls for "Suction!" when I was cleaning my Mac Mini to upgrade the memory.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Bob reacting to various things, including chickadees, chocolate eclairs, ice cream, and driving my car.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Bob being thoughtful and pensive.&lt;/span&gt;&lt;/li&gt;&lt;p&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Rest in peace, Bob.&lt;/span&gt;&lt;/p&gt;&lt;hr /&gt;&lt;p&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;You can see some pictures of Bob on this &lt;/span&gt;&lt;a href="http://www.flickr.com/photos/mcook49b/sets/72157618934484054/"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;slideshow&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;.  &lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-2196793882597716994?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/2196793882597716994/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=2196793882597716994' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/2196793882597716994'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/2196793882597716994'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2009/05/in-memoriam-bbob-collens.html' title='In Memoriam: Bob Collens'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_0kGvKI_qN8k/Sh-beSWey3I/AAAAAAAAACg/ndqYF1ei_r8/s72-c/IMG_2290.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-8195243385460465545</id><published>2009-04-27T01:26:00.000-07:00</published><updated>2009-04-29T13:03:37.119-07:00</updated><title type='text'>I never said she stole my money</title><content type='html'>Re. &lt;a href="http://www.nytimes.com/2009/04/27/technology/27jeopardy.html?_r=1&amp;amp;hp"&gt;This article in the NY Times&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;'For example, the sentence “I never said she stole my money” can have seven different meanings depending on which word is stressed.'&lt;br /&gt;&lt;br /&gt;Are you freakin' kiddin' me?&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Get over it: life is already &lt;span style="font-style: italic; "&gt;WAY&lt;/span&gt; too complicated.&lt;br /&gt;&lt;br /&gt;For a start, it means: “I never said she stole my money”&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Or, you &lt;i&gt;can&lt;/i&gt; emphasise as follows:&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;I&lt;/span&gt; never said she stole my money&lt;br /&gt;I &lt;span style="font-weight:bold;"&gt;never&lt;/span&gt; said she stole my money&lt;br /&gt;I never &lt;span style="font-weight:bold;"&gt;said&lt;/span&gt; she stole my money&lt;br /&gt;I never said &lt;span style="font-weight:bold;"&gt;she&lt;/span&gt; stole my money&lt;br /&gt;I never said she &lt;span style="font-weight:bold;"&gt;stole&lt;/span&gt; my money&lt;br /&gt;I never said she stole &lt;span style="font-weight:bold;"&gt;my&lt;/span&gt; money&lt;br /&gt;I never said she stole my &lt;span style="font-weight:bold;"&gt;money&lt;/span&gt;&lt;div&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;But are these guys messed up, or what? &lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;For example, what about: &lt;b&gt;I never said she stole my &lt;/b&gt;&lt;span&gt;&lt;b&gt;money&lt;/b&gt;?  They can't count: we're up to nine variations already.&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;br /&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;And consider the &lt;i&gt;au contraire&lt;/i&gt; case: &lt;span class="Apple-style-span" style="font-weight: bold; "&gt;"My assistant always refused to mention in her e-mails that I had given him the Lamborghini."&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;You get the idea.  What really is "emphasis"?&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;It seems that one man's "emphasis" is another man's denial.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Remember that when you are next in court.&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-8195243385460465545?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/8195243385460465545/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=8195243385460465545' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/8195243385460465545'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/8195243385460465545'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2009/04/re.html' title='I never said she stole my money'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-1210443216855053940</id><published>2008-11-08T02:26:00.000-08:00</published><updated>2009-04-29T12:52:46.884-07:00</updated><title type='text'>In the country of the blind</title><content type='html'>You are in the call center.  You are on your own.   Just you, a headset, a phone, a computer, and the clock.&lt;br /&gt;&lt;br /&gt;The phone  rings.&lt;br /&gt;&lt;br /&gt;&lt;i&gt; "Thuh Inner-nayt is de-uh-own"&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;"No it isn't.  Just restart your modem and your router. See?"&lt;br /&gt;&lt;br /&gt;The phone  rings again.&lt;br /&gt;&lt;br /&gt;&lt;i&gt;"I forgot my WEB KEY". &lt;/i&gt;&lt;br /&gt;&lt;br /&gt;"Let me show you how to sign into your router to get your key."&lt;br /&gt;&lt;br /&gt;&lt;i&gt;"Why do we have to go through all this? Why can't you just tell me my WEB KEY"&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;"Because it's only stored on your router".&lt;br /&gt;&lt;br /&gt;&lt;i&gt;"What's a router?"&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;Education starts with knowing that you don't know the answer to something, then asking a question, then listening to what you get back, and so on.&lt;br /&gt;&lt;br /&gt;It helps if you have attention span and you can read and are able to follow up on the answers that you receive.&lt;br /&gt;&lt;br /&gt;In the country of the blind the one-eyed man is king.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-1210443216855053940?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/1210443216855053940/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=1210443216855053940' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/1210443216855053940'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/1210443216855053940'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2008/11/in-country-of-blind.html' title='In the country of the blind'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-1020386353738391728</id><published>2008-07-12T23:58:00.000-07:00</published><updated>2009-04-29T12:58:45.840-07:00</updated><title type='text'>Why do we have to restart routers?</title><content type='html'>1) Most retail or ISP "home networking" routers are built to a low, low price, and you only get what you pay for.&lt;div&gt;&lt;br /&gt;2) The router OS usually does not include (e.g.) a cron job to reboot regularly to force automatic cleanup of queues, etc. Some customers would like this, but it might be considered disruptive, so it's avoided.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;3) Even if the manufacturer's power supply is robust, they are often mismatched, whether by ISP techs or home owners, and this causes all sorts of problems including overheating and frequent router resets.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;4) [Name of ISP withheld] guidance is NOT to plug an integral modem/router into a power bar or surge protector if possible, since this is supposed to help avoid the problem of the router resetting itself to factory defaults due to a "power surge" (supposedly caused by: lightning, "storm surge", brown-out, or power cut). This mainly affects wireless clients, since customization (SSID, WEP or WPA) gets lost, and you end up with a house full of "wireless orphans".&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Rightly or wrongly, many High Speed Internet customers seem to be under the impression that their service is supposed to be up and available ALL the time. Looking at their monthly tariffs (often $50 per month or higher) this is not unreasonable, whereas - in practice - most residential Internet equipment (modems and routers) is subject to various additional upstream issues including line breaks, cable head end restarts, upstream router restarts, name server switching (?), and all sorts of other issues I don't even know about. In this environment, having to restart FIRST the modem, and THEN the router cleans up more than 50% of all "can't connect" scenarios, and - these days - you often do NOT have to restart the computers as well.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;This simple information is not known by the majority of consumers, especially those whose own sense of "entitlement" gives them the mindset to get on the phone and be sarcastic (or worse) at the first sign of any disruption to their (residential) service, "because I work from home", etc. Arguably, MOST router restarts are requested by ISP tech support folks while trying to do basic cleanup as a prelude to other troubleshooting.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;I have some sympathy for folks who happen to live "in a bad spot" in terms of their chosen Internet provider's infrastructure. They just seem to go apoplectic after a while if problems continue.&lt;br /&gt;&lt;br /&gt;In conclusion, consumers deserve better, and the industry (both ISPs and router manufacturers) should be providing it.&lt;br /&gt;&lt;br /&gt;See &lt;a href="http://tech.slashdot.org/comments.pl?sid=612415&amp;amp;cid=24170151"&gt;http://tech.slashdot.org/comments.pl?sid=612415&amp;amp;cid=24170151&lt;/a&gt;&lt;br /&gt;Why do we have to restart routers? by cooker47 (1096599) on Sunday July 13, @02:00AM (#24170151)&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-1020386353738391728?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/1020386353738391728/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=1020386353738391728' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/1020386353738391728'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/1020386353738391728'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2008/07/why-do-we-have-to-restart-routers.html' title='Why do we have to restart routers?'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-2283691388001442071</id><published>2008-06-04T22:49:00.000-07:00</published><updated>2009-04-29T12:55:45.163-07:00</updated><title type='text'>Weirder and weirder</title><content type='html'>Ya, so I  got ten days of &lt;span style="font-style:italic;"&gt;vacazione&lt;/span&gt; from &lt;i&gt;"mah cawull senner jeyohb"&lt;/i&gt;. I went on a 3-day spree, and then realized that altho' the economy is not my fault, my own &lt;span style="font-style:italic;"&gt;personal&lt;/span&gt; economy is down to me.  Uh-oh!  I hate having to be responsible.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-2283691388001442071?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/2283691388001442071/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=2283691388001442071' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/2283691388001442071'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/2283691388001442071'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2008/06/weirder-and-weirder.html' title='Weirder and weirder'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-7131429728246094523</id><published>2008-05-15T22:31:00.000-07:00</published><updated>2008-05-15T22:37:24.664-07:00</updated><title type='text'>Mac Mini - replace hard drive / unable to read DVDs</title><content type='html'>On my late 2005 Mac Mini G4 1.5Ghz I just replaced my original 80GB Seagate drive after Disk Utility failed multiple times to repair "Invalid node structure". &lt;br /&gt;&lt;br /&gt;After installing a new 160 GB Seagate ST9160281A (5 years warranty, $112 Canadian), and booting from my Tiger Install disk, I found that Disk Utility would also not see the new drive. I took everything apart again (I love that cracking sound when you open the case) and found that the corner of one of those pieces of yellow tape had fallen off the Airport cable and a corner of it was caught in the ATA slot on the motherboard where the riser fits. &lt;br /&gt;&lt;br /&gt;So, I carefully removed the tape and swabbed the riser contacts with a Q-Tip moistened in alcohol mouthwash. After drying, I put it all back together again and this time it worked. &lt;br /&gt;&lt;br /&gt;In reassembly, I also noticed that there was still a bit of wiggle room, a little gap where the drive connector plugs into the riser, so I applied a judicious bit of extra finger pressure to the back of the riser in order to make sure it was seated properly and the gap minimized. &lt;br /&gt;&lt;br /&gt;Also about reassembly, after reinstalling the Mac Mini's case, DVDs would not eject. The reason for this was that I had an alignment problem after incorrectly mounting the Airport device on the front right hand corner of the DVD drive. &lt;br /&gt;&lt;br /&gt;I referred to &lt;a href="http://www.smashsworld.com/2005/01/mac-mini-complete-technical.php"&gt;http://www.smashsworld.com/2005/01/mac-mini-complete-technical.php&lt;/a&gt; and the excellent document &lt;a href="http://str.smashsworld.com/?mac_mini.pdf"&gt;http://str.smashsworld.com/?mac_mini.pdf&lt;/a&gt;. This clearly showed me that the Airport card is supposed to be mounted on the notched plastic clip at the BACK right-hand corner of the case. &lt;br /&gt;&lt;br /&gt;I had not been able to mount DVDs at all before starting the work, so to start with I could not even boot up the install disk to run Disk Utility, but that was resolved easily enough after removing the case. After cleaning the Mac Mini inside with lots of canned air and then vacuuming, I carefully squirted a few extra shots of canned air through the mouth of the DVD drive, and then it was working again.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-7131429728246094523?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/7131429728246094523/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=7131429728246094523' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/7131429728246094523'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/7131429728246094523'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2008/05/mac-mini-replace-hard-drive-unable-to.html' title='Mac Mini - replace hard drive / unable to read DVDs'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-8469163955550341858</id><published>2008-04-21T00:18:00.000-07:00</published><updated>2008-06-07T22:52:10.196-07:00</updated><title type='text'>Mah cawull senner jeeyobh</title><content type='html'>Apparently &lt;span style="font-style:italic;"&gt;"Mah cawull senner jeeyobh"&lt;/span&gt; may be in danger of disappearing due to the high Canadian dollar. &lt;br /&gt;&lt;br /&gt;Well, that and some capitalists who want to maintain a given cashflow. &lt;br /&gt;&lt;br /&gt;Despite recent financial upsets, the still-rising price of oil, and now - who woulda thunk it? - &lt;span style="font-style:italic;"&gt;food shortages&lt;/span&gt;, it seems as if some folks still think they are just naturally entitled to have a whole lot of stuff most people will never be able to afford.&lt;br /&gt;&lt;br /&gt;Could this be a portent that those ugly old &lt;span style="font-style:italic;"&gt;"argyments for So-shee-liz-um"&lt;/span&gt; are about to come back?&lt;br /&gt;&lt;br /&gt;Hey, maybe they'll improve the school system so much it'll put me out of a job?  &lt;br /&gt;&lt;br /&gt;What a scary thought!  I might have to scrimp and save, or even ... &lt;span style="font-style:italic;"&gt;FIND A REAL JOB!&lt;/span&gt;  &lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;HEEEEEEEEELP!!!&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-8469163955550341858?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/8469163955550341858/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=8469163955550341858' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/8469163955550341858'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/8469163955550341858'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2008/04/mah-cawull-senner-jeeyobh.html' title='Mah cawull senner jeeyobh'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-7666816227710839654</id><published>2008-04-06T22:42:00.000-07:00</published><updated>2009-04-27T01:44:07.914-07:00</updated><title type='text'>Fings Like Wot I Believe, Eh?</title><content type='html'>Fings like wot I believe, eh?  Not many in number, but stuff I try to live by.  In no particular order:&lt;br /&gt;&lt;br /&gt;You are what you eat, so be careful where you eat and always wash your hands.&lt;br /&gt;The glass is always half full and half empty at the same time. &lt;br /&gt;"What goes around comes around."&lt;br /&gt;Life is tough and then you die, but the universe goes on forever.&lt;br /&gt;"It's better to sleep on things beforehand than to lie awake about them afterwards."&lt;br /&gt;You can't take it with you, and it doesn't matter anyway.&lt;br /&gt;"The world is charged with the grandeur of God."    &lt;br /&gt; &lt;br /&gt;Um, that's all I can think of today.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-7666816227710839654?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/7666816227710839654/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=7666816227710839654' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/7666816227710839654'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/7666816227710839654'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2008/04/fings-like-wot-i-believe-eh.html' title='Fings Like Wot I Believe, Eh?'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-5192657404089777214</id><published>2008-03-19T09:47:00.000-07:00</published><updated>2012-01-10T06:56:32.616-08:00</updated><title type='text'>"Most seamless" and "very unique"</title><content type='html'>I was reading &lt;a href="http://db.tidbits.com/article/9511"&gt;this article&lt;/a&gt; about Macs and anti-virus when this VMWare ad popped up:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;VMware Fusion. The most seamless way to run Windows on your Mac. Backed by nearly a decade of proven virtualization technology. Try VMware Fusion today for free, or order online for only $79.&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Well, duh?  Sorry, Mr.VMWare Copywriter, either something is seamless or it's not.  Which means for something to be "most seamless" is meaningless.  Which means your advertisement is counter-productive.  So there.  Stick that in your pipe and smoke it.  Even better, check &lt;a href="http://dictionary.reference.com/browse/seamless"&gt;this&lt;/a&gt; out.&lt;br /&gt;&lt;br /&gt;This is just like all those vapid people who talk about other vapid people as being "very unique".  Sorry, vapid people everywhere, either a person or a thing is unique ("the only one of its kind") or it isn't.  I am unique, and so are you, but you are also vapid and misusing the English language. See &lt;a href="http://dictionary.reference.com/browse/unique"&gt;here.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;People like that should be made to write out one hundred times "I am unique and I will never be 'very unique' and neither will any other person or thing that is the only one of its kind, and as well as that nothing can be 'most seamless' it can only be 'seamless' or 'not seamless'.  Maybe one day I will learn this and not give the impression that I am a vapid person who does not know the English language".&lt;br /&gt;&lt;br /&gt;I have spoken.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-5192657404089777214?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/5192657404089777214/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=5192657404089777214' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/5192657404089777214'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/5192657404089777214'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2008/03/most-seamless-and-very-unique.html' title='&quot;Most seamless&quot; and &quot;very unique&quot;'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-2767258635287081913</id><published>2008-03-06T00:00:00.001-08:00</published><updated>2008-04-21T00:08:53.304-07:00</updated><title type='text'>Ice Gog / Bureaucratic Lunacy / Disassembling Flash on OSX</title><content type='html'>Ya, so recently Environment Canada changed the appearance of their weather pages. They used to look like this:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://skyprod.net/~mcook/images/ice_gog_developing.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 320px;" src="http://skyprod.net/~mcook/images/ice_gog_developing.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;As a side note, please be aware of the new meterological phenomenon "Ice gog", which occurs when angry ice demons six miles high rise from beneath the frozen waters of Lake Winnipeg. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;But I digress; EC weather pages now look like this:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://skyprod.net/~mcook/images/ec-wpg-rich-2008-03-06am.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 320px;" src="http://skyprod.net/~mcook/images/ec-wpg-rich-2008-03-06am.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;As you can see the icons used for the moon are especially pretty.  The only problem is that they never change.  For example, tonight 6th March 2008, the web site shows the moon waxing about the first quarter, but in fact there is no moon.     &lt;br /&gt;&lt;br /&gt;I sent a note to EC about this a few weeks back and got a short reply saying their web site was not intended to show this information, and suggesting I should go look at &lt;a href="http://stardate.org/"&gt;stardate.org&lt;/a&gt; which is run by McDonald Observatory of the University of Texas at Austin.&lt;br /&gt;&lt;br /&gt;Now, I know they have mariners in Texas 'cos I remember that old song about Galveston. But here in Canada, we are surrounded by ocean on three sides, as well as which the name of the country itself means "The Land of A Thousand Lakes", and all Canadian males are addicted to fishing from an early age.  Need I say more?  But to find out the phase of the moon I have to go look at a web site in Austin?    &lt;br /&gt;&lt;br /&gt;Anyway, I did so and I found out lots about the moon and it's phases and different calendars and stuff.  Also, to grab some actual pictures of the moon phases I decided to find out how to extract them from a Flash file.  This was a crazy, mad, lunatic adventure all of itself.  &lt;a href="http://skyprod.net/pub/HowTo/OSX-FlashExtract/"&gt;Here&lt;/a&gt; are the notes I made for your delectation and delight.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-2767258635287081913?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/2767258635287081913/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=2767258635287081913' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/2767258635287081913'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/2767258635287081913'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2008/03/sheer-lunacy-disassembling-flash-on-osx.html' title='Ice Gog / Bureaucratic Lunacy / Disassembling Flash on OSX'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-8764412665778632713</id><published>2008-03-03T02:04:00.000-08:00</published><updated>2008-03-04T21:39:23.267-08:00</updated><title type='text'>Snowstorm in Winnipeg</title><content type='html'>Winter is nearly over but we are still in the deep freeze.  I took this real short video clip off of my balcony on Saturday, six floors up looking West over the Assiniboine River.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;object width="320" height="266" class="BLOG_video_class" id="BLOG_video-4a73ea0a0d8ce0e9" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"&gt;&lt;param name="movie" value="http://www.youtube.com/get_player"&gt;&lt;param name="bgcolor" value="#FFFFFF"&gt;&lt;param name="allowfullscreen" value="true"&gt;&lt;param name="flashvars" value="flvurl=http://v23.nonxt7.googlevideo.com/videoplayback?id%3D4a73ea0a0d8ce0e9%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1330081367%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D44E8BABC4831C1DA9BD3EA3CA87AB1FAA2838455.1AF8F577F0065E6EF117EAAF764DF1E45823783C%26key%3Dck1&amp;amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3D4a73ea0a0d8ce0e9%26offsetms%3D5000%26itag%3Dw160%26sigh%3DS_l8c_vGO4csDDN_xqxDvcUWy-g&amp;amp;autoplay=0&amp;amp;ps=blogger"&gt;&lt;embed src="http://www.youtube.com/get_player" type="application/x-shockwave-flash"width="320" height="266" bgcolor="#FFFFFF"flashvars="flvurl=http://v23.nonxt7.googlevideo.com/videoplayback?id%3D4a73ea0a0d8ce0e9%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1330081367%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D44E8BABC4831C1DA9BD3EA3CA87AB1FAA2838455.1AF8F577F0065E6EF117EAAF764DF1E45823783C%26key%3Dck1&amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3D4a73ea0a0d8ce0e9%26offsetms%3D5000%26itag%3Dw160%26sigh%3DS_l8c_vGO4csDDN_xqxDvcUWy-g&amp;autoplay=0&amp;ps=blogger"allowFullScreen="true" /&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-8764412665778632713?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='enclosure' type='video/mp4' href='http://www.blogger.com/video-play.mp4?contentId=4a73ea0a0d8ce0e9&amp;type=video%2Fmp4' length='0'/><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/8764412665778632713/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=8764412665778632713' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/8764412665778632713'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/8764412665778632713'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2008/03/snowstorm-in-winnipeg.html' title='Snowstorm in Winnipeg'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-2556868544771585626</id><published>2008-03-03T00:07:00.000-08:00</published><updated>2008-04-20T23:09:38.637-07:00</updated><title type='text'>Configuring a Netgear WRG614 router with OSX</title><content type='html'>Hey, a blog craves content, and nobody ever seems to read my blog except me, so "WTF".  This entry is based on my post at &lt;a href="http://forums.macrumors.com/showthread.php?p=5084100#post5084100"&gt;http://forums.macrumors.com/showthread.php?p=5084100#post5084100&lt;/a&gt; .&lt;br /&gt;&lt;br /&gt;I had a caller today who was trying to set up a NetGear WRG614 router for use with his new ISP, a well-known cable company.&lt;br /&gt;&lt;br /&gt;We power-cycled his modem and the router, and then signed in to the WRG614 at 192.168.0.1 using default username and password admin/password.&lt;br /&gt;&lt;br /&gt;We went through router setup, selected the automatic/use DHCP option with no login (required for his ISP's "Broadband connection that is always on").&lt;br /&gt;&lt;br /&gt;Along the way the router asked a question about MAC address and we went with the default setting ("No", I think).&lt;br /&gt;&lt;br /&gt;Thereafter he eventually got a valid WAN IP address, but we could not launch a regular browser session and get to the WWW. We kept getting sent back to the router setup dialog. This happened on two machines. He also kept getting a message during router setup, something like "your computer is now being managed by the address 192.168.0.2".&lt;br /&gt;&lt;br /&gt;Despite my advice my caller kept running router setup on both Macs and he kept getting the same results, so eventually I let him go after giving him Netgear's phone number (1-888-NETGEAR). However, after the call was ended it struck me that maybe the router setup was trying to do a "MAC address clone" thing when the mysterious "MAC address .. Default" option was selected in the setup dialog. This would explain why he kept getting the "your computer is now being managed ..." message for the same LAN IP address on each of the two different Macs.&lt;br /&gt;&lt;br /&gt;We didn't try doing the router configuration with the WAN port on the router NOT plugged in to the modem, as was suggested by "aeronaut" in &lt;a href="http://forums.macrumors.com/showthread.php?t=98244"&gt;the thread&lt;/a&gt; way back on 2006-06-03.&lt;br /&gt;&lt;br /&gt;I'll try to give the guy a call back tomorrow to see if he was able to resolve the issue.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-2556868544771585626?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/2556868544771585626/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=2556868544771585626' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/2556868544771585626'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/2556868544771585626'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2008/03/configuring-netgear-wrg614-router-with.html' title='Configuring a Netgear WRG614 router with OSX'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-7040194129656351760</id><published>2008-01-29T21:24:00.000-08:00</published><updated>2008-01-29T23:13:21.099-08:00</updated><title type='text'>Wireless Zero Configuration Or Not?</title><content type='html'>Wireless Zero Configuration (WZC) is a Windows XP service that you can use to manage wireless network connections. It's pretty easy to use, but a lot of laptop PCs and OEM wireless network adapters still come with other software provided by their manufacturers.  So which should you use?&lt;br /&gt;&lt;br /&gt;Well, prior to Windows XP there was no choice and you HAD to use the card manufacturer's software. Now you can often find yourself using "WZC" with XP automatically, whereas sometimes an XP laptop with builtin wireless may be set up to use wireless configuration software from Broadcom, Atheros or Intel (whoever manufactured the wireless chip), a lot of Dell laptops come set up to use Dell's own Wireless LAN card Utility, and Lenovo or IBM ThinkPads may use IBM Access Connections, arguably the Roll-Royce of connection solutions for the professional road warrior. After market, if you install an add-on wireless network adapter from Belkin, Netgear, Linksys, or SMC you will usually end up with the card manufacturer's software installed by default. In every case, the software does a similar job, but the details differ. &lt;br /&gt;&lt;br /&gt;There is always a means provided to scan for a list of available wireless networks and to specify connection parameters.  Usually all need to know is your network name and your WPA passphrase or your WEP key.  Third party wireless configuration software often includes additional controls to turn builtin wireless on or off, perhaps to select or deselect WZC, screens for creating, editing, and saving connection profiles (something WZC does automatically), and even a screens to manage different sets of networking and security profiles for use in various  locations such as home, office, school, and so on.  &lt;br /&gt;  &lt;br /&gt;Which software you should use for Windows XP wireless configuration is almost a religious issue for some technical support folks, and this can be very confusing for typical users who sometimes may be caught in the middle.  Some techies will always tell you to use WZC because it's easy for them to have everyone use the same solution.  This approach is great for both of you if it works, but often it does not and that depends on your equipment.  One problem you can run into is that the tech support agent gets you connected one time using WZC, but after a reboot the connection doesn't work anymore.  Profiles have to be saved and changes have to stay in place which ever approach you use.  Other tech support folks can take a more conservative approach and they may recommend that you use whatever software came with your wireless equipment and not change it.  You are stuck in the middle.  What should you do?&lt;br /&gt;&lt;br /&gt;Well, for a start don't let some pimply-faced kid from your ISP's support department tell you how to configure your expensive computer over the phone.  After five minutes he will be gone, leaving you with the results of your decision.  How much did you spend on your wireless computer anyway, and how badly do you want it to work for you?  The best thing you can do for yourself is spend a few minutes learning how your own particular computer is set up and how to use the wireless connection software provided by the manufacturer.  If possible you should get the sales agent to show you this in the store, and make him spend time with you to answer any questions you may have.  How do you turn the wireless on?  How do you make a connection?  You should make a decision not to change the way your computer is set up and to be prepared to stick with it.  The worst thing that can happen is that your ISP technical support folks ask you to call your computer manufacturer for support.  &lt;br /&gt;&lt;br /&gt;It helps a great deal to read about wireless networking on the World Wide Web.  Do not expect that your wireless connection is always going to work flawlessly.  Do expect that it will stop working for you at an inconvenient time.  Be prepared to connect through a wire if your wireless connection stops working for whatever reason.  Buy an Ethernet patch cord and carry it with your laptop computer at all times.  Get one at least twelve feet long for use in most situations.  Do not rely on your ISP's technical support folks to keep your computer running for you.  Do read as much as you can of the support information your computer manufacturer has made available with your computer and also at their web site.     &lt;br /&gt;&lt;br /&gt;As for other operating systems, remember that Windows XP came out in 2001.  All of the above is really yesterday's news.  With both Windows Vista and Mac OSX you have no choice but to use the wireless configuration tools provided by the computer manufacturer.  Does this sound familiar?  The different flavours of Linux still have some catching up to do, which is another reason to use the software provided by the computer manufacturer, whether it be OLPC, Dell, HP, or whoever.&lt;br /&gt;&lt;br /&gt;May all your connections be secure, and your signal strength excellent!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-7040194129656351760?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/7040194129656351760/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=7040194129656351760' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/7040194129656351760'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/7040194129656351760'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2008/01/wireless-zero-configuration-or-not.html' title='Wireless Zero Configuration Or Not?'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-2416726020697924666</id><published>2008-01-27T22:46:00.000-08:00</published><updated>2008-01-28T00:33:37.373-08:00</updated><title type='text'>Eeek!  Aaargh!  Where's the AdSense in that?  (Occupation: Yes)</title><content type='html'>Eeek!  Aaargh!  Overcome with a sudden fit of I-don't-know-what I recently responded to Blogger's invitation and now I have advertising on this page.  Look!  There it is!  A real advertisment!   Why, in theory I could even get paid real money for this!  Or at least real pennies! &lt;br /&gt;&lt;br /&gt;But hardly anybody ever seems to visit my blog, which - as I wrote recently - seems to be a pointless exercise other than as a means to enable me to know what it means to "have a blog", frustrated novelist, geek, and nerdly  philosopher that I am.  There must be one of those "Grasshopper stories" in there.  Like having some very fit but very old Chinese geezer saying to you: "To know what blog is, first you must begin, O Grasshopper!  Then you will learn the secret!" &lt;br /&gt;&lt;br /&gt;Actually, I did notice that I get quite a few hits for my "Man of Letters" image here, which file is served from my Apache2 web server at home.  God bless all the folks at &lt;a href="http://dyndns.org"&gt;DynDNS.org&lt;/a&gt;.  (By the way, the photograph was taken by a lady formerly of my acquaintance while I was sitting in the cafeteria at the National Gallery in Ottawa, reading the Comics page from The Globe and Mail on a Saturday in 1998.  Not that you really wanted to know that.) &lt;br /&gt;&lt;br /&gt;I am an avid reader of my web server logs.  They show me that folks do searches here at www.blogger.com for other bloggers in Manitoba, or where the profile includes "Occupation: Yes", and so on.   Meanwhile, out on The Great Wide Internet, other folks searching for quotations visit my collection of &lt;a href="http://www.skyprod.net/pub/Dicta/"&gt;Dicta&lt;/a&gt;, or they look for &lt;a href="http://skyprod.net/pub/HowTo/WRT54GWAP/How%20to%20set%20up%20WRT54G.AP.V2.htm"&gt;instructions on how to daisy chain two routers together&lt;/a&gt;, or &lt;a href="http://skyprod.net/pub/HowTo/WXPSP2WC//WXP%20SP2%20Wireless%20Connections%20V2.html"&gt;configure their wireless&lt;/a&gt;, and stuff.  &lt;br /&gt;&lt;br /&gt;It turns out that once you have signed up for AdSense you can put ads on any web site you want to as long you  meet Google's content guidelines.  I went a little crazy myself - well, crazier than usual - and pasted ads on various pages in the &lt;a href="http://www.skyprod.net/pub/HintsAndTips/"&gt;HintsAndTips&lt;/a&gt; and &lt;a href="http://www.skyprod.net/pub/HowTo/"&gt;HowTo&lt;/a&gt; sections of &lt;a href="http://www.skyprod.net"&gt;my web site&lt;/a&gt;.  &lt;br /&gt;&lt;br /&gt;So far I didn't actually bother to complete the tax and payment information for my AdSense account, but - given my perpetual state of anxiety - I'm already wondering if I might get busted by "The Google Content Guidelines Police" for putting ads on pages showing &lt;a href="http://skyprod.net/pub/HowTo/Airport_Tiger_2/"&gt;Airport&lt;/a&gt; or &lt;a href="http://skyprod.net/pub/HowTo/WXPSP2DMW/Windows%20XP%20SP2%20Device%20Manager%20Screens.htm"&gt;Windows Device Manager&lt;/a&gt; configuration screens.  I should hope not, but who can tell.  &lt;br /&gt;&lt;br /&gt;When all's said and done, I'm not sure that having this advertising is really "A Good Thing".  It does rather bring down the tone of my web site and I've noticed that at least some visitors seems to stop dead at the first page that shows an ad.  Now where's the AdSense in that?&lt;br /&gt;&lt;br /&gt;I shall report to you what unfolds if I am allowed to post again from prison.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-2416726020697924666?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/2416726020697924666/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=2416726020697924666' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/2416726020697924666'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/2416726020697924666'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2008/01/eeek-aaargh-wheres-adsense-in-that.html' title='Eeek!  Aaargh!  Where&apos;s the AdSense in that?  (Occupation: Yes)'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-1542306016747855675</id><published>2008-01-25T20:17:00.000-08:00</published><updated>2008-04-21T00:03:02.746-07:00</updated><title type='text'>Help! Help! I can't see any wireless networks! (My laptop has builtin wireless).</title><content type='html'>Probable cause No.1&lt;br /&gt;&lt;br /&gt;The built-in wireless switch on your laptop is turned off. Look very carefully all over the computer for a physical switch or an alternate Function key setting marked "wireless" or "WLAN" or with a little icon that looks like a radio tower or a lollipop radiating waves or a flame or light bulb on top of a triangle. How come there's no international standard for these icons anyway? &lt;br /&gt;&lt;br /&gt;To get alternate Function key settings you have to hit the Function or "Fn" key plus the F key. These settings usually work like a toggle: you hit the switch once to turn the wireless on, hit again to turn it off.  On a some computers it may have three states: "On" "Off" and "Power savings mode".  If you can't find such a switch, try looking for an icon in the lower right hand corner of the screen that when you right-mouse click on it gives you an option to enable or disable your radio. &lt;br /&gt;&lt;br /&gt;Usually the built-in wireless network adapter on a laptop computer is associated with a light that comes on when the adapter is powered on. The built-in wireless adapter can get turned off by accident, or by computer Power Management trying to save battery time. Again, sometimes there may be three states, for example "Light is off", "Light is orange", and "Light is blue", corresponding to "On" "Off" and "Power savings mode" settings as above.&lt;br /&gt;&lt;br /&gt;You can also try turning off your computer and then turning it back on after 10 seconds. This causes the computer to run through it's Power-On Self Test (POST) procedures, which reinitializes all the hardware and software from the Basic Input Output System (BIOS) on up.&lt;br /&gt;&lt;br /&gt;Probable cause No.2&lt;br /&gt;&lt;br /&gt;There really aren't any wireless networks broadcasting in range OR the signal is being blocked. First, try power-cycling your modem AND your wireless router AND your computer in that order, each about a minute apart. Usually the wireless router is the weakest link in the chain and very often it just needs a restart. &lt;br /&gt;&lt;br /&gt;Otherwise, you may be in a big "wireless shadow area" or inside some sort of a Faraday cage that is blocking wireless signals. Try moving to another area.  For example, if you are in a basement try climbing upstairs. If you are in a corner room, try moving to a different one. If you are in a bathroom, try outside the bathroom. &lt;br /&gt;&lt;br /&gt;If you are inside a bank vault or some other kind of a metal box such as a freezer, an elevator, a car, truck or locomotive, or a multi-storey car park or any other kind of steel frame construction, try outside.  If you are in a swimming pool or a large fish tank, try outside. If you are still indoors, try outside. If you are on a hiking trail in the wilderness, return to the nearest town and retry. &lt;br /&gt;&lt;br /&gt;Probable cause No.3&lt;br /&gt;&lt;br /&gt;Your wireless network adapter is powered on but it is still not working properly. Try uninstalling the device driver or the device, then turn the computer off and then back on, and try re-installing the device.  If necessary, power-cycle the computer once more.&lt;br /&gt;&lt;br /&gt;Improbable causes&lt;br /&gt;&lt;br /&gt;Somebody just let off a nuclear bomb and all consumer electronics have been totally fried by the radiation.&lt;br /&gt;Sun spots.&lt;br /&gt;You have fallen into a black hole.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-1542306016747855675?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/1542306016747855675/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=1542306016747855675' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/1542306016747855675'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/1542306016747855675'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2008/01/help-help-i-cant-see-any-wireless.html' title='Help! Help! I can&apos;t see any wireless networks! (My laptop has builtin wireless).'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-781230534397914025</id><published>2008-01-20T21:49:00.000-08:00</published><updated>2008-01-25T20:15:29.753-08:00</updated><title type='text'>Strange Dream #2 - IT department rock stars</title><content type='html'>I got home from work this aft. and the guy in the apartment next door had his loud friends over again, which always seems to involve lots of loud talk and whooping and coughing while watching some dreadful macho game on TV. I get the impression some drinking might be going on, but I can't imagine why everybody should be coughing so much, or can I?  O such dreadful thoughts! Excuse me while I bang my head against the wall in penance.&lt;br /&gt;&lt;br /&gt;Anyhoo, after a shift at "mah cawull senner jeyobe" I like to inspect my eyelids for holes.  I just plug in my super new Bose Active Earplugs - well, not really - and then I deep-breathe my way off to Dreamland for a few hours. These last couple of days it's minus 40 Centigrade outside what with a high wind from the North and I don't even bother to take off my street clothes. Might as well be comfy in bed, I always say.&lt;br /&gt;&lt;br /&gt;Tonight I dreamed I was back in my old corporate suit again and I was meeting  with folks from several accounts including my next door neighbour, oddly enough, and we were talking about doing a big project to analyze their web logs in some super-dooper new way that would actually turn their IT departments into profit centers and get them all introduced to new and powerful friends so their careers could all just really take off, along with getting lots of lucrative stock options and stuff  - hey, it was just a dream, right?  Anyway, I had started to get all evangelical about these prospects when my next door neighbour hands me a note and asks me to go talk to his barmaid downstairs and fetch more beer, a request which I respectfully decline as we are nearing the end of the meeting and I want to be there for the finish when I have yet to deliver my outstanding deal-clinching closing speech.&lt;br /&gt;&lt;br /&gt;I woke up shortly after this with the feeling that somewhere along the way I have at last learned not to do trivial things for other people when Great Things Are At Stake, as well as to now be able to talk such amazing blarney as would - at least temporarily - well, charm a motley bunch of low level IT department types into thinking they could get stock options and become sort of IT rock stars in this life. Who knew?&lt;br /&gt;&lt;br /&gt;Well, it was a nice dream while it lasted, and I sure can dream that I talk such a good game!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-781230534397914025?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/781230534397914025/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=781230534397914025' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/781230534397914025'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/781230534397914025'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2008/01/strange-dream-2-it-department-rock.html' title='Strange Dream #2 - IT department rock stars'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-7685326134326278116</id><published>2008-01-20T21:44:00.000-08:00</published><updated>2008-01-25T20:16:14.172-08:00</updated><title type='text'>Strange Dream #1 - testing a new heads up display for the infantry</title><content type='html'>I was back with my old corporate employer and somehow we got a new contract to work on this fancy-schmancy "heads up display" type military application thingy for infantrymen.  It turned out I was the test subject.  I ran like a greyhound across the test range which was cunningly designed to look just like a civic center with floral gardens in the middle of roundabouts and stately white marble  buildings and stuff.  I was doing fine until right at the end when all the other folks on the test range converged on me and started using me for target practice. That's when I woke up.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-7685326134326278116?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/7685326134326278116/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=7685326134326278116' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/7685326134326278116'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/7685326134326278116'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2008/01/strange-dream-1.html' title='Strange Dream #1 - testing a new heads up display for the infantry'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-5647700690200934746</id><published>2007-12-20T04:06:00.000-08:00</published><updated>2007-12-26T21:31:38.539-08:00</updated><title type='text'>Thinks: "Blogging is a real waste of time"</title><content type='html'>Jeez, I can't believe I wrote that last post - why do I care about blogging?  Er, how about like I feel I should know about these things?  After all, I do describe myself as a nerd.  Plus you've got to have some content.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-5647700690200934746?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/5647700690200934746/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=5647700690200934746' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/5647700690200934746'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/5647700690200934746'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2007/12/thinks-blogging-is-real-waste-of-time.html' title='Thinks: &quot;Blogging is a real waste of time&quot;'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-2435794049239249115</id><published>2007-12-20T03:46:00.000-08:00</published><updated>2008-06-07T22:58:49.310-07:00</updated><title type='text'>Grumble, grumble re. "Free iTunes Downloads"</title><content type='html'>iGoogle's default home page includes a "Free iTunes Downloads" widget, but you can't actually get the downloads unless you are in the US and have an account at the US iTunes store. Otherwise you just get bounced back to the store in your own country, and no free downloads for you!&lt;br /&gt;&lt;br /&gt;Someone else who was having the same problem commented that non-US users were being "duped" and sent on an "eChase".   Ha! &lt;br /&gt;&lt;br /&gt;I posted the following in knee-jerk response mode, but then I thought better of it as I don't want to end my days as a political prisoner in some Arctic gulag after the "Empire of Good" annexes Canada in the interests of National Security and "defending the American way of life".&lt;br /&gt;&lt;br /&gt;Okay, so I have an overactive imagination.  But here goes anyway:-&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"So 'duped' was how I was feeling eh? Not very pleasant, but at least now I have a name for it.&lt;br /&gt;&lt;br /&gt;"I slurpose there must be some complicated legal weasel why these things are only free in the "Empire of Good", and so I won't write a snotty letter to Mr.Apple about that just yet.&lt;br /&gt;&lt;br /&gt;"Meanwhile, um, didn't I this 'Free iTunes Downloads' Blogger widget thingy as a part of the standard iGoogle 'home tab', or did I just imagine that?&lt;br /&gt;&lt;br /&gt;"Maybe Mr.iGoogle will take note and provide more useful 'regional alternative' default setups, such as 'Free American Joke Downloads' here in Canada, for example."    &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-2435794049239249115?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/2435794049239249115/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=2435794049239249115' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/2435794049239249115'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/2435794049239249115'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2007/12/grumble-grumble-re-free-itunes.html' title='Grumble, grumble re. &quot;Free iTunes Downloads&quot;'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-4935651665759297186</id><published>2007-12-18T21:09:00.000-08:00</published><updated>2007-12-20T23:31:42.800-08:00</updated><title type='text'>My stummick apres ... (a poem)</title><content type='html'>My stummick apres ...&lt;br /&gt;&lt;br /&gt;here there is a mighty great wind and&lt;br /&gt;i think my stummick just moved to Hyderabad&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-4935651665759297186?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/4935651665759297186/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=4935651665759297186' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/4935651665759297186'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/4935651665759297186'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2007/12/my-stummick-apres.html' title='My stummick apres ... (a poem)'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-69211050244359471</id><published>2007-12-18T20:34:00.000-08:00</published><updated>2007-12-18T20:37:37.325-08:00</updated><title type='text'>At  71, Physics Professor Is a Web Star</title><content type='html'>M.I.T. physics professor Walter H. G. Lewin, 71, has emerged as an international Internet guru, thanks to his global classroom created to spread knowledge through cyberspace. Professor Lewin’s videotaped physics lectures, free online on the OpenCourseWare of the Massachusetts Institute of Technology, have won him devotees across the country and beyond. &lt;br /&gt;&lt;br /&gt;See &lt;a href="http://www.nytimes.com/2007/12/19/education/19physics.html?hp"&gt;http://www.nytimes.com/2007/12/19/education/19physics.html?hp&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-69211050244359471?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/69211050244359471/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=69211050244359471' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/69211050244359471'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/69211050244359471'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2007/12/at-71-physics-professor-is-web-star.html' title='At  71, Physics Professor Is a Web Star'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-453727519267046324</id><published>2007-11-14T22:52:00.000-08:00</published><updated>2007-12-20T23:32:05.861-08:00</updated><title type='text'>Giving freebies ("I'm trying to run a business here")</title><content type='html'>I love it when people find out what I do for a living and then they immediately say s.t. like "Maybe you could come round and fix my computer for me". Were they just waiting to meet someone like me that they could ask?  And how long has the problem needed attention anyway?&lt;br /&gt;&lt;br /&gt;One time I installed a router for a friend. Afterwards his wife still kept trying to use dial-up, got nowhere fast, and then got &lt;span style="font-style:italic;"&gt;very&lt;/span&gt; upset, saying "This is my business" (a.k.a. "I'm trying to run a business here"), and him insisting "It never worked" rather vehemently (wrong).&lt;br /&gt;&lt;br /&gt;After that we just weren't friends any more....&lt;br /&gt;&lt;br /&gt;We get the same thing all the time where I work now servicing residential Internet subscribers.  Some days it seems like everybody is on the way to their first million....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-453727519267046324?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/453727519267046324/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=453727519267046324' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/453727519267046324'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/453727519267046324'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2007/11/giving-freebies-im-trying-to-run.html' title='Giving freebies (&quot;I&apos;m trying to run a business here&quot;)'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-8612077498088390364</id><published>2007-08-31T02:42:00.000-07:00</published><updated>2008-06-07T23:02:47.060-07:00</updated><title type='text'>Um, Mac-crackin' and several other rash things</title><content type='html'>Um, well, in the process of having two weeks "offa mah cawull senner jeyobe" here in sleepy old Winnipeg, I decided to do several rash things. &lt;br /&gt;&lt;br /&gt;First rash thing I did was I went out and got a 1GB RAM chip for my Mac Mini and did brain surgery on my living room table after lunch last Monday. My buddy Bob played the role of nurse, holding my putty knife when I wasn't prying open the case, and responding to my calls for "Suction!" by turning on my vacuum cleaner.  Does this sounds strange?  Two old geezers in an apartment, one doing brain surgery on a computer and the other turning on a vaccum cleaner.  Am I having an acid flashback or what?   &lt;br /&gt;&lt;br /&gt;Man, you sure do get a lot of dirt in all those little openings around the bottom of a Mac Mini, tho' it was actually pretty easy to do the upgrade.  The hardest part about the "case cracking" is getting the cover back on square round the back, kind of like when you give yourself a haircut with the clippers, doncha know.    &lt;br /&gt;&lt;br /&gt;This great rashness was a follow-up to putting 2GB RAM extra in my Acer AMD 3800+ along with a Seagate 230GB hard drive.  The main rash thing about that was how much it cost.  Like $320 including the Mac.  I'm still trying to figure out what to do with a 230GB hard drive, but maybe my old Content Management project will revitalize itself some day.&lt;br /&gt;&lt;br /&gt;Meantime, with 1GB RAM, OSX runs much better and I can leave open all the windows I want. I'm kinda lazy that way. Over in England we leave windows open all the time. Maybe close 'em if it gets frosty some night. You get the idea.&lt;br /&gt;&lt;br /&gt;I installed Vista under Innotek's VirtualBox 1.4 on my Acer and it runs well. It's true what they say.  For virtualization, all you need is a chunk of memory and a $499 Vista Business license. Whoops!  Darn!  There went my air fare to the Bahamas!  Now THAT'S what I call rash!&lt;br /&gt;&lt;br /&gt;Since then, while on a trip to Winkler, I invented a new telephone which is bio-degradable, edible, and renewable. It's made out of corn, which should go down big with the farmers round here.&lt;br /&gt;&lt;br /&gt;Other than that I mostly slept and ate and rode my bike and watched a few movies. &lt;br /&gt;&lt;br /&gt;Last rash thing I did was work on my web server on the Acer. I wanted to know why &lt;a href="http://skyprod.net"&gt;http://skyprod.net&lt;/a&gt; was getting so many hits on an old document about installing and configuring a Linksys WUSB54G wireless adapter on Windows XP.  It turns out from my Apache2 logs that I am getting a lot of referrals from Google searches! Who'd'a thunk it?  The only problem is the document in question is one I wrut back in 2004 to help me in "mah cawull senner jeyobe", and it's kind of out-of-date since Service Pack 2 and so on. So, I made it over (VERY rash) and added a few dire warnings like "You CAN damage your computer", etc. Anyhoo, now my Apache2 web server's running on Ubuntu Feisty x86_64, AND I get referrals AND the document's sort of a bit more up-to-date too. Owzaaaaat?! &lt;br /&gt;&lt;br /&gt;The thing about being all Open Sourcey - or Openly Saucy - or should that be Open Sorcery - I'm sure it's also VERY, VERY rash - is that you have to use Open Office instead of MS Word and it takes a while to figure out how to do things like hyperlink the entries in your document's table of contents.  Awwwwgh!  Now THAT's what I call COUNTER-INTUITIVE!  Give me good old Microsoft Word 2000 any day!&lt;br /&gt;&lt;br /&gt;Um, well at least I still have a four-day long weekend before I go back to work.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-8612077498088390364?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/8612077498088390364/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=8612077498088390364' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/8612077498088390364'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/8612077498088390364'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2007/08/um-mac-crackin-and-several-other-rash.html' title='Um, Mac-crackin&apos; and several other rash things'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-3257265618407365023</id><published>2007-08-06T19:23:00.000-07:00</published><updated>2007-08-06T20:31:28.521-07:00</updated><title type='text'>Tears for KDE</title><content type='html'>Ya, so I read something recently about Linus Torvalds and his views on Gnome.  As I recall he was   deploring the dumbing down of the interface and was quoted as saying s.t. like "Why don't they just install KDE?"  So I  did.&lt;br /&gt;&lt;br /&gt;Ooops!  Big mistake!  Hundreds of new applications all over my Ubuntu Feisty Gnome Applications menus, all starting with the letter "K".  Ugh!  I thought that "K" was a breakfast cereal, or something to do with camping or White Supremacy or cheap cars or something.&lt;br /&gt;&lt;br /&gt;So, anyway, I just cleaned up all that mess, and now I can carry on to do whatever it was that I was thinking of doing before I got myself into being sidetracked.   Except of course that now I can't remember what it was.&lt;br /&gt;&lt;br /&gt;Anyhoo-ha, I did start KDE one time, but I found the look and feel of it quite unpalatable. After blowing my cookies, I did try to start services-admin, user-admin, network-admin and time-admin, and whaddya know, they all worked!   Once.   Then they stopped working again, and went back to their usual catatonic state.&lt;br /&gt;&lt;br /&gt;Upon restarting Gnome there was a tantalizing moment when network-admin actually showed me it's panels.  But then I clicked on the "Hosts" tab and it froze again.  What a tease!  "Plus ca change", I always say.  Maybe Linus was thinking about these applets?&lt;br /&gt;&lt;br /&gt;But who really needs applets that actually work?   After all, everybody knows that appearance  is the only thing that's really important these days.  For those who have a big pipe and nothing else to do, below is a screenshot of my customized Gnome desktop. You will notice how crisp and clean and uncluttered it looks, and how pleasing it is to the eye. You will no doubt also notice that I am using Red Hat's Liberation fonts and Mac OSX's house icon for my home folder, as well as Beryl Session Manager and a tweaked version of Emerald's "Slatehorn Red" default theme for my window decorations.  Gosh, it's handsome!&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://skyprod.net/~mcook/Ubuntu/Gnome-Screenshot-1.png"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 320px;" src="http://skyprod.net/~mcook/Ubuntu/Gnome-Screenshot-1.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-3257265618407365023?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/3257265618407365023/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=3257265618407365023' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/3257265618407365023'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/3257265618407365023'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2007/08/tears-for-kde.html' title='Tears for KDE'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-1915187954999865028</id><published>2007-07-31T19:59:00.000-07:00</published><updated>2010-10-17T00:42:41.114-07:00</updated><title type='text'>Time out - Mac Start button - Ubuntu x86_64</title><content type='html'>Well, it's been a while since my last post.&lt;br /&gt;&lt;br /&gt;After a lot of AppleScript adventuring I finally got my "Start Button for OSX" project to a stage at which I felt I could abandon it gracefully.  You can find the results &lt;a href="http://www.skyprod.net/pub/Programs/MacStart"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Back in March I decided not to build my own PC to run Vista and instead I saved about $400 (for equivalent spec.) by buying a new Acer Aspire T180 desktop that included Vista Home Premium Edition and nVidia GeForce 6100 graphics.  I spent the money I saved on a 22" LG L226WT LCD monitor, good for my eyes.&lt;br /&gt;&lt;br /&gt;I soon got bored taking screenshots of Vista to refer to at work, and I decided to try Linux again for the first time since Red Hat 7.3, which I figure must be six or seven years ago.  I love my two Macs and OSX has been a real treat, so at least all that time I never went into UNIX-withdrawal.&lt;br /&gt;&lt;br /&gt;After checking out a few "distros" I decided to try Ubuntu Feisty, mainly because it's wholesomely popular these days and they have happy colours on their web site.  I installed the amd_64 version using their "Live CD". Since then I've been having a lot of fun, but also quite a few problems:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Third-party video driver installation was hardly intuitive and the fact that I had to do it myself was not a good start.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;The Ubuntu forums are great and by now I'm almost up to a free cup of coffee or something. &lt;/li&gt;&lt;li&gt;Once I had my nVidia card working properly a co-worker told me about Beryl and I love it. Neither OSX or Windows Vista can do all those things so well yet.&lt;/li&gt;&lt;li&gt;Getting Adobe Flash to work was a pain, mostly just doing the research.&lt;/li&gt;&lt;li&gt;I installed ntfs-config so I can read/write freely to my Vista NTFS partitions. This was easy and very satisfying.  But why doesn't this also work "out of the box"?&lt;/li&gt;&lt;li&gt;The standard Linux fonts are awful, making web sites like &lt;a href="http://www.nytimes.com/"&gt;The New York Times&lt;/a&gt; look particularly revolting in Firefox.  Fortunately Red Hat has made their "Liberation" True Type fonts available for free, and after a little tweaking my Linux desktop and Firefox look almost as pretty and easy to read as OSX and Safari, or Vista and IE7.&lt;/li&gt;&lt;li&gt;Getting Samba to work both ways with OSX was not straightforward, and I still can't browse and mount "Windows file shares" by computer name from Linux. I have to use IP addresses instead.&lt;/li&gt;&lt;li&gt;I can't run my Linksys WUSB54G V1 wireless adapter because there is no 64-bit driver to use with ndiswrapper.  I tried using the native Prism 54 drivers and firmware and after lots research and fiddling I actually got the card to work but only for a short time.  Oh, the tears of running a 64-bit operating system!&lt;/li&gt;&lt;li&gt;I then embarked on the adventure of trying to get Prism 54 to work better, but first I had to learn how to use git and the mysteries of Debian kernel packaging. Eventually I did get a Linux 2.6.22 kernel compiled and running, but it took a while. For example, I had to try no less than three different tools to get an initrd image that would boot. Only Yaird worked.&lt;/li&gt;&lt;li&gt;I found there are still many irritating bugs in Gnome, such as several system administration applets not working. Services-admin, network-admin, users-admin, and setting the clock all have known bugs and are simply unusable.  Not being able to browse and mount "Windows" shares by name is related. What's the point of having the applets in Gnome at all if they don't work reliably? These are known bugs that have been around for a while, which is disappointing, and I can't see Linux being successful as a mainstream alternative to Windows or OSX while such problems persist.&lt;/li&gt;&lt;li&gt;While experimenting to work around the "services-admin" problem I somehow managed to trash Gnome altogether and I was not able to resuscitate it by uninstalling/reinstalling packages using Aptitude.&lt;/li&gt;&lt;/ul&gt;So now I have reinstalled Ubuntu Feisty Desktop x86_64 and I'm going back through all the above, as well as re-installing Apache2 and MySQL so that machine can run my  home web server and host my by-now-almost-forgotten "Content Management Project".&lt;br /&gt;&lt;br /&gt;That's it for now.  Maybe more details later.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-1915187954999865028?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/1915187954999865028/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=1915187954999865028' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/1915187954999865028'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/1915187954999865028'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2007/07/time-out-mac-start-button-ubuntu-x8664.html' title='Time out - Mac Start button - Ubuntu x86_64'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-7083223573737421560</id><published>2007-03-01T02:21:00.000-08:00</published><updated>2007-08-02T12:19:44.421-07:00</updated><title type='text'>Automator workflows and AppleScripts for Finder</title><content type='html'>Today's adventure was working with some simple Automator Workflows and AppleScripts to help Finder tasks in OSX.&lt;br /&gt;&lt;br /&gt;FILE LOCATIONS&lt;br /&gt;         &lt;br /&gt;First it's useful to remind ourselves where these objects go:&lt;br /&gt;&lt;br /&gt;- User workflows go in ~/Library/Workflows/Applications/Finder.&lt;br /&gt;- System workflows are in /Library/Application Support/Apple/Automator/Applications/Finder.&lt;br /&gt;- User scripts go in /Library/Scripts/Applications/Finder.&lt;br /&gt;- System scripts are in /Library/Scripts.  &lt;br /&gt;&lt;br /&gt;Various useful scripts can be found in these subfolders:&lt;br /&gt;&lt;br /&gt;- Finder Scripts&lt;br /&gt;- Folder Action Scripts&lt;br /&gt;- Folder Actions&lt;br /&gt;- Navigation Scripts&lt;br /&gt;         &lt;br /&gt;HOW TO MAKE A "START BUTTON" FOR OSX - really simple version&lt;br /&gt;&lt;br /&gt;A copy of "New Applications Window.scpt" from /Library/Scripts/Navigation Scripts/ was moved to ~/Library/Workflows/Applications/Finder and then compiled and saved as "New Applications Window.app".&lt;br /&gt;&lt;br /&gt;An alias of this was then renamed to "Start" and placed on the desktop. Here is the script:&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;   tell application "Finder"&lt;br /&gt;       activate&lt;br /&gt;       open folder "Applications" of the startup disk&lt;br /&gt;   end tell&lt;/pre&gt;          &lt;br /&gt;HOW TO CLOSE ALL FINDER WINDOWS&lt;br /&gt;&lt;br /&gt;Another useful script is this one to close all Finder windows:&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;   tell application "Finder"&lt;br /&gt;       close every information window&lt;br /&gt;       {}&lt;br /&gt;       close every window&lt;br /&gt;       {}&lt;br /&gt;   end tell&lt;/pre&gt;&lt;br /&gt;To run your scripts, first you use the AppleScript Utility to enable the option "Show Script Menu in menu bar" for AppleScript.  Then when you are in Finder you will get a drop-down context-sensitive menu which includes the system scripts as well as Finder scripts you have created yourself. &lt;br /&gt;&lt;br /&gt;USING APPLESCRIPTS IN AUTOMATOR&lt;br /&gt;&lt;br /&gt;Useful additional Finder workflows can be created by simply copying some of the sample AppleScripts into Automator "Run Applescript" workflow objects.&lt;br /&gt;&lt;br /&gt;Once tested in Automator and saved, your workflows have to be manually moved to ~/Library/Workflows/Applications/Finder, but then they are available as additional actions when you are in Finder.  To access them, you press the Control key and click mouse button 1 in a Finder Window (ylou can also use mouse button 2 if you have it). You can then click on "Automator" to see a list of workflows you have created.  &lt;br /&gt;&lt;br /&gt;I created workflows to open my Home, Documents, and Applications folders, together with others to create a new text file, to create a new sub-folder, and to provide an easy-to-use Finder navigation menu.  The last one used "Open Special Folder.scpt" from /Library/Scripts/Navigation Scripts.&lt;br /&gt;&lt;br /&gt;Enjoy!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-7083223573737421560?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/7083223573737421560/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=7083223573737421560' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/7083223573737421560'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/7083223573737421560'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2007/03/automator-workflows-and-applescripts.html' title='Automator workflows and AppleScripts for Finder'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-3892925640203524149</id><published>2007-02-28T16:44:00.000-08:00</published><updated>2007-02-28T17:20:58.402-08:00</updated><title type='text'>what the heck is a content manager anyway?</title><content type='html'>What the heck is a content manager anyway and why do I need one?&lt;br /&gt;&lt;br /&gt;For some reason I installed Plone on my Mac Mini today.  It eats resources.  I was thinking "Zope!" but the INSTALL.TXT file said to upgrade Python to 2.4, OSX only having 2.2.  I tried to update to Python 2.4 using Fink Commander but it only had 2.3.&lt;br /&gt;&lt;br /&gt;Then I stumbled across Plone in the UNIX section of Apple's "OSX Downloads" web page.  It includes Zope AND Python 2.4.9.  Wow!  Twenty minutes later I was signing into my Plone Portal. Very slowly.  Then I got to take a look at it.  What was I thinking?!&lt;br /&gt;&lt;br /&gt;Still, after copying my 4GB of images to the Mac, I found using OSX Finder's "Smart Folders" useful to be able to browse without having to import all the images into my old version of  iPhoto.&lt;br /&gt;&lt;br /&gt;But I still don't know what I'm doing.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-3892925640203524149?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/3892925640203524149/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=3892925640203524149' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/3892925640203524149'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/3892925640203524149'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2007/02/what-heck-is-content-manager-and-why-do.html' title='what the heck is a content manager anyway?'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-7910263799887829341</id><published>2007-02-26T22:02:00.000-08:00</published><updated>2007-02-26T22:08:15.497-08:00</updated><title type='text'>working on it</title><content type='html'>Well my images alone are 4GB.  I want to consolidate this with all the other stuff I have lying around.  My idea is to make it all easy to navigate and work on.   For example to pick out an old movie and work on it, the same with sound files, pieces of writing, and so on.  Slow far, slow good.  Right now I'm copying the images as a zip file over to my Mac Mini from my Windows XP machine.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-7910263799887829341?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/7910263799887829341/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=7910263799887829341' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/7910263799887829341'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/7910263799887829341'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2007/02/working-on-it.html' title='working on it'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1954589807802683767.post-2454802164131976387</id><published>2007-02-25T23:23:00.000-08:00</published><updated>2007-02-25T23:32:52.699-08:00</updated><title type='text'>all that stuff</title><content type='html'>Trying to get a handle on several years worth of  data accumulated on  7 different PCs since I bought my first 30286 back in 1989. I'd just gotten back from a long trip and my life was about to change forever. &lt;br /&gt;&lt;br /&gt;Volume-wise, most of the information is images. The volume really racked up when I bought my Canon  Powershot  A80  back in  the fall of 2004.  The rest consists of documents, programs, music and websites.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1954589807802683767-2454802164131976387?l=m06orama.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://m06orama.blogspot.com/feeds/2454802164131976387/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1954589807802683767&amp;postID=2454802164131976387' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/2454802164131976387'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1954589807802683767/posts/default/2454802164131976387'/><link rel='alternate' type='text/html' href='http://m06orama.blogspot.com/2007/02/all-that-stuff.html' title='all that stuff'/><author><name>m06orama</name><uri>http://www.blogger.com/profile/10641806242491308484</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://skyprod.net/pub/skyprod/photoMC_images/Man%20of%20Letters.jpg'/></author><thr:total>0</thr:total></entry></feed>
