<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:gd="http://schemas.google.com/g/2005" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;AkQASXszeyp7ImA9WxFbEEw.&quot;"><id>tag:blogger.com,1999:blog-3392110766934331818</id><updated>2010-07-01T14:05:48.583-07:00</updated><title>blog.dknowles.org</title><subtitle type="html" /><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://blog.dknowles.org/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://blog.dknowles.org/" /><author><name>dknowles</name><uri>http://www.blogger.com/profile/01475858014490093397</uri><email>noreply@blogger.com</email></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>19</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/dknowles" /><feedburner:info uri="dknowles" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;CUIGRH8zcSp7ImA9WxBWF0o.&quot;"><id>tag:blogger.com,1999:blog-3392110766934331818.post-8988091717143496853</id><published>2010-02-09T19:29:00.001-08:00</published><updated>2010-02-09T19:45:25.189-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-02-09T19:45:25.189-08:00</app:edited><title>Buzz</title><content type="html">(Rhetorical question) How long does it take for a blogger entry to show up in buzz?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Edit: &amp;nbsp;I don't think I have PubSubHubbub enabled, or Feedburner doesn't support it yet. &amp;nbsp;It's taking a while to show up. :(&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3392110766934331818-8988091717143496853?l=blog.dknowles.org' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dknowles/~4/yXI0_G99c40" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.dknowles.org/feeds/8988091717143496853/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.dknowles.org/2010/02/buzz.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3392110766934331818/posts/default/8988091717143496853?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3392110766934331818/posts/default/8988091717143496853?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/dknowles/~3/yXI0_G99c40/buzz.html" title="Buzz" /><author><name>dknowles</name><uri>http://www.blogger.com/profile/01475858014490093397</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="16571805951992912691" /></author><thr:total>0</thr:total><feedburner:origLink>http://blog.dknowles.org/2010/02/buzz.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0cMQHw_fCp7ImA9WxNRF0s.&quot;"><id>tag:blogger.com,1999:blog-3392110766934331818.post-715292092200724180</id><published>2009-06-04T09:03:00.000-07:00</published><updated>2009-09-12T06:11:21.244-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-12T06:11:21.244-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="nerdiness" /><category scheme="http://www.blogger.com/atom/ns#" term="stupidity" /><title>Removing mac’s downloaded application security warning</title><content type="html">I recently ran into a problem where a program on my mac wouldn't save my acknowledgment of the "X is an application that was downloaded from the Internet" warning, despite my repeatedly confirming I really wanted to open the application.&lt;br/&gt;&lt;br/&gt;I think the problem stems from the fact that I installed the program for all users from another account, so the permissions were all wonky and wouldn't save the new xattr.  Here's the solution:&lt;br/&gt;&lt;pre class="code"&gt;&lt;br/&gt;$ cd /path/to/application&lt;br/&gt;# View all files with extended attributes&lt;br/&gt;$ ls -lsa&lt;br/&gt;# To see the files that are quarantined:&lt;br/&gt;$ xattr -l * | grep com.apple.quarantine&lt;br/&gt;# Remove the extended attributes&lt;br/&gt;$ sudo xattr -d com.apple.quarantine \&lt;br/&gt;    $(xattr -l * | grep com.apple.quarantine | \&lt;br/&gt;       awk -F: '{print $1}')&lt;br/&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3392110766934331818-715292092200724180?l=blog.dknowles.org' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dknowles/~4/fbzeu61z-MY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.dknowles.org/feeds/715292092200724180/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.dknowles.org/2009/06/removing-macs-downloaded-application.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3392110766934331818/posts/default/715292092200724180?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3392110766934331818/posts/default/715292092200724180?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/dknowles/~3/fbzeu61z-MY/removing-macs-downloaded-application.html" title="Removing mac’s downloaded application security warning" /><author><name>dknowles</name><uri>http://www.blogger.com/profile/01475858014490093397</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="16571805951992912691" /></author><thr:total>1</thr:total><feedburner:origLink>http://blog.dknowles.org/2009/06/removing-macs-downloaded-application.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0cMQHw_fCp7ImA9WxNRF0s.&quot;"><id>tag:blogger.com,1999:blog-3392110766934331818.post-452279653121303830</id><published>2009-05-07T14:05:00.000-07:00</published><updated>2009-09-12T06:11:21.244-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-12T06:11:21.244-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="nerdiness" /><title>forcing mdadm device names at boot</title><content type="html">I had this fun problem when I upgraded my machine recently where the mdadm RAID array in my external enclosure would be detected before the RAID on my internal drives if the computer cold booted with the external enclosure turned on.  This created a problem because mdadm wanted to assign /dev/md0 to the array in the external enclosure, and LVM was expecting a different array to be there.&lt;br/&gt;&lt;br/&gt;Setting the super-minor on the superblock of the array didn't seem to have much affect (from what I can tell it wasn't even being written).  The solution is to specify the UUIDs of the arrays with the device names you want in your mdadm.conf.  Here's what mine looks like:&lt;br/&gt;&lt;pre class="code"&gt;&lt;br/&gt;dknowles@bender:~$ cat /etc/mdadm/mdadm.conf | grep ARRAY&lt;br/&gt;ARRAY /dev/md1 level=raid1 num-devices=2 \&lt;br/&gt;  UUID=6e5ff2ae:5724fb93:a0a0eea7:e933aaa5&lt;br/&gt;ARRAY /dev/md0 level=raid5 num-devices=3 \&lt;br/&gt;  UUID=40a6c7b8:76b2e648:a0a0eea7:e933aaa5&lt;br/&gt;ARRAY /dev/md2 level=raid1 num-devices=2 \&lt;br/&gt;  UUID=e4977645:8fd7f50c:a0a0eea7:e933aaa5&lt;/pre&gt;&lt;br/&gt;Presto!  Now from a cold boot, all the drives are detected normally.  Which is good because now my backup cron will stop sending me error emails every night.  On to the next, more interesting problem in my life! :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3392110766934331818-452279653121303830?l=blog.dknowles.org' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dknowles/~4/DPe761uI9d0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.dknowles.org/feeds/452279653121303830/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.dknowles.org/2009/05/forcing-mdadm-device-names-at-boot.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3392110766934331818/posts/default/452279653121303830?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3392110766934331818/posts/default/452279653121303830?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/dknowles/~3/DPe761uI9d0/forcing-mdadm-device-names-at-boot.html" title="forcing mdadm device names at boot" /><author><name>dknowles</name><uri>http://www.blogger.com/profile/01475858014490093397</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="16571805951992912691" /></author><thr:total>0</thr:total><feedburner:origLink>http://blog.dknowles.org/2009/05/forcing-mdadm-device-names-at-boot.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0cMQHw_fSp7ImA9WxNRF0s.&quot;"><id>tag:blogger.com,1999:blog-3392110766934331818.post-3273119716843564796</id><published>2008-12-27T12:48:00.000-08:00</published><updated>2009-09-12T06:11:21.245-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-12T06:11:21.245-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="nerdiness" /><category scheme="http://www.blogger.com/atom/ns#" term="mythtv" /><title>mythbuntu, ltsp and home directories</title><content type="html">Since I just spent about an hour trying to find this again, mythbuntu diskless clients have an "overlay" where the home directories and some other files specific to each instance are stored.  On the server, you can find these in /var/cache/mythbuntu-diskless/overlay/[mac_address]/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3392110766934331818-3273119716843564796?l=blog.dknowles.org' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dknowles/~4/E8w5uyvPKk8" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.dknowles.org/feeds/3273119716843564796/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.dknowles.org/2008/12/mythbuntu-ltsp-and-home-directories.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3392110766934331818/posts/default/3273119716843564796?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3392110766934331818/posts/default/3273119716843564796?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/dknowles/~3/E8w5uyvPKk8/mythbuntu-ltsp-and-home-directories.html" title="mythbuntu, ltsp and home directories" /><author><name>dknowles</name><uri>http://www.blogger.com/profile/01475858014490093397</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="16571805951992912691" /></author><thr:total>0</thr:total><feedburner:origLink>http://blog.dknowles.org/2008/12/mythbuntu-ltsp-and-home-directories.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0QHQXw7eip7ImA9WxNRF0s.&quot;"><id>tag:blogger.com,1999:blog-3392110766934331818.post-5295899934379785915</id><published>2008-04-21T02:17:00.000-07:00</published><updated>2009-09-12T06:15:30.202-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-12T06:15:30.202-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="nerdiness" /><title>Linux software raid notes</title><content type="html">This is mostly for my own reference, but someone else may find it useful.&lt;br/&gt;&lt;br/&gt;I currently have two raid volumes in my home server.  They're running on four disks, which are partitioned thusly:&lt;br/&gt;&lt;pre class="code"&gt;&lt;br/&gt;root@bender:~# fdisk -l /dev/sd[abcd]&lt;br/&gt;&lt;br/&gt;Disk /dev/sda: 400.0 GB, 400088457216 bytes&lt;br/&gt;255 heads, 63 sectors/track, 48641 cylinders&lt;br/&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;br/&gt;Disk identifier: 0x00000000&lt;br/&gt;&lt;br/&gt;Device Boot      Start         End      Blocks   Id  System&lt;br/&gt;/dev/sda1               1       48641   390708801   83  Linux&lt;br/&gt;&lt;br/&gt;Disk /dev/sdb: 400.0 GB, 400088457216 bytes&lt;br/&gt;255 heads, 63 sectors/track, 48641 cylinders&lt;br/&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;br/&gt;Disk identifier: 0x00000000&lt;br/&gt;&lt;br/&gt;Device Boot      Start         End      Blocks   Id  System&lt;br/&gt;/dev/sdb1               1       48641   390708801   83  Linux&lt;br/&gt;&lt;br/&gt;Disk /dev/sdc: 500.1 GB, 500107862016 bytes&lt;br/&gt;255 heads, 63 sectors/track, 60801 cylinders&lt;br/&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;br/&gt;Disk identifier: 0x00000000&lt;br/&gt;&lt;br/&gt;Device Boot      Start         End      Blocks   Id  System&lt;br/&gt;/dev/sdc1               1       48641   390708801   83  Linux&lt;br/&gt;/dev/sdc2           48642       60801    97675200   83  Linux&lt;br/&gt;&lt;br/&gt;Disk /dev/sdd: 500.1 GB, 500107862016 bytes&lt;br/&gt;255 heads, 63 sectors/track, 60801 cylinders&lt;br/&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;br/&gt;Disk identifier: 0xb7e306eb&lt;br/&gt;&lt;br/&gt;Device Boot      Start         End      Blocks   Id  System&lt;br/&gt;/dev/sdd1               1       48641   390708832   83  Linux&lt;br/&gt;/dev/sdd2           48642       60801    97675200   83  Linux&lt;/pre&gt;&lt;br/&gt;Using the partitions as raid targets, I end up with two raid volumes:&lt;br/&gt;&lt;pre class="code"&gt;&lt;br/&gt;md0 : active raid5 sdd1[3] sda1[0] sdc1[2] sdb1[1]&lt;br/&gt;md1 : active raid1 sdd2[1] sdc2[0]&lt;/pre&gt;&lt;br/&gt;On top of these raid volumes, I'm running an LVM so that they can be easily resized:&lt;br/&gt;&lt;pre class="code"&gt;&lt;br/&gt;root@bender:~# pvdisplay&lt;br/&gt;--- Physical volume ---&lt;br/&gt;PV Name               /dev/md1&lt;br/&gt;VG Name               vgraid1&lt;br/&gt;PV Size               93.15 GB / not usable 9.88 MB&lt;br/&gt;Allocatable           yes (but full)&lt;br/&gt;PE Size (KByte)       16384&lt;br/&gt;Total PE              5961&lt;br/&gt;Free PE               0&lt;br/&gt;Allocated PE          5961&lt;br/&gt;PV UUID               NX3sku-sNGU-yqyw-3peE-Bd8W-KjBo-xsUol8&lt;br/&gt;--- Physical volume ---&lt;br/&gt;PV Name               /dev/md0&lt;br/&gt;VG Name               vgraid&lt;br/&gt;PV Size               1.09 TB / not usable 14.31 MB&lt;br/&gt;Allocatable           yes (but full)&lt;br/&gt;PE Size (KByte)       16384&lt;br/&gt;Total PE              71540&lt;br/&gt;Free PE               0&lt;br/&gt;Allocated PE          71540&lt;br/&gt;PV UUID               wtYFqQ-499L-BbuB-zaRb-EV16-Y5sT-ZcG65b&lt;/pre&gt;&lt;br/&gt;And now, the fun stuff.  Here's how the original raid5 volume was made (which was originally missing a 500G disk, because it died on me when I first got it):&lt;br/&gt;&lt;pre class="code"&gt;&lt;br/&gt;root@bender:~# mdadm --create --verbose /dev/md0 --chunk=128 \&lt;br/&gt;  --level=5 --raid-devices=3 /dev/sda1 /dev/sdb1 /dev/sdc1&lt;br/&gt;&lt;br/&gt;root@bender:~# pvcreate /dev/md0&lt;br/&gt;&lt;br/&gt;root@bender:~# vgcreate -s 16M vgraid /dev/md0&lt;br/&gt;&lt;br/&gt;root@bender:~# lvcreate -l 47693 vgraid -n bigdisk&lt;br/&gt;&lt;br/&gt;root@bender:~# mkfs.xfs /dev/vgraid/bigdisk&lt;/pre&gt;&lt;br/&gt;[note: this was done a while back, so i"ve lost the output. for output example see below when i create my raid1 array]&lt;br/&gt;&lt;br/&gt;I finally received my new 500G drive from RMA, so I had to resize the raid5 to include the new disk.  Here's how it's done.&lt;br/&gt;&lt;br/&gt;First, create the new partitions to match the size on the other drive. (see above) Then, resize the raid array (takes a while...I started it then went to sleep, then it was magically done when I woke up this morning)&lt;br/&gt;&lt;pre class="code"&gt;&lt;br/&gt;root@bender:~# mdadm --add /dev/md0 /dev/sdd1&lt;br/&gt;mdadm: added /dev/sdd1&lt;br/&gt;&lt;br/&gt;root@bender:~# mdadm --detail /dev/md0&lt;br/&gt;/dev/md0:&lt;br/&gt;Version : 00.90.03&lt;br/&gt;Creation Time : Fri Mar 21 09:52:31 2008&lt;br/&gt;Raid Level : raid5&lt;br/&gt;Array Size : 781417472 (745.22 GiB 800.17 GB)&lt;br/&gt;Used Dev Size : 390708736 (372.61 GiB 400.09 GB)&lt;br/&gt;Raid Devices : 3&lt;br/&gt;Total Devices : 4&lt;br/&gt;Preferred Minor : 0&lt;br/&gt;Persistence : Superblock is persistent&lt;br/&gt;&lt;br/&gt;Update Time : Sun Apr 20 23:28:58 2008&lt;br/&gt;State : clean&lt;br/&gt;Active Devices : 3&lt;br/&gt;Working Devices : 4&lt;br/&gt;Failed Devices : 0&lt;br/&gt;Spare Devices : 1&lt;br/&gt;&lt;br/&gt;Layout : left-symmetric&lt;br/&gt;Chunk Size : 64K&lt;br/&gt;&lt;br/&gt;UUID : 2621450e:bb4f9269:a0a0eea7:e933aaa5 (local to host bender)&lt;br/&gt;Events : 0.17564&lt;br/&gt;&lt;br/&gt;Number   Major   Minor   RaidDevice State&lt;br/&gt;0       8        1        0      active sync   /dev/sda1&lt;br/&gt;1       8       17        1      active sync   /dev/sdb1&lt;br/&gt;2       8       33        2      active sync   /dev/sdc1&lt;br/&gt;&lt;br/&gt;3       8       49        -      spare   /dev/sdd1&lt;br/&gt;&lt;br/&gt;root@bender:~# mdadm --grow /dev/md0 --raid-devices=4&lt;br/&gt;mdadm: Need to backup 384K of critical section..&lt;br/&gt;mdadm: ... critical section passed.&lt;br/&gt;&lt;br/&gt;root@bender:~# mdadm --detail /dev/md0&lt;br/&gt;/dev/md0:&lt;br/&gt;Version : 00.91.03&lt;br/&gt;Creation Time : Fri Mar 21 09:52:31 2008&lt;br/&gt;Raid Level : raid5&lt;br/&gt;Array Size : 781417472 (745.22 GiB 800.17 GB)&lt;br/&gt;Used Dev Size : 390708736 (372.61 GiB 400.09 GB)&lt;br/&gt;Raid Devices : 4&lt;br/&gt;Total Devices : 4&lt;br/&gt;Preferred Minor : 0&lt;br/&gt;Persistence : Superblock is persistent&lt;br/&gt;&lt;br/&gt;Update Time : Sun Apr 20 23:29:48 2008&lt;br/&gt;State : clean, recovering&lt;br/&gt;Active Devices : 4&lt;br/&gt;Working Devices : 4&lt;br/&gt;Failed Devices : 0&lt;br/&gt;Spare Devices : 0&lt;br/&gt;&lt;br/&gt;Layout : left-symmetric&lt;br/&gt;Chunk Size : 64K&lt;br/&gt;&lt;br/&gt;Reshape Status : 0% complete&lt;br/&gt;Delta Devices : 1, (3-&amp;gt;4)&lt;br/&gt;&lt;br/&gt;UUID : 2621450e:bb4f9269:a0a0eea7:e933aaa5 (local to host bender)&lt;br/&gt;Events : 0.17680&lt;br/&gt;&lt;br/&gt;Number   Major   Minor   RaidDevice State&lt;br/&gt;0       8        1        0      active sync   /dev/sda1&lt;br/&gt;1       8       17        1      active sync   /dev/sdb1&lt;br/&gt;2       8       33        2      active sync   /dev/sdc1&lt;br/&gt;3       8       49        3      active sync   /dev/sdd1&lt;br/&gt;&lt;br/&gt;root@bender:~# mdadm --detail /dev/md0&lt;br/&gt;/dev/md0:&lt;br/&gt;Version : 00.90.03&lt;br/&gt;Creation Time : Fri Mar 21 09:52:31 2008&lt;br/&gt;Raid Level : raid5&lt;br/&gt;Array Size : 1172126208 (1117.83 GiB 1200.26 GB)&lt;br/&gt;Used Dev Size : 390708736 (372.61 GiB 400.09 GB)&lt;br/&gt;Raid Devices : 4&lt;br/&gt;Total Devices : 4&lt;br/&gt;Preferred Minor : 0&lt;br/&gt;Persistence : Superblock is persistent&lt;br/&gt;&lt;br/&gt;Update Time : Mon Apr 21 09:15:38 2008&lt;br/&gt;State : clean&lt;br/&gt;Active Devices : 4&lt;br/&gt;Working Devices : 4&lt;br/&gt;Failed Devices : 0&lt;br/&gt;Spare Devices : 0&lt;br/&gt;&lt;br/&gt;Layout : left-symmetric&lt;br/&gt;Chunk Size : 64K&lt;br/&gt;&lt;br/&gt;UUID : 2621450e:bb4f9269:a0a0eea7:e933aaa5 (local to host bender)&lt;br/&gt;Events : 0.277372&lt;br/&gt;&lt;br/&gt;Number   Major   Minor   RaidDevice State&lt;br/&gt;0       8        1        0      active sync   /dev/sda1&lt;br/&gt;1       8       17        1      active sync   /dev/sdb1&lt;br/&gt;2       8       33        2      active sync   /dev/sdc1&lt;br/&gt;3       8       49        3      active sync   /dev/sdd1&lt;br/&gt;&lt;br/&gt;root@bender:~# pvresize /dev/md0&lt;br/&gt;Physical volume "/dev/md0" changed&lt;br/&gt;1 physical volume(s) resized / 0 physical volume(s) not resized&lt;br/&gt;&lt;br/&gt;root@bender:~# vgdisplay&lt;br/&gt;--- Volume group ---&lt;br/&gt;VG Name               vgraid&lt;br/&gt;System ID&lt;br/&gt;Format                lvm2&lt;br/&gt;Metadata Areas        1&lt;br/&gt;Metadata Sequence No  3&lt;br/&gt;VG Access             read/write&lt;br/&gt;VG Status             resizable&lt;br/&gt;MAX LV                0&lt;br/&gt;Cur LV                1&lt;br/&gt;Open LV               0&lt;br/&gt;Max PV                0&lt;br/&gt;Cur PV                1&lt;br/&gt;Act PV                1&lt;br/&gt;VG Size               1.09 TB&lt;br/&gt;PE Size               16.00 MB&lt;br/&gt;Total PE              71540&lt;br/&gt;Alloc PE / Size       47693 / 745.20 GB&lt;br/&gt;Free  PE / Size       23847 / 372.61 GB&lt;br/&gt;VG UUID               JPEInC-5bNp-f0iC-3611-qIIn-Drhd-A3xInG&lt;br/&gt;&lt;br/&gt;root@bender:~# lvextend -l +23847 /dev/vgraid/bigdisk&lt;br/&gt;Extending logical volume bigdisk to 1.09 TB&lt;br/&gt;Logical volume bigdisk successfully resized&lt;br/&gt;&lt;br/&gt;root@bender:~# xfs_growfs /dev/vgraid/bigdisk&lt;br/&gt;meta-data=/dev/mapper/vgraid-bigdisk isize=256    agcount=32, agsize=6104704 blks&lt;br/&gt;=                       sectsz=512   attr=0&lt;br/&gt;data     =                       bsize=4096   blocks=195350528, imaxpct=25&lt;br/&gt;=                       sunit=0      swidth=0 blks, unwritten=1&lt;br/&gt;naming   =version 2              bsize=4096&lt;br/&gt;log      =internal               bsize=4096   blocks=32768, version=1&lt;br/&gt;=                       sectsz=512   sunit=0 blks, lazy-count=0&lt;br/&gt;realtime =none                   extsz=4096   blocks=0, rtextents=0&lt;br/&gt;data blocks changed from 195350528 to 293027840&lt;br/&gt;&lt;br/&gt;root@bender:~# df -h&lt;br/&gt;Filesystem            Size  Used Avail Use% Mounted on&lt;br/&gt;/dev/hda1              73G   63G  6.2G  91% /&lt;br/&gt;varrun                1.9G  264K  1.9G   1% /var/run&lt;br/&gt;varlock               1.9G     0  1.9G   0% /var/lock&lt;br/&gt;udev                  1.9G  120K  1.9G   1% /dev&lt;br/&gt;devshm                1.9G     0  1.9G   0% /dev/shm&lt;br/&gt;/dev/sde1             280G  271G  8.6G  97% /export/myth&lt;br/&gt;/dev/mapper/vgraid-bigdisk&lt;br/&gt;1.1T  453G  665G  41% /export/archive&lt;/pre&gt;&lt;br/&gt;Since I now have my two 500G disks, I have an extra 100G on each (since I made all the partitions match to raid5 with the 400G disks) so I can raid1 those for a wonderfully redundant backup array.&lt;br/&gt;&lt;pre class="code"&gt;&lt;br/&gt;root@bender:~# mdadm --create --verbose /dev/md1 --chunk=128 \&lt;br/&gt;  --level=1 --raid-devices=2 /dev/sdc2 /dev/sdd2&lt;br/&gt;mdadm: chunk size ignored for this level&lt;br/&gt;mdadm: size set to 97675136K&lt;br/&gt;mdadm: array /dev/md1 started.&lt;br/&gt;&lt;br/&gt;root@bender:~# pvcreate /dev/md1&lt;br/&gt;Physical volume "/dev/md1" successfully created&lt;br/&gt;&lt;br/&gt;root@bender:~# vgcreate -s 16M vgraid1 /dev/md1&lt;br/&gt;Volume group "vgraid1" successfully created&lt;br/&gt;&lt;br/&gt;root@bender:~# vgdisplay&lt;br/&gt;--- Volume group ---&lt;br/&gt;VG Name               vgraid1&lt;br/&gt;System ID&lt;br/&gt;Format                lvm2&lt;br/&gt;Metadata Areas        1&lt;br/&gt;Metadata Sequence No  1&lt;br/&gt;VG Access             read/write&lt;br/&gt;VG Status             resizable&lt;br/&gt;MAX LV                0&lt;br/&gt;Cur LV                0&lt;br/&gt;Open LV               0&lt;br/&gt;Max PV                0&lt;br/&gt;Cur PV                1&lt;br/&gt;Act PV                1&lt;br/&gt;VG Size               93.14 GB&lt;br/&gt;PE Size               16.00 MB&lt;br/&gt;Total PE              5961&lt;br/&gt;Alloc PE / Size       0 / 0&lt;br/&gt;Free  PE / Size       5961 / 93.14 GB&lt;br/&gt;VG UUID               Cxrf05-HaUJ-sPHx-Ai9P-eRYL-Ofoz-mnIsFx&lt;br/&gt;&lt;br/&gt;--- Volume group ---&lt;br/&gt;VG Name               vgraid&lt;br/&gt;System ID&lt;br/&gt;Format                lvm2&lt;br/&gt;Metadata Areas        1&lt;br/&gt;Metadata Sequence No  4&lt;br/&gt;VG Access             read/write&lt;br/&gt;VG Status             resizable&lt;br/&gt;MAX LV                0&lt;br/&gt;Cur LV                1&lt;br/&gt;Open LV               1&lt;br/&gt;Max PV                0&lt;br/&gt;Cur PV                1&lt;br/&gt;Act PV                1&lt;br/&gt;VG Size               1.09 TB&lt;br/&gt;PE Size               16.00 MB&lt;br/&gt;Total PE              71540&lt;br/&gt;Alloc PE / Size       71540 / 1.09 TB&lt;br/&gt;Free  PE / Size       0 / 0&lt;br/&gt;VG UUID               JPEInC-5bNp-f0iC-3611-qIIn-Drhd-A3xInG&lt;br/&gt;&lt;br/&gt;root@bender:~# lvcreate -l 5961 vgraid1 -n backup&lt;br/&gt;Logical volume "backup" created&lt;br/&gt;&lt;br/&gt;root@bender:~# mkfs.xfs /dev/vgraid1/backup&lt;br/&gt;meta-data=/dev/vgraid1/backup    isize=256    agcount=16, agsize=1526016 blks&lt;br/&gt;=                       sectsz=512   attr=0&lt;br/&gt;data     =                       bsize=4096   blocks=24416256, imaxpct=25&lt;br/&gt;=                       sunit=0      swidth=0 blks, unwritten=1&lt;br/&gt;naming   =version 2              bsize=4096&lt;br/&gt;log      =internal log           bsize=4096   blocks=11922, version=1&lt;br/&gt;=                       sectsz=512   sunit=0 blks, lazy-count=0&lt;br/&gt;realtime =none                   extsz=4096   blocks=0, rtextents=0&lt;br/&gt;&lt;br/&gt;root@bender:~# df -h&lt;br/&gt;Filesystem            Size  Used Avail Use% Mounted on&lt;br/&gt;/dev/hda1              73G   63G  6.2G  91% /&lt;br/&gt;varrun                1.9G  264K  1.9G   1% /var/run&lt;br/&gt;varlock               1.9G     0  1.9G   0% /var/lock&lt;br/&gt;udev                  1.9G  128K  1.9G   1% /dev&lt;br/&gt;devshm                1.9G     0  1.9G   0% /dev/shm&lt;br/&gt;/dev/sde1             280G  271G  8.6G  97% /export/myth&lt;br/&gt;/dev/mapper/vgraid-bigdisk&lt;br/&gt;1.1T  453G  665G  41% /export/archive&lt;br/&gt;/dev/mapper/vgraid1-backup&lt;br/&gt;94G  544K   94G   1% /export/backup&lt;/pre&gt;&lt;br/&gt;Huzzah!  Less likeliness of lost data due to my stupidity!  Now to write some scripts to do automatic backups. :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3392110766934331818-5295899934379785915?l=blog.dknowles.org' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dknowles/~4/am5cnj9aN7A" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.dknowles.org/feeds/5295899934379785915/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.dknowles.org/2008/04/linux-software-raid-notes.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3392110766934331818/posts/default/5295899934379785915?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3392110766934331818/posts/default/5295899934379785915?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/dknowles/~3/am5cnj9aN7A/linux-software-raid-notes.html" title="Linux software raid notes" /><author><name>dknowles</name><uri>http://www.blogger.com/profile/01475858014490093397</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="16571805951992912691" /></author><thr:total>0</thr:total><feedburner:origLink>http://blog.dknowles.org/2008/04/linux-software-raid-notes.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0QHQXw7eip7ImA9WxNRF0s.&quot;"><id>tag:blogger.com,1999:blog-3392110766934331818.post-938515029633179124</id><published>2008-02-24T16:08:00.000-08:00</published><updated>2009-09-12T06:15:30.202-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-12T06:15:30.202-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="javascript" /><category scheme="http://www.blogger.com/atom/ns#" term="nerdiness" /><category scheme="http://www.blogger.com/atom/ns#" term="greasemonkey" /><category scheme="http://www.blogger.com/atom/ns#" term="lazyweb" /><category scheme="http://www.blogger.com/atom/ns#" term="blogging" /><title>Re: What I Want</title><content type="html">A while back, I &lt;a href="http://blog.dknowles.org/2007/12/24/what-i-want/"&gt;posted&lt;/a&gt; about a google reader function that I wanted--the ability to seamlessly share things from google reader to my blog.  Lazyweb wasn't much help, so I rolled out a quick-and-dirty greasemonkey script to do it.  You can find it here: &lt;a href="http://www.dknowles.org/other/google-reader-cross-share.user.js"&gt;http://www.dknowles.org/other/google-reader-cross-share.user.js &lt;/a&gt;&lt;br/&gt;&lt;br/&gt;Right now, it works by clicking on the share icon below a reader entry.  I'm not catching keyboard shortcuts, so it requires a physical click.  (fine with me, as I'm a keyboard junkie and can't be bothered with constant naggings about sharing on my blog)&lt;br/&gt;&lt;br/&gt;The regular "use-at-own-risk-may-break-at-any-time" disclaimer applies.  Ideally, I'd eventually like this to make a greader-styled popup that asks for your blog entry, but that requires more work than I'm willing to put into this.  Plus, this works as-is.   If there's interest in this, I can put it in SVN somewhere so people can give back and extend it and stuff.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3392110766934331818-938515029633179124?l=blog.dknowles.org' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dknowles/~4/XC6RY547cWA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.dknowles.org/feeds/938515029633179124/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.dknowles.org/2008/02/re-what-i-want.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3392110766934331818/posts/default/938515029633179124?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3392110766934331818/posts/default/938515029633179124?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/dknowles/~3/XC6RY547cWA/re-what-i-want.html" title="Re: What I Want" /><author><name>dknowles</name><uri>http://www.blogger.com/profile/01475858014490093397</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="16571805951992912691" /></author><thr:total>0</thr:total><feedburner:origLink>http://blog.dknowles.org/2008/02/re-what-i-want.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0QHQXw7eip7ImA9WxNRF0s.&quot;"><id>tag:blogger.com,1999:blog-3392110766934331818.post-8117194072715682287</id><published>2008-01-29T15:52:00.000-08:00</published><updated>2009-09-12T06:15:30.202-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-12T06:15:30.202-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="politics" /><category scheme="http://www.blogger.com/atom/ns#" term="copyrights" /><title>Intellectual property &amp; t-shirts</title><content type="html">My awesome &lt;a href="http://dknowles.org/other/obama-rly.jpg"&gt;obama shirt&lt;/a&gt; wasn't even up for a whole 24 hours before it got flagged by the people at &lt;a href="http://cafepress.com"&gt;cafepress&lt;/a&gt;.  I sent a nice email back asking for a specific reason for why my shirt was taken down, and I actually received a human response outlining everything.&lt;br/&gt;&lt;br/&gt;While I don't agree with the auto-flagging of copyrighted material, I do appreciate the human response, and I understand why they won't sell the shirt.  My problem with this is that it's typically the copyright holder's burden to flag infringements, and it feels icky for a company to take the task off the hands of the copyright holder.  Of course, these days it's nearly impossible for a copyright holder to find every infringement.  And it's also possible that the Obama campaign has already had some sort of agreement with cafepress regarding what is fair use and what isn't.  I'll just cover my eyes and ears and hope that's the case.&lt;br/&gt;&lt;br/&gt;So maybe it's my mistake for using such a large company.  Maybe I'll have better luck infringing copyrights with a smaller company (&lt;a href="http://www.printfection.com/"&gt;printfection&lt;/a&gt;, maybe?).  Not that infringing copyrights was my end-goal, but it's something to keep in mind nonetheless.&lt;br/&gt;&lt;br/&gt;On the upside, I did get a shipping confirmation from cafepress today.  So maybe I'll still get the two shirts I ordered.  That's all I wanted anyway--a cool shirt to wear on super Tuesday to Manuel's.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3392110766934331818-8117194072715682287?l=blog.dknowles.org' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dknowles/~4/f5V4gY1ODHY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.dknowles.org/feeds/8117194072715682287/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.dknowles.org/2008/01/intellectual-property-t-shirts.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3392110766934331818/posts/default/8117194072715682287?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3392110766934331818/posts/default/8117194072715682287?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/dknowles/~3/f5V4gY1ODHY/intellectual-property-t-shirts.html" title="Intellectual property &amp;amp; t-shirts" /><author><name>dknowles</name><uri>http://www.blogger.com/profile/01475858014490093397</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="16571805951992912691" /></author><thr:total>0</thr:total><feedburner:origLink>http://blog.dknowles.org/2008/01/intellectual-property-t-shirts.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0QGQ3Y7cCp7ImA9WxNRF0s.&quot;"><id>tag:blogger.com,1999:blog-3392110766934331818.post-8419433256804530440</id><published>2008-01-28T02:07:00.000-08:00</published><updated>2009-09-12T06:15:22.808-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-12T06:15:22.808-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="nerdiness" /><category scheme="http://www.blogger.com/atom/ns#" term="politics" /><title>Randall Munroe endorses Obama</title><content type="html">O RLY? &lt;a href="http://blag.xkcd.com/2008/01/28/obama/"&gt;YA RLY&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;This is an interesting endorsement.  Munroe (of &lt;a href="http://www.xkcd.com"&gt;xkcd&lt;/a&gt; fame) is typically not very political on his webcomic.  I think this just comes to show how important this election is.  Maybe this will at least get some of the young, tech-savvy (read: nerdy) vote to reconsider.  I get the impression we've lost a lot of this demographic to Ron Paul, which is a shame.&lt;br/&gt;&lt;br/&gt;Vote!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3392110766934331818-8419433256804530440?l=blog.dknowles.org' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dknowles/~4/ANr_kpVVuHs" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.dknowles.org/feeds/8419433256804530440/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.dknowles.org/2008/01/randall-munroe-endorses-obama.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3392110766934331818/posts/default/8419433256804530440?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3392110766934331818/posts/default/8419433256804530440?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/dknowles/~3/ANr_kpVVuHs/randall-munroe-endorses-obama.html" title="Randall Munroe endorses Obama" /><author><name>dknowles</name><uri>http://www.blogger.com/profile/01475858014490093397</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="16571805951992912691" /></author><thr:total>0</thr:total><feedburner:origLink>http://blog.dknowles.org/2008/01/randall-munroe-endorses-obama.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0QGQ3Y7cSp7ImA9WxNRF0s.&quot;"><id>tag:blogger.com,1999:blog-3392110766934331818.post-6376778919992151151</id><published>2008-01-27T18:56:00.000-08:00</published><updated>2009-09-12T06:15:22.809-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-12T06:15:22.809-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="politics" /><title>NO WAI</title><content type="html">I had this awesome idea for a t-shirt the other day.  Luckily I have moderately okay photoshop skills and cafepress at my disposal.  So, now I can actually have the shirt.  Huzzah!&lt;br/&gt;&lt;br/&gt;&lt;a href="http://www.cafepress.com/dknowles2.219891180"&gt;http://www.cafepress.com/dknowles2.219891180&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;Oh--and make sure to vote this year, kids.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3392110766934331818-6376778919992151151?l=blog.dknowles.org' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dknowles/~4/efqw7rxaUys" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.dknowles.org/feeds/6376778919992151151/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.dknowles.org/2008/01/no-wai.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3392110766934331818/posts/default/6376778919992151151?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3392110766934331818/posts/default/6376778919992151151?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/dknowles/~3/efqw7rxaUys/no-wai.html" title="NO WAI" /><author><name>dknowles</name><uri>http://www.blogger.com/profile/01475858014490093397</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="16571805951992912691" /></author><thr:total>1</thr:total><feedburner:origLink>http://blog.dknowles.org/2008/01/no-wai.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0QGQ3Y7cSp7ImA9WxNRF0s.&quot;"><id>tag:blogger.com,1999:blog-3392110766934331818.post-7680110207981266134</id><published>2007-12-23T18:08:00.000-08:00</published><updated>2009-09-12T06:15:22.809-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-12T06:15:22.809-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="lazyweb" /><category scheme="http://www.blogger.com/atom/ns#" term="blogging" /><title>What I Want</title><content type="html">&lt;p&gt;&lt;br/&gt;A seamless google reader / wordpress integration.   &lt;br/&gt;&lt;/p&gt;&lt;br/&gt;&lt;p&gt;&lt;br/&gt;I want to be able to pull up the links I've shared in my google reader and write comments about them to post directly into my blog.  Most of the time, I read articles directly in reader so it's a pain to have to click the links copy them, then paste them here to comment on them. I'm thinking either a greasemonkey script, or maybe a way of making a daily digest.   &lt;br/&gt;&lt;/p&gt;&lt;p&gt;Anyone in the lazyweb want to make that happen for me? :) &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3392110766934331818-7680110207981266134?l=blog.dknowles.org' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dknowles/~4/60nEEEXoxdU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.dknowles.org/feeds/7680110207981266134/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.dknowles.org/2007/12/what-i-want.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3392110766934331818/posts/default/7680110207981266134?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3392110766934331818/posts/default/7680110207981266134?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/dknowles/~3/60nEEEXoxdU/what-i-want.html" title="What I Want" /><author><name>dknowles</name><uri>http://www.blogger.com/profile/01475858014490093397</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="16571805951992912691" /></author><thr:total>0</thr:total><feedburner:origLink>http://blog.dknowles.org/2007/12/what-i-want.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0QGQ3Y7cSp7ImA9WxNRF0s.&quot;"><id>tag:blogger.com,1999:blog-3392110766934331818.post-9100033887267859558</id><published>2007-12-23T18:06:00.000-08:00</published><updated>2009-09-12T06:15:22.809-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-12T06:15:22.809-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="nerdiness" /><category scheme="http://www.blogger.com/atom/ns#" term="blogging" /><title>link of the day</title><content type="html">&lt;p&gt;&lt;a href="http://blog.broadbandmechanics.com/2007/12/25-who-mattered-in-2007"&gt;24 people who mattered in 2007&lt;/a&gt;&lt;/p&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;A nice list of people who mattered (in the technological world) this year.  There's a number of people on that list whose work I follow pretty closely, and a few more that I've heard of before.  Good stuff.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3392110766934331818-9100033887267859558?l=blog.dknowles.org' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dknowles/~4/UTrZoXRxH2M" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.dknowles.org/feeds/9100033887267859558/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.dknowles.org/2007/12/link-of-day.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3392110766934331818/posts/default/9100033887267859558?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3392110766934331818/posts/default/9100033887267859558?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/dknowles/~3/UTrZoXRxH2M/link-of-day.html" title="link of the day" /><author><name>dknowles</name><uri>http://www.blogger.com/profile/01475858014490093397</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="16571805951992912691" /></author><thr:total>0</thr:total><feedburner:origLink>http://blog.dknowles.org/2007/12/link-of-day.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0QGQ3Y7cSp7ImA9WxNRF0s.&quot;"><id>tag:blogger.com,1999:blog-3392110766934331818.post-7110920172008051530</id><published>2007-12-15T19:06:00.000-08:00</published><updated>2009-09-12T06:15:22.809-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-12T06:15:22.809-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="javascript" /><category scheme="http://www.blogger.com/atom/ns#" term="nerdiness" /><category scheme="http://www.blogger.com/atom/ns#" term="django" /><category scheme="http://www.blogger.com/atom/ns#" term="python" /><title>Link post</title><content type="html">&lt;ul&gt;&lt;br/&gt;  &lt;li&gt;From a coworker, a great article on &lt;a href="http://www.b-list.org/weblog/2006/jun/13/how-django-processes-request/"&gt;how django processes a request&lt;/a&gt;.  I'd actually figured most of this out from digging through the django codebase in the past.  Would've been nice to have this reference then. :) &lt;/li&gt;&lt;br/&gt;  &lt;li&gt;A good primer on &lt;a href="http://unixpapa.com/js/key.html"&gt;javascript keyboard events&lt;/a&gt; in different browsers.  I've been fighting with this one at work recently.  Not fun.&lt;/li&gt;&lt;br/&gt;  &lt;li&gt;An interesting &lt;a href="http://yuiblog.com/blog/2007/06/12/module-pattern/"&gt;javascript pattern&lt;/a&gt; for handling real public/private variables.&lt;/li&gt;&lt;br/&gt;  &lt;li&gt;&lt;a href="http://icant.co.uk/articles/seven-rules-of-unobtrusive-javascript/"&gt;Seven rules of unobtrusive javascript&lt;/a&gt;.&lt;/li&gt;&lt;br/&gt;  &lt;li&gt;Seven is a popular number:  &lt;a href="http://www.digital-web.com/articles/seven_javascript_techniques/"&gt;Seven javascript techniques you should be using today&lt;/a&gt;&lt;br/&gt; &lt;/li&gt;&lt;br/&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3392110766934331818-7110920172008051530?l=blog.dknowles.org' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dknowles/~4/YYcsl8xMABk" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.dknowles.org/feeds/7110920172008051530/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.dknowles.org/2007/12/link-post.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3392110766934331818/posts/default/7110920172008051530?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3392110766934331818/posts/default/7110920172008051530?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/dknowles/~3/YYcsl8xMABk/link-post.html" title="Link post" /><author><name>dknowles</name><uri>http://www.blogger.com/profile/01475858014490093397</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="16571805951992912691" /></author><thr:total>0</thr:total><feedburner:origLink>http://blog.dknowles.org/2007/12/link-post.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0QHSX47cSp7ImA9WxNRF0s.&quot;"><id>tag:blogger.com,1999:blog-3392110766934331818.post-693213372960882477</id><published>2007-12-11T19:44:00.000-08:00</published><updated>2009-09-12T06:15:38.009-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-12T06:15:38.009-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="sql" /><category scheme="http://www.blogger.com/atom/ns#" term="nerdiness" /><category scheme="http://www.blogger.com/atom/ns#" term="mythtv" /><title>Duplicate entires be gone!</title><content type="html">I've got a bug in one of my scripts somewhere that's saving multiple entries for video files in mythtv's videometadata table.  Here's a quick hacky SQL query to find them:&lt;br/&gt;&lt;br/&gt;&lt;pre line="1" lang="sql"&gt;&lt;br/&gt;SELECT intid, filename, coverfile&lt;br/&gt;FROM videometadata&lt;br/&gt;WHERE filename IN&lt;br/&gt;  (SELECT filename FROM&lt;br/&gt;    (SELECT filename, COUNT(*) AS ttl FROM videometadata&lt;br/&gt;     GROUP BY filename HAVING ttl &amp;gt; 1&lt;br/&gt;    ) AS tmpfoo&lt;br/&gt;  ) ORDER BY filename&lt;br/&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3392110766934331818-693213372960882477?l=blog.dknowles.org' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dknowles/~4/odloNoMY-2k" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.dknowles.org/feeds/693213372960882477/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.dknowles.org/2007/12/duplicate-entires-be-gone.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3392110766934331818/posts/default/693213372960882477?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3392110766934331818/posts/default/693213372960882477?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/dknowles/~3/odloNoMY-2k/duplicate-entires-be-gone.html" title="Duplicate entires be gone!" /><author><name>dknowles</name><uri>http://www.blogger.com/profile/01475858014490093397</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="16571805951992912691" /></author><thr:total>0</thr:total><feedburner:origLink>http://blog.dknowles.org/2007/12/duplicate-entires-be-gone.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0QHSX46eCp7ImA9WxNRF0s.&quot;"><id>tag:blogger.com,1999:blog-3392110766934331818.post-3871693800704981036</id><published>2007-12-11T17:53:00.000-08:00</published><updated>2009-09-12T06:15:38.010-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-12T06:15:38.010-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="nerdiness" /><category scheme="http://www.blogger.com/atom/ns#" term="mythtv" /><category scheme="http://www.blogger.com/atom/ns#" term="stupidity" /><title>O NOES! My precious datas!!</title><content type="html">Maybe one day, I'll convince myself that using MySQL transactions is a good idea, and start using them whenever I do SQL writes.&lt;br/&gt;&lt;br/&gt;In related news, I just NULLed out all my coverdata fields in my mythTV's mythvideo table.  Regenerating all of that crap is really tedious, as &lt;a href="http://www.thetvdb.com"&gt;the website's&lt;/a&gt; API I use gets flaky after I  hit it with a few hundred requests in a matter of minutes. :(&lt;br/&gt;&lt;br/&gt;Sigh.&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;Update:&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;All fixed.   Took ~90 lines of python.  Good script to have around anyway:  looks for entries with no/missing/invalid coverfile and tries to re-fetch it from thetvdb.com.  One day I'll get all this crap into SVN.   I'm getting quite the collection of these handy scripts. :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3392110766934331818-3871693800704981036?l=blog.dknowles.org' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dknowles/~4/M2ptQEh39FM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.dknowles.org/feeds/3871693800704981036/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.dknowles.org/2007/12/o-noes-my-precious-datas.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3392110766934331818/posts/default/3871693800704981036?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3392110766934331818/posts/default/3871693800704981036?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/dknowles/~3/M2ptQEh39FM/o-noes-my-precious-datas.html" title="O NOES! My precious datas!!" /><author><name>dknowles</name><uri>http://www.blogger.com/profile/01475858014490093397</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="16571805951992912691" /></author><thr:total>0</thr:total><feedburner:origLink>http://blog.dknowles.org/2007/12/o-noes-my-precious-datas.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0QHSX46eCp7ImA9WxNRF0s.&quot;"><id>tag:blogger.com,1999:blog-3392110766934331818.post-6915216255714619045</id><published>2007-12-09T18:16:00.000-08:00</published><updated>2009-09-12T06:15:38.010-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-12T06:15:38.010-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="nerdiness" /><category scheme="http://www.blogger.com/atom/ns#" term="blogging" /><title>Love &amp; Hate</title><content type="html">I've come to the conclusion that I hate all blogging software.  It all sucks.  None of it fits my specifications, but I'm too lazy/busy to write my own.  For now I'm settling with &lt;a href="http://www.wordpress.org"&gt;WordPress&lt;/a&gt;, but I'm not completely satisfied.  I was fairly okay with &lt;a href="http://www.movabletype.org"&gt;Movable Type&lt;/a&gt; for a while, but I got really frustrated with its admin interface.  It's really slow.  And I tried to set up dynamic page loading (lets face it, I'm not getting enough traffic here to take down my shared host), but then realized it wanted to use PHP for some ungodly reason even though the rest of the app is written in Perl.  (Yaay consistency!)&lt;br/&gt;&lt;br/&gt;I'm hoping I'll be more satisfied with this WordPress nonsense, but I'm not optimistic.  (Well, as optimistic as one can be about a PHP app)&lt;br/&gt;&lt;br/&gt;I wish there was a good blogging solution written in Python.  Then again, python support on shared hosts isn't all that great.  And likely more work than I'm willing to put forth.&lt;br/&gt;&lt;br/&gt;As for the love part of this, &lt;a href="http://www.openid.net"&gt;OpenID&lt;/a&gt; gets my thumbs up.  I've been a fan since &lt;a href="http://brad.livejournal.com"&gt;brad&lt;/a&gt; first posted about it way back when. I've never done much with it until now, though.  I get a free identity with my livejournal account, but I'm really not a fan of having my old whiney LJ entries be the face of my identity.  So I set up an account with &lt;a href="http://myopenid.com"&gt;myopenid.com&lt;/a&gt;, which seems pretty solid.  And I set up dknowles.org to be a &lt;a href="http://www.intertwingly.net/blog/2007/01/03/OpenID-for-non-SuperUsers"&gt;delegate&lt;/a&gt; for the identity.  I'm pretty sure I could do the same thing with LJ serving my identity instead, and dknowles.org would show up in comment posts and what not; but I'm mostly over the LJ thing anyway.  I should probably just subscribe my few remaining friends that write there to my google reader.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3392110766934331818-6915216255714619045?l=blog.dknowles.org' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dknowles/~4/OLz90gMl8jk" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.dknowles.org/feeds/6915216255714619045/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.dknowles.org/2007/12/love-hate.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3392110766934331818/posts/default/6915216255714619045?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3392110766934331818/posts/default/6915216255714619045?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/dknowles/~3/OLz90gMl8jk/love-hate.html" title="Love &amp;amp; Hate" /><author><name>dknowles</name><uri>http://www.blogger.com/profile/01475858014490093397</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="16571805951992912691" /></author><thr:total>0</thr:total><feedburner:origLink>http://blog.dknowles.org/2007/12/love-hate.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0QARHs_eip7ImA9WxNRF0s.&quot;"><id>tag:blogger.com,1999:blog-3392110766934331818.post-8457872343566676526</id><published>2007-12-04T16:53:00.000-08:00</published><updated>2009-09-12T06:15:45.542-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-12T06:15:45.542-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="nerdiness" /><title>A Shit Leopard Never Changes Its Spots</title><content type="html">I installed Leopard on my work Macbook Pro on Friday.  Other than some corporate image wonkiness (there's always something...) it's been an incredibly pleasant experience thus far.&lt;br/&gt;&lt;br/&gt;At first, I wasn't a huge fan of the new dock UI.  It's growing on me, though.  Mostly it's probably because I made it even smaller than it used to be, so the bright light things that show when an application is open isn't so offensive anymore.  Or maybe I've just gotten used to it.&lt;br/&gt;&lt;br/&gt;&lt;a href="http://www.apple.com/macosx/features/desktop.html"&gt;Stacks&lt;/a&gt; looked like nice eye candy at first, but not so useful.  But I've come around.  Adding my downloads folder &amp;amp; my applications folder to my dock is a really handy, quick way to access those things.  (Of course, I usually default to quicksilver keyboard shortcuts for applications)&lt;br/&gt;&lt;br/&gt;&lt;a href="http://www.apple.com/macosx/features/spaces.html"&gt;Spaces&lt;/a&gt; is by far the best virtual desktop implementation I've seen yet on mac.  It's still lacking a few things: a keyboard shortcut to move windows to different desktops, proper option+tab app switching behavior, maybe screen edge triggers for moving windows to other desktops.  But once I figured out how to have firefox windows on multiple desktops, I was sold.  That was always my biggest shortcoming with &lt;a href="http://virtuedesktops.info/"&gt;virtue&lt;/a&gt;/&lt;a href="http://desktopmanager.berlios.de/"&gt;desktop manager&lt;/a&gt;/any other solution I've tried in the past.&lt;br/&gt;&lt;br/&gt;The new terminal is wonderful.  I spend a lot of my time (at work &amp;amp; at home) inside a terminal session, so having a sane implementation is a godsend.  (Although &lt;a href="http://iterm.sourceforge.net/"&gt;iTerm&lt;/a&gt; has become a really good drop-in replacement lately)  Built-in tabs, better/more configuration options, proper keybindings are all great additions.  The only thing I've had a hard time adjusting to is the lack of select-to-copy.  Between my linux sessions &amp;amp; the old iTerm functionality, that's going to be a hard habit to break.&lt;br/&gt;&lt;br/&gt;From a work point-of-view, I'm enjoying filevault not taking a shit every few days.  I've had it want to clean up once or twice now, but it did it automatically and didn't take very long.  It's about freaking time.&lt;br/&gt;&lt;br/&gt;Autofs + kerberos nfs is great.  I can access all my work auto shares from terminal without any wacky configuration nightmares.  It &lt;strong&gt;just works&lt;/strong&gt;.&lt;br/&gt;&lt;br/&gt;Likewise, the new mobile account option is really nifty.  Lots of things are auto-syncing from work when I'm there (or VPN'd in) which makes my life easier.&lt;br/&gt;&lt;br/&gt;There's also a lot of small UI tweaks that I really like.  An example:  the networking pane in system preferences is pretty.  Showing a lock next to secured wireless networks in the tray menu.  The new finder look.  All good things IMO.&lt;br/&gt;&lt;br/&gt;Now for my biggest gripe thus far:&lt;br/&gt;&lt;br/&gt;The translucent menu bar is really ugly.  I really like blue backgrounds (the tiger default background anyone?) and the translucent menu bar turns a pastel blue with this configuration.  Bad move, apple.  You've been known for that glorious grey menu bar for years.  Why change now?&lt;br/&gt;&lt;br/&gt;All in all, I'm really happy with my Leopard install.  Between Apple &amp;amp; Google's macops team, I've got a really awesome cutting-edge OS on my laptop.  And it's pretty.  And I like pretty things. :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3392110766934331818-8457872343566676526?l=blog.dknowles.org' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dknowles/~4/nxUC7Ywox-k" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.dknowles.org/feeds/8457872343566676526/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.dknowles.org/2007/12/shit-leopard-never-changes-its-spots.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3392110766934331818/posts/default/8457872343566676526?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3392110766934331818/posts/default/8457872343566676526?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/dknowles/~3/nxUC7Ywox-k/shit-leopard-never-changes-its-spots.html" title="A Shit Leopard Never Changes Its Spots" /><author><name>dknowles</name><uri>http://www.blogger.com/profile/01475858014490093397</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="16571805951992912691" /></author><thr:total>0</thr:total><feedburner:origLink>http://blog.dknowles.org/2007/12/shit-leopard-never-changes-its-spots.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0QARHs_eip7ImA9WxNRF0s.&quot;"><id>tag:blogger.com,1999:blog-3392110766934331818.post-1113399217894546677</id><published>2007-11-06T18:23:00.000-08:00</published><updated>2009-09-12T06:15:45.542-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-12T06:15:45.542-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="nerdiness" /><category scheme="http://www.blogger.com/atom/ns#" term="stupidity" /><title>ddrtggtfrg</title><content type="html">New personal goal: update this thing more regularly.&lt;br/&gt;&lt;br/&gt;Earlier tonight, I was on gTalk talking to one of my friends/coworkers, and Sarah decided to start typing random characters at him.  "&lt;span class="word"&gt;ddrtggtfrg" is what came out, and my coworker thought it was an acronym for something.  He made one up and submitted it to &lt;a href="http://www.urbandictionary.com/"&gt;urban dictionary&lt;/a&gt;.  Unfortunately, it's still pending editor approval, but you can view the &lt;a href="http://add.urbandictionary.com/verify.php?code=c0fa6970e6&amp;amp;function=submit"&gt;preliminary entry&lt;/a&gt;.&lt;/span&gt;  (hopefully that's not cookie-based or anything)&lt;br/&gt;&lt;br/&gt;I signed up as an editor in hopes of seeing our entry quickly, but instead I ended up editing 80+ random new entries.  Most looked like they were written by 13 year olds pissed off at their friends or teachers, but there were some gems in there.  Maybe I should make moderating urban dictionary a weekly task of mine. :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3392110766934331818-1113399217894546677?l=blog.dknowles.org' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dknowles/~4/icGyHoO1mkM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.dknowles.org/feeds/1113399217894546677/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.dknowles.org/2007/11/ddrtggtfrg.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3392110766934331818/posts/default/1113399217894546677?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3392110766934331818/posts/default/1113399217894546677?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/dknowles/~3/icGyHoO1mkM/ddrtggtfrg.html" title="ddrtggtfrg" /><author><name>dknowles</name><uri>http://www.blogger.com/profile/01475858014490093397</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="16571805951992912691" /></author><thr:total>0</thr:total><feedburner:origLink>http://blog.dknowles.org/2007/11/ddrtggtfrg.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0QASH48fyp7ImA9WxNRF0s.&quot;"><id>tag:blogger.com,1999:blog-3392110766934331818.post-5493466099541995006</id><published>2007-10-08T13:28:00.000-07:00</published><updated>2009-09-12T06:15:49.077-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-12T06:15:49.077-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="real-life" /><category scheme="http://www.blogger.com/atom/ns#" term="atlanta" /><title>Sunday in the Park</title><content type="html">Sarah and I wandered over to &lt;a href="http://en.wikipedia.org/wiki/Oakland_Cemetery"&gt;Oakland Cemetery&lt;/a&gt; yesterday afternoon for their &lt;a href="http://www.oaklandcemetery.com/sundayPark.html"&gt;Sunday in the Park&lt;/a&gt; festival.  There was rumor of food and beer.  (All you need to tell me)  You can throw a rock at the cemetery from our place and it was gorgeous (although a bit hot in the sun) outside, so there was really nothing to lose.&lt;br/&gt;&lt;br/&gt;All in all, I wasn't too impressed.  Maybe it's because we showed up a bit late, but there wasn't a whole lot going on.  There were only about 10 booths total, the only food was from &lt;a href="http://en.wikipedia.org/wiki/The_Varsity"&gt;The Varsity&lt;/a&gt; and &lt;a href="http://www.sixfeetunderatlanta.com/"&gt;Six Feet Under&lt;/a&gt;, and the only beer was from a Budweiser truck. (no support from local breweries?)  There were a fair number of people out there, though, and we did get to see the inside of some of the mausolea.  (they're typically not open)  There's always next year...&lt;br/&gt;&lt;br/&gt;What was pretty amusing, though, is that when we walked outside our loft, our apartment manager (he lives down the hall from us) was standing outside watching people get stuck in our gated parking lot.  Priceless.&lt;br/&gt;&lt;br/&gt;Oakland is also having a nighttime &lt;a href="http://www.oaklandcemetery.com/capturingHalloween.html"&gt;guided walking tour&lt;/a&gt; for Halloween.  That sounds pretty awesome.  Too bad it has a $15 admission fee.  Seems a bit steep if you ask me, although the money does go to the good cause of cemetery upkeep.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3392110766934331818-5493466099541995006?l=blog.dknowles.org' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dknowles/~4/Ce6VftvkC6s" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.dknowles.org/feeds/5493466099541995006/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.dknowles.org/2007/10/sunday-in-park.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3392110766934331818/posts/default/5493466099541995006?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3392110766934331818/posts/default/5493466099541995006?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/dknowles/~3/Ce6VftvkC6s/sunday-in-park.html" title="Sunday in the Park" /><author><name>dknowles</name><uri>http://www.blogger.com/profile/01475858014490093397</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="16571805951992912691" /></author><thr:total>0</thr:total><feedburner:origLink>http://blog.dknowles.org/2007/10/sunday-in-park.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0QASH48fyp7ImA9WxNRF0s.&quot;"><id>tag:blogger.com,1999:blog-3392110766934331818.post-8806594084382079066</id><published>2007-10-07T18:14:00.000-07:00</published><updated>2009-09-12T06:15:49.077-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-12T06:15:49.077-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="blogging" /><title>Blogger begin again</title><content type="html">I've been trying to get a grasp on this "blogging" thing since somewhere around 1999 or 2000.  You could say I'm an early adopter, I'd say I'm bad at being consistent (or good at quitting).  But here's another try.  I've had my fun with &lt;a href="http://maximumdork.livejournal.com/"&gt;livejournal&lt;/a&gt; over the years, but my friends have all moved on and I figure I should grow up and play with bigger and better toys too.&lt;br/&gt;&lt;br/&gt;My goal here is to give some of the random tidbits of useless (or, unlikely, useful) knowledge accumulated in my head back to the wonderful blogosphere community that so often feeds my desire to waste time or solve some weird problem.  Common topics ahead include: &lt;a href="http://en.wikipedia.org/wiki/Atlanta"&gt;atlanta&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Linux"&gt;linux&lt;/a&gt;, &lt;a href="http://mythtv.org/"&gt;mythtv&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/The_Internets"&gt;the internets&lt;/a&gt;, technology, and the occasional bit of politics.&lt;br/&gt;&lt;br/&gt;Godspeed, fair readers.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3392110766934331818-8806594084382079066?l=blog.dknowles.org' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dknowles/~4/TueGjd7oExA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.dknowles.org/feeds/8806594084382079066/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.dknowles.org/2007/10/blogger-begin-again.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3392110766934331818/posts/default/8806594084382079066?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3392110766934331818/posts/default/8806594084382079066?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/dknowles/~3/TueGjd7oExA/blogger-begin-again.html" title="Blogger begin again" /><author><name>dknowles</name><uri>http://www.blogger.com/profile/01475858014490093397</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="16571805951992912691" /></author><thr:total>0</thr:total><feedburner:origLink>http://blog.dknowles.org/2007/10/blogger-begin-again.html</feedburner:origLink></entry></feed>
