<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Technical Babble on</title><link>https://staging.dawning.ca/categories/technical-babble/</link><description>Recent content in Technical Babble on</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>Copyright © James Snell</copyright><lastBuildDate>Wed, 27 Nov 2019 22:35:51 +0000</lastBuildDate><atom:link href="https://staging.dawning.ca/categories/technical-babble/index.xml" rel="self" type="application/rss+xml"/><item><title>Make an old Mac OS X install DVD from macOS Catalina</title><link>https://staging.dawning.ca/posts/make-an-old-mac-osx-install-dvd-from-macos-catalina/</link><pubDate>Wed, 27 Nov 2019 22:35:51 +0000</pubDate><guid>https://staging.dawning.ca/posts/make-an-old-mac-osx-install-dvd-from-macos-catalina/</guid><description>
&lt;p>This brief post is just my notes specifically on how to make a Mac OSX Lion install DVD from within macOS Catalina. This isn&amp;rsquo;t really meant to help anyone other than my future self. But I hope it helps the odd other person too.&lt;/p>
&lt;p>Step 0. Optionally order a copy from Apple, do a search online and you can find Lion and Snow Leopard disks still available for order directly from Apple, as of late 2019.&lt;/p></description></item><item><title>Death by PEBKAC evaded by amazing ZFS snapshot CTRL+Zery</title><link>https://staging.dawning.ca/posts/death-by-pebkac-evaded-by-amazing-zfs-snapshot-ctrlzery/</link><pubDate>Fri, 09 Mar 2018 19:23:27 +0000</pubDate><guid>https://staging.dawning.ca/posts/death-by-pebkac-evaded-by-amazing-zfs-snapshot-ctrlzery/</guid><description>
&lt;p>Tonight I was doing a little development work towards a telemetry system I&amp;rsquo;m building for a thing. Along the way I managed (like a 10/10 n00b) to delete a bunch of vital configs on my reverse proxy server that handles all my traffic. Thanks to the amazing ZFS snapshot function made easily available by &lt;a href="http://freenas.org">FreeNAS&lt;/a>, I was able to recover from this otherwise devastating fckup, super fast and without service disruption.&lt;/p></description></item><item><title>Using pfsense to sign private wildcard SSL certificates</title><link>https://staging.dawning.ca/posts/using-pfsense-to-sign-private-wildcard-ssl-certificates/</link><pubDate>Wed, 17 Jan 2018 15:17:57 +0000</pubDate><guid>https://staging.dawning.ca/posts/using-pfsense-to-sign-private-wildcard-ssl-certificates/</guid><description>
&lt;p>&lt;figure>
&lt;picture>
&lt;img
loading="lazy"
decoding="async"
alt=""
class="image_figure image_internal image_unprocessed"
src="https://staging.dawning.ca/uploads/2018/01/Screen-Shot-2018-01-17-at-3.09.38-PM.png"
/>
&lt;/picture>
&lt;/figure>
&lt;a href="https://www.pfsense.org/download/">pfsense&lt;/a> is a wonderful router appliance &lt;a href="https://en.wikipedia.org/wiki/FreeBSD">BSD&lt;/a> distro that I&amp;rsquo;ve enjoyed for some years now.&lt;/p>
&lt;p>I use the &lt;a href="https://doc.pfsense.org/index.php/Certificate_Management">pfsense certificate manager&lt;/a> to issue certs for my VPN client devices. For my Internet-facing life, I have legit SSL certs for everything, I&amp;rsquo;ve a neurosis about it. But it&amp;rsquo;s bothered me that for my LAN servers, I&amp;rsquo;ve continued to use Self-Signed certs for interfaces. Today I fix that.&lt;/p>
&lt;p>Here are my notes on how to create and sign a wild-card SSL cert using pfsense for internal use. Note that this approach means you will make your own certificate authority which then must have its root cert installed on any machine you want to use your own certs.&lt;/p></description></item><item><title>VMware ESXi 6.5 - Replacing the default SSL/TLS certificates</title><link>https://staging.dawning.ca/posts/vmware-esxi-6-5-replacing-the-default-ssl-tls-certificates/</link><pubDate>Tue, 05 Dec 2017 17:43:47 +0000</pubDate><guid>https://staging.dawning.ca/posts/vmware-esxi-6-5-replacing-the-default-ssl-tls-certificates/</guid><description>
&lt;p>One of my weird hobbies is installing legitimate SSL certificates EVERYWHERE. Here&amp;rsquo;s steps for replacing the default self-signed garbage SSL certificates you get out of the box with VMware ESXi:&lt;/p>
&lt;p>Steps
Get your SSL cert, obviously. You&amp;rsquo;ll need a &lt;em>.key&lt;/em> file and a &lt;em>.crt&lt;/em>. (If you need help at this stage, &lt;a href="https://github.com/docdawning/ssl-kit">take a look at my SSL cert management scripts on github.&lt;/a>)
Enable SSH access to your ESXi box. Login as root over ssh. (If you don&amp;rsquo;t know about this, perhaps this whole process is not for you at this time)
From your root ssh session to your ESXi box, follow these steps:&lt;/p></description></item><item><title>LVM Recovery Bedtime Story: The tale of the journey home for some long lost bytes</title><link>https://staging.dawning.ca/posts/lvm-recovery-bedtime-story-the-tale-of-the-journey-home-for-some-long-lost-bytes/</link><pubDate>Fri, 11 Aug 2017 23:11:58 +0000</pubDate><guid>https://staging.dawning.ca/posts/lvm-recovery-bedtime-story-the-tale-of-the-journey-home-for-some-long-lost-bytes/</guid><description>
&lt;p>&lt;figure>
&lt;picture>
&lt;img
loading="lazy"
decoding="async"
alt=""
class="image_figure image_internal image_unprocessed"
src="https://staging.dawning.ca/uploads/2017/08/Screen-Shot-2017-08-11-at-11.59.40-PM-1024x265.png"
/>
&lt;/picture>
&lt;/figure>
Above: To the right is my hovel at the cottage I setup during my holiday-time-well-spent playing with ddrescue&lt;/p>
&lt;p>&lt;figure>
&lt;picture>
&lt;img
loading="lazy"
decoding="async"
alt=""
class="image_figure image_internal image_unprocessed"
src="https://staging.dawning.ca/uploads/2017/08/Screen-Shot-2017-08-11-at-11.59.09-PM-237x300.png"
/>
&lt;/picture>
&lt;/figure>
I had an awesome &lt;a href="https://en.wikipedia.org/wiki/Logical_Volume_Manager_%28Linux%29">LVM&lt;/a> for nearly 15 years. It saw me through high school, 8 years of post-secondary nerding and then some years after. The drives involved came and went, as I perpetually upgraded it. I loved it dearly. At its peak, it was comprised of 7 drives. Inevitably, the Seagate-reaper came to visit and the LVM was no more. It might have persisted, but I was younger and crazier and I took the &lt;a href="https://en.wikipedia.org/wiki/Standard_RAID_levels#RAID_0">striped&lt;/a> path to ruin.&lt;/p></description></item><item><title>VMware ESXi 6.5 Hypervisor on Dell 690</title><link>https://staging.dawning.ca/posts/vmware-esxi-hypervisor-on-unsupported-dell-690/</link><pubDate>Wed, 09 Aug 2017 01:12:19 +0000</pubDate><guid>https://staging.dawning.ca/posts/vmware-esxi-hypervisor-on-unsupported-dell-690/</guid><description>
&lt;p>&lt;figure>
&lt;picture>
&lt;img
loading="lazy"
decoding="async"
alt=""
class="image_figure image_internal image_unprocessed"
src="https://staging.dawning.ca/uploads/2017/08/690-1024x768.jpg"
/>
&lt;/picture>
&lt;/figure>
I picked up a Dell 690 from an e-recycler for $11. I picked it out knowing that I can kit-it-out with 64GB of slow DDR2 FBDIMM RAM for about $80 and I can replace the CPUs to get to 8 threads for another $30ish. I somewhat foolishly assumed VMware ESXi 6.5 would just run on this rig. I was wrong, kind of.&lt;/p>
&lt;p>Annoyingly, this motherboard seems fully electrically compatible with CPUs that are both dirt-cheap and supported by ESXi, however after a fair search of the internet, I found that the bios does not support such CPUs. The most &lt;a href="https://www.bios-mods.com/forum/Thread-DELL-Precision-690-microcode-update?page=4">conclusive findings I encountered were these&lt;/a>.&lt;/p></description></item><item><title>Dear Diary: Samsung ML-1610 on macOS 10.12 Sierra</title><link>https://staging.dawning.ca/posts/printer-samsung-ml-1610-on-macos-10-12-sierra/</link><pubDate>Tue, 11 Apr 2017 08:25:20 +0000</pubDate><guid>https://staging.dawning.ca/posts/printer-samsung-ml-1610-on-macos-10-12-sierra/</guid><description>
&lt;h2 id="new-version">New Version&lt;/h2>
&lt;p>A newer version &lt;a href="https://staging.dawning.ca/2017/ml1610-blaster-drivers-for-samsung-ml1610-on-macos-high-sierra/">is here&lt;/a>. I now call this &lt;em>ml1610-blaster&lt;/em>.&lt;/p>
&lt;p>&lt;figure>
&lt;picture>
&lt;img
loading="lazy"
decoding="async"
alt=""
class="image_figure image_internal image_unprocessed"
src="https://staging.dawning.ca/uploads/2017/04/Samsung-ML-1610-150x150.jpg"
/>
&lt;/picture>
&lt;/figure>
I have a trusty Samsung ML-1610 printer that I think I bought for like $90 back around 2003. It&amp;rsquo;s been an outstanding little cheapie that so far has seen me through two undergrad programs and is now seeing my wife through her third such program. Overall, it&amp;rsquo;s unremarkable, but I like it enough to keep it going.&lt;/p></description></item><item><title>Dear Diary: GoDaddy Error Code 6007</title><link>https://staging.dawning.ca/posts/dear-diary-godaddy-error-code-6007/</link><pubDate>Fri, 07 Apr 2017 09:36:01 +0000</pubDate><guid>https://staging.dawning.ca/posts/dear-diary-godaddy-error-code-6007/</guid><description>
&lt;p>I&amp;rsquo;ve been working out a tolerable dynamic DNS solution for myself lately. After much effort, I&amp;rsquo;ve settled on running my own bind server (I last did this like 12 years ago, hah). I&amp;rsquo;ve written simple scripts that handle it for me and they work fine. However, I found for many of my domains hosted by GoDaddy, I couldn&amp;rsquo;t get it to use my new nameservers. Godaddy would let me switch my nameservers, but then they&amp;rsquo;d revert to their previous settings and I&amp;rsquo;d get an email containing the helpful message:&lt;/p></description></item><item><title>MacPro3,1 gains a GeForce GT 720</title><link>https://staging.dawning.ca/posts/macpro31-geforce-gt-720-osx/</link><pubDate>Mon, 28 Sep 2015 21:33:47 +0000</pubDate><guid>https://staging.dawning.ca/posts/macpro31-geforce-gt-720-osx/</guid><description>
&lt;p>It was time to upgrade my secondary video card on my trusty MacPro3,1. I first goofed considerably with a Radeon 5250. I even went so far as to bust out my old firmware editing tools to change the &lt;em>vendor id&lt;/em> in a feeble attempt to get OS X to use it without needing to modify kexts. Then I heard that more recent nvidia cards are supported by NVIDIA&amp;rsquo;s &amp;ldquo;web&amp;rdquo; OS X drivers. I swapped the 5250 (with its firmware restored) for a GeForce GT 720.&lt;/p></description></item><item><title>Dear Diary: Running Trac and upgrading to Ubuntu Server 14.04</title><link>https://staging.dawning.ca/posts/dear-diary-running-trac-and-upgrading-ubuntu-server-14-04/</link><pubDate>Wed, 17 Sep 2014 17:17:20 +0000</pubDate><guid>https://staging.dawning.ca/posts/dear-diary-running-trac-and-upgrading-ubuntu-server-14-04/</guid><description>
&lt;p>I&amp;rsquo;m a fairly heavy user of trac. I&amp;rsquo;ve got various software projects I organize using trac. I decided to upgrade one of my Ubuntu 12.04 servers to Ubuntu 14.04 and of course ran in to the typical apache2 headaches that are born out of this particular transition.&lt;/p>
&lt;p>After remembering to rename my virtual host files with .conf extensions (I find that change annoying as hell on its own), I kept running aground with an Internal Server Error message to which I couldn&amp;rsquo;t even find a hint in my logs, even after cranking up the verbosity.&lt;/p></description></item><item><title>Dear Diary: Installing OSX 10.9 on Late 2007 MacBook</title><link>https://staging.dawning.ca/posts/dear-diary-installing-osx-10-9-on-late-2007-macbook/</link><pubDate>Sun, 13 Apr 2014 11:26:52 +0000</pubDate><guid>https://staging.dawning.ca/posts/dear-diary-installing-osx-10-9-on-late-2007-macbook/</guid><description>
&lt;p>Here&amp;rsquo;s my notes on how I approached installing�OSX 10.9 on my Late 2007 MacBook (MacBook3,1).&lt;/p>
&lt;p>Note I did most of this on a current Mac running 10.9.&lt;/p>
&lt;p>Also, this kind of worked. I got the install to run but it wouldn&amp;rsquo;t boot after install. I&amp;rsquo;m probably quite close to it working. I&amp;rsquo;ll update this post with notes if I work on this further.&lt;/p>
&lt;h2 id="steps">Steps&lt;/h2>
&lt;p>\t- Create USB Flash OSX 10.9 installer&lt;/p></description></item><item><title>My Diary: Upgrading Alfresco Installations</title><link>https://staging.dawning.ca/posts/my-diary-upgrading-alfresco-installations/</link><pubDate>Fri, 11 Apr 2014 21:12:05 +0000</pubDate><guid>https://staging.dawning.ca/posts/my-diary-upgrading-alfresco-installations/</guid><description>
&lt;p>&lt;a href="https://staging.dawning.ca/uploads/2014/04/Screen-Shot-2014-04-11-at-10.10.58-PM.png">&lt;figure>
&lt;picture>
&lt;img
loading="lazy"
decoding="async"
alt=""
class="image_figure image_internal image_unprocessed"
src="https://staging.dawning.ca/uploads/2014/04/Screen-Shot-2014-04-11-at-10.10.58-PM-274x300.png"
/>
&lt;/picture>
&lt;/figure>
&lt;/a>Here&amp;rsquo;s my diary from the &amp;ldquo;epic&amp;rdquo; experience of simply trying to upgrade Alfresco installations from 4.2.c to 4.2.f. I found the community documentation to be dated and had minimal confidence in its current validity. Still, it helped. These are my final notes on the process and in actuality there were a lot of wrong turns I made along the way before landing with the below. I spent like 5 hours working this out. Crazy.&lt;/p></description></item><item><title>Wordpress content-only custom templates (with plugin javascript (etc) still being loaded)</title><link>https://staging.dawning.ca/posts/wordpress-displaying-only-content/</link><pubDate>Sat, 22 Feb 2014 18:39:39 +0000</pubDate><guid>https://staging.dawning.ca/posts/wordpress-displaying-only-content/</guid><description>
&lt;p>Today I spent a fair while on a quest to display only page content on a Wordpress site of mine. The situation is that I&amp;rsquo;m trying to make a very easily updated marketing website for an online-learning project of mine. I like using a proprietary page slider for Wordpress (and other platforms, excluding my Moodle e-learning platform). So, hacky as it is, I opted to spin up a dedicated Wordpress site that&amp;rsquo;d just host the sliders in content-only custom theme template files. Of course, this mandated rolling up the sleeves.&lt;/p></description></item><item><title>All Hail Tony, The Digital Warlock</title><link>https://staging.dawning.ca/posts/tony-enerson-digital-warlock/</link><pubDate>Fri, 29 Mar 2013 00:09:07 +0000</pubDate><guid>https://staging.dawning.ca/posts/tony-enerson-digital-warlock/</guid><description>
&lt;p>&lt;a href="https://staging.dawning.ca/uploads/2013/03/IMG_3291.jpg">&lt;figure>
&lt;picture>
&lt;img
loading="lazy"
decoding="async"
alt=""
class="image_figure image_internal image_unprocessed"
src="https://staging.dawning.ca/uploads/2013/03/IMG_3291.jpg"
/>
&lt;/picture>
&lt;/figure>
&lt;/a>&lt;/p>
&lt;p>This is the tale of a man who was faced with colossal data loss. As his family photos seem to fade in to the ether and with nothing to lose, he drew a line in the digital sand. He gained a persona that day, he was no longer just &amp;ldquo;Tony: Loving husband and father&amp;rdquo;. No no, that fateful day this man also became &lt;em>The Digital Warlock&lt;/em>.&lt;/p></description></item><item><title>Notes on creating a i7 based Hackintosh</title><link>https://staging.dawning.ca/posts/notes-on-creating-a-i7-based-hackintosh/</link><pubDate>Sat, 16 Mar 2013 00:13:45 +0000</pubDate><guid>https://staging.dawning.ca/posts/notes-on-creating-a-i7-based-hackintosh/</guid><description>
&lt;p>Recently I decided to try shuffling around my hardware and try a hackintosh setup on my recently acquired i7 box. I last dabbled in this stuff many years back with a P4 box. Suffice to say, my beloved 2008 era Mac Pro is starting to show some age and while I could upgrade it, Apple&amp;rsquo;s dragged ass in updating the Mac Pro line. So, here are my notes.&lt;/p>
&lt;p>Read on to see what steps should work for you, should you use similar hardware.&lt;/p></description></item><item><title>Apt cache cheatsheet</title><link>https://staging.dawning.ca/posts/apt-cache-cheatsheet/</link><pubDate>Fri, 08 Feb 2013 13:29:44 +0000</pubDate><guid>https://staging.dawning.ca/posts/apt-cache-cheatsheet/</guid><description>
&lt;p>I&amp;rsquo;ve been setting up a number of apt-cacher instances on different networks I run Ubuntu boxes on. This is a well documented process. I&amp;rsquo;m posting the key steps if only for my own reference later.&lt;/p>
&lt;ol>
&lt;li>
&lt;p>&lt;em>apt-get install apt-cacher&lt;/em>&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Edit &lt;em>/etc/default/apt-cacher&lt;/em> add &lt;em>AUTOSTART=1&lt;/em>.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Edit &lt;em>/etc/apt-cacher/apt-cacher.conf&lt;/em> and make sure the allowed_hosts line is explicitly as intended.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Open client (and local server&amp;rsquo;s) &lt;em>/etc/apt/sources.list&lt;/em> and str repl &lt;em>%s/http:\/\//http:\/\/SERVERHOSTNAME:3142\/apt-cacher\//g&lt;/em>&lt;/p>
&lt;/li>
&lt;/ol>
&lt;p>Default port is 3142&lt;/p>
&lt;h2 id="good-detailed-resources">Good detailed resources:&lt;/h2></description></item><item><title>Thank you Steve</title><link>https://staging.dawning.ca/posts/steve-jobs/</link><pubDate>Wed, 05 Oct 2011 19:08:12 +0000</pubDate><guid>https://staging.dawning.ca/posts/steve-jobs/</guid><description>
&lt;p>Thanks for all your profound, inspiring and helpful inventions Steve. You&amp;rsquo;ve made an admirable mark on the world.&lt;/p>
&lt;p>&lt;a href="http://www.apple.com">&lt;figure>
&lt;picture>
&lt;img
loading="lazy"
decoding="async"
alt=""
class="image_figure image_internal image_unprocessed"
src="https://staging.dawning.ca/uploads/2011/10/SteveJobs.png"
/>
&lt;/picture>
&lt;/figure>
&lt;/a>&lt;/p></description></item><item><title>Liquid-Fluoride Thorium Reactor</title><link>https://staging.dawning.ca/posts/lft/</link><pubDate>Fri, 01 Apr 2011 10:40:36 +0000</pubDate><guid>https://staging.dawning.ca/posts/lft/</guid><description>
&lt;p>I went to a Protospace talk recently where I listened to a wonderful 4 hour talk about Thorium based reactors. Suffice to say it was time wonderfully well spent. I&amp;rsquo;m so energized and psyched. I&amp;rsquo;ve really liked Nuclear power in the past, but that&amp;rsquo;s given way to this even better alternative. Seems a great deal safer and just all round &amp;ldquo;better&amp;rdquo; in every dimension.&lt;/p>
&lt;p>Here&amp;rsquo;s an early video from the talk. A buddy is working on a refined version combining multiple angles (some of which I filmed).&lt;/p></description></item><item><title>The Air is on fire! Shaw Gigabit Fibre Internet FTW!</title><link>https://staging.dawning.ca/posts/internet-explodingly-fast/</link><pubDate>Sat, 25 Dec 2010 02:09:54 +0000</pubDate><guid>https://staging.dawning.ca/posts/internet-explodingly-fast/</guid><description>
&lt;figure style="float: right; margin: 0 0 1em 1em; max-width: 348px;">
&lt;a href="http://www.flickr.com/photos/dawning/5289315457/">&lt;img src="https://staging.dawning.ca/uploads/external/5289315457_11fcf029ab_a50cac7f.jpg" alt="">&lt;/a>
&lt;figcaption>Exhibit A: &lt;/figcaption>
&lt;/figure>
&lt;figure style="float: right; margin: 0 0 1em 1em; max-width: 348px;">
&lt;a href="http://www.flickr.com/photos/dawning/5289366837/">&lt;img src="https://staging.dawning.ca/uploads/external/5289366837_d2d18a288a_696e16a3.jpg" alt="">&lt;/a>
&lt;figcaption>Exhibit 2: Damn, seriously.&lt;/figcaption>
&lt;/figure>
&lt;p>&lt;strong>Shaw Gigabit Fibre Internet doesn&amp;rsquo;t bother Transmitting Data, it TELEPORTS it!&lt;/strong>&lt;/p>
&lt;p>Here I sit in my bed @ my parent&amp;rsquo;s place on Christmas Eve. I decided to test out their new &lt;a href="http://www.shaw.ca/en-ca/ProductsServices/Internet/The&amp;#43;Fasternet">internet connection&lt;/a> &amp;amp; &lt;a href="http://store.apple.com/ca/product/MC340AM/A/AirPort-Extreme?mco=MTY3ODQ5OTY">router&lt;/a> by enjoying another kind of &amp;ldquo;Eve&amp;rdquo;, &lt;a href="http://www.eveonline.com/">Eve Online&lt;/a>.&lt;/p>
&lt;h2 id="the-air-is-on-fire-but-in-the-good-way">The Air is on fire, but in the good way&lt;/h2>
&lt;p>About the same time as this new internet service was hooked up I randomly decided to upgrade my parents to use &lt;a href="http://en.wikipedia.org/wiki/Wireless_N">Wireless N&lt;/a> (with a repeater rig, a la &lt;a href="http://en.wikipedia.org/wiki/Airport_Extreme">Airport Extreme&lt;/a> &amp;amp; &lt;a href="http://en.wikipedia.org/wiki/AirPort_Express#AirPort_Express">Airport Express&lt;/a>).&lt;/p></description></item><item><title>AirPlay Through pfsense Bridge</title><link>https://staging.dawning.ca/posts/airplay-through-pfsense-bridge/</link><pubDate>Thu, 23 Dec 2010 19:27:48 +0000</pubDate><guid>https://staging.dawning.ca/posts/airplay-through-pfsense-bridge/</guid><description>
&lt;p>&lt;a href="https://staging.dawning.ca/uploads/external/WiresharkOnAirTunes_a3fe1ae5.png">&lt;figure>
&lt;picture>
&lt;img
loading="lazy"
decoding="async"
alt=""
class="image_figure image_internal image_unprocessed"
src="https://staging.dawning.ca/uploads/external/WiresharkOnAirTunes_a3fe1ae5.png"
/>
&lt;/picture>
&lt;/figure>
&lt;/a>Howdy all, geek-mode enabled.&lt;/p>
&lt;p>So I&amp;rsquo;ve been fighting somewhat to get my &lt;a href="http://en.wikipedia.org/wiki/Airtunes">AirPlay &lt;/a>enabled device (&lt;a href="http://en.wikipedia.org/wiki/Appletv">Apple TV&lt;/a>) to function perfectly. I use &lt;a href="http://en.wikipedia.org/wiki/Pfsense">pfsense&lt;/a> to run my router and in so doing I&amp;rsquo;ve got a Wireless and Wired network that are &lt;a href="http://en.wikipedia.org/wiki/Network_bridge">bridged together&lt;/a>. I found with the &lt;a href="http://en.wikipedia.org/wiki/Appletv">AppleTV&lt;/a> that only devices on the same physical media could stream to it, though all devices could &amp;ldquo;see&amp;rdquo; it.&lt;/p>
&lt;p>After submitting a feature request to Apple over this, I decided I wanted it solved for me anyway and I felt close to the solution. Since I had no logs to go by, I decided to bust out &lt;a href="http://en.wikipedia.org/wiki/Wireshark">Wireshark&lt;/a> to sniff all the involved network traffic. Suffice to say, I was rather entertained to find that when using AirPlay the payloads are flying around in &lt;a href="http://en.wikipedia.org/wiki/Ipv6">IPv6&lt;/a>, not &lt;a href="http://en.wikipedia.org/wiki/Ipv4">IPv4&lt;/a>. Just look at the caption in this post. All those teal packets is iTunes streaming audio to my AppleTV via AirPlay. It&amp;rsquo;s &lt;a href="http://en.wikipedia.org/wiki/User_Datagram_Protocol">UDP&lt;/a> over IPv6. Neato.&lt;/p></description></item><item><title>Getting Synergy (or whatever) to run automatically in Snow Leopard</title><link>https://staging.dawning.ca/posts/synergy-autostart-snow-leopard/</link><pubDate>Thu, 16 Dec 2010 01:26:06 +0000</pubDate><guid>https://staging.dawning.ca/posts/synergy-autostart-snow-leopard/</guid><description>
&lt;figure style="float: right; margin: 0 0 1em 1em; max-width: 412px;">
&lt;img src="https://staging.dawning.ca/uploads/external/GettingSynergyToAutorunOnOSX_561166b4.png" alt="">
&lt;figcaption>Here you see the &lt;/figcaption>
&lt;/figure>
&lt;p>If you&amp;rsquo;re geeky like me, then you may be a lover of &lt;a href="http://www.youtube.com/watch?v=exnwHkyzTSg">Synergy&lt;/a>..&lt;/p>
&lt;p>Well, many of us have long since used some of the old funky tricks for getting Synergy to start up automatically (like the ol LoginWindow trick). But that seems to not be so helpful (for me anyway), as of upgrading to Apple&amp;rsquo;s Mac OSX Snow Leopard (10.5).&lt;/p></description></item><item><title>Pretty Cycling Images and URLs</title><link>https://staging.dawning.ca/posts/pretty-cycling-divs/</link><pubDate>Wed, 08 Dec 2010 14:37:40 +0000</pubDate><guid>https://staging.dawning.ca/posts/pretty-cycling-divs/</guid><description>
&lt;p>I recently tossed up my little cycling badge of things I like (to the left) and in the process I had to do some CSS/jQuery &amp;ldquo;research&amp;rdquo;.&lt;/p>
&lt;p>I found &lt;a href="http://jonraasch.com/blog/a-simple-jquery-slideshow/">THIS really helpful guide&lt;/a> that nicely explained everything, but it wasn&amp;rsquo;t precisely what I wanted. I found that in using the code as given there, all the images would grossly load in a stack and images of different sizes would remain visible in the stack as they cycled. I also didn&amp;rsquo;t really like the idea of the fading animations being tied to the IMG tag, I wanted to use a more generic DIV container instead, after all I like writing code I can easily re-use later.&lt;/p></description></item><item><title>Kobo - Unboxed &amp; Linux Friendly</title><link>https://staging.dawning.ca/posts/kobo-ereader-unboxed-linux/</link><pubDate>Mon, 21 Jun 2010 23:41:46 +0000</pubDate><guid>https://staging.dawning.ca/posts/kobo-ereader-unboxed-linux/</guid><description>
&lt;p>&lt;figure>
&lt;picture>
&lt;img
loading="lazy"
decoding="async"
alt=""
class="image_figure image_internal image_unprocessed"
src="https://staging.dawning.ca/uploads/external/4724079151_4a9942c20c_m_04ab3571.jpg"
/>
&lt;/picture>
&lt;/figure>
I&amp;rsquo;ve recently acquired myself a Kobo eReader. Read on to learn of my initial experiences, thoughts and reactions..&lt;/p>
&lt;h2 id="for-those-who-remain-unaware-of-what-an-ereader-is">For those who remain unaware of what an ereader is&amp;hellip;&lt;/h2>
&lt;p>They are little device designed to replace physical books. The key to success of the major ereaders (of which the ipad is NOT included) is the use of a completely distinct display technology called &lt;a href="http://en.wikipedia.org/wiki/E_Ink">E-Ink&lt;/a>. The important detail about that is that things displayed on E-Ink look just as though they were printed on paper. Compare this to viewing a typical LCD screen (like that of your phone) in the bright sun. The LCD has to overcome the ambient light, which is really tough in the day. The sharp contrast in brightness is similarly tiring for eyes in good lighting. E-Ink is free of that burden.&lt;/p></description></item><item><title>Ubuntu 9.10 remote mounts via sshfs</title><link>https://staging.dawning.ca/posts/ubuntu-sshfs/</link><pubDate>Sun, 07 Feb 2010 17:30:34 +0000</pubDate><guid>https://staging.dawning.ca/posts/ubuntu-sshfs/</guid><description>
&lt;p>Hey just a fast post here.. I&amp;rsquo;ve been using sshfs on Ubuntu (meh, linux in general) for awhile as a means of securely remotely accessing my files. I&amp;rsquo;ve taken some steps to add a line to my /etc/fstab file to make this run smoothly&amp;hellip;&lt;/p>
&lt;p>Though today I ran in to a really weird situation. I found that despite having a &lt;code>uid=xxxx&lt;/code> line, the appropriate user wasn&amp;rsquo;t getting ownership of the mount. In fact, when that user would look at the permissions for the mount, it returned something like &amp;ldquo;d???? ? ? ?&amp;rdquo;. Whisky Tango Foxtrot.&lt;/p></description></item><item><title>iPad FTW?</title><link>https://staging.dawning.ca/posts/ipad/</link><pubDate>Thu, 28 Jan 2010 12:10:27 +0000</pubDate><guid>https://staging.dawning.ca/posts/ipad/</guid><description>
&lt;figure style="float: right; margin: 0 0 1em 1em; max-width: 204px;">
&lt;a href="http://www.apple.com/ipad/">&lt;img src="https://staging.dawning.ca/uploads/2010/01/Screen-shot-2010-01-28-at-9.00.13-AM.png" alt="">&lt;/a>
&lt;figcaption>iPad Promo Images&lt;/figcaption>
&lt;/figure>
&lt;p>Yesterday Apple introduced their massively anticipated iPad tablet device. For those who haven&amp;rsquo;t yet heard about it, it&amp;rsquo;s basically a hudge iPhone (that doesn&amp;rsquo;t make phone calls). The iPad is meant to unlock a &amp;ldquo;new&amp;rdquo; market segment for small computing devices that is somehow not already met by the iPhone and netbooks.&lt;/p>
&lt;h2 id="what-does-it-do-anything-new">What does it do, anything new?&lt;/h2>
&lt;p>The iPad doesn&amp;rsquo;t bring new functionality to the computing world, but it does consolidate and simplify use particularly of eBooks. There have long since been many very cool eBook readers out there built around providing simple means for people to read electronic books.&lt;/p></description></item><item><title>Dawning.ca Spruced Up</title><link>https://staging.dawning.ca/posts/dawning-ca-spruced-up/</link><pubDate>Fri, 15 Jan 2010 03:12:36 +0000</pubDate><guid>https://staging.dawning.ca/posts/dawning-ca-spruced-up/</guid><description>
&lt;figure style="float: right; margin: 0 0 1em 1em; max-width: 272px;">
&lt;img src="https://staging.dawning.ca/uploads/2010/01/OldDawning.png" alt="">
&lt;figcaption>Previous Dawning.ca Layout&lt;/figcaption>
&lt;/figure>
&lt;p>I&amp;rsquo;ve just spent a few hours re-designing the layout of Dawning.ca. The &lt;a href="http://wordpress.org/extend/themes/oriental">old one&lt;/a> served me very well and I really liked it. I had heavily modified the previous theme to work for me and work it did. I may tap it some time in the future as a backup&amp;hellip; As you can see to the right, the new style is fairly different compared to the image. Although I kept the workflow as I think it was already pretty good.&lt;/p></description></item><item><title>YouTube Grabber App</title><link>https://staging.dawning.ca/posts/youtube-grabber-app/</link><pubDate>Tue, 24 Nov 2009 12:06:27 +0000</pubDate><guid>https://staging.dawning.ca/posts/youtube-grabber-app/</guid><description>
&lt;p>I&amp;rsquo;ve whipped up this little YouTube video grabber for myself and I&amp;rsquo;ve opened it up for the moment. If I see it getting spammed or abused in some way, I&amp;rsquo;ll probably password protect it, nevertheless, you can check it out &lt;strong>&lt;a href="https://staging.dawning.ca/youtube/">here&lt;/a>&lt;/strong>.&lt;/p>
&lt;h2 id="what-it-does">&lt;a href="https://staging.dawning.ca/youtube/">&lt;figure>
&lt;picture>
&lt;img
loading="lazy"
decoding="async"
alt=""
class="image_figure image_internal image_unprocessed"
src="https://staging.dawning.ca/uploads/2009/11/ytGrabber.png"
/>
&lt;/picture>
&lt;/figure>
&lt;/a>What it does&lt;/h2>
&lt;p>This little app takes a YouTube video link and then adds the reference in a database. A seperate script then polls that database and looks for new URLs. It then uses another script (that I did not write), called yt-download, to fetch each video and dump it to my fileserver.&lt;/p></description></item><item><title>Snow Leopard Upgrade on a Triple Booting Macbook</title><link>https://staging.dawning.ca/posts/snow-leopard-upgrade/</link><pubDate>Tue, 01 Sep 2009 20:41:13 +0000</pubDate><guid>https://staging.dawning.ca/posts/snow-leopard-upgrade/</guid><description>
&lt;p>&lt;figure>
&lt;picture>
&lt;img
loading="lazy"
decoding="async"
alt=""
class="image_figure image_internal image_unprocessed"
src="https://staging.dawning.ca/uploads/2009/09/SnowLeopard.png"
/>
&lt;/picture>
&lt;/figure>
Howdy World, so last friday was release day for Snow Leopard, woot! I went out and grabbed a copy and rushed home to upgrade my macbook&amp;hellip; Here&amp;rsquo;s the tale of a bit of resistance I met and how I resolved it.&lt;/p>
&lt;h2 id="yellow-triangle-of-rejection">Yellow Triangle of Rejection&lt;/h2>
&lt;p>So the problem I quickly encountered was that my &amp;ldquo;Macintosh HD&amp;rdquo; partition had an ugly little yellow symbol over it rejecting me from updating my OS X install. I forget (unfortunately), the particular error message. Nevertheless the short version was that regardless of how I launched the installer or a number of other things I tried, it wouldn&amp;rsquo;t let me run the upgrade.&lt;/p></description></item><item><title>PCB Etching Progress</title><link>https://staging.dawning.ca/posts/first-decent-pcb/</link><pubDate>Sat, 08 Aug 2009 16:43:15 +0000</pubDate><guid>https://staging.dawning.ca/posts/first-decent-pcb/</guid><description>
&lt;figure style="float: right; margin: 0 0 1em 1em; max-width: 83px;">
&lt;a href="http://www.charlottefurneaux.com/">&lt;img src="https://staging.dawning.ca/uploads/2009/08/PCB2.png" alt="">&lt;/a>
&lt;figcaption>HappyThawts&lt;/figcaption>
&lt;/figure>
&lt;figure style="float: right; margin: 0 0 1em 1em; max-width: 124px;">
&lt;a href="https://staging.dawning.ca/pix/album/72157621850384333/pcb-etching-pre-run.html">&lt;img src="https://staging.dawning.ca/uploads/2009/08/PCB1.png" alt="">&lt;/a>
&lt;figcaption>Transferred Toner&lt;/figcaption>
&lt;/figure>
&lt;p>Well, a few of us &lt;a href="http://www.protospace.ca">Protospace&lt;/a>rs met up and worked out some more home-made cheap Printed Circuit Board progress.. Vast thanks to the help of my esteemed friend &lt;a href="http://www.charlottefurneaux.com/">HappyThawts&lt;/a>, we finally got out a board of usable quality! Woot! We used a &lt;a href="http://arduino.cc/en/Main/ArduinoBoardSerialSingleSided3">single sided Arduino&lt;/a> pattern I found (saved me some seri&lt;/p>
&lt;p>ous time). And followed a &lt;a href="http://www.instructables.com/id/Sponge-Ferric-Chloride-Method-Etch-Circuit-Bo/">fairly well documented process&lt;/a> involving use of Ferric Chloride, Acetone, Clothing Irons, Cheap Magazine Paper, Water and patience.&lt;/p></description></item><item><title>Firefox 3.5 is out, now go get it!</title><link>https://staging.dawning.ca/posts/ff3-5/</link><pubDate>Tue, 30 Jun 2009 10:11:10 +0000</pubDate><guid>https://staging.dawning.ca/posts/ff3-5/</guid><description>
&lt;p>&lt;a href="http://en-us.www.mozilla.com/en-US/">&lt;figure>
&lt;picture>
&lt;img
loading="lazy"
decoding="async"
alt=""
class="image_figure image_internal image_unprocessed"
src="https://staging.dawning.ca/uploads/2009/06/feature-logo.png"
/>
&lt;/picture>
&lt;/figure>
&lt;/a>&lt;/p>
&lt;p>Howdy all, if you some how haven&amp;rsquo;t heard yet, Firefox 3.5 is out. It boasts a pile of cool new features and performance improvements over previous versions. Now, go get it!&lt;/p></description></item><item><title>The Anti-Epic Tale of Making IIS Play Nice with Apache</title><link>https://staging.dawning.ca/posts/iis-and-apache/</link><pubDate>Wed, 24 Jun 2009 14:04:56 +0000</pubDate><guid>https://staging.dawning.ca/posts/iis-and-apache/</guid><description>
&lt;figure style="float: right; margin: 0 0 1em 1em; max-width: 226px;">
&lt;img src="https://staging.dawning.ca/uploads/2009/06/MattDamon.png" alt="">
&lt;figcaption>&lt;/figcaption>
&lt;/figure>
&lt;h2 id="the-mission">The Mission&lt;/h2>
&lt;p>To run an &lt;a href="http://en.wikipedia.org/wiki/Apache_HTTP_Server">Apache&lt;/a> server (on Windows) on the same machine that was already hosting &lt;a href="http://en.wikipedia.org/wiki/Internet_Information_Services">IIS&lt;/a>.&lt;/p>
&lt;h2 id="the-strategy">The Strategy&lt;/h2>
&lt;p>The plan was to alter each virtual host defined in IIS to not bind to the typical HTTP/HTTPS ports (80 &amp;amp; 443), but instead have it use arbitrary ports (was to be 8080 &amp;amp; 4433). With that in place, I could then run Apache normally. In order to get traffic to hit the right sites as hosted by IIS, the apache server would have it&amp;rsquo;s own virtual host definitions for each IIS site. In those definitions, there would be a Reverse Proxy config to get Apache to pass the traffic internally over to the arbitrary ports.&lt;/p></description></item><item><title>iPhone Endowed Life Begins</title><link>https://staging.dawning.ca/posts/iphone-endowed-life-begins/</link><pubDate>Wed, 20 May 2009 11:12:39 +0000</pubDate><guid>https://staging.dawning.ca/posts/iphone-endowed-life-begins/</guid><description>
&lt;p>&lt;figure>
&lt;picture>
&lt;img
loading="lazy"
decoding="async"
alt=""
class="image_figure image_internal image_unprocessed"
src="https://staging.dawning.ca/uploads/2009/05/img_2569-300x221.png"
/>
&lt;/picture>
&lt;/figure>
&lt;/p>
&lt;p>I&amp;rsquo;ve finally pitched my brilliantly ancient Blackberry (deserves an award for surviving this long). I decided the only way for me to go was to get an iPhone. It&amp;rsquo;s now been nearly a week and I must say this platform is a must have for any computery geeky types out there. It makes me antiquated Pocket PC cower in submissive fear and continues to impress and delight me a every turn.&lt;/p></description></item><item><title>Upgrade Experience with Ubuntu 9.04</title><link>https://staging.dawning.ca/posts/ubuntu-9_04-upgrade/</link><pubDate>Fri, 24 Apr 2009 09:24:25 +0000</pubDate><guid>https://staging.dawning.ca/posts/ubuntu-9_04-upgrade/</guid><description>
&lt;figure style="float: right; margin: 0 0 1em 1em; max-width: 204px;">
&lt;a href="http://www.ubuntu.com/getubuntu">&lt;img src="http://www.ubuntu.com/themes/ubuntu07/images/masthead-cds.jpg" alt="">&lt;/a>
&lt;figcaption>Ubuntu Logo&lt;/figcaption>
&lt;/figure>
&lt;p>Hello World!&lt;/p>
&lt;p>While, yesterday was Ubuntu 9.04 day! With the latest official release of Ubuntu Linux, I decided to put one foot in the water and give upgrading my mac pro from 8.10 a whirl. The process went fairly perfectly with one major flaw. Upon rebooting my upgraded system, my video driver for xorg was no longer functioning properly. The solution was to remotely login through ssh, download &amp;amp; install the latest driver (from here) and then reboot again. After that I was greeted with the beautiful new Ubuntu 9.04 login screen and the upgrade was nearly..&lt;/p></description></item><item><title>Synergy Breeze</title><link>https://staging.dawning.ca/posts/synergy-breeze/</link><pubDate>Tue, 16 Dec 2008 19:01:20 +0000</pubDate><guid>https://staging.dawning.ca/posts/synergy-breeze/</guid><description>
&lt;p>Here&amp;rsquo;s a little video I whipped up on account that some people STILL haven&amp;rsquo;t heard of Synergy.. Check this video out if you too are a bit unclear about what the dealio with Synergy is.&lt;/p></description></item><item><title>Arduino/Freeduino Play</title><link>https://staging.dawning.ca/posts/arduinofreeduino-play/</link><pubDate>Fri, 14 Nov 2008 10:24:18 +0000</pubDate><guid>https://staging.dawning.ca/posts/arduinofreeduino-play/</guid><description>
&lt;p>Here&amp;rsquo;s a video I decided to toss up on YouTube just showing some of the results of some of the goofing around I&amp;rsquo;ve been doing with my Arduino board (it&amp;rsquo;s actually a Freeduino).&lt;/p>
&lt;p>I had a lot of trouble getting the board to work at first, but once I ran it through an ultrasonic cleaner it seemed to smooth out a lot. Though, some times it still has a hard time programming, in which case I can just apply pressure to the FTDI chip and then it&amp;rsquo;ll program. I&amp;rsquo;ve tried re-soldering the pins on the FTDI, but that didn&amp;rsquo;t entirely resolve the issue enough. Not to worry though, it consistently works perfectly enough for me.&lt;/p></description></item><item><title>HackADay WebServer Project</title><link>https://staging.dawning.ca/posts/hackaday-webserver-project/</link><pubDate>Fri, 14 Nov 2008 09:44:25 +0000</pubDate><guid>https://staging.dawning.ca/posts/hackaday-webserver-project/</guid><description>
&lt;p>So I found this article on HackADay.com that discusses how to build a small computer on a PCB about the size of a business card. So I went ahead and managed to order a PCB for it and all the parts.&lt;/p>
&lt;p>It took me awhile to scrounge the stuff together, but eventually it all arrived. Then I spent a very careful 10 hours soldering on all the tiny little surface mount components. I must admit, this was a great introduction to that world. Anyway, here&amp;rsquo;s a YouTube video I made just showing this thing hooked up to some power. At this point, I don&amp;rsquo;t have a programmer, so I can&amp;rsquo;t actually program the board to do anything other than look like a work of art.&lt;/p></description></item><item><title>Ubuntu Samba Apache Active Directory Authentication</title><link>https://staging.dawning.ca/posts/ubuntu-samba-apache-active-directory-authentication/</link><pubDate>Wed, 16 Jul 2008 07:16:25 +0000</pubDate><guid>https://staging.dawning.ca/posts/ubuntu-samba-apache-active-directory-authentication/</guid><description>
&lt;p>So I&amp;rsquo;ve spent some time for something at work figuring out how to get an Ubuntu server to authenticate users with a Windows 2003 Server Active Directory. Using the process I&amp;rsquo;ve found by combining various sources, my instructions show how to get a machine setup such that users logging in to the shell, accessing a samba share and checking out a website (or sub-directory of one) can all be authenticated using credentials centrally stored in a separate Active Directory server.&lt;/p></description></item><item><title>Using a Clone PC Video card in a Mac Pro</title><link>https://staging.dawning.ca/posts/using-a-clone-pc-video-card-in-a-mac-pro/</link><pubDate>Sun, 29 Jun 2008 11:47:06 +0000</pubDate><guid>https://staging.dawning.ca/posts/using-a-clone-pc-video-card-in-a-mac-pro/</guid><description>
&lt;p>Howdy World, I seek your input. I want to run a clone PC video card in my 2008 Mac Pro machine. In particular, I was thinking I&amp;rsquo;d get something as close to the $280.00 Apple provided NVIDIA 8800 GT card as possible. My current first choice is the $180 eVGA e-GeForce 8800 GT.&lt;/p>
&lt;p>I expect the potential major problem to be that a clone video card may be unaware of the boot process of a mac machine. I&amp;rsquo;m speaking with particular respect to EFI. That said, I&amp;rsquo;m also aware that clone PCs are intended to be able to use EFI instead of BIOS - so I&amp;rsquo;d expect decent newer video cards to support this.&lt;/p></description></item><item><title>Cross Over vs. Switched Network performance</title><link>https://staging.dawning.ca/posts/cross-over-vs-switched-network-performance/</link><pubDate>Mon, 19 May 2008 18:30:59 +0000</pubDate><guid>https://staging.dawning.ca/posts/cross-over-vs-switched-network-performance/</guid><description>
&lt;p>Howdy, so I just changed my setup from having a single ethernet cable running from my mac pro to my file server (using a Netgear gigabit NIC - GA311NAR) to connecting over a DLink Gigabit switch (DGS-1005D).&lt;/p>
&lt;p>I have had the understanding that network transfer rates through switching fabric will constrain the transfer rates (I would have thought by means of bandwidth or propagation time) and perhaps they do, but in short my little change over here has shown me that the difference is relatively irrelevant.&lt;/p></description></item><item><title>Best Case Scenario VNC</title><link>https://staging.dawning.ca/posts/best-case-scenario-vnc/</link><pubDate>Fri, 25 Apr 2008 23:37:30 +0000</pubDate><guid>https://staging.dawning.ca/posts/best-case-scenario-vnc/</guid><description>
&lt;p>Here&amp;rsquo;s a little video I did up of what&amp;rsquo;s got to be as good as it&amp;rsquo;s gonna get over VNC. The Video speaks for itself. Have fun.&lt;/p></description></item><item><title>Refurbished Mac Pro First Boot</title><link>https://staging.dawning.ca/posts/refurbished-mac-pro-first-boot/</link><pubDate>Wed, 23 Apr 2008 13:09:48 +0000</pubDate><guid>https://staging.dawning.ca/posts/refurbished-mac-pro-first-boot/</guid><description>
&lt;p>Here&amp;rsquo;s a little video I did of the &amp;ldquo;first&amp;rdquo; boot of the Refurbished Mac Pro I picked up.&lt;/p></description></item><item><title>Highly exciting (sort of) Nerd Project</title><link>https://staging.dawning.ca/posts/highly-sort-of-exciting-nerd-project/</link><pubDate>Wed, 16 Apr 2008 18:12:53 +0000</pubDate><guid>https://staging.dawning.ca/posts/highly-sort-of-exciting-nerd-project/</guid><description>
&lt;p>This is something I&amp;rsquo;m working on for school.. Pretty gruesome project, though at times it&amp;rsquo;s fun..&lt;/p></description></item><item><title>OSX Automator Tutorial</title><link>https://staging.dawning.ca/posts/osx-automator-tutorial/</link><pubDate>Thu, 03 Apr 2008 18:36:42 +0000</pubDate><guid>https://staging.dawning.ca/posts/osx-automator-tutorial/</guid><description>
&lt;p>I&amp;rsquo;m just learning about Apple&amp;rsquo;s little scripting-for-nonprogrammers generally referred to as Automator. Below is a youtube video I&amp;rsquo;ve found that seems like a good basic illustration.&lt;/p></description></item><item><title>ASUS EEE Tweaked out &amp; for sale</title><link>https://staging.dawning.ca/posts/asus-eee-tweaked-out-for-sale/</link><pubDate>Sun, 16 Mar 2008 09:17:59 +0000</pubDate><guid>https://staging.dawning.ca/posts/asus-eee-tweaked-out-for-sale/</guid><description>
&lt;p>Check it out on E-Bay if you&amp;rsquo;re interested:
Click here&lt;/p></description></item><item><title>Ubuntu 7.10 on EEE PC</title><link>https://staging.dawning.ca/posts/ubuntu-710-on-eee-pc/</link><pubDate>Sun, 16 Mar 2008 09:06:45 +0000</pubDate><guid>https://staging.dawning.ca/posts/ubuntu-710-on-eee-pc/</guid><description>
&lt;p>Here&amp;rsquo;s a little video I did of Ubuntu 7.10 booting on my EEE PC.&lt;/p></description></item><item><title>Electronic Notetaking for School and Life</title><link>https://staging.dawning.ca/posts/electronic-notetaking-for-school-and-life/</link><pubDate>Fri, 17 Aug 2007 04:48:41 +0000</pubDate><guid>https://staging.dawning.ca/posts/electronic-notetaking-for-school-and-life/</guid><description>
&lt;p>As I prepare for yet another semester of school, I&amp;rsquo;ve decided it&amp;rsquo;s time I finally find a method to electronically record my notes. At this point I&amp;rsquo;m putting a call out there for some help / suggestions on what would do the trick.&lt;/p>
&lt;p>As a student there are a few main requirements I have for this project:&lt;/p>
&lt;ol>
&lt;li>Cost ($500 would be ideal - $1K is getting out of control)&lt;/li>
&lt;li>Functionality (must be able to draw notes in to it at a relatively high speed and resolution)&lt;/li>
&lt;li>Reliability&lt;/li>
&lt;li>Portability&lt;/li>
&lt;/ol>
&lt;p>As it stands there&amp;rsquo;s one device that meets 3 of these requirements really well, as far as I can tell. That would be the iRex iLiad (see image below).&lt;/p></description></item><item><title>GPT &amp; MBR - A sweet combo</title><link>https://staging.dawning.ca/posts/gpt-mbr-a-sweet-combo/</link><pubDate>Thu, 26 Jul 2007 18:19:24 +0000</pubDate><guid>https://staging.dawning.ca/posts/gpt-mbr-a-sweet-combo/</guid><description>
&lt;p>So for those of you proud Intel Mac owners that have faced the same multi-OS configuration challenges I have.. Here&amp;rsquo;s a thought on something I tried today at work.&lt;/p>
&lt;p>The problem was I had a single hard drive that I wanted to have 4 partitions on. The schema was as follows:&lt;/p>
&lt;pre>&lt;code> Partition
Purpose
1
Mac OS - Tiger
2
Mac OS - Leopard
3
Mac OS - Auxillary
4
Fat32 or NTFS
&lt;/code>&lt;/pre>
&lt;p>And so as you may well know, EFI will have it&amp;rsquo;s own partition at the start of the drive.&lt;/p></description></item><item><title>Jabber Service is open</title><link>https://staging.dawning.ca/posts/jabber-service-is-open/</link><pubDate>Tue, 03 Jul 2007 12:54:33 +0000</pubDate><guid>https://staging.dawning.ca/posts/jabber-service-is-open/</guid><description>
&lt;p>So long as no one abuses it, I&amp;rsquo;m opening up my Jabber server for the community at large to use. To use the Web-based client, just click here. (It&amp;rsquo;s a little slow to load, be patient)&lt;/p>
&lt;p>Once you&amp;rsquo;ve registered yourself as a user, you can go ahead and use my MSN transport as well. Through the MSN Transport, you can log in to MSN from my Jabber Server. If I have to explain why this is cool, you probably won&amp;rsquo;t really make good use of it.&lt;/p></description></item><item><title>Firefox on the iPhone?</title><link>https://staging.dawning.ca/posts/firefox-on-the-iphone/</link><pubDate>Fri, 15 Jun 2007 06:10:31 +0000</pubDate><guid>https://staging.dawning.ca/posts/firefox-on-the-iphone/</guid><description>
&lt;p>Okay so a few days ago Apple said that they&amp;rsquo;ll allow third party development for the iPhone (&lt;em>cheers&lt;/em>).. However given that any third party apps have to exist as a web application I&amp;rsquo;m wondering how I&amp;rsquo;m going to run Firefox on my iPhone!? Now, I&amp;rsquo;m curious about this whole new attempt to make Safari 3 rule the universe, but frankly, I can&amp;rsquo;t see how they can defeat Firefox with it&amp;rsquo;s awesome plugin architecture and highly active open community. Though I do welcome the attempt to make something even better. Anyway, so I&amp;rsquo;m thinking that what we need is someone to make a web UI for Firefox so I can run it in Safari. How awesome (&lt;em>sarcastic&lt;/em>) would that be!? A browser within a browser. Wicked.&lt;/p></description></item><item><title>Shrinking an LVM</title><link>https://staging.dawning.ca/posts/shrinking-an-lvm/</link><pubDate>Thu, 07 Jun 2007 04:11:42 +0000</pubDate><guid>https://staging.dawning.ca/posts/shrinking-an-lvm/</guid><description>
&lt;p>Okay, so I&amp;rsquo;m posting how to reduce the size of a LVM non-destructively. I&amp;rsquo;ve searched a fair bit for an simple guide on doing this and I eventually found some stuff that made me kind of stumble on the solution. I hope this brief guide helps someone save some real time.&lt;/p>
&lt;p>I had an lvm spanning 7 partitions and decided I wanted to reduce it&amp;rsquo;s size. In short, the key is understanding the functional quirks of &lt;em>pvmove&lt;/em>.&lt;/p></description></item><item><title>Massive Photo Management!</title><link>https://staging.dawning.ca/posts/massive-photo-management/</link><pubDate>Wed, 06 Jun 2007 11:58:57 +0000</pubDate><guid>https://staging.dawning.ca/posts/massive-photo-management/</guid><description>
&lt;p>Check out this amazing video of how thousands upon thousands of photos can be manipulated in a very fluid &amp;amp; intuitive way!&lt;/p></description></item><item><title>PVR-150 for Linux Video Capture</title><link>https://staging.dawning.ca/posts/pvr-150-for-linux-video-capture/</link><pubDate>Sun, 03 Jun 2007 06:08:38 +0000</pubDate><guid>https://staging.dawning.ca/posts/pvr-150-for-linux-video-capture/</guid><description>
&lt;p>So I picked up a PVR-150 for video capture. Of course this is the classic problem of capturing video from a RCA/VHS source. I&amp;rsquo;ve got two other video capture cards (ATI TV-Wonder PCI and ASUS TV-7135LP). So far, it looks like the input from the PVR-150 is vastly superior to the others. That said, it&amp;rsquo;s also proven to be vastly more challenging to get input from.&lt;/p>
&lt;p>At this point, I&amp;rsquo;ve managed to get input to mplayer in linux working correctly. Mplayer has an interface intended for use with cards such as the PVR-150. However, I haven&amp;rsquo;t had much success with that interface yet.&lt;/p></description></item><item><title>7.04!!!!</title><link>https://staging.dawning.ca/posts/704/</link><pubDate>Thu, 19 Apr 2007 09:46:49 +0000</pubDate><guid>https://staging.dawning.ca/posts/704/</guid><description>
&lt;p>Ubuntu Linux 7.04 has JUST been released! This Linux distribution has been uniting the penguins and is totally rocking the linux desktop world and I&amp;rsquo;m starting to see some massive progress on the server side too. Seriously, if you ever thought of trying out linux in the past but haven&amp;rsquo;t, this is the the time to give it a go! Go download it from &lt;a href="#ZgotmplZ">here&lt;/a> or go to the main Ubuntu site and get a torrent or a mirror or whatever! Have fun! :)&lt;/p></description></item><item><title>Damned Samba</title><link>https://staging.dawning.ca/posts/damned-samba/</link><pubDate>Wed, 16 Aug 2006 23:55:35 +0000</pubDate><guid>https://staging.dawning.ca/posts/damned-samba/</guid><description>
&lt;p>Well, my progress has been stopped in its tracks for the evening. I can&amp;rsquo;t seem to get my server to let me write files to it in the manner that I prefer. After many hours of checking and rechecking, I&amp;rsquo;ve made no progress. Bothers me that I&amp;rsquo;ve setup a ton of these before and never had this problem.&lt;/p>
&lt;p>But perhaps it&amp;rsquo;s best I stop anyway as I have an exam I really need to be focused on studying for.&lt;/p></description></item></channel></rss>