<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
 
 <title>Scott Chacon</title>
 <link href="http://schacon.github.com/atom.xml" rel="self"/>
 <updated>2012-06-06T07:02:53-07:00</updated>
 <id>http://schacon.github.com/</id>
 <author>
   <name>Scott Chacon</name>
   <email>schacon@gmail.com</email>
 </author>
 
 
 <entry>
   <title>This Year</title>
   <link href="http://schacon.github.com//2009/12/17/this-year.html"/>
   <updated>2009-12-17T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2009/12/17/this-year</id>
   <content type="html">&lt;p&gt;So I basically stopped blogging this year, more or less since I started working for &lt;a href='http://github.com'&gt;GitHub&lt;/a&gt;. I&amp;#8217;ve been busy, what can I say? I wrote a technical book through APress publishing called &lt;a href='http://progit.org'&gt;Pro Git&lt;/a&gt;, I&amp;#8217;ve traveled all over the world speaking at dozens of conferences on Git and GitHub, and my wife had our first child, Josephine.&lt;/p&gt;

&lt;p&gt;I think writing the book is what really killed the blogging. I was writing for hours every day or two, then spending hours each day the next week reading over comments telling me how I was both technically wrong and generally bad at writing in English. Sitting down and writing a blog post wasn&amp;#8217;t really what I wanted to do after that.&lt;/p&gt;

&lt;p&gt;Travel-wise it&amp;#8217;s been a pretty amazing year. According to &lt;a href='http://tripit.com/people/schacon'&gt;Tripit&lt;/a&gt;, I&amp;#8217;ve traveled 74,360 mi to 31 cities in 11 countries over the course of 80 days this year. That&amp;#8217;s almost a quarter of the year on the road. This year alone I&amp;#8217;ve been to Shanghai, Tokyo, Amsterdam, Edinburgh, Berlin (twice), Poznan, Stockholm, Oslo, London (twice), Barcelona, Madrid, plus San Diego, Boston, Vegas, Chicago, New York, Virginia and Honolulu.&lt;/p&gt;

&lt;p&gt;Physically I&amp;#8217;ve changed kind of a lot, too. I got more or less in shape again this year, mostly due to a simple routine of running and the &lt;a href='http://hundredpushups.com/'&gt;hundred pushups&lt;/a&gt; program. Though I haven&amp;#8217;t quite yet made it all the way to 100 pushups in a row, I can now do about 70 or 80, which is pretty cool. I also lost about 30 pounds this year, from a high of about 195 when my baby was born to about 165 now.&lt;/p&gt;

&lt;p&gt;Finally, there is Josephine. When the year started, Jessica was a couple months pregnant and now we have a little 5 month old baby girl. I was never really a fan of all the &amp;#8220;it changes your whole life&amp;#8221; comments, but it really does. It is by far the most amazing thing that has ever happened to me. She even has a little passport already and has traveled to Hawaii and Spain with us.&lt;/p&gt;

&lt;p&gt;Overall, this has been one of the most amazing years of my life, and I&amp;#8217;m really quite sad that I didn&amp;#8217;t write more during it. I will definitely try to reverse that trend over the coming year as I have more amazing trips coming up (for example, Australia, New Zealand, Paris, Ireland just in the next few months), and there will be no shortage of baby stories and GitHub amazingness.&lt;/p&gt;

&lt;p&gt;Looking forward to this year, everybody. Skál!&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Moved my blog to GitHub Pages</title>
   <link href="http://schacon.github.com//2009/02/11/moved-to-github-pages.html"/>
   <updated>2009-02-11T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2009/02/11/moved-to-github-pages</id>
   <content type="html">&lt;p&gt;It&amp;#8217;s been a while since I made a big blogging change - I&amp;#8217;ve been on Wordpress for a pretty long time now and have generally liked it, but the theme wasn&amp;#8217;t so hot and the general zeitgiest of my postings have veered much more into programming than politics over the last year or so. So, I thought it might be time for a change.&lt;/p&gt;

&lt;p&gt;As of this post, my blogging software of choice is &lt;a href='http://github.com/mojombo/jekyll/tree/master'&gt;Jekyll&lt;/a&gt; and my new hosting provider is &lt;a href='http://github.com/blog/272-github-pages'&gt;GitHub Pages&lt;/a&gt;. Which is pretty cool for me, since I am part of the small team here at GitHub.&lt;/p&gt;

&lt;p&gt;In the past, I have had two catastrophic data losses from my hosting providers losing a good number of my posts. Each time I thought I would finally remember to setup something that would back them up, but I never did. Now I finally have a secure backup for my blog data, since everything is done via a &lt;a href='http://git-scm.com'&gt;Git&lt;/a&gt; repository. How it works is I keep the source for my blog in a specially named GitHub repository and every time I push to it, GitHub pixies automagically generate my static blog pages for me.&lt;/p&gt;

&lt;p&gt;So, now my blog and content are all available via a public &lt;a href='http://github.com/schacon/schacon.github.com'&gt;Git repository&lt;/a&gt;, if you&amp;#8217;re interested in using it for anything. I copied the theme and javascript from &lt;a href='http://github.com/mbleigh'&gt;Michael Bleigh&lt;/a&gt;, and you&amp;#8217;re welcome to copy it from me, in turn (do remember to credit Michael, though).&lt;/p&gt;

&lt;p&gt;I do love GitHub.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>London Git Training</title>
   <link href="http://schacon.github.com//2009/02/02/london-git-training.html"/>
   <updated>2009-02-02T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2009/02/02/london-git-training</id>
   <content type="html">&lt;p&gt;&lt;img class='right' src='http://gitlondon.com/images/backgrounds/london-bus.png' alt='Git London Bus' /&gt;&lt;/p&gt;

&lt;p&gt;At the end of March, I’m going to be traveling to Europe for &lt;a href='http://scotlandonrails.com'&gt;Scotland on Rails&lt;/a&gt; to do a Git talk (also likely a talk at the University of Edinburgh, if you’re there).&lt;/p&gt;

&lt;p&gt;While there, I thought I would do a more in-depth training session in London for all our friends toiling in SVN heck or otherwise wanting to sharpen their Git-Fu. My friends at Codebase have helped me rent a space, catering and all that so we can have a nice long session learning the ins and outs of Git.&lt;/p&gt;

&lt;p&gt;If you are interested in signing up for the training, which is happening on April 3rd (a Friday), you can check out our website at &lt;a href='http://gitlondon.com'&gt;gitlondon.com&lt;/a&gt;. If you know anyone in the UK who might be interested in doing it, please do let them know. If you’re in the UK and don’t want to do the training, but do want to go out for beers after, send me a note.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>On Mercurial</title>
   <link href="http://schacon.github.com//2008/11/24/on-mercurial.html"/>
   <updated>2008-11-24T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2008/11/24/on-mercurial</id>
   <content type="html">It seems that a rather popular theme when reading about distributed SCMs on a blog post is that someone says that they hate or love Git, where the hate  is generally that it's hard to learn, unintuitive, etc.  Then, generally  without exception, a mercurial user jumps in on the comments and says something like &quot;I tried Git, but it was impossible to learn, so I'm using Mercurial and it's easy-peasy&quot;.  That person is wrong.&lt;br/&gt;
Git is not hard to learn.  At least, not any more difficult than Mercurial is.  There, I said it.  If you think that Git is like learning Linux - powerful but steep in the curve of learning, while Mercurial is like Mac - more constrained, but far easier to learn, you have either tried the systems a long time ago or have never really tried them and are just repeating the Merc FUD.&lt;br/&gt;
Don't get me wrong, it certainly used to be this way.  My point here is that if you take a fresh look at the two systems, the majority of beginner to intermediate tasks that you have to do with a DSCM are very similar in both systems and being sufficiently familiar with one takes very little effort to use the other.&lt;br/&gt;
I state this because of the incredibly scientific research I concluded tonight, wherein I used hg.  I have been a Git guy for several years now and have never previously touched mercurial, and I dove right in a few hours ago and took some notes so I could share what is _not_ intuitive in hg, even from an advanced DSCM user, and to give it a fair shake.  Here is what I have concluded:&lt;br/&gt;
&lt;ul&gt;
&lt;li&gt; Git and Mercurial have nearly the same learning curve
&lt;li&gt; Some things are easier / more intuitive in Git, and some in Hg
&lt;li&gt; Both systems have a similar number of overall common commands, of which 90% are identically named
&lt;li&gt; You can pretty easily move from one to the other for basic tasks
&lt;/ul&gt;&lt;br/&gt;
Let me get into a bit of detail about what I found.  As my first piece of evidence, I will look at the help menu.  If you simply type 'git' or 'hg' on the command line, hg will give you the following 17 commands :&lt;br/&gt;
&lt;pre&gt;
 add        add the specified files on the next commit
 annotate   show changeset information per file line
 clone      make a copy of an existing repository
 commit     commit the specified files or all outstanding changes
 diff       diff repository (or selected files)
 export     dump the header and diffs for one or more changesets
 init       create a new repository in the given directory
 log        show revision history of entire repository or files
 merge      merge working directory with another revision
 parents    show the parents of the working dir or revision
 pull       pull changes from the specified source
 push       push changes to the specified destination
 remove     remove the specified files on the next commit
 serve      export the repository via HTTP
 status     show changed files in the working directory
 update     update working directory
&lt;/pre&gt;&lt;br/&gt;
and Git will give you the following 21 commands:&lt;br/&gt;
&lt;pre&gt;
   add        Add file contents to the index
   bisect     Find the change that introduced a bug by binary search
   branch     List, create, or delete branches
   checkout   Checkout a branch or paths to the working tree
   clone      Clone a repository into a new directory
   commit     Record changes to the repository
   diff       Show changes between commits, commit and working tree
   fetch      Download objects and refs from another repository
   grep       Print lines matching a pattern
   init       Create an empty git repository 
   log        Show commit logs
   merge      Join two or more development histories together
   mv         Move or rename a file, a directory, or a symlink
   pull       Fetch from and merge with another repository 
   push       Update remote refs along with associated objects
   rebase     Forward-port local commits to the updated 
   reset      Reset current HEAD to the specified state
   rm         Remove files from the working tree and from index
   show       Show various types of objects
   status     Show the working tree status
   tag        Create, list, delete or verify a tag object 
&lt;/pre&gt;&lt;br/&gt;
Take a good look at that, because there is not a lot of frickin' difference.  If you know one, you &lt;em&gt;basically&lt;/em&gt; know the other.  I can attest to that because I didn't need to look up a lot to figure out how to use hg - not because it's so super simple, but because it's nearly identical (for the basic things).&lt;br/&gt;
One of the things I hear a lot is that Git has a billion esoteric commands that are cryptic, magical and impossible to remember.  That... is true.  However, it doesn't matter.  What matters are the porcelain commands that are meant to be used by the end user, and there are about 30 of them - the 21 above plus some special stuff like 'stash' and 'submodule'.  On the other hand, if you type 'hg help', you get a list of 41 commands.  &lt;br/&gt;
Now, there are another 100 commands that git will respond to, but they are plumbing commands and are just there in case you want to build something novel - using them is the equivalent of opening up Mercurial and modifying the source.  I happen to use a bunch of them to do some really weird stuff that is just not possible in Hg, but there is no reason users even need to know they're there.  They are not in the path (as of 1.6) - out of sight, out of mind.  As far as a new user is concerned, Git is simpler in it's command set then Hg.&lt;br/&gt;
Now, let's look at a simple use of hg - creating a new hg repo and commiting and import:&lt;br/&gt;
&lt;pre&gt;
mkdir test1; cd test1
hg init
cp [files] .
hg add .
hg commit -m 'my message'
hg log
&lt;/pre&gt;&lt;br/&gt;
Now, let's look at the same thing in Git:&lt;br/&gt;
&lt;pre&gt;
s/hg/git/g
&lt;/pre&gt;&lt;br/&gt;
It's exactly the same thing.  &lt;code&gt;clone, add, annotate*, commit, diff, init, log, merge*, pull*, push, rm, status&lt;/code&gt; - these are all basically identical in the two systems. (annotate is generally called 'blame' in git, but 'git annotate' will also work, and merge/pull work slightly differently but do largely the same type of thing)  This is the core of both systems, these commands are what you spend nearly all of your time doing, and they are &lt;em&gt;almost exactly the same&lt;/em&gt;.&lt;br/&gt;
Now for the fun part.&lt;br/&gt;
&lt;h3&gt;Things that are Confusing in Mercurial&lt;/h3&gt;
&lt;br/&gt;&lt;br/&gt;
I get to listen to Mercs take the high ground all the time about how git is hard to learn and the UI is confusing - now it's my turn.  Here are the things I had to go look up because I didn't get it and even the 'hg help' wasn't helping.&lt;br/&gt;
&lt;strong&gt;You have to set your username via 'vim ~/.hgrc'&lt;/strong&gt;&lt;br/&gt;
In Git, one of the first things you do is :&lt;br/&gt;
&lt;pre&gt;
$ git config --global user.name 'Scott Chacon'
$ git config --global user.email 'schacon@gmail.com'
&lt;/pre&gt;&lt;br/&gt;
In Mercurial, far as I can figure, you gotta do that by hand.  There is an 'hg showconfig', but no setter (again, far as I can tell). That means you have to look up a snippet of what the actual config format is and paste that into your ~/.hgrc file manually before your commits will stop complaining that no user is set. PITA.&lt;br/&gt;
&lt;strong&gt;There is no staging area&lt;/strong&gt;&lt;br/&gt;
This is really just a Gitter wondering how Mercs do it, but the lack of a staging area is something I didn't know I would miss.  The lack of control over what versions of what files you're committing seems like a huge, huge missing feature to me (again, only because I'm used to Git).  People argue that it keeps it simpler, but you can get the equivalent functionality by adding a '-a' to the 'git commit' command every time, which a lot of people do.  In my initial foray, that was the only place where Git was actually more complicated than Hg - ignoring the staging functionality takes an extra '-a'.&lt;br/&gt;
&lt;strong&gt;How do I setup a remote repository?&lt;/strong&gt;&lt;br/&gt;
OK, I have this Hg repository, and I want to create a remote one and push to it.  I know I am being an idiot here, but I literally could not figure out how to do this short of doing an 'hg clone &lt;url&gt;' and looking at the .hg/hgrc file to see what was added to allow 'hg push' to know where to go.  I figured out that you could specify it on the command line, but the thought of typing a url every time I want to push made me throw up a little in my mouth.  I could not find the equivalent of a 'git remote' where I could add and manipulate my remote repositories without editing the '.hg/hgrc' file.  I couldn't find it in the hg book, either.  Perhaps in the comments someone could enlighten me.  &lt;br/&gt;
I setup a repo on BitBucket and the instructions on how to push into it were simply 'clone this', and then I assume you're supposed to pull your files in and then push, but what if you already have a repo?  This drove me nuts, and I still don't know how to do it.&lt;br/&gt;
Then, for Act II of this little play, I wanted to know how to have another remote - say I want to be able to push my repo to my staging server for deployment and my central server for collaboration.  Again, could not figure out how to add it - I ventured a guess and just copied the line in the config file and gave it a different name and that seems to have worked, but do you really have to edit the file to add a remote repository?&lt;br/&gt;
It also appears that something that happens incredibly frequently in your typical day is much more complex in Hg than Git - pulling.  In Mercurial, you have to do three commands each time you want to pull (and merge) changes from your remote repository:&lt;br/&gt;
&lt;pre&gt;
1  hg pull
2  hg merge
3  hg commit -m 'Merged remote changes'
&lt;/pre&gt;&lt;br/&gt;
In Git, that is effectively done with 'git pull'.  Now, you &lt;em&gt;can&lt;/em&gt; do that with Git:&lt;br/&gt;
&lt;pre&gt;
1  git fetch
2  git merge --no-commit
3  git commit -m 'Merged remote changes'
&lt;/pre&gt;&lt;br/&gt;
But WHY?  (as an amusing side-note, there is a Merc plugin that adds an 'hg fetch' command that does what 'git pull' does, so in hg: fetch == pull + merge and in git: pull == fetch + merge...)&lt;br/&gt;
&lt;strong&gt;Branching... poor, poor branching...&lt;/strong&gt;&lt;br/&gt;
I passed out for a quarter second when I read this in the Hg Book:&lt;br/&gt;
&lt;blockquote&gt;
The easiest way to isolate a “big picture” branch in Mercurial is in a dedicated repository. ... You can then clone a new shared myproject-1.0.1 repository as of that tag.
&lt;/blockquote&gt;&lt;br/&gt;
I was naive enough to think that branches living in entirely different directories was a thing of the past.  How SVN of them.  I cannot imagine living my life making local clones to effectively deal with long running branches.  The book literally says:&lt;br/&gt;
&lt;blockquote&gt;&quot;In most instances, isolating branches in repositories is the right approach.&quot;&lt;/blockquote&gt;&lt;br/&gt;
Um, no thank you.&lt;br/&gt;
It turns out that the more I get into branching stuff, the more I understand why they advocate that you clone to branch.  Everything is on one track - you can't commit something and then easily leave it there for work later and ignore it for the time being, which is what I use branches mainly for.  It's like Mercurial is a one-track mixer with some post-it notes to remember where you were and Git is a multi-track board that starts with one and then allows you to snap on new tracks at any time. Not sure if that metaphor worked, but the constraint of not having cheap, real local branches would drive me batty.&lt;br/&gt;
When I tried to have two topic branches going at the same time (say a master branch and an experiment branch), it was rather painful. It worked OK until I went back and forth and then when I tried to push it gave me a:&lt;br/&gt;
&lt;pre&gt;
$ hg push
pushing to http://bitbucket.org/Scotty/objective-git/
searching for changes
abort: push creates new remote heads!
(did you forget to merge? use push -f to force)
&lt;/pre&gt;&lt;br/&gt;
No!  I didn't forget to merge, I want to have two branches!  So, I forced it.  Then, when I want to switch back to my other branch, it gives me this:&lt;br/&gt;
&lt;pre&gt;
$ hg branch newbranch
abort: a branch of the same name already exists (use --force to override)
&lt;/pre&gt;&lt;br/&gt;
Yes, I know it does, I'm switching back to it, you bastard!  So, you _can_ have several local branches being developed at the same time, but hg &lt;em&gt;hates&lt;/em&gt; it and you cannot push one of them without pushing all of them.  It looks like it stores them as sequential changesets but then stores the parents so you can technically recreate the history.  However, it seems that you _cannot_ push your A branch without also pushing your B branch.  &lt;br/&gt;
That. Is. Annoying.&lt;br/&gt;
&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;br/&gt;
Perhaps some of these things are simpler at first in Hg, but I don't really think they are that much easier (if at all), and the amount of flexibility you lose is so immense that I can't understand how anyone can think of Mercurial as anything other than 'Git Lite'.  Same great usability, much less functionality.  And if your answer to that is 'get X plugin', then &lt;em&gt;why&lt;/em&gt; do you think you're winning the usability battle again?&lt;br/&gt;
That's it - I'll keep playing with Hg and sharing my thoughts (being as how they are sooo unbiased).  In the meantime, I'll leave you with some more metaphors:&lt;br/&gt;
* If DSCMs were bikes, Hg would be the Git bike with the training wheels soldered on.&lt;br/&gt;
* If DSCMs were TVs, Git and Hg would turn on to the same channel, but then Git would also have cable.&lt;br/&gt;
* If DSCMs were GPS units, both would have places of interest, but Git would also come with the street maps and be able to do driving directions.&lt;br/&gt;
* If DSCMs were shoes, you could play basketball in either, but Git would have the pump (for when you needed extra jumping and whatnot)&lt;br/&gt;
* If DSCMs were alarm clocks, they would both wake you up, but Git would also make you coffee.&lt;br/&gt;
(if you have others, please share - again, the theme is that they're the same out of the box, but then the one is ultimately a lot more useful)&lt;br/&gt;
</content>
 </entry>
 
 <entry>
   <title>Why? Why why why why why?</title>
   <link href="http://schacon.github.com//2008/11/02/why-why-why-why-why-why.html"/>
   <updated>2008-11-02T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2008/11/02/why-why-why-why-why-why</id>
   <content type="html">&lt;b&gt;Warning:&lt;/b&gt; the following post is a rant - I wrote it so that I could get this frustration off of my chest and out of my mind.&lt;br/&gt;
I live in California and I cannot for the bloody life of me understand why there are so many Prop 8 supporters.  For those of you that don't know, Proposition 8 is a ballot initiative on the California statewide ballot that will eliminate the rights of gay couples to marry.  &lt;br/&gt;
How can this be taken as anything other than pure bigotry? It literally makes me sick to my stomach.  I have not been so angry at the actions of other people in a long time.  I can see a small, zealous minority agitating over this, but there are tons of normal people donating and picketing and arguing for the opportunity to strip rights from those who are not like them.  Their self-righteousness, intolerance and in some cases, hatred, are so transparent that I have a hard time understanding how aren't completely mortified at their own blatant vindictiveness.&lt;br/&gt;
There is simply no good reason to oppose it.  There is no way in which this effects their own lives in any tangible way.  It is simply that they don't want people that they don't like in the abstract to be in any way accepted in society.  They may as well be wearing t-shirts that say &quot;Gay people are icky, Yes on 8!&quot;&lt;br/&gt;
It's that there is actually no &lt;em&gt;argument&lt;/em&gt; - the entire 'Yes' campaign is &quot;wink, nod - you know you think it's gross too...&quot;&lt;br/&gt;
The sad part is that I actually do understand these people - I know tons of people that will vote 'Yes' on this.  It's people who are so ensconced in their own little self-righteous, self-affirming communities that they can justify it internally it as a referendum on &lt;em&gt;gayness&lt;/em&gt; without feeling personally guilty.  It's naked xenophobia that is still so widely accepted that people don't feel like they're bad people like they would if they were equally blatently racist.  Every &quot;argument&quot; for 'Yes' works completely unmodified if you replace 'gay' or 'same-sex' with 'mixed-marriage'.  &lt;br/&gt;
There are no financial, legal or health implications for anyone who would vote 'Yes'.  They just don't want gay people to be able to avoid the social awkwardness that comes with having to refer to your husband as a 'life-partner' instead.  They don't want their children to even be exposed to the notion that being gay might be OK - secure in the notion that THEIR children could never be gay.  It is that simple.  It is not even fundamentally religious - there are churches and synagogues that will marry gay couples, there are tolerant congregations all over the place.&lt;br/&gt;
I don't blame the people personally, they're by and large good and loving people, it's the environment - the churches and right-wing agitators that think this crap will energize their base, and people trust them and are moved to action and animosity by them unfairly.&lt;br/&gt;
The thing that really bothers me is the support and role of the churches in this.  The fact is that this entire thing is fanned and supported by churches across the country.  I read that nearly half the funding for the 'Yes' campaign has come from the Mormon church alone, and that this Sunday thousands of pulpits will be used for political purposes to encourage people to vote the &quot;right&quot; way on this - the way Christ would want you to vote.&lt;br/&gt;
For some reason, I still naively believe that faith is supposed to be a source of strength - teaching love, understanding and tolerance, not to be a support center for bigotry and judgment. What makes it worse is that I probably know the sections and context of the Bible that most of them draw from as the source of their intolerance and self-righteousness much better than they do, but that wouldn't slow them down one bit.  No, they are justified in their judgment - God Himself supports them.  I found myself thinking of this quote from Obama's &quot;Audacity of Hope&quot;:&lt;br/&gt;
&lt;blockquote&gt;&quot;We think of faith as a source of comfort and understanding but find our expressions of faith sowing division; we believe ourselves to be a tolerant people even as racial, religious and cultural tensions roil the landscape.&quot;&lt;/blockquote&gt;&lt;br/&gt;
Sure, in a decade this will all be for naught.  The slow movement of tolerance will eventually force peoples view on gay marriage go the route of mixed-marriage bans and segregation - but that we aren't there yet is frustrating to me.  That people naturally take such pleasure and zeal in excluding minorities and ostracizing those who are not like them, and furthermore that they are allowed to hide behind religion as a justification for their animosity, makes me truly, truly sad.&lt;br/&gt;
Please vote 'No' on 8.
 &lt;br/&gt;

</content>
 </entry>
 
 <entry>
   <title>A GitHubber Now</title>
   <link href="http://schacon.github.com//2008/10/02/a-githubber-now.html"/>
   <updated>2008-10-02T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2008/10/02/a-githubber-now</id>
   <content type="html">My big news of the day is that next week I officially start my new job at &lt;a href=&quot;http://logicalawesome.com&quot;&gt;Logical Awesome&lt;/a&gt;, working on &lt;a href=&quot;http://github.com&quot;&gt;GitHub&lt;/a&gt;. This is a really exciting move for me, I've been interested in GitHub since long before it was released, nearly a year ago, when Chris first told me about it and I was first writing my Git/Ruby library.  &lt;br/&gt;
Since then, I have loved it as a tool, evangelized it in my talks and whatnot, and done some part time consulting work for the site - I helped write &lt;a href=&quot;http://gist.github.com&quot;&gt;Gist&lt;/a&gt;, &lt;a href=&quot;http://github.com/blog/143-inline-file-editing&quot;&gt;Inline File Editing&lt;/a&gt;, and added some &lt;a href=&quot;http://github.com/blog/107-supercharged-ruby-git&quot;&gt;pure ruby goodness&lt;/a&gt; to the Grit library we're using on the site.  I have greatly enjoyed  drinking, podcasting and working with &lt;a href=&quot;http://github.com/defunkt&quot;&gt;Chris&lt;/a&gt;, &lt;a href=&quot;http://github.com/pjhyett&quot;&gt;PJ&lt;/a&gt; and &lt;a href=&quot;http://github.com/mojombo&quot;&gt;Tom&lt;/a&gt; and I'm looking forward to doing that full time going forward.&lt;br/&gt;
Most importantly, I'm incredibly excited about working on Git stuff full time now.  For the last few years, it has taken up more and more of my free time and now I get to do what I am truly passionate about for a living. Everyone should be so lucky. What's more, all my talks and events I go to are now somewhat justified - I have to spread the Git love! The only downside is that where before I could plug &lt;a href=&quot;http://github.com&quot;&gt;GitHub&lt;/a&gt; as being truly awesome from a somewhat neutral viewpoint, now people will likely think I'm biased. :)&lt;br/&gt;
On a somewhat related note, we announced this at the &lt;a href=&quot;http://github.com/blog/172-git-down-tomorrow&quot;&gt;Git Down&lt;/a&gt; event last night in San Francisco that GitHub put on, hosted by &lt;a href=&quot;http://www.seriousbusiness.com/&quot;&gt;Serious Business&lt;/a&gt;, where we got to learn a little about git-sh, codeswarm and magit.  Tom showed us some of the new stuff he's working on for GitHub and I got to show off my GitHub iPhone app preview and talk a bit about &lt;a href=&quot;http://github.com/schacon/objective-git/tree/master&quot;&gt;ObjectiveGit&lt;/a&gt;, my Objective-C implementation of Git. A good time and a fair amount of beer was had by all.&lt;br/&gt;
Anyhow, it's likely that future posts will be even &lt;em&gt;more&lt;/em&gt; Git related, and I hope this means I can be even more effective in getting people to use and understand this tool that I enjoy so much.&lt;br/&gt;

</content>
 </entry>
 
 <entry>
   <title>Git Community Book</title>
   <link href="http://schacon.github.com//2008/09/05/git-community-book.html"/>
   <updated>2008-09-05T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2008/09/05/git-community-book</id>
   <content type="html">&lt;a href=&quot;http://book.git-scm.com&quot;&gt;&lt;img src=&quot;/git_community_book.png&quot;&gt;&lt;/a&gt;&lt;br/&gt;
For the past several weeks, I've been working on a free, open source, online book on Git called the &lt;a href=&quot;http://book.git-scm.com&quot;&gt;Git Community Book&lt;/a&gt; that I'm hoping to turn into a great one-stop resource for learning Git.  &lt;br/&gt;
The idea is that we have a super solid Git resource linked right off the Git homepage that people can get most of the answers they need in a single, easy to browse place, from super-beginner to super-advanced.  I've taken some content from the existing User Guide and tutorials that can be found scattered around online, and re-written a lot of it and added a ton of my own content, screencasts and images.  There is a PDF version of the book that is generated and linked automatically everytime I do a build, so for those of you who like a paper or local copy, I've got your back.  Probably 80% of the book is done now, and now I'm looking for some other contributors and some feedback.&lt;br/&gt;
I have a bunch of ideas for &lt;a href=&quot;http://git-scm.com&quot;&gt;git-scm.com&lt;/a&gt; and the &lt;a href=&quot;http://book.git-scm.com&quot;&gt;Git Community Book&lt;/a&gt; - I'd like to do searchable documentation, a cookbook, a quick-start guide and a few more things - but first I want to get this online book at least initially complete.  If you are interested in helping contribute content for a section or chapter, I would hugely appreciate it.  Even if it's just notes that you've tested, I would be happy to humanize it for you.  Or, if you've written a blog post that I can re-use the contents of that cover one of the topics, that would also be great.&lt;br/&gt;
The topics I'm currently looking for are Advanced History Modification, Corruption Recovery, Branch Tracking, Subversion Integration, Git with Perl/Python/PHP, and Git with Editors (especially NetBeans/Eclipse).  I can write them, but since I have limited personal experience with these topics, I'm not very confident that they would turn out particularly well.&lt;br/&gt;
Again, the book itself is open sourced and you can download the raw markdown and build scripts from it's &lt;a href=&quot;http://github.com/schacon/gitscm/tree/book&quot;&gt;GitHub repo&lt;/a&gt;, and read the &quot;how to contribute&quot; guide on &lt;a href=&quot;http://github.com/schacon/gitscm/wikis/how-to-contribute&quot;&gt;it's wiki&lt;/a&gt;.&lt;br/&gt;
Write me if you can help contribute or proof-read the existing content at &lt;a href=&quot;mailto:schacon@gmail.com&quot;&gt;schacon at gmail.com&lt;/a&gt;.&lt;br/&gt;
Thanks, and I hope you like the book!
</content>
 </entry>
 
 <entry>
   <title>The Launch of git-scm.com</title>
   <link href="http://schacon.github.com//2008/07/25/the-launch-of-git-scmcom.html"/>
   <updated>2008-07-25T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2008/07/25/the-launch-of-git-scmcom</id>
   <content type="html">I love Git.  However, a lot of people have the idea that Git is hard to learn, which I really disagree with.  I have been working with Git for a few years now, but I understand it vastly better than I ever understood SVN or CVS, which I worked with for many, many years.  Why?  Because it's cheap and easy to try things out, the model is ultimately very simple and understandable, and it's really pretty hard to really screw things up - Git almost never &lt;em&gt;removes&lt;/em&gt; information.  So, I found it easier to play with features and find what is really helpful to me, rather than being scared of costing myself more time than it's worth.&lt;br/&gt;
I assume that the main reason people think Git is difficult is because they've heard other people say Git is difficult and they didn't have a good teacher or learning resource, so when they fall back to their instinct - what SVN would have done or something - nothing works as expected and they get confused.  Then they auto-complete for 'git-' and get 150 commands.  How are they supposed to know that only about 20 of those are really going to be useful to them most of the time?&lt;br/&gt;
So, I'm trying to build some resources that will help newcomers love Git from day one.  Really try to focus on the usability of the main site, make it easy to find reference or tutorial documentation, and eventually I'd like to build a really nice online book that answers learners questions when they need to know them and guides them through the learning process as naturally and easily as possible.  I honestly don't think that Git needs to be made easier somehow, I think the learning process does.  The current docs are wonderful for many of us that are more technical, but often it's easier to learn with screencasts and diagrams.&lt;br/&gt;
However, first I wanted to fix &lt;a href=&quot;http://git.or.cz&quot;&gt;git.or.cz&lt;/a&gt;.  I have always pointed to it as the git homepage, and Petr is awesome - he's always kept it up to date and is a core contributor himself.  However, as a landing page for a project, it is very overwhelming.  There are nearly 1200 words on that page - almost all of them at the same font size.  It is very difficult to skim, and pretty difficult to figure out what Git really does in a second or two.  &lt;br/&gt;
&lt;a href=&quot;http://git-scm.com/&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3134/2699389625_edc739386a_o.png&quot; width=&quot;200&quot; height=&quot;143&quot; alt=&quot;gitscm&quot; /&gt;&lt;/a&gt;&lt;br/&gt;
So, I've forked the source of that site (because awesome Petr made it open source) and created a new site, which is now being hosted at &lt;a href=&quot;http://git-scm.com&quot;&gt;git-scm.com&lt;/a&gt;.  I've broken the page up into 5 topic pages and drastically simplified everything I could.  Hopefully it is easier to navigate and find what you're looking for.  The version number should be updated automatically, and I've setup a mirror of the Git source code at &lt;a href=&quot;http://github.com/git/git&quot;&gt;GitHub&lt;/a&gt; that I will eventually be doing some fun automated statistics with.  The source code for the website is at &lt;a href=&quot;http://github.com/schacon/gitscm&quot;&gt;GitHub&lt;/a&gt;, if you have an idea or contribution to make, feel free to fork the site and send me a patch.&lt;br/&gt;
Now that is done, I'll work on the spiffy new documentation project, which will likely be another branch in that same repo.  I'll do another post when there is enough to share, at which point I would be happy to have all the contributor help I can get.&lt;br/&gt;
By the way, in case you're wondering, the logo at the top is a Git.  He's a BLOB that is COMMITed to storing TREEs.  Little Git humor, there...
</content>
 </entry>
 
 <entry>
   <title>Fuzed and EC2</title>
   <link href="http://schacon.github.com//2008/06/06/fuzed-and-ec2.html"/>
   <updated>2008-06-06T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2008/06/06/fuzed-and-ec2</id>
   <content type="html">First of all, this post is about 2 things that rock. One is &lt;a href=&quot;http://github.com/KirinDave/fuzed/tree/master&quot;&gt;Fuzed&lt;/a&gt;, the new Erlang web glue that runs Rails on the Erlang-based Yaws web server, put together by &lt;a href=&quot;http://github.com/mojombo&quot;&gt;Tom Preston Warner&lt;/a&gt; and &lt;a href=&quot;http://github.com/KirinDave&quot;&gt;Dave Fayram&lt;/a&gt; of &lt;a href=&quot;http://powerset.com&quot;&gt;Powerset&lt;/a&gt;. The other is &lt;a href=&quot;http://aws.amazon.com/ec2&quot;&gt;Amazon EC2&lt;/a&gt;, which is a big, sneakily expensive nerd playland. I became interested in Fuzed at the talk I heard on it at RailsConf by Tom and Dave.&lt;br/&gt;
I downloaded the &lt;a href=&quot;http://github.com/KirinDave/fuzed/tree/master&quot;&gt;Fuzed software&lt;/a&gt; and compiled it and got it running on my local machine, which was a bit more complex than was neccesary, since I needed 3 nodes (a faceplate, a master and a backend) to get it running. So, I thought I would see what it could really do in a real, multi-node environment. That's where EC2 comes in.&lt;br/&gt;
I setup two (now public) EC2 AMIs, one 32-bit (ami-1da54174) and the other 64-bit (ami-64a6420d), (in EC2, you need a 64 bit version to run the bigger instances) each with Erlang and Fuzed and Rails and an example Rails app and HAProxy all installed on it. Then I started playing with different configurations.&lt;br/&gt;
For all of these examples, I'm using the Kronos rails app (a simple frontend to Chronic running on Rails v1.2) in development mode (just to make it slower) with no database. So, it is not a totally normal setup, but I wanted to see how to scale a slowish, difficult to cache app with Fuzed.&lt;br/&gt;
&lt;h3&gt;Control Group : our trusty mongrels&lt;/h3&gt;&lt;br/&gt;
The first thing I did, in order to get a sort of benchmark of the Rails app itself was to run a normal setup on a small EC2 slice. I started up an m1.small slice (if you aren't familiar with the various EC2 slice sizes, see &lt;a href=&quot;http://www.amazon.com/Instances-EC2-AWS/b/ref=sc_fe_c_0_201590011_2?ie=UTF8&amp;node=370375011&amp;no=201590011&amp;me=A36L942TSJ2AJA&quot;&gt;here&lt;/a&gt;) and ran the app in 3 mongrels proxied behind nginx.&lt;br/&gt;
&lt;ul&gt;
&lt;li&gt;single server running a small mongrel cluster
&lt;/ul&gt;&lt;br/&gt;
This setup did pretty well under smallish loads - I was able to serve 9.0 requests per second with 5 simultaneous users[#/sec] with 95% of the requests taking less than a second, which means that I could pretty readily serve 30k requests in an hour, or somewhere around 500k a day, as long as it's steady traffic.&lt;br/&gt;
&lt;strong&gt;cost:&lt;/strong&gt; $72/month
&lt;strong&gt;performance&lt;/strong&gt;: max 15M page views/month, 500/min max&lt;br/&gt;
(obviously, these numbers are highly dependent on the app and spikes in traffic and such, but they should help us compare to the other setups)&lt;br/&gt;
&lt;h3&gt;Configuration 2 : 3 servers&lt;/h3&gt;&lt;br/&gt;
So that gives us a baseline. Now, my first pass at a Fuzed setup was with 3 servers - one faceplate, one master node and one rails node with 3 handlers running in it - all 'm1.small' sized. This is sort of a weird setup, since we're still only dealing with 3 rails handlers, but now have added the overhead of the Fuzed master node and frontend listener.&lt;br/&gt;
&lt;ul&gt;
&lt;li&gt;one faceplate
&lt;li&gt;one master
&lt;li&gt;one small rails node (3 handlers)
&lt;/ul&gt;&lt;br/&gt;
And it turns out, that we get roughly the same overall performance here - about 10 requests/second sustained, though I mistakenly tested it with 10 simultaneous users instead, so the page loads were a bit slower on avg, but still not bad.&lt;br/&gt;
&lt;strong&gt;cost&lt;/strong&gt;: 3 small = $215 / month
&lt;strong&gt;performance:&lt;/strong&gt; max 15M page views/month, 500/min max&lt;br/&gt;
(though I'm fairly certain I could have run the master, faceplate and rails node all on the same slice and gotten much the same performance, so it's not &lt;em&gt;really&lt;/em&gt; 3 times more expensive than the mongrels...)&lt;br/&gt;
&lt;h3&gt;Configuration 3 : 4 servers&lt;/h3&gt;&lt;br/&gt;
So now I come to the fun part of Fuzed, the auto-configuration. I simply spun a High-CPU Medium Instance ($0.20/hr, 5 CU), started Fuzed on it with 15 Rails handlers (my formula was consistently 3 Rails handlers per EC2 Compute Unit), bringing my total number of Rails handlers to 18.&lt;br/&gt;
Now I brought my concurrency up to 100 and got 56 req/sec from the stack, though the average response time was a bit higher, at about 1.5 - 2 seconds per request. That's unacceptably high, so for the performance calculations, I'll assume limits of closer to 40 req/sec.&lt;br/&gt;
&lt;ul&gt;
&lt;li&gt;one faceplate
&lt;li&gt;one master
&lt;li&gt;one small rails node (3 handlers)
&lt;li&gt;one high-cpu medium rails node (15 handlers)
&lt;/ul&gt;&lt;br/&gt;
&lt;strong&gt;cost:&lt;/strong&gt; $360/month + $20 bandwidth = $380/mo
&lt;strong&gt;performance:&lt;/strong&gt; 85M page views/month, 2500/min max&lt;br/&gt;
&lt;h3&gt;Configuration 4 : 5 servers&lt;/h3&gt;&lt;br/&gt;
Now I decided to bring in the big boys. Amazon has brand new High-CPU Extra Large Instances ($0.80/hr) with 7 GB of memory and 20 EC2 Compute Units (8 virtual cores with 2.5 EC2 Compute Units each), which means I should be able to run 60 Rails handlers on each one. So, I fired up one of these and attached it as a Rails node, then brought up two more small instances, one as a second faceplate and one as a frontend server running haproxy round-robining back to the two faceplates. This entire reconfiguration took me about 5 minutes to do, most of it spent waiting for the instances to come up.&lt;br/&gt;
&lt;ul&gt;
&lt;li&gt;one master
&lt;li&gt;one haproxy
&lt;li&gt;two faceplates
&lt;li&gt;one small rails node (3 handlers)
&lt;li&gt;one high-cpu medium rails node (15 handlers)
&lt;li&gt;one high-cpu extra large rails node (60 handlers)
&lt;/ul&gt;&lt;br/&gt;
However, now my stack was able to fairly easily handle 140 req/sec with 90% of them coming in under a second. This means that I can take sustained loads of close to 500k hits per hour on an uncached Rails app in development mode, 20 minutes after I was running it on a single slice.&lt;br/&gt;
&lt;strong&gt;cost:&lt;/strong&gt; 935/month + $85 bw = $1020/month
&lt;strong&gt;performance:&lt;/strong&gt; max 300M page views/month, 8500/min max&lt;br/&gt;
&lt;h3&gt;Configuration 5 : 13 servers&lt;/h3&gt;&lt;br/&gt;
Just to see how far I could take this before I wasn't willing to pay the hourly rate for this test, I spun up another faceplate and 5 more high cpu extra large servers for a grand total of:&lt;br/&gt;
&lt;ul&gt;
&lt;li&gt;one small master
&lt;li&gt;one small haproxy
&lt;li&gt;three small faceplates
&lt;li&gt;one small rails node (3 handlers)
&lt;li&gt;one high-cpu medium rails node (15 handlers)
&lt;li&gt;six high-cpu extra large rails node (6*60 = 360 handlers)
&lt;/ul&gt;&lt;br/&gt;
At this point, adding new nodes is pretty trivial - it took about 10 minutes to get here from the previous setup, most of the time spent reconfiguring haproxy for the third faceplate.&lt;br/&gt;
Now I'm hitting other breakdown points in my testing setup - I can pretty easily get about 475 req/second from the stack, but it appears that the bottleneck is now in the faceplate layer and possibly elsewhere, but 475 req/second is pretty dang fast, especially for a site with no caching and no static requests at all - all 475 of those invoke the full Rails stack in development mode, no less. Plus, it's still really responsive to me even as I'm slamming it with ab in the background.&lt;br/&gt;
475 hits per second translates into roughly 1.5M hits per hour, 35M a day, etc. Obviously these estimations are getting pretty ridiculous - so many other things come up before you hit this point that the comparison is only interesting from a relative view to the other configurations, but I did have fun setting it up and beating the crap out of this with ab.&lt;br/&gt;
&lt;strong&gt;cost:&lt;/strong&gt; 3816/month + $342 bw = $4158.00/month
&lt;strong&gt;performance:&lt;/strong&gt; max 1000M page views/month, ~28,500/min max&lt;br/&gt;
&lt;h3&gt;Conclusion&lt;/h3&gt;&lt;br/&gt;
Now that I've taken this to it's illogical conclusion, it's fun to look back at what we've done. The point of the post is not to say &quot;Fuzed will solve all Rails scaling problems&quot;, because a) I don't know enough about running any actual huge scale websites to have my opinion be worth a lick and b) this is a stupid-simple Rails app - any complexity you add to your app will give you new and interesting problems at scale.&lt;br/&gt;
However, what is fun to note is how easily Fuzed made it for me to take a simple Rails app running in development mode and make it serve 5000 dynamic pages in 10 seconds flat with no failed requests, and that it took me more time to write this blog post than it did to get it there.&lt;br/&gt;
All of this was automated with a little tool I wrote called &lt;a href=&quot;http://github.com/schacon/fuzec2&quot;&gt;FuzEc2&lt;/a&gt;, pronounced &lt;em&gt;un-pronou-ncab-le&lt;/em&gt;, which basically just uses EC2::Base and Net::SSH to automate all the Fuzed and HAProxy setup steps. The first time I ran through this stuff I did it all manually and it still only took a couple hours, with FuzEc2, it took about 30 minutes.  The AMIs are public, so if you want to try this for yourself, just download my FuzEc2 script, replace the example variables with your own AWS keys and such, and start spinning them up!&lt;br/&gt;
You can watch a video of me doing another, more limited run of this after the jump, which has an example of using the script.&lt;br/&gt;
&lt;!-- more --&gt;&lt;br/&gt;
  &lt;div class=&quot;media&quot;&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;/javascripts/flashembed.min.js&quot;&gt;&lt;/script&gt; 
    &lt;script&gt;
    window.onload = function() {  
     flashembed(&quot;re2&quot;, 
     {  src:&quot;/flowplayer/FlowPlayerLight.swf&quot;, width: 600, height: 430 },
     { config: {  autoPlay: false, autoBuffering: false,
     videoFile: &quot;http://s3.amazonaws.com/chacon/fuzec2.flv&quot;
     } } );
    }
    &lt;/script&gt;
    &lt;div id=&quot;re2&quot;&gt;&lt;/div&gt;
  &lt;/div&gt;
  
</content>
 </entry>
 
 <entry>
   <title>RailsConf Git Talk</title>
   <link href="http://schacon.github.com//2008/06/02/railsconf-git-talk.html"/>
   <updated>2008-06-02T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2008/06/02/railsconf-git-talk</id>
   <content type="html">&lt;p&gt;I just got back from RailsConf 2008, which was held in Portland again this year, and I have to say I had a really excellent time.  I met tons of really cool people, had a hundred conversations about Git and Ruby and consumed a fair amount of Drop Top.&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;In addition to that, my talk went as well as I could have hoped.  The place was packed, I talked on the second day after they had extended the rooms and the room was still almost totally full.  The presentation went off without a hitch and dozens of people came up to me through the rest of the weekend to say they enjoyed it, so that made me feel really great.&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;One of the awesome guys that I met there, Daniel Wanja of &lt;a href=&quot;http://onrails.org&quot;&gt;OnRails.org&lt;/a&gt;, was kind enough to take some video of my talk, if you're curious how I present or how many people there were:&lt;/p&gt;&lt;br/&gt;
&lt;object width=&quot;400&quot; height=&quot;300&quot;&gt;	&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot; /&gt;	&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot; /&gt;	&lt;param name=&quot;movie&quot; value=&quot;http://www.vimeo.com/moogaloop.swf?clip_id=1099027&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1&quot; /&gt;	&lt;embed src=&quot;http://www.vimeo.com/moogaloop.swf?clip_id=1099027&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1&quot; type=&quot;application/x-shockwave-flash&quot; allowfullscreen=&quot;true&quot; allowscriptaccess=&quot;always&quot; width=&quot;400&quot; height=&quot;300&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;a href=&quot;http://www.vimeo.com/1099027?pg=embed&amp;sec=1099027&quot;&gt;RailsConf 2008 Git Talk by Scot Chacon Video&lt;/a&gt; from &lt;a href=&quot;http://www.vimeo.com/user507500?pg=embed&amp;sec=1099027&quot;&gt;daniel wanja&lt;/a&gt; on &lt;a href=&quot;http://vimeo.com?pg=embed&amp;sec=1099027&quot;&gt;Vimeo&lt;/a&gt;.&lt;br/&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;p&gt;You can also download &lt;a href=&quot;http://s3.amazonaws.com/chacon/git-talk.pdf&quot;&gt; my slides&lt;/a&gt; here:&lt;/p&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a href=&quot;http://s3.amazonaws.com/chacon/git-talk.pdf&quot;&gt;
&lt;img style=&quot;border:1px solid #333&quot; src=&quot;http://s3.amazonaws.com/chacon/gitcover.png&quot;&gt;
&lt;/a&gt;&lt;br/&gt;
&lt;br clear=&quot;all&quot;/&gt;&lt;br/&gt;
&lt;p&gt;There were about 520 slides that I went through in 55 minutes (went a tad bit over the time limit) and some of them had moving pieces, meaning I probably clicked that clicker at least 600 times during that talk.&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;&lt;b&gt;Update&lt;/b&gt;: I've recorded my basic talk over the presentation of the full slide deck and posted it as an episode at &lt;a href=&quot;http://gitcasts.com/posts/railsconf-git-talk&quot;&gt;GitCasts&lt;/a&gt;, if you want to see the whole thing.
&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;So, now I go back to work, but I enjoyed myself and met a bunch of great people and learned a lot about DataMapper, Erlang (Fuzed and Vertebra), and even a little Ruby... I also got to whine at Chad Fowler about the sessions not being videotaped, which he commiserated with me on.  Lastly, I wanted to point out that for those of you who missed &lt;a href=&quot;http://en.oreilly.com/rails2008/public/schedule/speaker/2909&quot;&gt;Nick Kallen's&lt;/a&gt; talk on ActiveRecord at the very end of the conference, you missed out on a really well done live coding session - probably the most informative and well presented Ruby learning I've had in months.
&lt;/p&gt;&lt;br/&gt;
&lt;/center&gt;</content>
 </entry>
 
 <entry>
   <title>GitCasts - Git Screencasts</title>
   <link href="http://schacon.github.com//2008/05/20/gitcasts-git-screencasts.html"/>
   <updated>2008-05-20T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2008/05/20/gitcasts-git-screencasts</id>
   <content type="html">Continuing on my git-ish roll, I've just launched a new site called &lt;a href=&quot;http://www.gitcasts.com&quot;&gt;GitCasts&lt;/a&gt;.  I've noticed that a lot of people have been watching my &lt;a href=&quot;http://jointheconversation.org/railsgit&quot;&gt;other screencast&lt;/a&gt;, nearly 5,500 views so far - so I thought I would do something along the lines of the excellent &lt;a href=&quot;http://railscasts.com&quot;&gt;RailsCasts&lt;/a&gt; website and do a bunch of short, topical screencasts on Git usage and internals. &lt;br/&gt;
I've put the site live with the first 4 screencasts:&lt;br/&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.gitcasts.com/posts/setup-initialization-and-cloning&quot;&gt;Setup, Initialization and Cloning&lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.gitcasts.com/posts/normal-workflow&quot;&gt;Normal Workflow&lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.gitcasts.com/posts/interactive-adding&quot;&gt;Interactive Adding&lt;/a&gt;
&lt;li&gt;and &lt;a href=&quot;http://www.gitcasts.com/posts/git-log&quot;&gt;Git Log&lt;/a&gt;
&lt;/ul&gt;&lt;br/&gt;
Those of you who have my &lt;a href=&quot;http://peepcode.com/products/git-internals-pdf&quot;&gt;Peepcode Git Book&lt;/a&gt; may notice that these are the same screencasts that are distributed with the book.  Next up will be &quot;Browsing Git Objects&quot;, &quot;Branching and Merging&quot;, &quot;Rebasing&quot; and &quot;Distributed Workflow&quot;.  After that, I will continue to produce short screencasts, mainly from the list I'm keeping &lt;a href=&quot;http://www.gitcasts.com/episodes&quot;&gt;here&lt;/a&gt;, so if there is something you want to see, give me a &lt;a href=&quot;mailto:schacon@gmail.com&quot;&gt;shout&lt;/a&gt;.&lt;br/&gt;
Hope you find it helpful.</content>
 </entry>
 
 <entry>
   <title>Peepcode Git Book</title>
   <link href="http://schacon.github.com//2008/04/29/peepcode-git-book.html"/>
   <updated>2008-04-29T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2008/04/29/peepcode-git-book</id>
   <content type="html">I've been wanting to write a book on Git for a while now - at least since the beginning of the year.  I really wanted to take the time to write out a book that taught Git the way I wish I had been taught - describe the internals first, what Git is really doing, rather than comparing it to SVN or just showing random commands without context.&lt;br/&gt;
I laid it all out and started writing, but it's really hard to justify the untold hours it takes to finish it if you're not sure anyone will even read it.  So, about a month and a half ago, after a few false starts, I asked &lt;a href=&quot;http://topfunky.com/&quot;&gt;Geoffrey Grosenbach&lt;/a&gt; if &lt;a href=&quot;http://peepcode.com&quot;&gt;Peepcode&lt;/a&gt; would be interested in publishing a mini-book on Git - it seemed to be getting more popular (remember, this was before GitHub or Rails moving to Git) and he was enthusiastic.  So, off I went, and just a few minutes ago the &lt;a href=&quot;http://peepcode.com/products/git-internals-pdf&quot;&gt;Peepcode Git PDF&lt;/a&gt; product page went live:&lt;br/&gt;

&lt;a href=&quot;http://peepcode.com/products/git-internals-pdf&quot;&gt;
&lt;img src=&quot;http://peepcode.com/system/previews/git-pdf/gitbook-cover.png&quot;&gt;
&lt;/a&gt;&lt;br/&gt;
&lt;br clear=&quot;both&quot;/&gt;&lt;br/&gt;
This is actually only half of the book that I laid out - about halfway in it became clear that this is way too much for one mini-book, so I will be coming out with a follow-up book on &quot;Advanced Git&quot; hopefully sometime in the next few months.&lt;br/&gt;
In addition to the PDF, I also produced 8 short (5-15 min) screencasts that are associated with several of the chapters - you can download them all when you buy the book and there are sidebars in the text that point you to which episode demonstrates the contents of that section.  Also, I am working on an audio-book version in case you want to review the content on your commute - that should be available this weekend.&lt;br/&gt;
I originally intended this content to be free, but not having something on the line would never have gotten me to actually do it, nor would the final product have been nearly so polished.  I'm really glad I went with &lt;a href=&quot;http://peepcode.com&quot;&gt;Peepcode&lt;/a&gt; - I think the $9 is worth the quality that the Peepcode production added to it.  I hope you agree.  Let me know what you think!
</content>
 </entry>
 
 <entry>
   <title>Ruby Reporting with Munger</title>
   <link href="http://schacon.github.com//2008/04/18/ruby-reporting-with-munger.html"/>
   <updated>2008-04-18T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2008/04/18/ruby-reporting-with-munger</id>
   <content type="html">I started in on a story at work where I needed to add some reports on one of our internal applications.  In the past, I have just done some query and then iterated over it in the view, creating a report manually, but it seemed that I was always doing the same sorts of operations and that there should be some tool that makes that all easier.  So, I started searching for reporting tools in ruby, googling and asking friends and the only thing I found was &lt;a href=&quot;http://rubyreports.org/&quot;&gt;Ruport&lt;/a&gt;.&lt;br/&gt;
It seemed pretty cool and I was really impressed with the demos and my first few passes, but after a half day of struggling, I just could not force out of it the reports I was looking for.  It did grouping weirdly, I didn't seem to have easy control over the rendering of the html, I couldn't highlight cells, the pivoting functionality was destructive to other row data and you couldn't change more than one column in a single pass.  &lt;br/&gt;
My biggest problem was that the data manipulation and the report formatting was so tightly coupled.  It was an interesting api, so I considered hacking on it, but it didn't seem too complex and I wanted the architecture to have a cleaner separation of what I feel are the three major steps of reporting - data manipulation, report formatting and output rendering.  So, I decided to start my own project and a day and a half later, I had &lt;a href=&quot;http://github.com/schacon/munger/wikis&quot;&gt;Munger&lt;/a&gt;, the alternative ruby reporting library.&lt;br/&gt;
The library is about two days old, but it's pretty usable already.  If you'd like to help out, &lt;a href=&quot;http://github.com/schacon/munger&quot;&gt;fork and hack&lt;/a&gt;!&lt;br/&gt;
&lt;strong&gt;Simple Example&lt;/strong&gt;&lt;br/&gt;
&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;http://drnicwilliams.com/external/CodeHighlighter/styles.css&quot;&gt;&lt;/link&gt;  
&lt;script src=&quot;http://drnicwilliams.com/external/CodeHighlighter/clean_tumblr_pre.js&quot;&gt;&lt;/script&gt; &lt;br/&gt;
Here is a simple example.&lt;br/&gt;
&lt;pre&gt;&lt;code class=&quot;ruby&quot;&gt;result = AdAirings.find(:all)
report = Munger::Report.from_data(result).process
puts Munger::Render.to_text(report)
&lt;/code&gt;&lt;/pre&gt;&lt;br/&gt;
will result in : &lt;br/&gt;
&lt;pre&gt;
|airtime | airdate    | clicks | advert | 
------------------------------------------
|15      | 2008-01-01 | 301    | spot 1 | 
|30      | 2008-01-02 | 199    | spot 1 | 
|30      | 2008-01-03 | 234    | spot 1 | 
|15      | 2008-01-04 | 342    | spot 1 | 
|30      | 2008-01-01 | 172    | spot 2 | 
|15      | 2008-01-02 | 217    | spot 2 | 
|90      | 2008-01-03 | 1023   | spot 2 | 
|30      | 2008-01-04 | 321    | spot 2 | 
|60      | 2008-01-01 | 512    | spot 3 | 
|30      | 2008-01-02 | 813    | spot 3 | 
|15      | 2008-01-03 | 333    | spot 3 |
&lt;/pre&gt;
 
&lt;strong&gt;A Simple Pivot&lt;/strong&gt;&lt;br/&gt;
&lt;pre&gt;&lt;code class=&quot;ruby&quot;&gt;result = AdAirings.find(:all)
data = Munger::Data.load_data(result)&lt;br/&gt;
new_columns = data.pivot('airdate', 'advert', 'clicks')&lt;br/&gt;
report = Munger::Report.from_data(data).columns([:advert] + new_columns.sort).process
puts Munger::Render.to_text(report)
&lt;/code&gt;&lt;/pre&gt;&lt;br/&gt;
becomes:&lt;br/&gt;
&lt;pre&gt;
|advert | 2008-01-01 | 2008-01-02 | 2008-01-03 | 2008-01-04 | 
--------------------------------------------------------------
|Spot 1 | 301        | 199        | 234        | 342        | 
|Spot 2 | 172        | 217        | 1023       | 321        | 
|Spot 3 | 512        | 813        | 333        |            | 
&lt;/pre&gt;&lt;br/&gt;
&lt;strong&gt;A More Complex Example&lt;/strong&gt;&lt;br/&gt;
&lt;pre&gt;&lt;code class=&quot;ruby&quot;&gt;result = AdAirings.find(:all)&lt;br/&gt;
data = Munger::Data.load_data(result)
data.add_columns([:advert, :rate]) do |row| 
  rate = (row.clicks / row.airtime)
  [row.advert.capitalize, rate]
end&lt;br/&gt;
report = Munger::Report.from_data(data)
report.sort('airtime').subgroup('airtime')
report.aggregate(Proc.new {|arr| arr.inject(0) {|total, i| i * i + (total - 30) }} =&gt; :airtime, 
                        :sum =&gt; :rate)&lt;br/&gt;
puts Munger::Render.to_text(report)
&lt;/code&gt;&lt;/pre&gt;&lt;br/&gt;
gives us :&lt;br/&gt;
&lt;pre&gt;
|Spot   | Rate | Air Date   | Airtime | 
----------------------------------------
|Spot 2 | 14   | 2008-01-02 | 15      | 
|Spot 1 | 20   | 2008-01-01 | 15      | 
|Spot 3 | 22   | 2008-01-03 | 15      | 
|Spot 1 | 22   | 2008-01-04 | 15      | 
|       | 78   |            | 780     | 
|Spot 2 | 5    | 2008-01-01 | 30      | 
|Spot 1 | 6    | 2008-01-02 | 30      | 
|Spot 1 | 7    | 2008-01-03 | 30      | 
|Spot 2 | 10   | 2008-01-04 | 30      | 
|Spot 3 | 27   | 2008-01-02 | 30      | 
|       | 55   |            | 4350    | 
|Spot 3 | 8    | 2008-01-01 | 60      | 
|       | 8    |            | 3570    | 
|Spot 2 | 11   | 2008-01-03 | 90      | 
|       | 11   |            | 8070    | 
|       | 152  |            | 16770   | 
&lt;/pre&gt;&lt;br/&gt;
&lt;strong&gt;Wrapping Up&lt;/strong&gt;&lt;br/&gt;
There is also cool cell and row styling, html rendering, etc, so &lt;a href=&quot;http://github.com/schacon/munger/wikis/home&quot;&gt;check it out&lt;/a&gt;.&lt;br/&gt;
</content>
 </entry>
 
 <entry>
   <title>PublicMarkup.org</title>
   <link href="http://schacon.github.com//2008/03/31/publicmarkuporg.html"/>
   <updated>2008-03-31T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2008/03/31/publicmarkuporg</id>
   <content type="html">A new website was released today by my heroes at the &lt;a href=&quot;http://sunlightfoundation.com&quot;&gt;Sunlight Foundation&lt;/a&gt; that implements the first step of an open source politics dream I've had for several years, an online legislation app that lets the public comment on and help define public policy.  My idea was to put the tax code online and let people humanize, tag and comment on it - open it up via public scrutiny, but this is pretty cool too and will hopefully someday lead to something like the tax code thing.  &lt;br/&gt;
They call it &lt;a href=&quot;http://publicmarkup.org/bill/transparency-government-act-2008/&quot;&gt;PublicMarkup.org&lt;/a&gt; and they are testing it out by putting a bill that they would like to pass up for public comment, called the &quot;Transparency in Government Act of 2008&quot;.  They would like this to be a model for all new legislation.
&lt;br/&gt;&lt;br/&gt;
&lt;div class=&quot;thumbnail&quot;&gt;&lt;a href=&quot;http://skitch.com/schacon/ew39/publicmarkup1&quot;&gt;&lt;img src=&quot;http://img.skitch.com/20080331-n32g28wfj2pwwyddgw3n1144qp.preview.jpg&quot; alt=&quot;PublicMarkup1&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style=&quot;font-family: Lucida Grande, Trebuchet, sans-serif, Helvetica, Arial; font-size: 10px; color: #808080&quot;&gt;Uploaded with &lt;a href=&quot;http://plasq.com/&quot;&gt;plasq&lt;/a&gt;'s &lt;a href=&quot;http://skitch.com&quot;&gt;Skitch&lt;/a&gt;!&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;
&lt;br clear=&quot;both&quot;/&gt;
I personally think this should be a model for all of our public law.  I think the entire US code should be put online so every American can help look for, translate and point out the loopholes and special privileges built into so much of our law.  This website is the first step toward that - asking for public input in an easy to use web app for new laws is fantastic, but the next step is what really excites me - exposing the flaws in our current laws that only get passed because the arcane nature of the process makes our view into such corruptions so opaque that it can be gotten away with.  (&quot;gotten away with?&quot; is that a phrase?)&lt;br/&gt;
I've been thinking about this for a long time now - I even started writing such an application and sending the screenshots around to see if anyone was interested in the idea some time ago, but it hasn't gone anywhere.  Take a look at how similar this app I did in October of 2006 looks compared to the new PublicMarkup.org:&lt;br/&gt;
&lt;div class=&quot;thumbnail&quot;&gt;&lt;a href=&quot;http://skitch.com/schacon/ew4c/fttc&quot;&gt;&lt;img src=&quot;http://img.skitch.com/20080331-sgptkgmxfugmimw63hcm2b1uj.preview.jpg&quot; alt=&quot;fttc&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style=&quot;font-family: Lucida Grande, Trebuchet, sans-serif, Helvetica, Arial; font-size: 10px; color: #808080&quot;&gt;Uploaded with &lt;a href=&quot;http://plasq.com/&quot;&gt;plasq&lt;/a&gt;'s &lt;a href=&quot;http://skitch.com&quot;&gt;Skitch&lt;/a&gt;!&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;
&lt;br clear=&quot;both&quot;/&gt;&lt;br/&gt;
&lt;div class=&quot;thumbnail&quot;&gt;&lt;a href=&quot;http://skitch.com/schacon/ew5j/publicmarkup2&quot;&gt;&lt;img src=&quot;http://img.skitch.com/20080331-f5c69q33tfsj1qf1e15pupb623.preview.jpg&quot; alt=&quot;PublicMarkup2&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style=&quot;font-family: Lucida Grande, Trebuchet, sans-serif, Helvetica, Arial; font-size: 10px; color: #808080&quot;&gt;Uploaded with &lt;a href=&quot;http://plasq.com/&quot;&gt;plasq&lt;/a&gt;'s &lt;a href=&quot;http://skitch.com&quot;&gt;Skitch&lt;/a&gt;!&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;
&lt;br clear=&quot;both&quot;/&gt;&lt;br/&gt;
&lt;em&gt;Actually, in an odd coincidence, I sent that screenshot to Andrew Rasiej and Micah Sifry a year and a half ago, who both consult for Sunlight, though I highly doubt it eventually had anything to do with this site.&lt;/em&gt;&lt;br/&gt;
So, I wasn't involved, but at least it's getting done.  I think this is a big step for open source politics and it really shows that good things are coming.  It further proves how useful and important the &lt;a href=&quot;http://sunlightfoundation.com&quot;&gt;Sunlight Foundation&lt;/a&gt; is and I hope to see even more wonderful work from them in the future.  Congratulations, everyone at Sunlight!</content>
 </entry>
 
 <entry>
   <title>TicGit and a new Git gem</title>
   <link href="http://schacon.github.com//2008/03/23/ticgit-and-a-new-git-gem.html"/>
   <updated>2008-03-23T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2008/03/23/ticgit-and-a-new-git-gem</id>
   <content type="html">I just put my new gitty project, &lt;a href=&quot;http://github.com/schacon/ticgit&quot;&gt;TicGit&lt;/a&gt; up at &lt;a href=&quot;http://github.com/schacon&quot;&gt;GitHub&lt;/a&gt; for all to enjoy.  I'll release a gem to Rubyforge in a few days, but for those of you who are curious, you can build and install your own gem pretty easily. &lt;br/&gt;
It is basically a simple command line client that keeps simple ticket information in a new bare branch. It doesn't keep any files in your working directory.  All the git operations on the new 'ticgit' branch are wrapped by the 'ti' command line client and should be transparent to you.  Tickets can be created and worked on offline and pushed to central repositories.  Right now, the ticgit branch will have to be merged manually (ie: git merge ticgit origin/ticgit), but I'll fix that pretty soon.  The way the project keeps it's data in git, there should not ever be any merge conflicts, since I never edit files.  &lt;br/&gt;
So far, I like the way it's turning out and I'm keeping my bugs and features for TicGit in the ticgit repository.  You can see them by running 'ti list' from a new checkout.&lt;br/&gt;
&lt;pre&gt;
#&gt;ti list -s open&lt;br/&gt;
     # TicId  Title                     State Date  Assgn    Tags                
--------------------------------------------------------------------------------
     1 9ebd07 add attachment to ticket  open  03/22 schacon  attach,feature      
     2 6ca8be download attached file    open  03/22 schacon  attach,feature      
     3 9b83ea general tag management    open  03/22 schacon  feature,tags        
     4 94f24e show expanded comments    open  03/22 schacon  feature,ticket      
     5 f3dd9b remove a ticket           open  03/22 schacon  feature,ticket      
     6 e1629e improved cli support      open  03/22 schacon  cli,feature         
     7 9c0804 find the git directory pr open  03/22 schacon  bug                 
     8 28c3fa start web ui              open  03/22 schacon  feature,webapp      
     9 9b0e09 link to a git object      open  03/22 schacon  feature,ticket      
*   10 93ef93 change ticket assignment  open  03/22 schacon  feature             
    11 6f9e7c priority for ticket       open  03/23 schacon  feature,ticket    
&lt;/pre&gt;&lt;br/&gt;
If you're interested, you can see a bunch of examples and more documentation on the &lt;a href=&quot;http://github.com/schacon/ticgit/wikis&quot;&gt;TicGit GitHub wiki&lt;/a&gt;.&lt;br/&gt;
The only requirement is my &lt;a href=&quot;http://git.rubyforge.com&quot;&gt;Git gem&lt;/a&gt;, but you'll need version 1.0.5, which I also just released today, so run another 'sudo gem install git' if you already have an older version installed.  Among improvements in 1.0.5 : gc, each_conflict, ls_tree, stash support, advanced logging, tree_depth, checkout_file, bare branch support, more testing and some optimization. I'm happy to say that more than half of this release was provided by patches from others - &lt;a href=&quot;http://github.com/josh&quot;&gt;Joshua Peek&lt;/a&gt;, Cassie Schmitz, &lt;a href=&quot;http://github.com/ericgoodwin&quot;&gt;Eric Goodwin&lt;/a&gt;, Shu-yu Guo, Bernd Ahlers, Mateusz Jedruch, Skaar and Nick Hengeveld - thanks all!</content>
 </entry>
 
 <entry>
   <title>Git-Ruby Library Benchmarks</title>
   <link href="http://schacon.github.com//2008/03/14/git-ruby-library-benchmarks.html"/>
   <updated>2008-03-14T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2008/03/14/git-ruby-library-benchmarks</id>
   <content type="html">I just finished a simple benchmark of the various Git ruby libraries out there, my &lt;a href=&quot;http://github.com/schacon/ruby-git&quot;&gt;git gem&lt;/a&gt;, &lt;a href=&quot;http://errfree.com&quot;&gt;Err's Grit&lt;/a&gt; (as used by &lt;a href=&quot;http://github.com&quot;&gt;GitHub&lt;/a&gt;, and my new pure ruby Git lib, &lt;a href=&quot;http://github.com/schacon/git-ruby&quot;&gt;Git-Ruby&lt;/a&gt;.  Turns out that because the other two libraries are running system calls for everything, the pure ruby version is pretty dang fast:&lt;br/&gt;
&lt;pre&gt;
&lt;a href=&quot;http://github.com/schacon/ruby-git&quot;&gt;Git Gem&lt;/a&gt;:
             user     system      total        real
objects   0.030000   0.130000   0.730000 (  0.759323)
log       0.480000   0.420000   2.210000 (  2.258663)
branch    0.120000   0.920000   5.450000 (  5.434611)&lt;br/&gt;
&lt;a href=&quot;http://github.com/schacon/grit&quot;&gt;Grit&lt;/a&gt; :
             user     system      total        real
objects   0.020000   0.120000   0.590000 (  0.587605)
log       0.280000   0.430000   1.990000 (  1.958004)
branch    0.020000   0.160000   0.850000 (  0.877369)&lt;br/&gt;
&lt;a href=&quot;http://github.com/schacon/git-ruby&quot;&gt;&lt;b&gt;Git-Ruby&lt;/b&gt;&lt;/a&gt; (pure ruby) :
             user     system      total        real
objects   0.030000   0.010000   0.040000 (  0.049364)
log       0.950000   0.100000   1.050000 (  1.059527)
branch    0.130000   0.070000   0.200000 (  0.191696)
&lt;/pre&gt;&lt;br/&gt;
Sweet.  Still a lot of work to do, though.</content>
 </entry>
 
 <entry>
   <title>Git-Ruby Success</title>
   <link href="http://schacon.github.com//2008/03/11/git-ruby-success.html"/>
   <updated>2008-03-11T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2008/03/11/git-ruby-success</id>
   <content type="html">I just got my new &lt;a href=&quot;http://github.com/schacon/git-ruby/tree/master&quot;&gt;Git-Ruby&lt;/a&gt; library to add files and commit a new tree properly in pure ruby. My 'gitr' command line interface is getting pretty close to being usable as a full git replacement in simple circumstances.&lt;br/&gt;
The thing I'm not doing right now is using the index file properly.  I haven't quite figured out what that format is in - my C is a bit rusty and going through the source has not blessed me with the answers to what the heck is going on there yet, but hopefully I'll get there soon.  However, in the meantime, turns out I don't &lt;em&gt;really&lt;/em&gt; need to use that to do most of the stuff in git.  I can read and write the object database perfectly fine, so I just ended up re-implementing the index functionality from scratch and it works well enough.&lt;br/&gt;
If anyone out there is really good at C and wants to help me with re-implementing some of the index features - it will probably be really helpful when I get to the merge / diff stuff.  Let me know if you can help out.</content>
 </entry>
 
 <entry>
   <title>Ruby/Git and Git-Ruby</title>
   <link href="http://schacon.github.com//2008/03/09/rubygit-and-git-ruby.html"/>
   <updated>2008-03-09T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2008/03/09/rubygit-and-git-ruby</id>
   <content type="html">I have been putting off releasing a new &lt;a href=&quot;http://www.jointheconversation.org/rubygit/&quot;&gt;'git' gem&lt;/a&gt; for a few months now because I had decided to implement some of the base functionality in pure ruby.  I have been wavering on whether having some of the commands in pure ruby and others as system calls was a good idea since I merged in the branch quite a while ago.  Well, I finally decided that for now I don't want to do that.&lt;br/&gt;
I've rolled back out the pure ruby code from the 'git' gem and created a new project that aims to make roughly the same functionality, but with a command line client and gitweb application - with no system calls at all.  I feel this will make the APIs for what you can do with the git binary and what you can do without it a bit clearer.  Perhaps at some point in the future, when the pure ruby stuff is really solid and complete, I'll incorporate the two into one project again, but I'm going to wait to see what I can accomplish in pure ruby.&lt;br/&gt;
To completely confuse everyone (including myself occasionally), I have named the second project &lt;a href=&quot;http://github.com/schacon/git-ruby&quot;&gt;'git-ruby'&lt;/a&gt;, which is largely confusing since the original project is called &lt;a href=&quot;http://github.com/schacon/ruby-git&quot;&gt;'ruby-git' on GitHub&lt;/a&gt;, yet the gems will be called 'git' for the system call one and 'git-ruby' for the ruby only version.&lt;br/&gt;
My first project in developing git-ruby will be getting the simple version of the &lt;a href=&quot;http://github.com/sr/git-wiki/tree/master&quot;&gt;git-wiki project&lt;/a&gt; running entirely without the git binary.</content>
 </entry>
 
 <entry>
   <title>GitHub invite</title>
   <link href="http://schacon.github.com//2008/02/20/github-invite.html"/>
   <updated>2008-02-20T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2008/02/20/github-invite</id>
   <content type="html">I have one &lt;a href=&quot;http://github.com&quot;&gt;GitHub&lt;/a&gt; invite left, if anyone out there is interested - it is turning into an awesome application that I think will really change how open source development is done.&lt;br/&gt;
Send me an email at schacon [at] gmail.com if you're interested.&lt;br/&gt;
&lt;b&gt;Update:&lt;/b&gt; I gave out the original one, but I have 5 more, so let me know if you want one again.&lt;br/&gt;
&lt;b&gt;Another Update:&lt;/b&gt; All out again - sorry everyone!</content>
 </entry>
 
 <entry>
   <title>Voting for Barack Obama</title>
   <link href="http://schacon.github.com//2008/02/05/voting-for-barack-obama.html"/>
   <updated>2008-02-05T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2008/02/05/voting-for-barack-obama</id>
   <content type="html">This morning, bright and early, I'll be casting my vote for &lt;a href=&quot;http://www.barackobama.com&quot;&gt;Barack Obama&lt;/a&gt;.  There are a number of reasons for this, and I wanted to write a short post on why, and to encourage you to as well.&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;Most importantly, for anyone who was familiar with my foray into politics, I am very concerned and interested in the possibilities in the practical application of technology in improving our governance. I think that there is great potential in connecting us, getting the public involved in a practical and helpful way and making the governments at all levels work more efficiently and fairly with the use of technology.&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;Barack Obama has embraced this vision more fully than any politician I have ever seen, and seems to fully understand the potential and path to seeing out that vision.  In the &lt;a href=&quot;http://www.barackobama.com/issues/technology/&quot;&gt;Technology section&lt;/a&gt; of his website, he articulates many of the things I was not expecting politicians to embrace for years.  Under the heading &quot;Create a Transparent and Connected Democracy&quot;, he lists out goals such as :&lt;br/&gt;
&lt;ul&gt;
&lt;li&gt;Making government data available online in universally accessible formats to allow citizens to make use of that data to comment, derive value, and take action in their own communities.
&lt;li&gt;Establishing pilot programs to open up government decision-making and involve the public in the work of agencies, not simply by soliciting opinions, but by tapping into the vast and distributed expertise of the American citizenry to help government make more informed decisions.
&lt;li&gt;Requiring his appointees who lead Executive Branch departments and rulemaking agencies to conduct the significant business of the agency in public, so that any citizen can watch a live feed on the Internet as the agencies debate and deliberate the issues that affect American society.
&lt;li&gt;Employing technologies, including blogs, wikis and social networking tools, to modernize internal, cross-agency, and public communication and information sharing to improve government decision-making.
&lt;/ul&gt;&lt;br/&gt;
&lt;p&gt;And so on. Given what I've been advocating and working for, this alone is probably enough to push me into voting for him.  The issue that I truly care about, and which I think effects every other issue in that it opens up government to public input more fully, has never been more fully embraced by a candidate and probably won't again for some time.&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;By way of comparison, Hillary Clinton has no &quot;technology&quot; section on her website, and the closest page, the &lt;a href=&quot;http://www.hillaryclinton.com/feature/innovation/&quot;&gt;Innovation page&lt;/a&gt; simply lists broadband deployment as a goal.  There is no sense of her awareness of technology as a tool to connect government and public, and no call for deeper, ongoing community involvement facilitated by technology at all.&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;So, that is my personal issue-grounded reason for my vote, but there is another, more subjective reason as well.  Barack Obama is an amazing speaker.  More than that, he is an amazing writer.  He is obviously a smart man - he was the president of the Harvard Law Review, which say volumes in itself, but the contrast with most politicians, especially our current president who seems to go out of his way to seem simple, is refreshing.  Obama does not seem to pander - he uses imagery and vocabulary that is unusual and poetic.  He has a way of describing things that are often intangible with a beautiful clarity. &lt;/p&gt;&lt;br/&gt;
&lt;p&gt;For example, in his &lt;a href=&quot;http://obama.senate.gov/speech/060628-call_to_renewal/&quot;&gt;Call to Renewal&lt;/a&gt; keynote speech given over a year and a half ago, which I originally listened to as a podcast, he describes the draw of religion in a way that is clear, meaningful, understanding, and really quite beautiful.&lt;/p&gt;&lt;br/&gt;
&lt;blockquote&gt;
Each day, it seems, thousands of Americans are going about their daily rounds - dropping off the kids at school, driving to the office, flying to a business meeting, shopping at the mall, trying to stay on their diets - and they're coming to the realization that something is missing. They are deciding that their work, their possessions, their diversions, their sheer busyness, is not enough.
&lt;br/&gt;
They want a sense of purpose, a narrative arc to their lives. They're looking to relieve a chronic loneliness, a feeling supported by a recent study that shows Americans have fewer close friends and confidants than ever before. And so they need an assurance that somebody out there cares about them, is listening to them - that they are not just destined to travel down that long highway towards nothingness.
&lt;/blockquote&gt;&lt;br/&gt;
&lt;p&gt;Nearly all of his speeches are like this, many of which he has written himself.  In one of his speeches in the runup to the war in Iraq, he describes why he is not against all wars, even though he is against the Iraq war.&lt;/p&gt;&lt;br/&gt;
&lt;blockquote cite=&quot;http://en.wikisource.org/wiki/Barack_Obama's_Iraq_Speech&quot;&gt;The Civil War was one of the bloodiest in history, and yet it was only through the crucible of the sword, the sacrifice of multitudes, that we could begin to perfect this union, and drive the scourge of slavery from our soil. I don't oppose all wars.
&lt;br/&gt;
My grandfather signed up for a war the day after Pearl Harbor was bombed, fought in Patton's army. He saw the dead and dying across the fields of Europe; he heard the stories of fellow troops who first entered Auschwitz and Treblinka. He fought in the name of a larger freedom, part of that arsenal of democracy that triumphed over evil, and he did not fight in vain.&lt;/blockquote&gt;&lt;br/&gt;
&lt;p&gt;When do you hear people use phrases like &quot;the crucible of the sword, the sacrifice of the multitudes&quot; or &quot;that arsenal of democracy&quot;?  He is comfortable with the cadence and oratory style that is predicated by speech of this style, and I feel like my friends who have heard King or Robert Kennedy must have felt when they heard them speak.  Moved, inspired, urged to improve.&lt;/p&gt;&lt;br/&gt;
&lt;p&gt;I saw this passed around the other day, and I kind of like it.  I mean, I don't really like the simplification of the candidate to rhetorical passion - just because he speaks like this is not really a great reason to vote for him, though I could probably make an argument that inspirational ability is an important and useful presidential attribute, but I am moved when I listen to it nonetheless. &lt;/p&gt;&lt;br/&gt;
&lt;object width=&quot;425&quot; height=&quot;373&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/2fZHou18Cdk&amp;rel=1&amp;border=1&quot;&gt;&lt;/param&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/2fZHou18Cdk&amp;rel=1&amp;border=1&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; width=&quot;425&quot; height=&quot;373&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br/&gt;
&lt;p&gt;Though oddly, no more moved than when I hear it without the musical overlay or when it is read.  The speech is quite beautifully written:&lt;/p&gt;&lt;br/&gt;
&lt;blockquote&gt;We have been told we cannot do this by a chorus of cynics who will
only grow louder and more dissonant in the weeks to come. We've been
asked to pause for a reality check. We've been warned against
offering the people of this nation false hope.
&lt;br/&gt;
But in the unlikely story that is America, there has never been
anything false about hope. For when we have faced down impossible
odds; when we've been told that we're not ready, or that we shouldn't
try, or that we can't, generations of Americans have responded with a
simple creed that sums up the spirit of a people.
&lt;br/&gt;
Yes we can.
&lt;br/&gt;
It was a creed written into the founding documents that declared the
destiny of a nation.
&lt;br/&gt;
Yes we can.
&lt;br/&gt;
It was whispered by slaves and abolitionists as they blazed a trail
toward freedom through the darkest of nights.
&lt;br/&gt;
Yes we can.
&lt;br/&gt;
It was sung by immigrants as they struck out from distant shores and
pioneers who pushed westward against an unforgiving wilderness.
&lt;br/&gt;
Yes we can.
&lt;br/&gt;
It was the call of workers who organized; women who reached for the
ballot; a President who chose the moon as our new frontier; and a King who took us to the mountaintop and pointed the way to the Promised Land.&lt;/blockquote&gt;
&lt;br/&gt;
SÃ­ se puede. Off to the ballot box now...</content>
 </entry>
 
 <entry>
   <title>Git and Rails News</title>
   <link href="http://schacon.github.com//2008/01/29/git-and-rails-news.html"/>
   <updated>2008-01-29T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2008/01/29/git-and-rails-news</id>
   <content type="html">It looks like yesterday my Git/Rails screencast got on the new &lt;a href=&quot;http://reddit.com/r/ruby/&quot;&gt;ruby reddit&lt;/a&gt; page, which I deduced because Peter Cooper (I'm assuming of RubyInside fame) left a comment on the page all of a sudden.  So I looked at my Google Analytics page and my hits went from about 30 a day to 500 yesterday, which is a fun little curve.  So, welcome all, I hope you enjoy the screencast.&lt;br/&gt;
In other news, I have been informed that my presentation proposal for RailsConf 2008 has been accepted, so I will be speaking on &lt;a href=&quot;http://en.oreilly.com/rails2008/public/schedule/detail/963&quot;&gt;&quot;Using Git to Manage and Deploy Your Rails Apps&quot;&lt;/a&gt; in Portland in May.  I hope to see you all there.  I promise the talk will be more energetic than my little screencast.&lt;br/&gt;
Also, the &lt;a href=&quot;http://errfree.com/&quot;&gt;ErrFree&lt;/a&gt; guys have just opened up beta for &lt;a href=&quot;http://github.com&quot;&gt;GitHub&lt;/a&gt;, which I have now moved the repo for &lt;a href=&quot;/rubygit&quot;&gt;Ruby/Git&lt;/a&gt; to.  I'll update the Ruby/Git page soon.</content>
 </entry>
 
 <entry>
   <title>Rails 2.0 Presentation</title>
   <link href="http://schacon.github.com//2007/12/14/rails-20-presentation.html"/>
   <updated>2007-12-14T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2007/12/14/rails-20-presentation</id>
   <content type="html">In about 30 minutes, I'll be at the &lt;a href=&quot;http://ruby.meetup.com/72/calendar/6863478/&quot;&gt;Silicon Valley Ruby on Rails Meetup&lt;/a&gt;, where I'm scheduled to give a presentation on the newly released &lt;a href=&quot;http://rubyonrails.org&quot;&gt;Rails 2.0&lt;/a&gt;.&lt;br/&gt;
Here are the slides I'll be using (basically - I've made a few changes...) :&lt;br/&gt;
&lt;div style=&quot;width:425px;text-align:left&quot; id=&quot;__ss_202497&quot;&gt;&lt;object style=&quot;margin:0px&quot; width=&quot;425&quot; height=&quot;355&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://static.slideshare.net/swf/ssplayer2.swf?doc=rails-20-presentation-1197570229352508-4&quot;/&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;/&gt;&lt;param name=&quot;allowScriptAccess&quot; value=&quot;always&quot;/&gt;&lt;embed src=&quot;http://static.slideshare.net/swf/ssplayer2.swf?doc=rails-20-presentation-1197570229352508-4&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;425&quot; height=&quot;355&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div style=&quot;font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;&quot;&gt;&lt;a href=&quot;http://www.slideshare.net/?src=embed&quot;&gt;&lt;img src=&quot;http://static.slideshare.net/swf/logo_embd.png&quot; style=&quot;border:0px none;margin-bottom:-5px&quot; alt=&quot;SlideShare&quot;/&gt;&lt;/a&gt; | &lt;a href=&quot;http://www.slideshare.net/chacon/rails-20-presentation&quot; title=&quot;View 'Rails 2.0 Presentation' on SlideShare&quot;&gt;View&lt;/a&gt; | &lt;a href=&quot;http://www.slideshare.net/upload&quot;&gt;Upload your own&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;br/&gt;

</content>
 </entry>
 
 <entry>
   <title>gitr - pure ruby git command line client</title>
   <link href="http://schacon.github.com//2007/11/27/gitr-pure-ruby-git-command-line-client.html"/>
   <updated>2007-11-27T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2007/11/27/gitr-pure-ruby-git-command-line-client</id>
   <content type="html">I've been working on getting as much as possible of my Ruby/Git library to run in pure ruby rather than forking out to the git binary, and luckily the guys that started the gitrb project some time ago let me incorporate their code into mine.  Now I have quite a bit of my gitweb camping app running without calling 'git' at all.  Only the archive and diff methods are currently invoked - everything else is in pure ruby.&lt;br/&gt;
The other cool thing I get from this that I've done a simple command line client that does a number of git functions without needing git compiled on the machine at all:
&lt;pre&gt;
$ gitr log
$ gitr branches
$ gitr ls-tree (sha)
$ gitr cat-file (sha)
$ gitr rev-parse v1.0.2&lt;/pre&gt;
All of those are run without forking out to the git binary. Sweet. You can get this code at my &lt;a href=&quot;http://repo.or.cz/w/rubygit.git&quot;&gt;Repo.or.cz&lt;/a&gt; Ruby/Git repo.  I will release it as a new gem soon.</content>
 </entry>
 
 <entry>
   <title>Ruby/Git and gitweb.rb</title>
   <link href="http://schacon.github.com//2007/11/19/rubygit-and-gitwebrb.html"/>
   <updated>2007-11-19T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2007/11/19/rubygit-and-gitwebrb</id>
   <content type="html">Lately I've been working a lot on &lt;a href=&quot;http://jointheconversation.org/rubygit&quot; title=&quot;Ruby/Git homepage&quot;&gt;Ruby/Git&lt;/a&gt;, which is a library for using Git in Ruby.  It's now about at the point that I can integrate it into the stuff I'm doing at my work (we were doing some rather advanced read-tree/write-tree stuff), but I wanted another target for it so I can see first hand how the library works on real-world situations.&lt;br/&gt;
So, in the last two days I wrote &lt;a href=&quot;http://repo.or.cz/w/rubygit.git?a=blob_plain;f=camping/gitweb.rb;h=6322e17e1dfdc501f012785dcf07ce87d63360ed&quot; title=&quot;gitweb.rb&quot;&gt;gitweb.rb&lt;/a&gt;, which is a &lt;a href=&quot;http://camping.rubyforge.org/files/README.html&quot;&gt;Camping&lt;/a&gt; app, weighing in at just 365 lines of ruby code for the whole thing.  (Though, it's not really a tiny file, since I embedded code from the &lt;a href=&quot;http://shjs.sourceforge.net/&quot;&gt;SHJS project&lt;/a&gt; for syntax highlighting, which is cool but not tiny.)&lt;br/&gt;
It provides a similar interface onto a Git repo as the &lt;a href=&quot;http://git.kernel.org/gitweb.cgi?p=git/git.git;a=tree;f=gitweb;h=ba2bdcc0fbeaebd8949f092dbd780bc24c326292;hb=dee1b1ea9e1b0b889d9c53c2501e7f6250703341&quot;&gt;perl version&lt;/a&gt; of  &lt;a href=&quot;http://repo.or.cz/w/rubygit.git&quot;&gt;gitweb&lt;/a&gt;, which is bundled with git itself.  It uses my Ruby/Git bindings to do everything and it was a great test for me.  My next Ruby/Git deal will be to reimplement some of the core stuff in either pure ruby or RubyInline or C bindings - my goal will be to get gitweb.rb to be able to run without the git binary present at all - no system calls forked.&lt;br/&gt;
Anyhow, here is what it looks like.&lt;br/&gt;
&lt;a href=&quot;http://jointheconversation.org/wp-content/uploads/2007/11/picture-1.png&quot; title=&quot;gitweb.rb interface&quot;&gt;&lt;img src=&quot;http://jointheconversation.org/wp-content/uploads/2007/11/picture-1.png&quot; alt=&quot;gitweb.rb interface&quot; height=&quot;270&quot; width=&quot;419&quot; /&gt;&lt;/a&gt;&lt;br/&gt;
&lt;br clear=&quot;all&quot; /&gt;&lt;br/&gt;
You can download it &lt;a href=&quot;http://repo.or.cz/w/rubygit.git?a=blob_plain;f=camping/gitweb.rb;h=6322e17e1dfdc501f012785dcf07ce87d63360ed&quot; title=&quot;gitweb.rb&quot;&gt;here&lt;/a&gt;, and run it like this:
&lt;pre&gt;&amp;gt; gem install camping git
&amp;gt; camping rubyweb.rb&lt;/pre&gt;
Then point it to your repositories, and you're good.</content>
 </entry>
 
 <entry>
   <title>gitweb.rb interface</title>
   <link href="http://schacon.github.com//2007/11/19/gitwebrb-interface.html"/>
   <updated>2007-11-19T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2007/11/19/gitwebrb-interface</id>
   <content type="html"></content>
 </entry>
 
 <entry>
   <title>Git and Rails</title>
   <link href="http://schacon.github.com//2007/11/02/git-and-rails.html"/>
   <updated>2007-11-02T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2007/11/02/git-and-rails</id>
   <content type="html">I just finished somewhat in-depth screencast on using Git to manage and deploy Ruby on Rails applications. If you're interested, you can find it here:&lt;br/&gt;
&lt;a href=&quot;http://jointheconversation.org/railsgit&quot;&gt;http://jointheconversation.org/railsgit&lt;/a&gt;&lt;br/&gt;
Scott</content>
 </entry>
 
 <entry>
   <title>Using Git to Manage and Deploy your Rails Apps</title>
   <link href="http://schacon.github.com//2007/11/01/railsgit.html"/>
   <updated>2007-11-01T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2007/11/01/railsgit</id>
   <content type="html">&lt;object type=&quot;application/x-shockwave-flash&quot; width=&quot;506&quot; height=&quot;335&quot; data=&quot;http://www.vimeo.com/moogaloop.swf?clip_id=369095&amp;amp;server=www.vimeo.com&amp;amp;fullscreen=1&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=01AAEA&quot;&gt;	&lt;param name=&quot;quality&quot; value=&quot;best&quot; /&gt;	&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot; /&gt;	&lt;param name=&quot;scale&quot; value=&quot;showAll&quot; /&gt;	&lt;param name=&quot;movie&quot; value=&quot;http://www.vimeo.com/moogaloop.swf?clip_id=369095&amp;amp;server=www.vimeo.com&amp;amp;fullscreen=1&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=01AAEA&quot; /&gt;&lt;/object&gt;&lt;br /&gt;&lt;a href=&quot;http://www.vimeo.com/369095/l:embed_369095&quot;&gt;Git with Rails Tutorial&lt;/a&gt; from &lt;a href=&quot;http://www.vimeo.com/chacon/l:embed_369095&quot;&gt;Scott Chacon&lt;/a&gt; on &lt;a href=&quot;http://vimeo.com/l:embed_369095&quot;&gt;Vimeo&lt;/a&gt;.&lt;br/&gt;
&lt;a href=&quot;https://peepcode.com/products/git-internals-pdf&quot;&gt;
&lt;img src=&quot;http://farm3.static.flickr.com/2289/2451411818_ee13dc499f_t.jpg&quot;&gt;&lt;/a&gt;
&lt;div style=&quot;background:#ded; padding: 5px;&quot;&gt;&lt;b&gt;Update&lt;/b&gt;: I just published a mini-book on Git called &lt;a href=&quot;https://peepcode.com/products/git-internals-pdf&quot;&gt;Git Internals&lt;/a&gt; through PeepCode Press ($9) that goes into a lot more detail on Git and includes about an hour of associated short screencasts, if you'd like to learn more.&lt;/div&gt;
&lt;br/&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;h2&gt;Git and Rails&lt;/h2&gt;
I produced a rather in-depth (~30 min) screencast about using Git with Rails and Capistrano 2.1, since Cap now includes a Git SCM module and I've been finding that a number of Rails people are getting more interested in using Git.&lt;br/&gt;
In this screencast, I talk about how to deploy and develop Rails applications using Git.  Specifically, I go over:
&lt;ul&gt;
	&lt;li&gt;Installing Git&lt;/li&gt;
	&lt;li&gt;Creating a new Rails App and Initializing a Git repo for it&lt;/li&gt;
	&lt;li&gt;Cloning and publishing an external repository for that app
&lt;ul&gt;
	&lt;li&gt;git clone --bare&lt;/li&gt;
	&lt;li&gt;scp git@gitserver:/opt/repos/notetaker.git&lt;/li&gt;
	&lt;li&gt;git remote add gitserver git@gitserver:/opt/repos/notetaker.git&lt;/li&gt;
	&lt;li&gt;cat .git/config&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
	&lt;li&gt;Setting up Capistrano 2.1 with Git SCM&lt;/li&gt;
	&lt;li&gt;Deploying the App&lt;/li&gt;
	&lt;li&gt;Making a change and re-deploying&lt;/li&gt;
	&lt;li&gt;Working in a new 'testing' branch&lt;/li&gt;
	&lt;li&gt;Switching to main branch, applying a patch, redeploying&lt;/li&gt;
	&lt;li&gt;Switching back to 'testing' branch, continuing to work&lt;/li&gt;
	&lt;li&gt;Merging 'testing' into the main branch, resolving, re-deploying&lt;/li&gt;
	&lt;li&gt;Using gitk&lt;/li&gt;
	&lt;li&gt;Using :deploy_via, :copy and :remote_cache&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Setup Files&lt;/h2&gt;
Here are some setup files I mention in the screencast:
&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;http://jointheconversation.org/setup.zip&quot;&gt;setup.zip&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
Here are most of the commands I had to run to get everything installed on my Debian etch servers I used in this screencast:
&lt;pre&gt;
  apt-get update
  apt-get install libcurl3 libcurl3-dev libexpat libexpat-dev
  apt-get install ruby1.8-dev rails ri irb rdoc libmysql-ruby mysql-server nginx
             git-core build-essential sudo
  gem install mongrel -y (twice)
  gem install mongrel_cluster -y (twice)
  gem install capistrano&lt;/pre&gt;
&lt;h2&gt;More Info&lt;/h2&gt;
For more information, I highly recommend:
&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;http://peepcode.com/products/git&quot;&gt;Peepcode on Git&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://peepcode.com/products/capistrano-concepts&quot;&gt;Peepcode on Capistrano&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://smartic.us/2007/9/4/smarticast-4-rails-rumble-primer&quot;&gt;Smarticus screencast on setting up a Rails server from scratch&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
Send any feedback to me at &lt;a href=&quot;mailto://schacon@gmail.com&quot;&gt;schacon@gmail.com&lt;/a&gt;&lt;br/&gt;
&lt;div id=&quot;disqus_thread&quot;&gt;&lt;/div&gt;&lt;script type=&quot;text/javascript&quot; 
src=&quot;http://disqus.com/forums/railsgit/embed.js&quot;&gt;&lt;/script&gt;&lt;noscript&gt;&lt;a href=&quot;http://railsgit.disqus.com/?url=ref&quot;&gt;View the forum thread.&lt;/a&gt;&lt;/noscript&gt;</content>
 </entry>
 
 <entry>
   <title>Rails Rumble Screencast</title>
   <link href="http://schacon.github.com//2007/09/26/rails-rumble-screencast.html"/>
   <updated>2007-09-26T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2007/09/26/rails-rumble-screencast</id>
   <content type="html">The &lt;a href=&quot;http://railsrumble.com&quot;&gt;Rails Rumble&lt;/a&gt; guys asked those of us who did apps to submit screencasts, which I just finished.  I uploaded it to YouTube, if you would like to see it online:&lt;br/&gt;
&lt;object width=&quot;425&quot; height=&quot;353&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/4Fvo_LkHDks&quot;&gt;&lt;/param&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/4Fvo_LkHDks&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; width=&quot;425&quot; height=&quot;353&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br/&gt;

&lt;br clear=&quot;all&quot; /&gt;
If you would rather download a high-res version, here is the original (12M, mp4):&lt;br/&gt;
&lt;a href=&quot;http://jointheconversation.org/researchr.mov&quot;&gt;&lt;img src=&quot;http://jointheconversation.org/wp-content/uploads/2007/09/picture-3.thumbnail.png&quot; alt=&quot;screencast&quot; /&gt;&lt;/a&gt;</content>
 </entry>
 
 <entry>
   <title>Rails Rumble Voting</title>
   <link href="http://schacon.github.com//2007/09/14/rails-rumble-voting.html"/>
   <updated>2007-09-14T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2007/09/14/rails-rumble-voting</id>
   <content type="html">Last weekend I participated in the 48 hour programming contest called the &lt;a href=&quot;http://railsrumble.com&quot;&gt;Rails Rumble&lt;/a&gt;.  They give you 48 hours to develop a web application in a framework called &lt;a href=&quot;http://rubyonrails.org&quot;&gt;Ruby on Rails&lt;/a&gt; that I've talked about here several times in the past.&lt;br/&gt;
I thought it would be fun, and Jessica has been wanting me to write this app for her for some time now, so I worked for about 15 hours each of the two days and got it out there.  It is called &quot;Researchr&quot;, which is a name I really don't much like, but I couldn't come up with anything better when I registered, so forgive me.  It's a writing app based loosely on a Mac writing app I like a lot called &lt;a href=&quot;http://www.literatureandlatte.com/scrivener.html&quot;&gt;Scrivener&lt;/a&gt;.&lt;br/&gt;
It is sort of a non-linear text editor.  You create a bunch of note cards - one for each idea you want to explore.  You give  each one a title and a synopsis of the idea. Then you can rearrange them, group them, attach references (books, journals, websites) to them, etc.  You can view them (they look like actual little 3x5 notecards) and drag and drop re-arrange them to change their order:&lt;br/&gt;
&lt;a href=&quot;http://www.flickr.com/photos/chacon/1379785683/&quot; title=&quot;Photo Sharing&quot;&gt;&lt;img src=&quot;http://farm2.static.flickr.com/1035/1379785683_ae261a7795_o.gif&quot; alt=&quot;RailsRumble Notes Screen&quot; height=&quot;207&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;br/&gt;
When you want to write, you can go to a &quot;Compose Mode&quot; that lists out each of your notes in sections in order and the text associated with each.  You can click on a paragraph and edit the text to change that part of the paper.&lt;br/&gt;
&lt;a href=&quot;http://www.flickr.com/photos/chacon/1379785399/&quot; title=&quot;Photo Sharing&quot;&gt;&lt;img src=&quot;http://farm2.static.flickr.com/1321/1379785399_a114ce1c30.jpg&quot; alt=&quot;RailsRumble Compose Screen&quot; height=&quot;284&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;br/&gt;
The cool thing is that the text stays associated with the note card, so at any time you can rearrange your paper in blocks by rearranging the note cards and the text will move around in the same way.  Then at the end, when you're done writing, you can export your paper (right now into HTML or plain text, but I'll get around to Word and PDF later) and it formats it and even formats a bibliography of all the references you used in the paper.&lt;br/&gt;
Anyhow, I like the way it turned out, and they've opened up voting on the site, so please &lt;a href=&quot;http://researcher.vote.railsrumble.com&quot;&gt;vote for me&lt;/a&gt;:&lt;br/&gt;
&lt;a href=&quot;http://researcher.vote.railsrumble.com&quot;&gt;http://researcher.vote.railsrumble.com&lt;/a&gt;&lt;br/&gt;
Thanks!</content>
 </entry>
 
 <entry>
   <title>Such a Long Time</title>
   <link href="http://schacon.github.com//2007/09/13/such-a-long-time.html"/>
   <updated>2007-09-13T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2007/09/13/such-a-long-time</id>
   <content type="html">Sorry it's been so long - after the Site5 screwup, I've been procrastinating having to manually import a bunch of my older posts, plus I lost a number of them, so I've just been putting it off for a while.&lt;br/&gt;
But now most of them are back, many without the original images, sadly.Â  Hopefully now I'll get back to posting more regularly.</content>
 </entry>
 
 <entry>
   <title>Site5 Screw Up</title>
   <link href="http://schacon.github.com//2007/05/24/site5-screw-up.html"/>
   <updated>2007-05-24T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2007/05/24/site5-screw-up</id>
   <content type="html">Sorry about the complete loss of all my posts for the previous year or so, but Site5 just went down and lost everything I had.Â  I have the last 10 cached, so I'll re-add those, but everything from Jan - April is pretty much gone.Â  Second time, second host in a year.Â  Fantastic.Â  And I still haven't learned to back anything up.</content>
 </entry>
 
 <entry>
   <title>Kisumu Water Tank Drive</title>
   <link href="http://schacon.github.com//2007/04/25/kisumu-water-tank-drive.html"/>
   <updated>2007-04-25T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2007/04/25/kisumu-water-tank-drive</id>
   <content type="html">&lt;p class=&quot;note_content clearfix&quot;&gt;As some of you know, I've been involved in a little non-profit called GlobalEyes for a little while now. Today I started a little fundraising initiative based on the &lt;a href=&quot;http://www.facebook.com/note_redirect.php?note_id=2337063764&amp;amp;url=http%3A%2F%2Fwww.pledgie.com%2Fcampaign%2Fshow%2F171&amp;amp;h=696583c3071fe9b4b0f6da3472339fcc&quot; target=&quot;_blank&quot; title=&quot;http://www.pledgie.com/campaign/show/171&quot;&gt;Pledgie&lt;/a&gt; fundraising platform, which looks pretty cool.  I tried &lt;a href=&quot;http://www.facebook.com/note_redirect.php?note_id=2337063764&amp;amp;url=http%3A%2F%2Fwww.chipin.com%2F&amp;amp;h=968c85d82bdd51f048ae75b1f94572d1&quot; target=&quot;_blank&quot; title=&quot;http://www.chipin.com/&quot;&gt;ChipIn&lt;/a&gt; earlier, but I didn't like the whole Flash thing.Eventually, we're trying to start a sort of â€œopen sourceâ€ non-profit, where we'll put most of the emails that we get from the Kenyan NGO that we work with, Tropical Focus, the emails we send them, the spreadsheets and documents we write up, podcast our board meetings, etc. The exciting thing for me is that we're working on sending them a better camera so we can get regular photos and videos from them of the things they're able to do with the funds we raise and possibly get Tobias or Caren to write a blog post from time to time. More to come on that as I actually get the software to support it done.&lt;br/&gt;
The rest of this post is what I put in the Pledgie Fundraising page. I've also added the badge to my site here so you can see how it's doing.&lt;br/&gt;
GlobalEyes is looking to raise funds to supply our friends at the Childrens Rescue Mission, Kenya with a new water tank, which will help provide them with a water source through the year.
From an email from Tobias:
&lt;blockquote&gt; â€œThe heavy rains have started already - since 15th this month and may continue to about 10th June. The tank we proposed for CRM is 6000 litres costing about Kshs. 35,000 together with the accessories. However if funds shall be limiting we can go for 3000 litres which costs Kshs. 21,700 together with accessories, but the storage will still not last long.â€&lt;/blockquote&gt;
35,000 Kshs is about $512 USD.&lt;br/&gt;
Here is a picture of the water tank that we funded at that facility a year ago. It's capacity is not large enough to last the whole year, so we'd like to add another one.&lt;br/&gt;
&lt;a href=&quot;http://www.facebook.com/note_redirect.php?note_id=2337063764&amp;amp;url=http%3A%2F%2Fwww.flickr.com%2Fphotos%2Fchacon%2F223806277%2F&amp;amp;h=4b0ea08b98db710b9f4e7e82c3b5777c&quot; target=&quot;_blank&quot; title=&quot;http://www.flickr.com/photos/chacon/223806277/&quot;&gt;&lt;img src=&quot;http://farm1.static.flickr.com/67/223806277_2eece31637_m.jpg&quot; class=&quot;ext_img img_ready&quot; onload=&quot;adjustImage(this);&quot; /&gt;&lt;/a&gt;&lt;br/&gt;
If you donate, we'll be happy to send you pictures of the new tank when it is installed.&lt;br/&gt;
&lt;a href=&quot;http://www.facebook.com/note_redirect.php?note_id=2337063764&amp;amp;url=http%3A%2F%2Fthroughglobaleyes.org&amp;amp;h=ead92cfd0039c940a1a80ef41a9686d6&quot; target=&quot;_blank&quot; title=&quot;http://throughglobaleyes.org&quot;&gt;&lt;span&gt;http://throughglobaleyes.o&lt;/span&gt;&lt;wbr&gt;&lt;/wbr&gt;&lt;span class=&quot;word_break&quot;&gt;&lt;/span&gt;rg&lt;/a&gt;&lt;br/&gt;
â€”&lt;br/&gt;
The Pledgie page is here: &lt;a href=&quot;http://www.facebook.com/note_redirect.php?note_id=2337063764&amp;amp;url=http%3A%2F%2Fwww.pledgie.com%2Fcampaign%2Fshow%2F171+&amp;amp;h=a16495f189c8f5a9ef774e733bf71650&quot; target=&quot;_blank&quot; title=&quot;http://www.pledgie.com/campaign/show/171 &quot;&gt;&lt;span&gt;http://www.pledgie.com/cam&lt;/span&gt;&lt;wbr&gt;&lt;/wbr&gt;&lt;span class=&quot;word_break&quot;&gt;&lt;/span&gt;paign/show/171&lt;/a&gt;</content>
 </entry>
 
 <entry>
   <title>Fellow Bylo Chacon</title>
   <link href="http://schacon.github.com//2007/04/24/fellow-bylo-chacon.html"/>
   <updated>2007-04-24T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2007/04/24/fellow-bylo-chacon</id>
   <content type="html">&lt;p class=&quot;note_content clearfix&quot;&gt;Yesterday my wife got a letter from the US Holocaust Memorial Museum that let her know that she was choosen for the USHMM &lt;a href=&quot;http://www.facebook.com/note_redirect.php?note_id=2337068764&amp;amp;url=http%3A%2F%2Fwww.ushmm.org%2Feducation%2Fforeducators%2Fprodev%2Fmandel%2F&amp;amp;h=a416239a5169a7818f8b2149736e76f9&quot; target=&quot;_blank&quot; title=&quot;http://www.ushmm.org/education/foreducators/prodev/mandel/&quot;&gt;Museum Teacher Fellowship Program&lt;/a&gt;.&lt;br/&gt;
I'm very proud of her - she's worked hard on a lot of Holocaust and genocide studies programs, many of which have been on her own time and expense, and I think she'll be able to learn a lot from this program.Â  Yay Jessie!</content>
 </entry>
 
 <entry>
   <title>Ruby, Python and Closures</title>
   <link href="http://schacon.github.com//2007/03/27/ruby-python-and-closures.html"/>
   <updated>2007-03-27T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2007/03/27/ruby-python-and-closures</id>
   <content type="html">&lt;p class=&quot;note_content clearfix&quot;&gt;
&lt;p class=&quot;note_content clearfix&quot;&gt;I was talking to someone the other day about the Django vs. Rails web frameworks. These are two similar web frameworks that are written in Python and Ruby, respectively. I had played with Django for a small project once, just to try it out - I like testing web frameworks that are becoming popular from time to time to see if there is a concept that's really clever or that I could use in what I'm working in. I'm pretty framework agnostic in the grand scheme of things - I use Rails because it's the best one I've seen yet and I'm getting pretty good at it, but I'd switch without hesitation if something better came along.&lt;br/&gt;
So, I started looking again at Django and there are some big differences but it seems like there's no killer distinction either way. From the little I yet know, I like the built in admin stuff and no baked in JS in Django, I like the migrations and testing support better in Rails. I'll continue to play with Django a bit and see if I can find some more interesting comparisons a bit later.
However, one thing I've found right off the bat that seems really huge that I would really miss if I switched over is the lack of &lt;a href=&quot;http://www.facebook.com/note_redirect.php?note_id=2322343764&amp;amp;url=http%3A%2F%2Fmartinfowler.com%2Fbliki%2FClosure.html&amp;amp;h=11377dc567b7084de8c0045ad53784f4&quot; target=&quot;_blank&quot; title=&quot;http://martinfowler.com/bliki/Closure.html&quot;&gt;closures&lt;/a&gt; (blocks). This is a language thing, I haven't used Python in several years and I have been using Ruby for several years now and I've really gotten used to and become quite fond the concept of closures in Ruby. It seems they are basically completely missing in Python. There is a way to sort of &lt;a href=&quot;http://www.facebook.com/note_redirect.php?note_id=2322343764&amp;amp;url=http%3A%2F%2Fivan.truemesh.com%2Farchives%2F000392.html&amp;amp;h=9500adf31cd334a0b4b83def2ca1dc80&quot; target=&quot;_blank&quot; title=&quot;http://ivan.truemesh.com/archives/000392.html&quot;&gt;hack out comparable functionality&lt;/a&gt;, via the lambda function, just like in PHP, but it's really quite ugly.&lt;br/&gt;
&lt;code&gt;
// RUBY
emps.select {|e| e.isManager}&lt;br/&gt;
// PYTHON
filter(lambda e: e.isManager, emps)&lt;br/&gt;
&lt;/code&gt;&lt;br/&gt;
It's not that it's that much longer, it's just that it doesn't read as well. I see these fantastic, clean and simple DSLs being written in Ruby all the time that just makes everything written in it look like pseudocode, where I don't see that at all in Python. I'm also somewhat surprised that there doesn't seem to be iterative classes in Python.&lt;br/&gt;
&lt;code&gt;// RUBY
array.each do |i|
puts i
end&lt;br/&gt;
// PYTHON
for i in array:
print i&lt;br/&gt;
&lt;/code&gt;
Why don't collections have generic methods that iterate and aggregate the data? It just seems like it's more procedural in a lot of ways where Ruby takes a much more object oriented approach that looks cleaner and more elegant to me. You can do &lt;a href=&quot;http://www.facebook.com/note_redirect.php?note_id=2322343764&amp;amp;url=http%3A%2F%2Fwww-128.ibm.com%2Fdeveloperworks%2Flibrary%2Fl-pycon.html&amp;amp;h=03e65b089c099167e32f005fa6102555&quot; target=&quot;_blank&quot; title=&quot;http://www-128.ibm.com/developerworks/library/l-pycon.html&quot;&gt;stuff like this&lt;/a&gt; in Python, but it's just not really the same, is it?&lt;br/&gt;
Of course, &lt;a href=&quot;http://www.facebook.com/note_redirect.php?note_id=2322343764&amp;amp;url=http%3A%2F%2Fgroovie.org%2Farticles%2F2005%2F12%2F08%2Fis-rails-a-dsl-what-is-a-dsl-and-is-it-possible-in-python&amp;amp;h=aefb0c74450700af2bbd0a8f3f4bacd5&quot; target=&quot;_blank&quot; title=&quot;http://groovie.org/articles/2005/12/08/is-rails-a-dsl-what-is-a-dsl-and-is-it-possible-in-python&quot;&gt;this guy&lt;/a&gt; seems to be arguing the opposite, but only uses Zope, which I'm not a huge fan of, to make his point (which even he qualifies).&lt;br/&gt;
However, I have read so much about it that is positive and glowing, I feel that I am obviously missing something. I'll continue to play with Django and see if I can't expound.</content>
 </entry>
 
 <entry>
   <title>Pirates Cove</title>
   <link href="http://schacon.github.com//2007/03/26/pirates-cove.html"/>
   <updated>2007-03-26T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2007/03/26/pirates-cove</id>
   <content type="html">This past weekend I &lt;a href=&quot;http://www.facebook.com/note_redirect.php?note_id=2322348764&amp;amp;url=http%3A%2F%2Ftrail.motionbased.com%2Ftrail%2Factivity%2F2320245&amp;amp;h=019c4ab59600d489bfdcc9784effb908&quot; target=&quot;_blank&quot; title=&quot;http://trail.motionbased.com/trail/activity/2320245&quot;&gt;ran a 30k&lt;/a&gt; (18mi) at Pirates Cove, just north of the Golden Gate Bridge, with &lt;a href=&quot;http://www.facebook.com/note_redirect.php?note_id=2322348764&amp;amp;url=http%3A%2F%2Fwww.pctrailruns.com%2FPirates_Cove.htm&amp;amp;h=1640d67e8287221afd8305342a6e1e15&quot; target=&quot;_blank&quot; title=&quot;http://www.pctrailruns.com/Pirates_Cove.htm&quot;&gt;Pacific Coast Trail Runs&lt;/a&gt;.  Here's the Google Earth image of the running route (taken from my handy dandy Forerunner 305):
&lt;a href=&quot;http://www.facebook.com/note_redirect.php?note_id=2322348764&amp;amp;url=http%3A%2F%2Fjointheconversation.org%2Fwp-content%2Fuploads%2F2007%2F03%2Fpiratescove30k-terrain.jpg&amp;amp;h=b53c7ddfbac54c95ab07c411268c15c9&quot; target=&quot;_blank&quot; title=&quot;http://jointheconversation.org/wp-content/uploads/2007/03/piratescove30k-terrain.jpg&quot;&gt;&lt;img src=&quot;http://www.facebook.com/safe_image.php?url=http%3A%2F%2Fjointheconversation.org%2Fwp-content%2Fuploads%2F2007%2F03%2Fpiratescove30k-terrain.jpg&quot; class=&quot;ext_img img_ready&quot; onload=&quot;adjustImage(this);&quot; /&gt;&lt;/a&gt;&lt;br/&gt;
Unfortunately, it was really foggy out, so I didn't get to enjoy what I'm sure were normally really spectacular views. However, I did have a good time and had a really good run (probably due to the chilly weather). I finished it in just under 3 hours, which gives me an average pace of 9:47 min/mile over the 18 miles. As you can see from the Google Earth image, it was fairly hilly.&lt;br/&gt;
Jessica was signed up to run the 8k, but accidentally took a wrong turn and ended up doing the 20k instead. â€œAccidental Half Marathonâ€ is a new phrase around the Chacon household.&lt;br/&gt;
Here is an idea of the length of the run in relation to the Bay Area:&lt;br/&gt;
&lt;a href=&quot;http://www.facebook.com/note_redirect.php?note_id=2322348764&amp;amp;url=http%3A%2F%2Fjointheconversation.org%2Fwp-content%2Fuploads%2F2007%2F03%2Fpirates-cove-30k.jpg&amp;amp;h=144fa13da8fba80be4ffd5e217b9f5b9&quot; target=&quot;_blank&quot; title=&quot;http://jointheconversation.org/wp-content/uploads/2007/03/pirates-cove-30k.jpg&quot;&gt;&lt;img src=&quot;http://www.facebook.com/safe_image.php?url=http%3A%2F%2Fjointheconversation.org%2Fwp-content%2Fuploads%2F2007%2F03%2Fpirates-cove-30k.jpg&quot; class=&quot;ext_img img_ready&quot; onload=&quot;adjustImage(this);&quot; /&gt;&lt;/a&gt;</content>
 </entry>
 
 <entry>
   <title>FizzBuzz</title>
   <link href="http://schacon.github.com//2007/03/23/fizzbuzz.html"/>
   <updated>2007-03-23T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2007/03/23/fizzbuzz</id>
   <content type="html">&lt;p class=&quot;note_content clearfix&quot;&gt;So, this is pretty geeky, but I found it amusing.Â  My friend read &lt;a href=&quot;http://www.facebook.com/note_redirect.php?note_id=2322353764&amp;amp;url=http%3A%2F%2Fwww.codinghorror.com%2Fblog%2Farchives%2F000781.html&amp;amp;h=6c16c22f0310b3152afa64a0a8336bf1&quot; target=&quot;_blank&quot; title=&quot;http://www.codinghorror.com/blog/archives/000781.html&quot;&gt;this article&lt;/a&gt; which states that most computer programming candidates cannot actually program.Â  So, as is obviously neccesary when a blog article slaps you with a virtual glove, we each worked out our own little solution to the problem that was presented as an example of what candidates could typically not do:&lt;/p&gt;&lt;br/&gt;
&lt;p class=&quot;note_content clearfix&quot;&gt;
&lt;blockquote&gt; Write a program that prints the numbers from 1 to 100. But for multiples of three print â€œFizzâ€ instead of the number and for the multiples of five print â€œBuzzâ€. For numbers which are multiples of both three and five print â€œFizzBuzzâ€.&lt;/blockquote&gt;
&lt;blockquote&gt; Most good programmers should be able to write out on paper a program which does this in a under a couple of minutes. Want to know something scary? &lt;strong&gt;The majority of comp sci graduates can't. I've also seen self-proclaimed senior programmers take more than 10-15 minutes to write a solution.&lt;/strong&gt;&lt;/blockquote&gt;
So, this went back and forth a few times between us, escalating.Â  This morning, I emailed him this:&lt;br/&gt;
&lt;a href=&quot;http://www.facebook.com/note_redirect.php?note_id=2322353764&amp;amp;url=http%3A%2F%2Fsnippets.dzone.com%2Fposts%2Fshow%2F3720&amp;amp;h=ef8c731b2207d3d996b3566fbbb9ff79&quot; target=&quot;_blank&quot; title=&quot;http://snippets.dzone.com/posts/show/3720&quot;&gt;&lt;span&gt;http://snippets.dzone.com/&lt;/span&gt;&lt;wbr&gt;&lt;/wbr&gt;&lt;span class=&quot;word_break&quot;&gt;&lt;/span&gt;posts/show/3720&lt;/a&gt;&lt;br/&gt;
Turns out it actually runs faster than a one-liner in several situations because it only prints to STDOUT once rather than for every number.&lt;br/&gt;
Ahh, what are pointless fixations if not fun?</content>
 </entry>
 
 <entry>
   <title>Gorillas Redux</title>
   <link href="http://schacon.github.com//2007/03/21/gorillas-redux.html"/>
   <updated>2007-03-21T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2007/03/21/gorillas-redux</id>
   <content type="html">So I was reading &lt;a href=&quot;http://www.facebook.com/note_redirect.php?note_id=2322363764&amp;amp;url=http%3A%2F%2Fellingtonmedia.com%2Fblog%2F2007%2F03%2F07%2F6-tips-for-high-quality-youtube-video%2F&amp;amp;h=ebc5430dd90ea36f5b07ee333483ea55&quot; target=&quot;_blank&quot; title=&quot;http://ellingtonmedia.com/blog/2007/03/07/6-tips-for-high-quality-youtube-video/&quot;&gt;this article&lt;/a&gt; on how to create high quality YouTube videos and I wanted to try it out. I also had wanted to upload a more compact video about our visiting with the Gorillas in Rwanda, so I re-edited the video to make it less than half as long and tried to follow all those steps to get really nice quality video uploaded.&lt;br/&gt;
I ended up with a slightly better quality video, I think, though I'm not sure it's as good as you can possibly get with YouTube. Here are the screencaps as close to the same frame as I could get them (the top is the new video, the bottom is the older one):&lt;br/&gt;
&lt;a href=&quot;http://www.facebook.com/note_redirect.php?note_id=2322363764&amp;amp;url=http%3A%2F%2Fjointheconversation.org%2Fwp-content%2Fuploads%2F2007%2F03%2Fpicture-1.png&amp;amp;h=4577864f9e08e397147f706c3ec3ec0e&quot; target=&quot;_blank&quot; title=&quot;http://jointheconversation.org/wp-content/uploads/2007/03/picture-1.png&quot;&gt;&lt;img src=&quot;http://www.facebook.com/safe_image.php?url=http%3A%2F%2Fjointheconversation.org%2Fwp-content%2Fuploads%2F2007%2F03%2Fpicture-1.png&quot; class=&quot;ext_img img_ready&quot; onload=&quot;adjustImage(this);&quot; /&gt;&lt;/a&gt;&lt;br/&gt;
So, I can see a little more detail in the top one, so I think it improved a bit, but it's not that much more impressive (especially for the amount of work that it took). Let me know if any of you have any good tips for this, I'm interested in how to get really sharp videos onto YouTube.At any rate, here is the new video - only about 2:40 now.&lt;br/&gt;
&lt;object height=&quot;350&quot; width=&quot;425&quot;&gt;
&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/wqdFov2v-R8&quot;&gt;&lt;/param&gt;
&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;&gt;&lt;/param&gt;&lt;ibed type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; width=&quot;425&quot; height=&quot;350&quot;&gt;&lt;/ibed&gt;&lt;br/&gt;
&lt;/object&gt;</content>
 </entry>
 
 <entry>
   <title>Garmin Forerunner TCX file processing code</title>
   <link href="http://schacon.github.com//2007/03/21/garmin-forerunner-tcx-file-processing-code.html"/>
   <updated>2007-03-21T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2007/03/21/garmin-forerunner-tcx-file-processing-code</id>
   <content type="html">&lt;p class=&quot;note_content clearfix&quot;&gt;I just &lt;a href=&quot;http://www.facebook.com/note_redirect.php?note_id=2322358764&amp;amp;url=http%3A%2F%2Fsnippets.dzone.com%2Fposts%2Fshow%2F3712&amp;amp;h=f6b0c6e4f3695d82b42aad3ac0003b91&quot; target=&quot;_blank&quot; title=&quot;http://snippets.dzone.com/posts/show/3712&quot;&gt;posted the code&lt;/a&gt; that I used to process TCX files from a Garmin forerunner at the Snippets website, if you're interested in processing those Garmin TCX files.</content>
 </entry>
 
 <entry>
   <title>Weekend Run</title>
   <link href="http://schacon.github.com//2007/03/19/weekend-run.html"/>
   <updated>2007-03-19T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2007/03/19/weekend-run</id>
   <content type="html">&lt;p class=&quot;note_content clearfix&quot;&gt;So, as I promised, I did an 18 mile run on Sunday with my new toy. Some cool things I learned about myself and my new toy. One is that when you upload the data, MotionBased gives you a Google Earth file so you can do a flyover of your whole route, which is pretty cool. Here's what my run looked like:
&lt;a href=&quot;http://www.facebook.com/note_redirect.php?note_id=2255113764&amp;amp;url=http%3A%2F%2Ftrail.motionbased.com%2Ftrail%2Factivity%2F2271065&amp;amp;h=ff3ed442d0ab44ce79fa11e61e2b7d69&quot; target=&quot;_blank&quot; title=&quot;http://trail.motionbased.com/trail/activity/2271065&quot;&gt;&lt;img src=&quot;http://www.facebook.com/safe_image.php?url=http%3A%2F%2Fjointheconversation.org%2Fwp-content%2Fuploads%2F2007%2F03%2Froute-031807.jpg&quot; class=&quot;ext_img img_ready&quot; onload=&quot;adjustImage(this);&quot; /&gt;&lt;/a&gt;
I think that's pretty spiffy. If you click on that image, it should take you to the data page for my run, which has all sorts of cool info, including the &lt;a href=&quot;http://www.facebook.com/note_redirect.php?note_id=2255113764&amp;amp;url=http%3A%2F%2Ftrail.motionbased.com%2Ftrail%2Fkml%2Fepisode.kml%3FepisodePkValues%3D2271065&amp;amp;h=cfa2c03bf0605720c5fab86f420c71db&quot; target=&quot;_blank&quot; title=&quot;http://trail.motionbased.com/trail/kml/episode.kml?episodePkValues=2271065&quot;&gt;Google Earth file&lt;/a&gt;.
I also learned some interesting things about me. It turns out that my heartrate tends to go down during a long run. It started out at about 160 and trended down towards the low 140's by the end. My speed decreased a bit too, but not by too much - my first couple miles were in the 8:30/mi range and then for most of the rest of the run I kept around a 9:30/mi pace:
&lt;a href=&quot;http://www.facebook.com/note_redirect.php?note_id=2255113764&amp;amp;url=http%3A%2F%2Fjointheconversation.org%2Fwp-content%2Fuploads%2F2007%2F03%2Fhrmb.jpeg&amp;amp;h=605600a3fb435f0d873b099948a05d06&quot; target=&quot;_blank&quot; title=&quot;http://jointheconversation.org/wp-content/uploads/2007/03/hrmb.jpeg&quot;&gt;&lt;img src=&quot;http://www.facebook.com/safe_image.php?url=http%3A%2F%2Fjointheconversation.org%2Fwp-content%2Fuploads%2F2007%2F03%2Fhrmb.jpeg&quot; class=&quot;ext_img img_ready&quot; onload=&quot;adjustImage(this);&quot; /&gt;&lt;/a&gt;
I also discovered that I burned about 2200 calories in the almost 3 hours it took to run (2:51).  Here are my overall stats:
&lt;ul&gt;
	&lt;li&gt;Total Moving Time: 2:51:33&lt;/li&gt;
	&lt;li&gt;Total Distance: 18.11 miles&lt;/li&gt;
	&lt;li&gt;Avg Speed: 6.3 mph&lt;/li&gt;
	&lt;li&gt;Avg Pace: 9:28 min/mile&lt;/li&gt;
	&lt;li&gt;Avg Heart Rate: 149bpm&lt;/li&gt;
	&lt;li&gt;Elevation Gain: 960ft&lt;/li&gt;
&lt;/ul&gt;
At any rate, it's a fun running toy and I'd recommend it to anyone who likes to run.</content>
 </entry>
 
 <entry>
   <title>Rwanda using Google Apps</title>
   <link href="http://schacon.github.com//2007/03/19/rwanda-using-google-apps.html"/>
   <updated>2007-03-19T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2007/03/19/rwanda-using-google-apps</id>
   <content type="html">&lt;p class=&quot;note_content clearfix&quot;&gt;I just &lt;a href=&quot;http://www.facebook.com/note_redirect.php?note_id=2255108764&amp;amp;url=http%3A%2F%2Fgoogleblog.blogspot.com%2F2007%2F03%2Fgoogle-apps-now-south-of-sahara.html&amp;amp;h=bfb2f388ec30597d16389d1a3794d587&quot; target=&quot;_blank&quot; title=&quot;http://googleblog.blogspot.com/2007/03/google-apps-now-south-of-sahara.html&quot;&gt;read on Google's blog&lt;/a&gt; that they have recently &lt;a href=&quot;http://www.facebook.com/note_redirect.php?note_id=2255108764&amp;amp;url=http%3A%2F%2Fwww.google.com%2Fintl%2Fen%2Fpress%2Fpressrel%2Fapps_rwanda.html&amp;amp;h=84945572ed045e99945f389381bc3680&quot; target=&quot;_blank&quot; title=&quot;http://www.google.com/intl/en/press/pressrel/apps_rwanda.html&quot;&gt;announced a partnership&lt;/a&gt; with Rwanda for the government ministries and universities there to use Google Apps.
&lt;blockquote&gt; As a result of two separate partnerships that we've signed today with the Rwandan Ministry of Infrastructure and the Kenya Education Network, nearly 20,000 students from the National University of Rwanda, the Kigali Institute for Education and the Kigali Institute for Science and Technology, plus 50,000 more from Kenya's University of Nairobi, are joining their colleagues at Northwestern, ASU and around the world with access to Gmail, Google Calendar, Google Talk, and Google Docs &amp;amp; Spreadsheets under their university's domain for free.&lt;/blockquote&gt;
This is interesting to me because Jessica and I happened to visit a number of those places when we went to Rwanda. Here is the vice rector of KIST showing us some of the projects the students there were working on. We were lucky enough to get a personal tour of the entire facility and got to talk to many of the students there.
&lt;a href=&quot;http://www.facebook.com/note_redirect.php?note_id=2255108764&amp;amp;url=http%3A%2F%2Fwww.flickr.com%2Fphotos%2Fchacon%2F206673578%2F&amp;amp;h=4739bf8e83c34ef39228e6719cf724fd&quot; target=&quot;_blank&quot; title=&quot;http://www.flickr.com/photos/chacon/206673578/&quot;&gt;&lt;img src=&quot;http://farm1.static.flickr.com/75/206673578_7057a3cc1d.jpg&quot; class=&quot;ext_img img_ready&quot; onload=&quot;adjustImage(this);&quot; /&gt;&lt;/a&gt;&lt;br/&gt;
Later we also visited the University of Rwanda at Butare, where we were also shown around, then we got to see a dancing competition they were holding on campus and then went to have a beer with the vice rector there.
&lt;a href=&quot;http://www.facebook.com/note_redirect.php?note_id=2255108764&amp;amp;url=http%3A%2F%2Fwww.flickr.com%2Fphotos%2Fchacon%2F206683681%2F&amp;amp;h=07f242feb7101d2c5cf3483c9023d0a3&quot; target=&quot;_blank&quot; title=&quot;http://www.flickr.com/photos/chacon/206683681/&quot;&gt;&lt;img src=&quot;http://farm1.static.flickr.com/67/206683681_a91df84a7a.jpg&quot; style=&quot;width: 419px&quot; class=&quot;ext_img img_ready&quot; onload=&quot;adjustImage(this);&quot; /&gt;&lt;/a&gt;
I'm glad that Rwanda and Kenya are adopting this - I think it is a great sign of things to come and the progress that is being made there. I hope that someday soon Rwanda will be able to compete effectively in the global technology market - providing computer skills to bring in money and jobs and to be able to enhance their own technology infrastructure. I think they are focused and determined to do just that and I'm glad to see them making strategic partnerships to get their students and ministers using cutting edge web apps.&lt;br/&gt;
While we were at Butare, I got to chat for a few minutes with a couple of the Linux system admins on campus - there is no doubt that there are some really smart people there that could easily match many of the people that I've worked with in Silicon Valley. They are only now starting to graduate people with advanced degrees in computer science from the Univ. of Butare - the genocide having been about 12 years ago, when their educated class was nearly wiped out. I think and hope that in a few more years we'll see some major outsourcing shops open up there in web development, graphic design, CG work, possibly call center work - and we'll be able to see their economies benefit on the global market from the educational and infrastructure investments they've made in the past few years.</content>
 </entry>
 
 <entry>
   <title>Orange Peel</title>
   <link href="http://schacon.github.com//2007/03/19/orange-peel.html"/>
   <updated>2007-03-19T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2007/03/19/orange-peel</id>
   <content type="html">&lt;a href=&quot;http://www.facebook.com/note_redirect.php?note_id=2255178764&amp;amp;url=http%3A%2F%2Fwww.flickr.com%2Fphotos%2Fchacon%2F174595297%2F&amp;amp;h=8c0ecde2319d83c61211736fc24a50d6&quot; target=&quot;_blank&quot; title=&quot;http://www.flickr.com/photos/chacon/174595297/&quot;&gt;&lt;img src=&quot;http://farm1.static.flickr.com/61/174595297_e096356d0f_m.jpg&quot; class=&quot;ext_img img_ready&quot; onload=&quot;adjustImage(this);&quot; /&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://www.facebook.com/note_redirect.php?note_id=2255178764&amp;amp;url=http%3A%2F%2Fwww.flickr.com%2Fphotos%2Fchacon%2F174595297%2F&amp;amp;h=8c0ecde2319d83c61211736fc24a50d6&quot; target=&quot;_blank&quot; title=&quot;http://www.flickr.com/photos/chacon/174595297/&quot;&gt;Orange Peel Sleeping&lt;/a&gt;&lt;br/&gt;
Originally uploaded by &lt;a href=&quot;http://www.facebook.com/note_redirect.php?note_id=2255178764&amp;amp;url=http%3A%2F%2Fwww.flickr.com%2Fpeople%2Fchacon%2F&amp;amp;h=0d2487dafe1683eac0c56b6af97bc7bc&quot; target=&quot;_blank&quot; title=&quot;http://www.flickr.com/people/chacon/&quot;&gt;schacon&lt;/a&gt;.&lt;br/&gt;
This is mostly just to test this â€˜Blog your Photo' dealio in Flickr, but the picture also makes me happy. This is our cat when we first got him. He's a little more sophisticated now.</content>
 </entry>
 
 <entry>
   <title>A Day at Work</title>
   <link href="http://schacon.github.com//2007/03/19/a-day-at-work.html"/>
   <updated>2007-03-19T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2007/03/19/a-day-at-work</id>
   <content type="html">&lt;p class=&quot;note_content clearfix&quot;&gt;Friday I was sitting in the office and I can hear this little dog going nuts down the hall, so eventually I got up and walked over there and this is what I saw:&lt;br/&gt;
&lt;object width=&quot;425&quot; height=&quot;350&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/vRi0m329iL4&quot;&gt;&lt;/param&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/vRi0m329iL4&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; width=&quot;425&quot; height=&quot;350&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br/&gt;

The projected display is what the company I work for produces. Someone brought in their dog to play on it and one of the artists, &lt;a href=&quot;http://www.facebook.com/note_redirect.php?note_id=2255098764&amp;amp;url=http%3A%2F%2Fwww.tipatat.com%2F&amp;amp;h=91ae0dd36b0376acb7aed01cf1a81043&quot; target=&quot;_blank&quot; title=&quot;http://www.tipatat.com/&quot;&gt;Tip&lt;/a&gt;, recorded this and put it up. You can probably hear me laughing in the background. Funny thing is he put it up on YouTube and over the weekend it got like 40,000 views - wow.</content>
 </entry>
 
 <entry>
   <title>My New Toy</title>
   <link href="http://schacon.github.com//2007/03/18/my-new-toy.html"/>
   <updated>2007-03-18T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2007/03/18/my-new-toy</id>
   <content type="html">&lt;p class=&quot;note_content clearfix&quot;&gt;Friday I got a new toy from Amazon, the &lt;a href=&quot;http://www.facebook.com/note_redirect.php?note_id=2255063764&amp;amp;url=http%3A%2F%2Fwww.amazon.com%2FGarmin-Forerunner-Receiver-Heart-Monitor%2Fdp%2FB000CSWCQA&amp;amp;h=c2671cc460015c8dd8fc9c5a4ee3f670&quot; target=&quot;_blank&quot; title=&quot;http://www.amazon.com/Garmin-Forerunner-Receiver-Heart-Monitor/dp/B000CSWCQA&quot;&gt;Garmin Forerunner 305&lt;/a&gt;.
&lt;a href=&quot;http://www.facebook.com/note_redirect.php?note_id=2255063764&amp;amp;url=http%3A%2F%2Fjointheconversation.org%2Fwp-content%2Fuploads%2F2007%2F03%2Fpt-forerunner305hr-lg.jpg&amp;amp;h=3d9f3953ae613b4999ead928a1b75386&quot; target=&quot;_blank&quot; title=&quot;http://jointheconversation.org/wp-content/uploads/2007/03/pt-forerunner305hr-lg.jpg&quot;&gt;&lt;img src=&quot;http://www.facebook.com/safe_image.php?url=http%3A%2F%2Fjointheconversation.org%2Fwp-content%2Fuploads%2F2007%2F03%2Fpt-forerunner305hr-lg.jpg&quot; class=&quot;ext_img img_ready&quot; onload=&quot;adjustImage(this);&quot; /&gt;&lt;/a&gt;
It's one of the cooler toys I've been able to play with lately. I got it because I've been training for a marathon at the end of April and I realized I have almost no idea how I pace or what my heartrate is when I train or really how far I run except that I use Google Maps pedometers to measure rough distance. So, I got this bad boy because a couple of my runner friends seemed to like it a lot. I've had devices like these before, but they've never made the data very accessible before - serial cables or Windows only software and proprietary formats, etc. This one is different - USB cable, Mac software and a half dozen formats for everything. They even have an excellent free online resource to help with all the analytics of your workouts and such. Here is the link and one of the charts from MotionBased website for the easy bike ride Jessica and I did yesterday:
&lt;a href=&quot;http://www.facebook.com/note_redirect.php?note_id=2255063764&amp;amp;url=http%3A%2F%2Ftrail.motionbased.com%2Ftrail%2Factivity%2F2265069&amp;amp;h=f5953baf1a36d7e94c910552d742203c&quot; target=&quot;_blank&quot; title=&quot;http://trail.motionbased.com/trail/activity/2265069&quot;&gt;&lt;span&gt;http://trail.motionbased.c&lt;/span&gt;&lt;wbr&gt;&lt;/wbr&gt;&lt;span class=&quot;word_break&quot;&gt;&lt;/span&gt;om/trail/activity/2265069&lt;/a&gt;
&lt;a href=&quot;http://www.facebook.com/note_redirect.php?note_id=2255063764&amp;amp;url=http%3A%2F%2Fjointheconversation.org%2Fwp-content%2Fuploads%2F2007%2F03%2Fget.jpg&amp;amp;h=97ba011f0df977d2bb3d3ff941473a79&quot; target=&quot;_blank&quot; title=&quot;http://jointheconversation.org/wp-content/uploads/2007/03/get.jpg&quot;&gt;&lt;img src=&quot;http://www.facebook.com/safe_image.php?url=http%3A%2F%2Fjointheconversation.org%2Fwp-content%2Fuploads%2F2007%2F03%2Fget.jpg&quot; class=&quot;ext_img img_ready&quot; onload=&quot;adjustImage(this);&quot; /&gt;&lt;/a&gt;
I think that's pretty cool.  I've got a 17-18 mile run planned for today, so maybe I can post some data on that when I get back.
Fun stuff.</content>
 </entry>
 
 <entry>
   <title>My New Phone</title>
   <link href="http://schacon.github.com//2007/03/17/my-new-phone.html"/>
   <updated>2007-03-17T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2007/03/17/my-new-phone</id>
   <content type="html">&lt;p class=&quot;note_content clearfix&quot;&gt;So, I finally got a new phone last weekend. I had my Treo for almost exactly 2 years now (actually, it had been Jessica's and I stole it when the campaign stuff had started up). Well, the Treo finally died. It was either when I accidentally threw it across the asphalt from a height of about 5 feet when getting out of my car, or it was later when the cat dumped water all over it and it sat in the water all night. Hard to say what caused it really. It was on it's last little digital legs anyhow, as the â€˜p' and â€˜m' buttons no longer worked, which made for some pretty difficult typing from time to time. It's amazing how often you actually need the letter â€˜p' in a sentance.
So, we went down to the verizon shop to see if I had any insurance on the little guy. Turns out I did not, plus I still had two months left on my contract so I'd have to buy a phone at full retail. So, I reasoned out loud that it perhaps made more economical sense to just ride out my contract for a couple months and cancel and meanwhile go sign up at the Cingular booth 20 feet away and get a big ol' discount. The verizon guy thought maybe we could work something out. Hmm.
So, I ended up getting a new phone there. It's a Moto w315, which looks something like the PEBL, but with a little antenna. I think it's my favorite phone ever. The thing about this phone that I love is that it's simple. No camera, no video, no games, no bluetooth, no fancy ringtones (i think), etc. It makes calls, txt msg, contact list - that's it. After the monstrosity that was the Treo, it's fantastic change of pace. It's cute and light, the battery lasts forever, and it does exactly what I need it to do and absolutely nothing else. A good first step to simplfying your life, huh?&lt;br/&gt;
&lt;a href=&quot;http://www.facebook.com/note_redirect.php?note_id=2255068764&amp;amp;url=http%3A%2F%2Fjointheconversation.org%2Fwp-content%2Fuploads%2F2007%2F03%2F14180_motimage.jpg&amp;amp;h=28dc190dbc8f79678794136965156cac&quot; target=&quot;_blank&quot; title=&quot;http://jointheconversation.org/wp-content/uploads/2007/03/14180_motimage.jpg&quot;&gt;&lt;img src=&quot;http://www.facebook.com/safe_image.php?url=http%3A%2F%2Fjointheconversation.org%2Fwp-content%2Fuploads%2F2007%2F03%2F14180_motimage.thumbnail.jpg&quot; class=&quot;ext_img img_ready&quot; onload=&quot;adjustImage(this);&quot; /&gt;&lt;/a&gt;
&lt;a href=&quot;http://www.facebook.com/note_redirect.php?note_id=2255068764&amp;amp;url=http%3A%2F%2Fjointheconversation.org%2Fwp-content%2Fuploads%2F2007%2F03%2F14183_motimage.jpg&amp;amp;h=fd99278e4c0273533638b73d1ef8960c&quot; target=&quot;_blank&quot; title=&quot;http://jointheconversation.org/wp-content/uploads/2007/03/14183_motimage.jpg&quot;&gt;&lt;img src=&quot;http://www.facebook.com/safe_image.php?url=http%3A%2F%2Fjointheconversation.org%2Fwp-content%2Fuploads%2F2007%2F03%2F14183_motimage.thumbnail.jpg&quot; class=&quot;ext_img img_ready&quot; onload=&quot;adjustImage(this);&quot; /&gt;&lt;/a&gt;
The other thing I learned from this experience is that I hate buying phones. I made a mental connection that I'm sure most people made long ago, which is that it fits within the class of experiences that buying a car does. The salespeople are on commission, there is a set of things that they know that you don't and there is a great amount of latitude in what can be taken and given in a transaction. I hate this kind of sale. While buying this phone, halfway through the transaction the salesperson told me that â€œmy manager just told meâ€ that there would have to be a $20 â€œearly upgradeâ€ fee - which I'm 50% sure was made up on the spot, but I didn't have the strength or mental stamina to stay in that store a minute longer to argue about it. I asked my wife if she thought we should get the undercoating or not. The bottom line is that I fundamentally cannot stand being lied to or decieved and that is what buying a phone or a car is all about. â€œWe can't do thisâ€, â€œOh, you want text messages? That's another $20/monthâ€, â€œYeah, it CAN get video, but you have to get the unlimited data planâ€, etc, etc.
Since I've never been a sales rep there, I don't know what the bottom line really is and I hate fighting for it. For the same usage, any phone can essentially cost between $30 and $90 per month, depending on how exactly it is that they screw you. Right after I got the phone, my friend pointed me at this at the Consumerist:
&lt;a href=&quot;http://www.facebook.com/note_redirect.php?note_id=2255068764&amp;amp;url=http%3A%2F%2Fconsumerist.com%2Fconsumer%2Fverizon%2F8-confessions-of-a-former-verizon-sales-rep-241665.php&amp;amp;h=38c0c32871e70e1fc87d44a0cc4fc072&quot; target=&quot;_blank&quot; title=&quot;http://consumerist.com/consumer/verizon/8-confessions-of-a-former-verizon-sales-rep-241665.php&quot;&gt;8 Confessions of a former Verizon sales rep&lt;/a&gt;
If you have to buy or re-up your cell phone, please give this a read - maybe if everyone knows their stupid lies and tricks, they'll move to a fair sales model and my blood pressure won't have to rise every year or two for no good reason.</content>
 </entry>
 
 <entry>
   <title>Sunlight Gillibrand</title>
   <link href="http://schacon.github.com//2007/01/10/sunlight-gillibrand.html"/>
   <updated>2007-01-10T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2007/01/10/sunlight-gillibrand</id>
   <content type="html">&lt;p class=&quot;note_content clearfix&quot;&gt;How amazing is &lt;a href=&quot;http://www.facebook.com/note_redirect.php?note_id=2255083764&amp;amp;url=http%3A%2F%2Fgillibrand.house.gov%2Fsunlight.shtml&amp;amp;h=fa74ac068dcdc7a80e4f93a0e00b0cdf&quot; target=&quot;_blank&quot; title=&quot;http://gillibrand.house.gov/sunlight.shtml&quot;&gt;this&lt;/a&gt;? It may not look like much at first sight, but this is the first step towards a far more open and accountable government. That link is to the Sunlight Report of Representative Kirsten Gillibrand of New York, stating what she did on Jan 9th.
&lt;blockquote&gt;
*  Floor Votes on 9/11 Commission recommendations (H.R. 1) (See Congressional Record).
* Steering Committee meeting where Rep. Gillibrand won an appointment to the Agriculture Committee.
* House Armed Services Committee meeting to discuss Secretary of Defense Robert Gates committee appearance later this week.
* Blue Dog Caucus meeting to discuss organizational issues for the 110th Congress.
* Attended a reception held by Women's Policy INC. to welcome the new Members of Congress and discuss women's issues.&lt;/blockquote&gt;
I tried to get Jerry McNerney to do this, but they weren't interested, unfortunately. I hope this gets fleshed out more and hopefully adopted by more Congresspeople.</content>
 </entry>
 
 <entry>
   <title>Elfs Lament</title>
   <link href="http://schacon.github.com//2007/01/08/elfs-lament.html"/>
   <updated>2007-01-08T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2007/01/08/elfs-lament</id>
   <content type="html">&lt;p class=&quot;note_content clearfix&quot;&gt;I was listening in my nerdy way to the podcast of KCRW's &lt;a href=&quot;http://www.facebook.com/note_redirect.php?note_id=2255143764&amp;amp;url=http%3A%2F%2Fwww.kcrw.com%2Fnews%2Fprograms%2Flr&amp;amp;h=78b4ee66666f4bf4c55bf2ed2c37262d&quot; target=&quot;_blank&quot; title=&quot;http://www.kcrw.com/news/programs/lr&quot;&gt;Left, Right and Center&lt;/a&gt; today and &lt;a href=&quot;http://www.facebook.com/note_redirect.php?note_id=2255143764&amp;amp;url=http%3A%2F%2Fwww.amazon.com%2FTwo-Percent-Solution-Americas-Conservatives%2Fdp%2F1586482890%2Fsr%3D11-1%2Fqid%3D1168319269%2Fref%3Dsr_11_1%2F103-5666861-8714247&amp;amp;h=c93b315f94788425c8401d40fa38eda6&quot; target=&quot;_blank&quot; title=&quot;http://www.amazon.com/Two-Percent-Solution-Americas-Conservatives/dp/1586482890/sr=11-1/qid=1168319269/ref=sr_11_1/103-5666861-8714247&quot;&gt;Matt Miller&lt;/a&gt; mentioned the Barenaked Ladies holiday song â€œElf's Lamentâ€ at the end of the show, and I have to say, I found it really amusing. I'm adding this to my Christmasy musical magazine next year.&lt;br/&gt;
&lt;a href=&quot;http://www.youtube.com/watch?v=Qixiv080feg%5D&quot; target=&quot;_blank&quot;&gt;&lt;span&gt;http://www.youtube.com/wat&lt;/span&gt;&lt;wbr&gt;&lt;/wbr&gt;&lt;span class=&quot;word_break&quot;&gt;&lt;/span&gt;ch?v=Qixiv080feg&lt;/a&gt;&lt;br/&gt;
Lyrics &lt;a href=&quot;http://www.facebook.com/note_redirect.php?note_id=2255143764&amp;amp;url=http%3A%2F%2Fwww.azlyrics.com%2Flyrics%2Fbarenakedladies%2Felfslament.html&amp;amp;h=96ca1ba9fb075b17a50cb1cd6b0b2aa8&quot; target=&quot;_blank&quot; title=&quot;http://www.azlyrics.com/lyrics/barenakedladies/elfslament.html&quot;&gt;here&lt;/a&gt;.</content>
 </entry>
 
 <entry>
   <title>Blog Back Up</title>
   <link href="http://schacon.github.com//2007/01/04/blog-back-up.html"/>
   <updated>2007-01-04T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2007/01/04/blog-back-up</id>
   <content type="html">&lt;p&gt;My hosting provider, Planet Argon, had a major, major screwup this past week.  Their server that was running this blog got hosed and they apparently had no backups or anything, so it not only took days to get back up and running, but I&amp;#8217;m missing the last few months worth of blog posts.  I have backups, but it&amp;#8217;s going to take me a while to get them all imported again.  I apologize &amp;#8211; I&amp;#8217;m thinking of moving the blog to Vox or possibly just another hosting provider, but I haven&amp;#8217;t made up my mind yet.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Back From Africa!</title>
   <link href="http://schacon.github.com//2006/08/07/back-from-africa.html"/>
   <updated>2006-08-07T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2006/08/07/back-from-africa</id>
   <content type="html">&lt;p&gt;Wow, we&amp;#8217;ve been gone for three weeks in Africa with Margee, and it was a heck of a trip.  Jessica and I went to Kenya and Rwanda, which was our first time in Africa.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;We visited the offices, schools and projects of &lt;a href=&quot;http://throughglobaleyes.org&quot;&gt;GlobalEyes&lt;/a&gt;, did a couple of safaris (including one on bike), stayed in the Hotel des Mille Collines (of &amp;#8216;Hotel Rwanda fame), saw some incredible and moving Genocide memorials, saw the gorillas (of Gorillas in the Mist fame), visited Rwandan ministers (of State), schools and universities, witnessed a Gacaca trial, and got some Congolese art.  It was a truly incredible trip.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;We took over 1800 photos (more than 6 gigs), and about 10 hours of video footage that I&amp;#8217;m currently going through.  I&amp;#8217;ll be posting some mini documentaries on YouTube and hopefully CurrentTV soon, but for now, here are some of the Flickrized photos from our trip!&lt;/p&gt;&lt;br/&gt;

&lt;div&gt;
&lt;a href=&quot;http://flickr.com/photos/chacon/206674793/in/set-72157594226076695/&quot; title=&quot;Margee, Veronica and Scott at Tropical Focus&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206674793&quot;&gt;&lt;img src=&quot;http://static.flickr.com/93/206674793_82355324f2_s.jpg&quot; alt=&quot;Margee, Veronica and Scott at Tropical Focus&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206674964/in/set-72157594226076695/&quot; title=&quot;Obede Primary School&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206674964&quot;&gt;&lt;img src=&quot;http://static.flickr.com/71/206674964_8433f39655_s.jpg&quot; alt=&quot;Obede Primary School&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206675167/in/set-72157594226076695/&quot; title=&quot;Obede Primary School&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206675167&quot;&gt;&lt;img src=&quot;http://static.flickr.com/76/206675167_e24c2fd980_s.jpg&quot; alt=&quot;Obede Primary School&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206675292/in/set-72157594226076695/&quot; title=&quot;Scott Filming at Obede Primary School&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206675292&quot;&gt;&lt;img src=&quot;http://static.flickr.com/93/206675292_ba6cede428_s.jpg&quot; alt=&quot;Scott Filming at Obede Primary School&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206672280/in/set-72157594226076695/&quot; title=&quot;Obede Primary School Curiosity&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206672280&quot;&gt;&lt;img src=&quot;http://static.flickr.com/81/206672280_e6e85918d7_s.jpg&quot; alt=&quot;Obede Primary School Curiosity&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206675467/in/set-72157594226076695/&quot; title=&quot;Obede Primary School Nursery&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206675467&quot;&gt;&lt;img src=&quot;http://static.flickr.com/96/206675467_bf0a752fea_s.jpg&quot; alt=&quot;Obede Primary School Nursery&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206675628/in/set-72157594226076695/&quot; title=&quot;Obede Primary School Nursery&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206675628&quot;&gt;&lt;img src=&quot;http://static.flickr.com/61/206675628_b078257913_s.jpg&quot; alt=&quot;Obede Primary School Nursery&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206675768/in/set-72157594226076695/&quot; title=&quot;Children of Children Rescue Mission, Kenya&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206675768&quot;&gt;&lt;img src=&quot;http://static.flickr.com/73/206675768_cb70319e71_s.jpg&quot; alt=&quot;Children of Children Rescue Mission, Kenya&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206675879/in/set-72157594226076695/&quot; title=&quot;Jessica with Tropical Focus&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206675879&quot;&gt;&lt;img src=&quot;http://static.flickr.com/72/206675879_378c223606_s.jpg&quot; alt=&quot;Jessica with Tropical Focus&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206672367/in/set-72157594226076695/&quot; title=&quot;What $2000 will get you in Kisumu&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206672367&quot;&gt;&lt;img src=&quot;http://static.flickr.com/85/206672367_99acd562d2_s.jpg&quot; alt=&quot;What $2000 will get you in Kisumu&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206675965/in/set-72157594226076695/&quot; title=&quot;There is a cow in the road.&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206675965&quot;&gt;&lt;img src=&quot;http://static.flickr.com/87/206675965_97fdc8d6e9_s.jpg&quot; alt=&quot;There is a cow in the road.&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206676071/in/set-72157594226076695/&quot; title=&quot;Lake Nakuru National Park&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206676071&quot;&gt;&lt;img src=&quot;http://static.flickr.com/58/206676071_ebff03f082_s.jpg&quot; alt=&quot;Lake Nakuru National Park&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206676199/in/set-72157594226076695/&quot; title=&quot;Zebras in Nikuru&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206676199&quot;&gt;&lt;img src=&quot;http://static.flickr.com/85/206676199_5160fbd58c_s.jpg&quot; alt=&quot;Zebras in Nikuru&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206676306/in/set-72157594226076695/&quot; title=&quot;Scott Filming Jessica&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206676306&quot;&gt;&lt;img src=&quot;http://static.flickr.com/77/206676306_a03a9c8916_s.jpg&quot; alt=&quot;Scott Filming Jessica&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206676419/in/set-72157594226076695/&quot; title=&quot;Unhappy Water Buffalo&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206676419&quot;&gt;&lt;img src=&quot;http://static.flickr.com/62/206676419_347c7428fd_s.jpg&quot; alt=&quot;Unhappy Water Buffalo&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206676501/in/set-72157594226076695/&quot; title=&quot;Rhinos&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206676501&quot;&gt;&lt;img src=&quot;http://static.flickr.com/97/206676501_df9b6aa98c_s.jpg&quot; alt=&quot;Rhinos&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206672497/in/set-72157594226076695/&quot; title=&quot;Lake Nakuru National Park Sunset&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206672497&quot;&gt;&lt;img src=&quot;http://static.flickr.com/80/206672497_3fa77c0425_s.jpg&quot; alt=&quot;Lake Nakuru National Park Sunset&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206676636/in/set-72157594226076695/&quot; title=&quot;Water Buck&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206676636&quot;&gt;&lt;img src=&quot;http://static.flickr.com/78/206676636_973f71c521_s.jpg&quot; alt=&quot;Water Buck&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206676704/in/set-72157594226076695/&quot; title=&quot;Flamingoes in Flight&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206676704&quot;&gt;&lt;img src=&quot;http://static.flickr.com/80/206676704_9288e32567_s.jpg&quot; alt=&quot;Flamingoes in Flight&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206672650/in/set-72157594226076695/&quot; title=&quot;You Want a Piece of Me?&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206672650&quot;&gt;&lt;img src=&quot;http://static.flickr.com/59/206672650_42eb48ef6d_s.jpg&quot; alt=&quot;You Want a Piece of Me?&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206672787/in/set-72157594226076695/&quot; title=&quot;Primate and Baby&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206672787&quot;&gt;&lt;img src=&quot;http://static.flickr.com/70/206672787_8dd7bd0ac5_s.jpg&quot; alt=&quot;Primate and Baby&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206672889/in/set-72157594226076695/&quot; title=&quot;Lake Nakuru National Park&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206672889&quot;&gt;&lt;img src=&quot;http://static.flickr.com/74/206672889_a2ae86012d_s.jpg&quot; alt=&quot;Lake Nakuru National Park&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206672957/in/set-72157594226076695/&quot; title=&quot;Scott and Jessica at Lake Nakuru&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206672957&quot;&gt;&lt;img src=&quot;http://static.flickr.com/66/206672957_680140b1b9_s.jpg&quot; alt=&quot;Scott and Jessica at Lake Nakuru&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206676837/in/set-72157594226076695/&quot; title=&quot;DikDik&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206676837&quot;&gt;&lt;img src=&quot;http://static.flickr.com/85/206676837_a02d063525_s.jpg&quot; alt=&quot;DikDik&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206673088/in/set-72157594226076695/&quot; title=&quot;Giraffe Landscape&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206673088&quot;&gt;&lt;img src=&quot;http://static.flickr.com/86/206673088_d841da3a23_s.jpg&quot; alt=&quot;Giraffe Landscape&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206676941/in/set-72157594226076695/&quot; title=&quot;Girraffe walking&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206676941&quot;&gt;&lt;img src=&quot;http://static.flickr.com/77/206676941_3e6d1e5ba8_s.jpg&quot; alt=&quot;Girraffe walking&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206677094/in/set-72157594226076695/&quot; title=&quot;Water Buffalo&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206677094&quot;&gt;&lt;img src=&quot;http://static.flickr.com/89/206677094_02ca2d04a3_s.jpg&quot; alt=&quot;Water Buffalo&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206677271/in/set-72157594226076695/&quot; title=&quot;Girraffe Munching&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206677271&quot;&gt;&lt;img src=&quot;http://static.flickr.com/61/206677271_010db425b4_s.jpg&quot; alt=&quot;Girraffe Munching&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206677394/in/set-72157594226076695/&quot; title=&quot;Lion&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206677394&quot;&gt;&lt;img src=&quot;http://static.flickr.com/79/206677394_f56bcd13fe_s.jpg&quot; alt=&quot;Lion&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206677545/in/set-72157594226076695/&quot; title=&quot;Lions on the hunt&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206677545&quot;&gt;&lt;img src=&quot;http://static.flickr.com/89/206677545_3653d168d4_s.jpg&quot; alt=&quot;Lions on the hunt&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206677624/in/set-72157594226076695/&quot; title=&quot;View from the Hotel des Mille Collines&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206677624&quot;&gt;&lt;img src=&quot;http://static.flickr.com/97/206677624_dd87b0db58_s.jpg&quot; alt=&quot;View from the Hotel des Mille Collines&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206677748/in/set-72157594226076695/&quot; title=&quot;Bayingana Family with Scott, Jessica and Veronica&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206677748&quot;&gt;&lt;img src=&quot;http://static.flickr.com/74/206677748_8481374b9b_s.jpg&quot; alt=&quot;Bayingana Family with Scott, Jessica and Veronica&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206677862/in/set-72157594226076695/&quot; title=&quot;Our Friend Kenny&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206677862&quot;&gt;&lt;img src=&quot;http://static.flickr.com/82/206677862_36cdea8cec_s.jpg&quot; alt=&quot;Our Friend Kenny&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206678062/in/set-72157594226076695/&quot; title=&quot;Memorial on the Road to Ntrama&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206678062&quot;&gt;&lt;img src=&quot;http://static.flickr.com/94/206678062_c05ce8a9b8_s.jpg&quot; alt=&quot;Memorial on the Road to Ntrama&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206678178/in/set-72157594226076695/&quot; title=&quot;Ntrama Church Pews&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206678178&quot;&gt;&lt;img src=&quot;http://static.flickr.com/59/206678178_04028cc2ca_s.jpg&quot; alt=&quot;Ntrama Church Pews&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206678318/in/set-72157594226076695/&quot; title=&quot;Ntrama Church Altar&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206678318&quot;&gt;&lt;img src=&quot;http://static.flickr.com/89/206678318_26df3ba144_s.jpg&quot; alt=&quot;Ntrama Church Altar&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206678421/in/set-72157594226076695/&quot; title=&quot;Ntrama Church Memorial&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206678421&quot;&gt;&lt;img src=&quot;http://static.flickr.com/86/206678421_a6a9ff8af9_s.jpg&quot; alt=&quot;Ntrama Church Memorial&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206678562/in/set-72157594226076695/&quot; title=&quot;Ntrama Church&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206678562&quot;&gt;&lt;img src=&quot;http://static.flickr.com/60/206678562_fa67fe1e29_s.jpg&quot; alt=&quot;Ntrama Church&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206678695/in/set-72157594226076695/&quot; title=&quot;Ntrama Church&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206678695&quot;&gt;&lt;img src=&quot;http://static.flickr.com/85/206678695_01baa42b58_s.jpg&quot; alt=&quot;Ntrama Church&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206678819/in/set-72157594226076695/&quot; title=&quot;Ntarama Church 2&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206678819&quot;&gt;&lt;img src=&quot;http://static.flickr.com/84/206678819_da568630f0_s.jpg&quot; alt=&quot;Ntarama Church 2&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206678921/in/set-72157594226076695/&quot; title=&quot;Genocide Memorial&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206678921&quot;&gt;&lt;img src=&quot;http://static.flickr.com/73/206678921_5f9aaf1ea4_s.jpg&quot; alt=&quot;Genocide Memorial&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206679062/in/set-72157594226076695/&quot; title=&quot;Rwanda Country&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206679062&quot;&gt;&lt;img src=&quot;http://static.flickr.com/49/206679062_7d2e8c4b81_s.jpg&quot; alt=&quot;Rwanda Country&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206679176/in/set-72157594226076695/&quot; title=&quot;Rwanda Country&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206679176&quot;&gt;&lt;img src=&quot;http://static.flickr.com/90/206679176_b0e8f17308_s.jpg&quot; alt=&quot;Rwanda Country&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206679325/in/set-72157594226076695/&quot; title=&quot;Jessica and Veronica in Rwanda&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206679325&quot;&gt;&lt;img src=&quot;http://static.flickr.com/71/206679325_696198663e_s.jpg&quot; alt=&quot;Jessica and Veronica in Rwanda&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206679437/in/set-72157594226076695/&quot; title=&quot;Rwanda Countryside&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206679437&quot;&gt;&lt;img src=&quot;http://static.flickr.com/61/206679437_b2a0199d04_s.jpg&quot; alt=&quot;Rwanda Countryside&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206673255/in/set-72157594226076695/&quot; title=&quot;Rwandan Country&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206673255&quot;&gt;&lt;img src=&quot;http://static.flickr.com/83/206673255_f61eef1166_s.jpg&quot; alt=&quot;Rwandan Country&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206679514/in/set-72157594226076695/&quot; title=&quot;Northern Rwanda&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206679514&quot;&gt;&lt;img src=&quot;http://static.flickr.com/76/206679514_4e206805e3_s.jpg&quot; alt=&quot;Northern Rwanda&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206679702/in/set-72157594226076695/&quot; title=&quot;Gorrillas just outside of the mist&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206679702&quot;&gt;&lt;img src=&quot;http://static.flickr.com/79/206679702_651b9b7c80_s.jpg&quot; alt=&quot;Gorrillas just outside of the mist&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206679828/in/set-72157594226076695/&quot; title=&quot;Concentrating Gorilla&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206679828&quot;&gt;&lt;img src=&quot;http://static.flickr.com/63/206679828_c2f1a8f3c4_s.jpg&quot; alt=&quot;Concentrating Gorilla&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/208074434/in/set-72157594226076695/&quot; title=&quot;IMG_4061.JPG&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_208074434&quot;&gt;&lt;img src=&quot;http://static.flickr.com/82/208074434_af468d9e96_s.jpg&quot; alt=&quot;IMG_4061.JPG&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/208074621/in/set-72157594226076695/&quot; title=&quot;IMG_4062.JPG&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_208074621&quot;&gt;&lt;img src=&quot;http://static.flickr.com/60/208074621_20d2540250_s.jpg&quot; alt=&quot;IMG_4062.JPG&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206680002/in/set-72157594226076695/&quot; title=&quot;Jessica Bonding with the Gorilla&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206680002&quot;&gt;&lt;img src=&quot;http://static.flickr.com/93/206680002_d514463ac6_s.jpg&quot; alt=&quot;Jessica Bonding with the Gorilla&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/208074792/in/set-72157594226076695/&quot; title=&quot;IMG_4064.JPG&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_208074792&quot;&gt;&lt;img src=&quot;http://static.flickr.com/95/208074792_1aa571ea3c_s.jpg&quot; alt=&quot;IMG_4064.JPG&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/208075030/in/set-72157594226076695/&quot; title=&quot;IMG_4065.JPG&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_208075030&quot;&gt;&lt;img src=&quot;http://static.flickr.com/94/208075030_44ff1a5ec8_s.jpg&quot; alt=&quot;IMG_4065.JPG&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/208075210/in/set-72157594226076695/&quot; title=&quot;IMG_4066.JPG&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_208075210&quot;&gt;&lt;img src=&quot;http://static.flickr.com/76/208075210_d576b6c773_s.jpg&quot; alt=&quot;IMG_4066.JPG&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206680125/in/set-72157594226076695/&quot; title=&quot;Curious Gorilla&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206680125&quot;&gt;&lt;img src=&quot;http://static.flickr.com/89/206680125_5cd1f48c09_s.jpg&quot; alt=&quot;Curious Gorilla&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206680272/in/set-72157594226076695/&quot; title=&quot;Who is the Monkey?&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206680272&quot;&gt;&lt;img src=&quot;http://static.flickr.com/59/206680272_d082087ea0_s.jpg&quot; alt=&quot;Who is the Monkey?&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206680427/in/set-72157594226076695/&quot; title=&quot;Gorilla Eatin&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206680427&quot;&gt;&lt;img src=&quot;http://static.flickr.com/86/206680427_3c9490cc93_s.jpg&quot; alt=&quot;Gorilla Eatin&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206680583/in/set-72157594226076695/&quot; title=&quot;Gorilla Swingin&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206680583&quot;&gt;&lt;img src=&quot;http://static.flickr.com/88/206680583_4da5ffe7c3_s.jpg&quot; alt=&quot;Gorilla Swingin&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206673427/in/set-72157594226076695/&quot; title=&quot;Baby Gorilla&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206673427&quot;&gt;&lt;img src=&quot;http://static.flickr.com/79/206673427_3df854b589_s.jpg&quot; alt=&quot;Baby Gorilla&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206680704/in/set-72157594226076695/&quot; title=&quot;Our Friend&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206680704&quot;&gt;&lt;img src=&quot;http://static.flickr.com/75/206680704_29d6482577_s.jpg&quot; alt=&quot;Our Friend&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206680862/in/set-72157594226076695/&quot; title=&quot;Gorrilla Vista&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206680862&quot;&gt;&lt;img src=&quot;http://static.flickr.com/98/206680862_d117d10968_s.jpg&quot; alt=&quot;Gorrilla Vista&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206680992/in/set-72157594226076695/&quot; title=&quot;Gorilla Baby&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206680992&quot;&gt;&lt;img src=&quot;http://static.flickr.com/93/206680992_5a9a0d94cc_s.jpg&quot; alt=&quot;Gorilla Baby&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206681144/in/set-72157594226076695/&quot; title=&quot;Gorilla Trekkers&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206681144&quot;&gt;&lt;img src=&quot;http://static.flickr.com/87/206681144_e59667ca79_s.jpg&quot; alt=&quot;Gorilla Trekkers&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/208073894/in/set-72157594226076695/&quot; title=&quot;IMG_4215.JPG&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_208073894&quot;&gt;&lt;img src=&quot;http://static.flickr.com/60/208073894_c79ab0c656_s.jpg&quot; alt=&quot;IMG_4215.JPG&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206681272/in/set-72157594226076695/&quot; title=&quot;Fields of Rwanda&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206681272&quot;&gt;&lt;img src=&quot;http://static.flickr.com/97/206681272_338431e81c_s.jpg&quot; alt=&quot;Fields of Rwanda&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206681382/in/set-72157594226076695/&quot; title=&quot;Jessica, Scott, Veronica and Alex&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206681382&quot;&gt;&lt;img src=&quot;http://static.flickr.com/87/206681382_47b688c66f_s.jpg&quot; alt=&quot;Jessica, Scott, Veronica and Alex&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206681469/in/set-72157594226076695/&quot; title=&quot;Jessie Keeping it Real&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206681469&quot;&gt;&lt;img src=&quot;http://static.flickr.com/82/206681469_4d714fc07a_s.jpg&quot; alt=&quot;Jessie Keeping it Real&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206681583/in/set-72157594226076695/&quot; title=&quot;Rwanda&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206681583&quot;&gt;&lt;img src=&quot;http://static.flickr.com/69/206681583_35ccc74788_s.jpg&quot; alt=&quot;Rwanda&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206681690/in/set-72157594226076695/&quot; title=&quot;Rwanda Countryside&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206681690&quot;&gt;&lt;img src=&quot;http://static.flickr.com/70/206681690_a10584aced_s.jpg&quot; alt=&quot;Rwanda Countryside&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206681844/in/set-72157594226076695/&quot; title=&quot;Genocide Sign&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206681844&quot;&gt;&lt;img src=&quot;http://static.flickr.com/75/206681844_835e6fe2c0_s.jpg&quot; alt=&quot;Genocide Sign&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206681954/in/set-72157594226076695/&quot; title=&quot;Touring the Kigali Genocide Memorial Museum&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206681954&quot;&gt;&lt;img src=&quot;http://static.flickr.com/73/206681954_6135023a3f_s.jpg&quot; alt=&quot;Touring the Kigali Genocide Memorial Museum&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206682096/in/set-72157594226076695/&quot; title=&quot;Interview at Fawa&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206682096&quot;&gt;&lt;img src=&quot;http://static.flickr.com/81/206682096_1022257c10_s.jpg&quot; alt=&quot;Interview at Fawa&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206682265/in/set-72157594226076695/&quot; title=&quot;Students at the Fawa Girls School in Kigali&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206682265&quot;&gt;&lt;img src=&quot;http://static.flickr.com/79/206682265_63c2cb8122_s.jpg&quot; alt=&quot;Students at the Fawa Girls School in Kigali&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206682468/in/set-72157594226076695/&quot; title=&quot;Biofuel stove at KIST&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206682468&quot;&gt;&lt;img src=&quot;http://static.flickr.com/95/206682468_2e193c7320_s.jpg&quot; alt=&quot;Biofuel stove at KIST&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206673578/in/set-72157594226076695/&quot; title=&quot;Metalworking at KIST&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206673578&quot;&gt;&lt;img src=&quot;http://static.flickr.com/75/206673578_7057a3cc1d_s.jpg&quot; alt=&quot;Metalworking at KIST&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206673662/in/set-72157594226076695/&quot; title=&quot;KIST Student&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206673662&quot;&gt;&lt;img src=&quot;http://static.flickr.com/57/206673662_bfa0c1aa03_s.jpg&quot; alt=&quot;KIST Student&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206682644/in/set-72157594226076695/&quot; title=&quot;Workshop at KIST&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206682644&quot;&gt;&lt;img src=&quot;http://static.flickr.com/64/206682644_d27aba29c7_s.jpg&quot; alt=&quot;Workshop at KIST&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206673869/in/set-72157594226076695/&quot; title=&quot;Kids at KIST&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206673869&quot;&gt;&lt;img src=&quot;http://static.flickr.com/65/206673869_1d7fbc0b57_s.jpg&quot; alt=&quot;Kids at KIST&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206682766/in/set-72157594226076695/&quot; title=&quot;Making Fencing at KIST&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206682766&quot;&gt;&lt;img src=&quot;http://static.flickr.com/79/206682766_562f4355a4_s.jpg&quot; alt=&quot;Making Fencing at KIST&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206682893/in/set-72157594226076695/&quot; title=&quot;Congo Art&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206682893&quot;&gt;&lt;img src=&quot;http://static.flickr.com/79/206682893_ae202af810_s.jpg&quot; alt=&quot;Congo Art&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206683075/in/set-72157594226076695/&quot; title=&quot;Filming a Gacaca Trial&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206683075&quot;&gt;&lt;img src=&quot;http://static.flickr.com/72/206683075_7a7c65c57a_s.jpg&quot; alt=&quot;Filming a Gacaca Trial&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206683258/in/set-72157594226076695/&quot; title=&quot;Gacaca Trial&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206683258&quot;&gt;&lt;img src=&quot;http://static.flickr.com/71/206683258_3fce167550_s.jpg&quot; alt=&quot;Gacaca Trial&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206673936/in/set-72157594226076695/&quot; title=&quot;Prisoner at Gacaca Court&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206673936&quot;&gt;&lt;img src=&quot;http://static.flickr.com/86/206673936_15f947a656_s.jpg&quot; alt=&quot;Prisoner at Gacaca Court&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206683370/in/set-72157594226076695/&quot; title=&quot;Burundi Dancers&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206683370&quot;&gt;&lt;img src=&quot;http://static.flickr.com/57/206683370_9a814a5247_s.jpg&quot; alt=&quot;Burundi Dancers&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206683493/in/set-72157594226076695/&quot; title=&quot;Burundi Dancers at National University of Rwanda at Butare&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206683493&quot;&gt;&lt;img src=&quot;http://static.flickr.com/52/206683493_16c22f3b71_s.jpg&quot; alt=&quot;Burundi Dancers at National University of Rwanda at Butare&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206683681/in/set-72157594226076695/&quot; title=&quot;Burundi Dancers outside the auditorium&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206683681&quot;&gt;&lt;img src=&quot;http://static.flickr.com/67/206683681_a91df84a7a_s.jpg&quot; alt=&quot;Burundi Dancers outside the auditorium&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206684019/in/set-72157594226076695/&quot; title=&quot;Jessica Feeding Giraffe&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206684019&quot;&gt;&lt;img src=&quot;http://static.flickr.com/84/206684019_0d5f517227_s.jpg&quot; alt=&quot;Jessica Feeding Giraffe&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206684207/in/set-72157594226076695/&quot; title=&quot;Jessica Feeding the Giraffes&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206684207&quot;&gt;&lt;img src=&quot;http://static.flickr.com/88/206684207_d9c9bbcfa1_s.jpg&quot; alt=&quot;Jessica Feeding the Giraffes&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206684427/in/set-72157594226076695/&quot; title=&quot;Nature Trail in Nairobi&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206684427&quot;&gt;&lt;img src=&quot;http://static.flickr.com/75/206684427_89683ee17f_s.jpg&quot; alt=&quot;Nature Trail in Nairobi&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206684591/in/set-72157594226076695/&quot; title=&quot;Rift Valley&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206684591&quot;&gt;&lt;img src=&quot;http://static.flickr.com/67/206684591_1ab9575db5_s.jpg&quot; alt=&quot;Rift Valley&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206674047/in/set-72157594226076695/&quot; title=&quot;Scott Biking at Hells Gate Park&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206674047&quot;&gt;&lt;img src=&quot;http://static.flickr.com/93/206674047_3348c7a7f5_s.jpg&quot; alt=&quot;Scott Biking at Hells Gate Park&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206674155/in/set-72157594226076695/&quot; title=&quot;Scott Biking at Hells Gate Park&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206674155&quot;&gt;&lt;img src=&quot;http://static.flickr.com/86/206674155_e90920fc4d_s.jpg&quot; alt=&quot;Scott Biking at Hells Gate Park&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206674234/in/set-72157594226076695/&quot; title=&quot;Our Baboon Friend&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206674234&quot;&gt;&lt;img src=&quot;http://static.flickr.com/94/206674234_4cb520b13d_s.jpg&quot; alt=&quot;Our Baboon Friend&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;a href=&quot;http://flickr.com/photos/chacon/206674674/in/set-72157594226076695/&quot; title=&quot;Rwandan Art Underground&quot; class=&quot;thumb_link&quot; id=&quot;set_thumb_link_206674674&quot;&gt;&lt;img src=&quot;http://static.flickr.com/83/206674674_f9585da159_s.jpg&quot; alt=&quot;Rwandan Art Underground&quot; width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;    
&lt;/div&gt;</content>
 </entry>
 
 <entry>
   <title>MapChangers and Africa</title>
   <link href="http://schacon.github.com//2006/07/07/mapchangers-and-africa.html"/>
   <updated>2006-07-07T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2006/07/07/mapchangers-and-africa</id>
   <content type="html">Hey everybody â€“ long time, no blog.  A couple of things happening I thought I should let everyone know about.&lt;br/&gt;
For one, Mark Warners Forward Together &lt;span class=&quot;caps&quot;&gt;PAC&lt;/span&gt; has an online contest poll for your bestest candidate and our very own Jerry McNerney â€“ the congressional candidate here in the 11th.  In fact, I don't think I've blogged about that yet â€“ Jerry won the democratic primary here, so congratulations to him.&lt;br/&gt;
For those of you who don't know, I volunteered for him briefly in 2004, ran against him for a while here and then backed out in favor of Margee Ensign who also had to back out shortly thereafter. Anywho, Jerry won and has some great people on his staff this time around who I really respect and I'm following his campaign closely.  He is competing in a few online contests â€“ he recently won the &lt;span class=&quot;caps&quot;&gt;DFA&lt;/span&gt; one and is now in the running for Mark Warners &lt;a href=&quot;http://www.forwardtogetherpac.com/mapchangers&quot;&gt;MapChangers&lt;/a&gt;.  So, since I like McNerney and would like him to win, and I like Warners group â€“ please do take a moment to vote for him in this contest.&lt;br/&gt;
Forward Together also just posted a &lt;a href=&quot;http://www.forwardtogetherblog.com/story/2006/7/6/19291/11412&quot;&gt;blog entry&lt;/a&gt; about the &lt;a href=&quot;http://http://sunlightfoundation.com/&quot;&gt;Sunlight Foundation&lt;/a&gt;, which is a great sign.  The Sunlight Foundation is where Andrew Rasiej and Micah Sifry went after the Advocates for Rasiej campaign that I wrote about several times here, so it's great that Warner and his team are thinking that way.&lt;br/&gt;
Lastly for today, I wanted to share that Margee has invited Jessica and I to join her on her Africa trip this year. So, next week we will be traveling to Rwanda and Kenya for about 3 weeks.  I'll be bringing along the camcorder and camera, so hopefully we'll have a lot to share when we get back.</content>
 </entry>
 
 <entry>
   <title>Tri For Fun 2006</title>
   <link href="http://schacon.github.com//2006/06/22/tri-for-fun-2006-1.html"/>
   <updated>2006-06-22T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2006/06/22/tri-for-fun-2006-1</id>
   <content type="html">Here we are, back into the Tri For Fun series of Pleasanton Sprint Triathlons.  I did it last weekend, and this time Jessica did it too!&lt;br/&gt;
&lt;a href=&quot;http://jointheconversation.org/uploads/tff1-bike-06.jpg&quot;&gt;
&lt;img src=&quot;http://jointheconversation.org/uploads/tff1-bike-06.sm.jpg&quot; /&gt;
&lt;/a&gt;&lt;br/&gt;
I actually made it all the way through this time without a bike dying on me, but unfortunately, Jessica did not.  Her bike tire went flat a few miles into the ride and she had to turn back and do the run.&lt;br/&gt;
For those of you interested, here are my results (there are no rankings â€“ I don't think they post them for this event) :
&lt;table class=&quot;results&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;
&lt;tr class=&quot;title&quot;&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;Distance&lt;/th&gt;
&lt;th&gt;Rank&lt;/th&gt;
&lt;th&gt;Pctile&lt;/th&gt;
&lt;th&gt;Time&lt;/th&gt;
&lt;th&gt;Pace&lt;/th&gt;
&lt;/tr&gt;
&lt;/table&gt;
I'm not sure what the next Tri will be, as I think Jessica and I will both be gone for the next Tri for Fun.</content>
 </entry>
 
 <entry>
   <title>Worlds Smallest Rails Contributor</title>
   <link href="http://schacon.github.com//2006/06/02/worlds-smallest-rails-contributor.html"/>
   <updated>2006-06-02T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2006/06/02/worlds-smallest-rails-contributor</id>
   <content type="html">&lt;em&gt;(warning, the following blog post is exceedingly geeky...)&lt;/em&gt;&lt;br/&gt;
This is about the smallest thing I could have possibly done, but I am now a  Ruby on Rails contributor.&lt;br/&gt;
I found a bug with Rails &lt;a href=&quot;http://api.rubyonrails.org/classes/ActiveRecord/Calculations/ClassMethods.html&quot;&gt;Calculations&lt;/a&gt;
where I was trying to do this :&lt;br/&gt;
&lt;code&gt;
@object.linking_tables.count(:conditions =&amp;gt; ['fieldname = ?', 1])
&lt;/code&gt;&lt;br/&gt;
and it was failing with malformed SQL.  Apparently, in 1.1, it is only designed to do stuff like this :&lt;br/&gt;
&lt;code&gt;
ObjectClass.count(:conditions =&amp;gt; ['fieldname = ?', 1])
&lt;/code&gt;&lt;br/&gt;
Which may not look that different, but it really loses a lot of power - the instantiated object and the association are both scope limiters on the query.&lt;br/&gt;
So, I thought I'd be all cool and make the former work - so I setup a patch environment and ran the base AR tests and one broke. I figured out what it was that broke and generated a tiny (tiny) patch and submitted it and it was applied to the trunk a few minutes ago.  So, now I'm the worlds smallest Rails contributor:&lt;br/&gt;
&lt;a href=&quot;http://dev.rubyonrails.org/ticket/5268&quot;&gt;http://dev.rubyonrails.org/ticket/5268&lt;/a&gt;&lt;br/&gt;
However, I then soon found out that the Calculations have already been modified in the way I was hoping, after I wrote a few tests and they all passed fine.  So, edge Rails works the way I hoped, but I don't get to contribute in a substantial way.  Well, at least I know something that will be in 1.2.  Hopefully next time I can do something more useful.</content>
 </entry>
 
 <entry>
   <title>Mark Warner</title>
   <link href="http://schacon.github.com//2006/06/01/mark-warner.html"/>
   <updated>2006-06-01T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2006/06/01/mark-warner</id>
   <content type="html">I am continually being impressed by Mark Warner's rumblings over at ForwardTogetherPAC.com.&lt;br/&gt;
I just found their &lt;a href=&quot;http://www.flickr.com/photos/govmarkwarner/&quot;&gt;Flickr feed&lt;/a&gt; today.&lt;br/&gt;
The pictures are a little bit more candid than what I would have expected â€“ it's reminding me a bit of some of the forward thinking and really embracing the first pieces of an Open Source Politics that I can't wait to see when the presidential stuff starts.&lt;br/&gt;
I got a bulk email from them the other day that was short and to the point, letting me know about the new podcast they were launching.  It was only a few paragraphs long and the last one was this:
&lt;blockquote&gt; This is just the beginning of the conversation. In future shows Governor Warner will be responding to questions from pod people like you. On our podcast page there's a form for you to submit questions and comments to Mark Warner. Every month the Governor will respond to the most interesting submissions as determined in a very subjective manner by flunkies on his staff. Ask Governor Warner: http://www.forwardtogetherpac.com/pages/podcast&lt;/blockquote&gt;
I just like â€œa very subjective manner by flunkies on his staffâ€ â€“ it says to me that they're not posturing and it makes me think he's a little less calculating and a little more trustworthy.&lt;br/&gt;
I'll keep an eye on them for you.</content>
 </entry>
 
 <entry>
   <title>Why Spambots, Why?</title>
   <link href="http://schacon.github.com//2006/05/25/why-spambots-why.html"/>
   <updated>2006-05-25T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2006/05/25/why-spambots-why</id>
   <content type="html">I mean, it's not like this is a hugely popular blog, but I must get 20 spam comments a day, most with links to either poker or xanax/viagra/etc.  How is this helping them?  I can't imagine people are coming to my blog and then thinking â€œif only I knew where to get some xanax right nowâ€¦â€&lt;br/&gt;
Anyhow, now I have to up my spambot protections, in an unending geek war of  attrition.  How do these people sleep at night?  What do they tell people they do for a living?</content>
 </entry>
 
 <entry>
   <title>UVAS Triathlon</title>
   <link href="http://schacon.github.com//2006/05/23/uvas-triathlon.html"/>
   <updated>2006-05-23T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2006/05/23/uvas-triathlon</id>
   <content type="html">I completed my second triathlon of the season a few days ago and Jessie took some pictures, so I thought I would do a quick post with how I did and a couple photos.&lt;br/&gt;
The first of the season for me (and for a lot of people) was the &lt;a href=&quot;http://www.strawberryfieldstri.com/&quot;&gt;Strawberry Fields Tri&lt;/a&gt; in my hometown of Ventura, CA (actually, Oxnard, but it's basically the same) â€“ I mentioned that one in my last post.  It was basically a duathlon (run and bike), since they cancelled the 400yd swim due to unbelievably strong currents.&lt;br/&gt;
In that race, I finished with the following time table :&lt;br/&gt;
&lt;center&gt;
&lt;table class=&quot;results&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;
&lt;tr class=&quot;title&quot;&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;Distance&lt;/th&gt;
&lt;th&gt;Rank&lt;/th&gt;
&lt;th&gt;Pctile&lt;/th&gt;
&lt;th&gt;Time&lt;/th&gt;
&lt;th&gt;Pace&lt;/th&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/center&gt;
This past Sunday, I ran in the &lt;a href=&quot;http://www.japroductions.com/uvas/index.html&quot;&gt;&lt;span class=&quot;caps&quot;&gt;UVAS&lt;/span&gt; Triathlon&lt;/a&gt; in Morgan Hill.  It was longer, though still short of Olympic distance â€“ 3/4mi swim, 16mi bike, 5mi run.&lt;br/&gt;
&lt;center&gt;
&lt;a href=&quot;http://flickr.com/photos/chacon/151944746/&quot;&gt;
&lt;img src=&quot;http://static.flickr.com/48/151944746_84e0a51217_m.jpg&quot; /&gt;&lt;/a&gt;&lt;/center&gt;I think I'm getting in better shape, because this one actually didn't hurt as much as the Strawberry fields, even though a) I had to swim, b) it's longer, c) the bike was &lt;span class=&quot;caps&quot;&gt;NOT&lt;/span&gt; flat.  Actually, there was a mile long honkin hill around mile 11 that was just killer.  I saw people walking their bikes up it.&lt;br/&gt;
Here's how I did in Morgan Hill :&lt;br/&gt;
&lt;center&gt;
&lt;table class=&quot;results&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;
&lt;tr class=&quot;title&quot;&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;Distance&lt;/th&gt;
&lt;th&gt;Rank&lt;/th&gt;
&lt;th&gt;Pctile&lt;/th&gt;
&lt;th&gt;Time&lt;/th&gt;
&lt;th&gt;Pace&lt;/th&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/center&gt;</content>
 </entry>
 
 <entry>
   <title>3 months in 6 minutes</title>
   <link href="http://schacon.github.com//2006/04/14/3-months-in-6-minutes.html"/>
   <updated>2006-04-14T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2006/04/14/3-months-in-6-minutes</id>
   <content type="html">Wow, you ignore your blog for a while and what do you get?  100 spam comments on one post.  Man.&lt;br/&gt;
Well, it has been a while now since I've been posting here, but I'll try to get it up to speed again â€“ there is a lot going on.  I was trying to get another site launched â€“ a fun project I've been working on with Margee Ensign, interviewing people around Stockton about issues and social solutions there.  However, my video editing skills aren't what I had hoped and it's just taking forever to get them turned out.  The more I put off posting here about it, the more I didn't want to post anything else and alas, the site got ignored.&lt;br/&gt;
The new project &lt;em&gt;will&lt;/em&gt; be called &lt;a href=&quot;http://DemocracyStoryProject.com&quot;&gt;DemocracyStoryProject.com&lt;/a&gt;, but there is just a holding page there right now.  Soon though â€“ I have enough raw footage to get a couple stories up.  Maybe I'll start putting some of them here as I'm doing them.&lt;br/&gt;
As for other things, I have been busy.  I have been working with the &lt;a href=&quot;http://precinctcaptains.org&quot;&gt;Grassroots Champion Coalition&lt;/a&gt; on their California Precinct Captains program.  I'm trying to help out with some programming, but the Advokit codebase isâ€¦ well, let's just say &lt;em&gt;special&lt;/em&gt; for right now.  The program is great and the people involved are the best, it's just the software that needs a little work.  Or, you know, complete rewrite.  However, I am a Captain now, so if you live in my precinct and you're a Dem, watch out because I'm coming to meet you.&lt;br/&gt;
I'm also trying to stay involved in the Congressional race, and being a Captain I am also trying to stay basically neutral until the mid-terms.  I've spoken with both major campaigns (Thomas didn't respond to my request) and it's certainly interesting.  I am not endorsing either candidate, though the &lt;a href=&quot;http://jerrymcnerney.com&quot;&gt;McNerney&lt;/a&gt; team has been kind enough to ask my advice on a number of things, so I am doing some volunteer work for them.  Maybe I'll post more on that later.&lt;br/&gt;
I have also been contacted by Mark Warner's &lt;a href=&quot;http://forwardtogetherpac.com&quot;&gt;ForwardTogether &lt;span class=&quot;caps&quot;&gt;PAC&lt;/span&gt;&lt;/a&gt; web team about what they are trying to do with technology, and I am very impressed.  I would recommend checking out their site and I'm sure I will write much more about them and my involvement with them in the coming months.&lt;br/&gt;
Lastly, I have recently been invited to a Communications Symposium on the &lt;span class=&quot;caps&quot;&gt;UOP&lt;/span&gt; Campus on April 20th, where I'll be on the Professional Panel, which should be fun and/or interesting.  I'll try to get some pictures or video or something to post here.&lt;br/&gt;
On a non-political front, I just competed in my first Triathalon of the season a few weeks ago in Oxnard (near where I grew up) in the &lt;a href=&quot;http://strawberryfieldstri.com&quot;&gt;Strawberry Fields Tri&lt;/a&gt;.  It was great, nice and short, and fun to be back in my home town for it.  For those keeping score, it was a 400yd swim (which was cancelled due to the waters being too dangerous, so we high-kneed it through 200yds of water â€“ ouch), then an 11mi bike and 5k run.  Much fun.&lt;br/&gt;
Well, that's all for now â€“ I'll try to be a bit more regular with these from now on.</content>
 </entry>
 
 <entry>
   <title>SSB Guest Post</title>
   <link href="http://schacon.github.com//2006/01/20/ssb-guest-post.html"/>
   <updated>2006-01-20T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2006/01/20/ssb-guest-post</id>
   <content type="html">Just an update.  The folks over at Since Sliced Bread put the post I just did a few days ago up on their site as a guest post.&lt;br/&gt;
They just up and asked me.  I don't even know how they found it.&lt;br/&gt;
Anyhow, if you're interested in the comments it got (ouch), go ahead and check it out :&lt;br/&gt;
&lt;a href=&quot;http://www2.sinceslicedbread.com/node/23160&quot;&gt;Best Revolt Since Sliced Bread&lt;/a&gt;</content>
 </entry>
 
 <entry>
   <title>Our Ten Words</title>
   <link href="http://schacon.github.com//2006/01/20/our-ten-words.html"/>
   <updated>2006-01-20T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2006/01/20/our-ten-words</id>
   <content type="html">I just stumbled on a (apparently) new website sponsored by &lt;a href=&quot;http://en.wikipedia.org/wiki/Tom_Vilsack&quot;&gt;Tom Vilsack&lt;/a&gt; and the HeartlandPAC group.  The website is called :&lt;br/&gt;
&lt;a href=&quot;http://www.ourtenwords.com/&quot;&gt;www.ourtenwords.com&lt;/a&gt;&lt;br/&gt;
It means to have everyone collaborate on a single ten word message that represents the Democratic Party message.&lt;br/&gt;
From the site :
&lt;blockquote&gt; This site is designed to start a discussion about the Democratic PartyÃ¢â‚¬â„¢s message by obtaining as many ideas as possible. This is a conversation that everyone needs to participate inâ€”it must not be limited to certain members of the party, whether they be the grassroots, elected officials, or policy experts. This effort matters so much that we cannot afford to leave anyone out of the process.&lt;/blockquote&gt;
Although I don't really care enough about the outcome to get me to participate in the exercise, I do like that we're seeing more of this participatory type of political website and I also like that an actual politician is behind it.  Go check it out.</content>
 </entry>
 
 <entry>
   <title>Best Revolt Since Sliced Bread</title>
   <link href="http://schacon.github.com//2006/01/13/best-revolt-since-sliced-bread.html"/>
   <updated>2006-01-13T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2006/01/13/best-revolt-since-sliced-bread</id>
   <content type="html">So, this is interesting.  First off, &lt;span class=&quot;caps&quot;&gt;SEIU&lt;/span&gt;'s Since Sliced Bread competition closed a while ago and the judges went over the 20,000 entries and eventually selected 21.  Interestingly, the idea that I entered was choosen, but not my actual entry.  The judges choose &lt;a href=&quot;http://www.sinceslicedbread.com/idea/19132&quot;&gt;idea #19132&lt;/a&gt; entitled â€˜Blanket The US With Wireless Access' vs. my &lt;a href=&quot;http://www.sinceslicedbread.com/idea/125&quot;&gt;idea #125&lt;/a&gt;, which is entitled â€˜Wireless America Initiative'.  I posted mine on the first or second day of the contest I think, sometime around October 6, while 19132 looks like it was about 2 months later.&lt;br/&gt;
In fact, I posted about it here when I did it: &lt;a href=&quot;/articles/2005/10/06/since-sliced-bread&quot;&gt;Since Sliced Bread&lt;/a&gt;.&lt;br/&gt;
Now, that is pretty wierd, but the funny thing is the animosity shown by the community about the choices, especially that one.  They are &lt;em&gt;really angry&lt;/em&gt; about it.  You can read some of the comments in response to Andy Sterns post here:&lt;br/&gt;
&lt;a href=&quot;http://www.sinceslicedbread.com/node/23148&quot;&gt;http://www.sinceslicedbread.com/node/23148&lt;/a&gt;
&lt;blockquote&gt; Andy, I confess, I am a bit surprised, no.. stunned, that you think those 21 ideas are amazing. Wireless Internet? That is an amazing original idea??? Of all the ideas posted, that was one of the best 21?&lt;br/&gt;
...&lt;br/&gt;
I think everyone should vote for the wireless idea.. because a) the internet providers will smash it down in a heartbeat and b) the press will laugh their ass off that so much time and money was wasted coming up with such an â€˜amazing' idea.&lt;br/&gt;
...&lt;br/&gt;
However, imagine if it did win. It's the most â€œobviousâ€, talked-about, blogged-about, written-about public policy idea out there. Everyone and his brother has read (or written) an article advocating blanketing the US with free wireless, in some technology magazine, or on a popular blog like Slashdot. Hell, even Glenn Reynolds (InstaPundit) has probably suggested it on his own blog. If that idea does win, it will just point up what a travesty this whole contest has become.&lt;br/&gt;
...&lt;br/&gt;
Most of the bloggers seem to agree that the nationwide wireless â€œideaâ€ is questionable at best. Perhaps a run-off of the remaining 49 ideas to choose a replacement for this idea (or add one more to the 21) would quell some of the anger over this particular sore spot would be appropriate.&lt;br/&gt;
...&lt;br/&gt;
If you were ok with lame, un-original, rehashed magazine copied ideas, then you should have told us up front.&lt;/blockquote&gt;
Ouch.&lt;br/&gt;
In addition, there are a number of comments where people have found my entry and are informally advising me to &lt;em&gt;seek legal advice&lt;/em&gt; in case that one wins, such as this:
&lt;blockquote&gt; If the original submitters of the two ideas I mentionedâ€”â€œWireless America Initiativeâ€ and â€œCivilian Works Corpsâ€ are reading this, you may want to consult attorneys and take &lt;span class=&quot;caps&quot;&gt;SEIU&lt;/span&gt; to task for violating its own rules and causing you to forfeit a chance at the cash prizes.&lt;br/&gt;
...&lt;br/&gt;
Scott, if I was in your position, I would already have spoken to an attorney. We are talking about 100k here. Not some air miles. Since I live out in the country, my only access to a faster than dial up connection is via wireless. At least your idea covers that, even though it is available.&lt;/blockquote&gt;
First off, I'm not going to sue. I like the &lt;span class=&quot;caps&quot;&gt;SEIU&lt;/span&gt; and the last thing I need to do is waste hard working peoples union dues on lawsuits for an idea that was built on the ideas of others.  Maybe if this guy wins we can guilt them into using the money to start a &lt;span class=&quot;caps&quot;&gt;PAC&lt;/span&gt; to support politicans who would work for this (which is what I probably would have used it for anyhow), but that's up to them.&lt;br/&gt;
Now, as for the merits of the idea.  There are four major arguments against it that I have been seeing and I would like to address them â€“ because I do still think it was an appropriate entry and I would like to see it win. The arguments are :
&lt;h3&gt;1. It is not an original idea&lt;/h3&gt;
A National WiFi network is not a commonplace suggestion.  I have never heard any party or any politician mention anything close to this save Andrew Rasiej and some of the other Muni WiFi people â€“ but those were municipal, I was asking for a federal initiative.   It is quite possible that some magazine has mentioned it but it is certainly not some obvious, rehashed public policy idea â€“ even in San Franscisco when we're just talking about Muni Wifi, people are both unfamiliar with the idea and ignorant of the most important possible benefits.  Even on Slashdot, people talk of national wireless networks run by geeks â€“ small bands of open networks, not single signon and not full coverage.  People think that I'm talking about free internet access â€“ I'm not.  I'm talking about infrastructure â€“ building a network that is publicly owned that business can build products and services on â€“ without each one having to build their own.&lt;br/&gt;
&lt;em&gt;However&lt;/em&gt;, that being said â€“ I understand the problem.  Though I don't think it is commonplace, it is certainly not revolutionary nor something others have never thought of.  Had I won, I would not have kept the money to reward myself for my oh-so-brilliant idea.  I simply think it is something that is far more important than is being considered by actual politicians and I wanted to see it win so it would get some attention by people who were listening.&lt;br/&gt;
I also thought it was good in that context of the &lt;span class=&quot;caps&quot;&gt;SEIU&lt;/span&gt;.  Countering offshoring is a major concern for unions and building a strong national wireless infrastructure would be far more effective at combating that than the hundreds of â€œideasâ€ I saw entered that suggested vicious protectionism.
&lt;h3&gt;2. Verizon already offers this&lt;/h3&gt;
This is confusing, but an important distinction.  Verizon offers cellular broadband access over their cellular network.  It's basically a modem that uses a cell phone for connection â€“ it is not WiFi.  The difference is subtle but crucial.  If you have 10 devices that want to be network enabled, with cellular technology you have to have a seperate account for each one â€“ that is a $50/month access fee for &lt;em&gt;each one&lt;/em&gt;.  With WiFi, you have a cheaper device, higher bandwidth, and all 10 devices can access the internet on a single account.  If you are a small device manufacturer, that is the difference between a viable product and never getting off the ground.
&lt;h3&gt;3. Private industry already doing it&lt;/h3&gt;
The only thing I've heard of that ever came close to suggesting this was Cometa Networks, which was back in 2002 and was supposed to be finished by 2004.  It obviously never happened.  What we have now is a pathetic hodgepodge of private networks based in coffeehouses and bookstores across the country.  You cannot take your laptop with a wireless card almost anywhere in the country and expect it to get a signal (and if it does, expect to actually have an account with the private company that happens to own that network).&lt;br/&gt;
There are rumors that Google is trying to do it and have already offered to wire San Francisco for free, but the possibility that they will want to do that nationally is pretty bleak, and I would rather it be publicly owned.  That is not to say that private industry would get screwed â€“ I envisioned more of a single payer model â€“ private companies build it out and maintain it, but it is publicly owned and one account gets you one anywhere.  Then medium and small businesses that could never have existed can become employers and everybody wins.
&lt;h3&gt;Conclusion&lt;/h3&gt;
This post is too long, so I'll end it.  I think that the SinceSlicedBread contest was a great idea and I'm sorry people are so angry over it.  Perhaps the &lt;span class=&quot;caps&quot;&gt;SEIU&lt;/span&gt; will offer a database download of all the ideas and someone else can do a community ranked system of good ideas for another use.  In the end, the contest and website itself â€“ with it's community input and institutional response â€“ was probably the best and ultimately most important and lasting idea of all 20,000 they saw.</content>
 </entry>
 
 <entry>
   <title>Site Update and Ashdown</title>
   <link href="http://schacon.github.com//2005/12/20/site-update-and-ashdown.html"/>
   <updated>2005-12-20T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2005/12/20/site-update-and-ashdown</id>
   <content type="html">Sorry about the downtime â€“ this site has had some issues over the last few days.  I was using a bleeding edge version of Typo and a memory leak kept killing the server.  We'll see if this stable version can stay up for a while.&lt;br/&gt;
On another note, I have been watching &lt;a href=&quot;http://vote.peteashdown.com&quot;&gt;Pete Ashdown's&lt;/a&gt; run for Senate in Utah â€“ give it a look, as I'm sure it will be a new front in Open Source politics.</content>
 </entry>
 
 <entry>
   <title>Starting a New Conversation</title>
   <link href="http://schacon.github.com//2005/12/12/starting-a-new-conversation.html"/>
   <updated>2005-12-12T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2005/12/12/starting-a-new-conversation</id>
   <content type="html">As I mentioned on my Congressional website, I am turning jointheconversation.org into my personal blog again.  This time, I will be concentrating on campaigns and efforts across the country that further Open Source Politics or government.&lt;br/&gt;
I have imported all the articles I had from the Chacon for Congress race (which goes back about a year) and I will try to get the comments imported a bit later.  I will also try to archive a lot of the work of the Chacon for Congress race here for reference.&lt;br/&gt;
I think Open Source and Participatory Politics is the future of governance and I'm looking forward to getting started on our next leg of this journey.&lt;br/&gt;
Scott Chacon</content>
 </entry>
 
 <entry>
   <title>Stepping Down, Endorsing Margee Ensign</title>
   <link href="http://schacon.github.com//2005/12/04/stepping-down-endorsing-margee-ensign.html"/>
   <updated>2005-12-04T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2005/12/04/stepping-down-endorsing-margee-ensign</id>
   <content type="html">I have been quiet on this site for a while now because I am withdrawing my name from the race. When I first started this campaign, over a year ago, I had put myself up as a candidate because 1) no one else was both willing to run and try new, grassroots, open source ideas dedicated to the goal of involving people in their government, 2) I could not find someone I wanted to support in my district, and 3) I had assumed there would be no significant chance of anyone else defeating the incumbent this election.&lt;br/&gt;
It became clear early on that this was not to be the case. Pombo has gained national attention for his questionable and controversial acts while at the same time his congressional mentor Tom DeLay is being prosecuted for corruption charges. Because of this negative attention, the &lt;span class=&quot;caps&quot;&gt;DCCC&lt;/span&gt; and other democratic-leaning organizations have targeted our eleventh district. Pombo and the Republican party are vulnerable, so now candidates and money are pouring into this race.&lt;br/&gt;
The lack of a viable, ideal candidate that would be willing to use technology and grassroots campaigning changed only a few weeks ago, when I met with Margee Ensign about her impending announcement to join the race. Margee was spoken highly of to us by Jerry Hildebrand when we interviewed him for our podcast, so I had known of her already. When Jessica and I met with her, that was the end of this campaign. Margee is unbelievably qualified, technologically savvy, internationally and politically experienced and still amazingly humble. We are continually impressed with her passion, kindness and strength of character. She is exactly who I want representing me. I have volunteered to do whatever I can to help her campaign and she has very graciously accepted. I have developed a website for her that just launched last week at: http://www.ensignforcongress.com and I will hopefully continue to be involved in whatever capacity I can help.&lt;br/&gt;
So what happens to this campaign?&lt;br/&gt;
JoinTheConversation.org will become my blog, focusing on open source politics and races and will be a place for me to discuss the continuation of GroundWorks. I will continue to develop GW, first for Margee's campaign and also with other local and national campaigns that have shown interest.&lt;br/&gt;
Though the campaign is ending, we have accomplished a lot with almost no money and little time. Our campaign produced several political examples that, as far as I know, nobody had done before:
&lt;ul&gt;
	&lt;li&gt;Open Schedule â€“ first come, first served campaign scheduling&lt;/li&gt;
	&lt;li&gt;Micro Goals â€“ small, easily achievable, specific donation goals with reports&lt;/li&gt;
	&lt;li&gt;Call Me â€“ Letting people request a personal call from the candidate online&lt;/li&gt;
	&lt;li&gt;Open Books â€“ realtime feed of donations and expenditures as they happen&lt;/li&gt;
&lt;/ul&gt;
I was also the first Congressional candidate with a Podcast and the only one so far with a Tumblelog or a Tag Cloud for the Blog I wrote myself. We were a campaign of firsts, experiments and ideas. Several of them are already being used and adopted by other campaigns, which I highly encourage, and I have learned an incredible amount about all of this.&lt;br/&gt;
To those of you who supported me or donated to the campaign, I thank you kindly. You invested in tools and ideas that will be used by many other clubs and candidates for a long time to come. I hope you follow my work at jointheconversation.org as I continue to pursue the open source campaign and participatory democracy one election at a time. If you decide to run for something someday, and I encourage you to, please let me know how I can help.&lt;br/&gt;
Thank you all,&lt;br/&gt;
Scott Anthony Bylo Chacon</content>
 </entry>
 
 <entry>
   <title>Turning Everything Inside-Out</title>
   <link href="http://schacon.github.com//2005/10/28/turning-everything-inside-out.html"/>
   <updated>2005-10-28T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/10/28/turning-everything-inside-out</id>
   <content type="html">Our campaign just got a &lt;a href=&quot;http://www.politicsandtechnology.com/2005/10/scott_chacon_fo.html&quot;&gt;nice mention&lt;/a&gt; on the &lt;a href=&quot;http://www.politicsandtechnology.com&quot;&gt;Politics and Technology Blog&lt;/a&gt;.
&lt;blockquote cite=&quot;http://www.politicsandtechnology.com/2005/10/scott_chacon_fo.html&quot;&gt; The typical approach for such a tough race is to raise buckets of money from big-money donors, unleash an attack ad blitz, and spend every waking moment stumping across the district.&lt;br/&gt;
&lt;br/&gt;
Well, Scott Chacon is anything but typical. He's a software developer running for Congress â€“ and he's using his campaign as the testbed for an open source project to create a new kind of campaign management software. He's also doing just about everything differently.&lt;/blockquote&gt;
He mentions the &lt;a href=&quot;http://groundworks.chaconcorps.com&quot;&gt;GroundWorks&lt;/a&gt; software we're developing, as well as giving a good, simple overview of the campaign and how it's different.
&lt;blockquote&gt; It's a new way of thinking about campaigns. Inside-out, really. Check it out.&lt;/blockquote&gt;</content>
 </entry>
 
 <entry>
   <title>No More Bunny Ears</title>
   <link href="http://schacon.github.com//2005/10/28/no-more-bunny-ears.html"/>
   <updated>2005-10-28T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/10/28/no-more-bunny-ears</id>
   <content type="html">You probably wouldn't expect this from me, being such a tech geek, but we don't have cable television.  We have an antenna we bought at Radio Shack a few years ago when our previous antenna broke.  Yes, the clerk gave me a funny look.  Our entire marriage, Jessica and I have never gotten more than 5 channels.&lt;br/&gt;
Now, we're not complete TV luddites - we watch some TV shows we have on DVD.  However, as far as newer stuff goes, we currently only get about 4 channels, all over our rabbit ear antenna - only one and a half in english.  (I don't think fuzzy KQED really counts as a full 'english' vote)&lt;br/&gt;
Though this has, at times, helped us work on our spanish skills a bit, it rather severely limits how much TV we can stand.  When it takes you 8 seconds to flip through all your channels and you end up on '&lt;a href=&quot;http://www.univision.com/content/channel.jhtml?chid=6&amp;amp;schid=6761&quot;&gt;Sabado Gigante&lt;/a&gt;', chances are it's going to be a short TV night.  Which I think is something of a good thing.&lt;br/&gt;
At any rate, the reason I am sharing this is that there is a &lt;a href=&quot;http://www.washingtonpost.com/wp-dyn/content/article/2005/10/20/AR2005102001979.html%3Cbr%3E%3C/a%3E&quot;&gt;bill being discussed&lt;/a&gt; in the Senate to force broadcasters to switch to all digital programming by the year 2009.  This makes my story relevant in that they are going to spend about &lt;em&gt;3 billion dollars&lt;/em&gt; (when you say that, be sure to put your pinky to your mouth, Dr. Evil style) giving converter boxes to people that still watch TV over the air.  Like me.&lt;br/&gt;
The silly thing is that they are doing this regardless of financial status, so, it's going to cost taxpayers about $40 for the one I would need to use.  Not directly, the money would come from the sale of the spectrum, I'm assuming to the private sector, but it's less money to reduce our debt regardless.&lt;br/&gt;
Also, this is one of the arguments in favor:
&lt;blockquote&gt; The move to all-digital broadcasts will free valuable radio spectrum, some of which will be allocated to improve radio communications among fire and police departments and other first responders.&lt;/blockquote&gt;
Does that seem weird to you?  I mean, that is obviously important, but is the radio spectrum that crowded that we need to sell off the free, over the air broadcast frequencies?  Or, is the technology we are equipping our first responders with not making very good use of the existing spectrum?&lt;br/&gt;
My question is: is this really a pressing need, or do the media companies just want to make sure they have digital rights management over everything that goes out?  So people couldn't keep doing silly things like tape recording shows without paying extra.&lt;br/&gt;
Anyhow, it looks like in the next few years we're (my wife and I) going to have to either cut TV out altogether or finally break down and pay for cable from our designated monopoly.  (I've already had this conversation. Me: &quot;What is your smallest package?&quot;, Them: &quot;Well, we start at $49.99/mo and it comes with 850 channels, and you need a converter box so we can add another remote control to your life&quot;, Me: &quot;How does that compare to your competition?&quot;, Them: &quot;Our comp-e-&lt;em&gt;what&lt;/em&gt;? [barely stifled laughter]&quot;)  Maybe by then we'll finally be able to subscribe to good TV by the show and have the episodes delivered over the internet and none of this will be an issue anymore.&lt;br/&gt;
Hmm. How much do you suppose the 'Daily Show' + 'Sabado Gigante' package would cost?</content>
 </entry>
 
 <entry>
   <title>Take our land... please!</title>
   <link href="http://schacon.github.com//2005/10/27/take-our-land-please.html"/>
   <updated>2005-10-27T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/10/27/take-our-land-please</id>
   <content type="html">Although Pombo has said that his &lt;a href=&quot;http://sfgate.com/cgi-bin/article.cgi?file=/c/a/2005/09/24/MNG2HETE8D1.DTL&amp;amp;type=printable&quot;&gt;unbelievable proposal&lt;/a&gt; to sell several of our national parks was â€œnot seriousâ€, today the House Resources Committee will vote on a budget measure that could â€œgive mining corporations control over much of AmericaÃ¢â‚¬â„¢s federal public landâ€.&lt;br/&gt;
From the &lt;a href=&quot;http://www.ens-newswire.com/ens/oct2005/2005-10-26-03.asp&quot;&gt;news release&lt;/a&gt;:
&lt;blockquote&gt; The budget reconciliation proposal put forward by Resources Committee Chairman Richard Pombo, a California Republican, would allow foreign and U.S. mining corporations to buy millions of acres of public lands in the West, including land in national parks, wilderness and other protected areas.&lt;br/&gt;
In addition, the proposal would undercut budget deficit reduction by prohibiting the federal government from imposing royalties on minerals and metals removed from public lands.&lt;/blockquote&gt;
So, no, he's not selling the parks themselves, just several thousand acres within them so that private industry can rip all the natural resources out of them without having to pay any royalties.&lt;br/&gt;
This proposal also includes the &lt;span class=&quot;caps&quot;&gt;ANWR&lt;/span&gt; details, which he now calls by the more long winded â€œArctic Coastal Plain Domestic Energy Security Act of 2005â€.  How verbose.  As long as the title is blatantly patronizing, I think we should have gone with the â€œLiberating Energy from the Ground and Protecting Our Children From Terrorists while Happy Fun Caribou Don't Mind Actâ€.
&lt;blockquote&gt; Chairman Richard W. Pombo (R-CA) introduced the Resources CommitteeÃ¢â‚¬â„¢s budget reconciliation plan today, which includes opening the northern coastal plain of the Arctic National Wildlife Refuge (ANWR) to energy production and granting more control of offshore energy production to coastal states.&lt;/blockquote&gt;
We're drilling everywhere!  Off our shores, the Arctic Coastal Plain (the plain formerly known as &lt;span class=&quot;caps&quot;&gt;ANWR&lt;/span&gt;), giving out mining patents â€“ if you have a drill, we've got a patch of land for you!  We even want you to drill in ambiguously defined regions of public lands :
&lt;blockquote&gt; the Secretary shall hold the first oil shale and tar sands lease sales under the regulation, offering for lease a minimum of 35 percent of the Federal lands that are geologically prospective for oil shale and tar sands within Colorado, Utah, and Wyoming.&lt;/blockquote&gt;
Isn't there some sort of protection that any of these lands have preventing this?  Well, Alaska does, but don't worry, Pombo has it covered:
&lt;blockquote&gt; &lt;span class=&quot;caps&quot;&gt;REPEAL&lt;/span&gt;.Ã¢â‚¬â€Section 1003 of the Alaska National Interest Lands Conservation Act of 1980 (U.S.C. 3143) is repealed&lt;/blockquote&gt;
That's just what I found by skimming.  Feel free to &lt;a href=&quot;http://resourcescommittee.house.gov/issues/more/reconciliation/cmteprintbudgetrec.pdf&quot;&gt;browse yourself&lt;/a&gt;.  Also, you can feel pretty confident that I am correctly blaming Pombo directly for this.  In the top corner of the document, it has this filestamp :
&lt;pre&gt;F:M9POMBOPOMBO_130.XML&lt;/pre&gt;
So, I'm again going to post some time my wife and I have spent backpacking in or otherwise visting federal land in Utah and Wyoming, before someone finds oil shale there.&lt;br/&gt;
&lt;img src=&quot;http://www.chaconforcongress.com/uploads/parks/bryce_tn.jpg&quot; /&gt;
&lt;img src=&quot;http://www.chaconforcongress.com/uploads/parks/zion_tn.jpg&quot; /&gt;
&lt;img src=&quot;http://www.chaconforcongress.com/uploads/parks/tetons_med.jpg&quot; /&gt;
&lt;img src=&quot;http://www.chaconforcongress.com/uploads/parks/zion2_med.jpg&quot; /&gt;</content>
 </entry>
 
 <entry>
   <title>Culture of Corruption</title>
   <link href="http://schacon.github.com//2005/10/27/culture-of-corruption.html"/>
   <updated>2005-10-27T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/10/27/culture-of-corruption</id>
   <content type="html">The &lt;a href=&quot;http://www.bullmooseblog.com/2005/10/its-not-fitzmas.html&quot;&gt;Bull Moose Blog&lt;/a&gt; had this to say about possible upcoming indictments (emphasis added):
&lt;blockquote&gt; Having stipulated his distaste for the Bushies, the Moose will not be as jubilant as some if Mr. Fitzgerald announces indictments, even if one of his targets is Rove (in truth, the Moose will then enjoy some schadenfreude). But, it will be a sad day for America. If Administration officials violated the law it will further weaken trust in our public institutions. &lt;strong&gt;Cynicism will be the victor&lt;/strong&gt;.&lt;/blockquote&gt;
I am sad that, to a large degree, my side is focusing on this. They want comeuppance, and in my opinion, rightly so. However, it is not what the country needs, it will not improve politics.  Dancing on the graves will only continue itÃ¢â‚¬â„¢s downward spiral.  Increased polarization, increased partisanship will be the ultimate results.&lt;br/&gt;
We are just harping on the Ã¢â‚¬Å“culture of corruptionÃ¢â‚¬?, which I agree is there and needs to be addressed, but I don't think we should just be pointing everybody at it and saying Ã¢â‚¬Å“at least weÃ¢â‚¬â„¢re not themÃ¢â‚¬?.  Rumor has it that the Democratic slogan for 2006 will be â€œAmerica â€“ Together, we can do betterâ€.&lt;br/&gt;
Here's a thought â€“ maybe we should just BE better. Demonstrate we are not corrupt by introducing a bill or a website that obviously  and dramatically increases government transparency.  Open all our campaign books with real time disclosure.  Make it obvious through action who is actually not corrupt, not just through finger pointing and repetition but through action.  Let's think differently, try to raise the bar a bit.  What do you think?  How can we &lt;em&gt;be&lt;/em&gt; better?</content>
 </entry>
 
 <entry>
   <title>1999 and counting</title>
   <link href="http://schacon.github.com//2005/10/25/1999-and-counting.html"/>
   <updated>2005-10-25T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/10/25/1999-and-counting</id>
   <content type="html">&lt;a href=&quot;http://thunder6.typepad.com/365_arabian_nights/2005/10/woe.html&quot;&gt;365 and a Wakeup&lt;/a&gt; is a great military blog that I read often.  A few days ago, he wrote about the funeral of &lt;span class=&quot;caps&quot;&gt;SGT&lt;/span&gt; Jerry Lee Bonifacio Jr. that he attended.  As we will be topping 2,000 military deaths probably within the next few days, please keep this in mind.  Whenever you hear that there were four Marines killed in Baghdad yesterday, remember that this happens four more times.
&lt;blockquote&gt; The memorial ceremony for &lt;span class=&quot;caps&quot;&gt;SGT&lt;/span&gt; Bonifacio took place in the elegant remains of one of SaddamÃ¢â‚¬â„¢s palatial buildings. Rows after row of simple folding chairs cradled his grieving friends, their heads bent in silent reverie.&lt;br/&gt;
The orderly rows of chairs were framed by tall fluted columns, as elegant in their fashion as those in the Parthenon. Groups of soldiers stood beneath these pillars, their eyes fixed on the simple memorial that served as a physical reminder of our painful loss.&lt;br/&gt;
During the ceremony &lt;span class=&quot;caps&quot;&gt;SGT&lt;/span&gt; BonifacioÃ¢â‚¬â„¢s entire chain of command honored our fallen warrior, their words giving shape and substance to the pain and loss laying heavy in the air. They were followed by &lt;span class=&quot;caps&quot;&gt;SGT&lt;/span&gt; Helk, one of &lt;span class=&quot;caps&quot;&gt;SGT&lt;/span&gt; BonifacioÃ¢â‚¬â„¢s closest friends. He shared his private memories of &lt;span class=&quot;caps&quot;&gt;SGT&lt;/span&gt; Bonifacio Ã¢â‚¬â€œ the songs he would hum in the mornings, and the way he would blare his radio at the end of a long shift. He remembered his friend happily thumbing through the latest comic books, or helping some of the other troops defeat the latest video game.&lt;br/&gt;
And above all he remembered the deep and lasting optimism that suffused every aspect of &lt;span class=&quot;caps&quot;&gt;SGT&lt;/span&gt; BonifacioÃ¢â‚¬â„¢s being.&lt;/blockquote&gt;
What has &lt;span class=&quot;caps&quot;&gt;SGT&lt;/span&gt; Bonifacio's death gained us?  I would argue largely nothing but huge debt and more danger and hatred aimed at the United States.  However, for the Iraqi people, it has gained &lt;a href=&quot;http://thunder6.typepad.com/365_arabian_nights/elections/index.html&quot;&gt;a whole new world&lt;/a&gt;:&lt;br/&gt;
&lt;a href=&quot;/uploads/iraqi_vote.jpg&quot;&gt;&lt;img src=&quot;/uploads/iraqvotesm.jpg&quot; /&gt;&lt;/a&gt;
&lt;small&gt;(Iraqi soldier and local boy holding up a sign indicating a polling place on election day, taken by the author of â€œ365 and a Wakeupâ€)&lt;/small&gt;&lt;br/&gt;
I have always thought this Iraq war a mistake â€“ a grevious error of judgement by an overzelous administration misguided by power and unthinking ideology.  I do not think it was in the best interests of the U.S. or our future foreign policy.&lt;br/&gt;
However, I know that any list of genocides in the 20th century will contain Saddam and his slaughter of the Kurds in the 80's.  I absolutely believe he needed to be overthrown and put to justice.  It should not have been unilateral, it should not have been under &lt;span class=&quot;caps&quot;&gt;WMD&lt;/span&gt; pretenses, it should not have been nearly two decades after the fact. Though unfortunately his overthrow was far too delayed for any other dictator to learn a neccesary lesson, his overthrow is obviously a good thing.  Our troops are doing an incredible job under difficult and often unfair circumstances, democracy seems to be slowly winning, and Saddam is currently standing trial.   The Iraqi people are gaining hugely, despite many setbacks, at a heavy cost to America in money and lives.&lt;br/&gt;
So where do we go from here?  Well, I'll leave my â€œofficialâ€ Iraq position for a later post, but as the 2,000th soldier gives his or her life for this adventure, I would ask everyone to think about this from a different point of view than they normally would.  A moment of silence for the lost lives and selfless sacrifice, a short prayer for one more country becoming a constitutional democracy.  Whether or not you think one was worth the other, original intention or not, I will leave up to you.&lt;br/&gt;
We'll talk about Iraq again very shortly.</content>
 </entry>
 
 <entry>
   <title>Democrat and Republican Email</title>
   <link href="http://schacon.github.com//2005/10/24/democrat-and-republican-email.html"/>
   <updated>2005-10-24T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/10/24/democrat-and-republican-email</id>
   <content type="html">I got yet another email from Barbara Boxers &lt;span class=&quot;caps&quot;&gt;PAC&lt;/span&gt; the other day that I normally wouldn't read, but this time I did, because I wanted to make a point.&lt;br/&gt;
Here is the actual &lt;a href=&quot;/uploads/boxerpac_email_092705.html&quot;&gt;email&lt;/a&gt;.&lt;br/&gt;
I get these emails from her &lt;span class=&quot;caps&quot;&gt;PAC&lt;/span&gt; about once every week or two.  Almost always about the political flavor of the week (Roberts, Katrina, Bolton, etc), and always very long on words and rhetoric.  They are nearly indistinguishable in all of these regards to the emails I get from MoveOn, John Kerry, and &lt;span class=&quot;caps&quot;&gt;DFA&lt;/span&gt;.  Edwards is the only breakout, mostly because his tend to seem more personal.&lt;br/&gt;
The following are some choice phrases, in the order that I found them.
&lt;ul&gt;
	&lt;li&gt;radical right-wing agenda&lt;/li&gt;
	&lt;li&gt;Republicans' relentless pursuit for power&lt;/li&gt;
	&lt;li&gt;Byrd is a patriot, a statesman, and a national treasure&lt;/li&gt;
	&lt;li&gt;George Bush and the Republican attack machine in Washington&lt;/li&gt;
	&lt;li&gt;radical right-wing agenda&lt;/li&gt;
	&lt;li&gt;Bush Administration's rush to war&lt;/li&gt;
	&lt;li&gt;thwarted the radical right-wing extremists&lt;/li&gt;
	&lt;li&gt;President's extreme right-wing judicial nominees&lt;/li&gt;
	&lt;li&gt;Karl Rove and the right-wing smear machine&lt;/li&gt;
	&lt;li&gt;right-wing extremists&lt;/li&gt;
	&lt;li&gt;right-wing attack machine smeared and distorted&lt;/li&gt;
&lt;/ul&gt;
This email was about 620 words long.  Let me sum it up:&lt;br/&gt;
Senator Robert Byrd is good.  Republicans are bad.  Bush is their leader. Bryd angers evil Republicans by stopping thier badness with his goodness.  Evil Republicans will now force helpless voters to elect someone else.  Give Robert Byrd money.&lt;br/&gt;
That was 42 words.&lt;br/&gt;
See that?  Fewer words by an order of magnitude â€“ easier to read, same message.  I like Sen. Boxer, and I will almost always vote Democrat, but this is why people hate politics.  What is this supposed to accomplish?  People who are on this list don't need to be angered and converted â€“ I think if it was a short, rational call for help, preferably written by Byrd, that would make me far more likely to be interested in helping. What is this angry, head-cut-off red-in-the-face everything-is-at-stake rhetoric about?  I get this from everybody, and I'm just tired of it.  How is this helping politics?  The thing that really burns me about this is that I basically agree with the things they are trying to do, I just hate how they think they have to go about it.&lt;br/&gt;
This is not limited to Democrats, certainly the Republican party does it too.  I bet actual Republicans are also getting tired of seeing stuff like this spouting about the &lt;span class=&quot;caps&quot;&gt;MSM&lt;/span&gt; and the â€œradical bleeding heart liberals!â€ too.  Maybe instead of fighting down at that level, we should find a different, better way to get people involved.  A way that makes it tolerable to be engaged.&lt;br/&gt;
Well, it turns out that the Republicans are starting to do just that.  Here is &lt;a href=&quot;/uploads/emails/gop1.html&quot;&gt;another email&lt;/a&gt; that is a call for support for a Republican.  However, rather than smearing the other side as evil devils in a 600 word rant then asking for money, they ask you to adopt 25 voters, give them personal attention, ask them to vote and talk about the issues.  It is easy to help, easy to read, inclusive and respectful â€“ all in about 200 words.&lt;br/&gt;
From the email:
&lt;blockquote&gt; Here's how it works: sign up, and we'll email you a list of 25 voters in one Virginia community. You'll call those voters to ask them to support Jerry Kilgore. One week before Election Day, we'll e-mail you the list of supporters you've identified so you can contact them and remind them to vote. We'll give you everything you'll need to be successful, including detailed instructions and a chance to learn about the issues at stake in this election. It's easy â€“ and critical to make sure we turn out Jerry's supporters on Election Day.&lt;/blockquote&gt;
This came directly from the &lt;span class=&quot;caps&quot;&gt;RNC&lt;/span&gt;. Where is the Democratic party on stuff like this?  I am building my own software to provide my own campaign tools like this â€“ why is that necessary?  &lt;span class=&quot;caps&quot;&gt;DNC&lt;/span&gt; or the &lt;span class=&quot;caps&quot;&gt;DFA&lt;/span&gt; or someone should be investing in open source tools for candidates to use for free that will involve people and harness grassroots power.  We should be building on those tools every election, we should be leading the way on this â€“ I have always thought of Democrats as the party of the people, yet here the Republicans are engaging thier grassroots while we're asking for money through mass propaganda.&lt;br/&gt;
We could be so much more connected, we could offer supporters so much more involvement.  We have to get to a point in politics where it's not all about the dollars.  This is our chance â€“ where are the new ideas?  I am contributing &lt;a href=&quot;/pages/software&quot;&gt;GroundWorks&lt;/a&gt; to the progressive political community, who will help me with it, take it to the next level?  Alternately, who will convince the &lt;span class=&quot;caps&quot;&gt;DNC&lt;/span&gt; or the &lt;span class=&quot;caps&quot;&gt;DFA&lt;/span&gt; that they should build thier own?  That instead of a $5,000 check to a candidates &lt;span class=&quot;caps&quot;&gt;PAC&lt;/span&gt;, maybe providing free, hosted, powerful community and precinct online tools to candidates across the country might have more of an effect?&lt;br/&gt;
More importantly â€“ if you were a â€œdecline to stateâ€, and you got both of these emails, who would you help?</content>
 </entry>
 
 <entry>
   <title>Wi-Fi Cloud Covers Rural Oregon</title>
   <link href="http://schacon.github.com//2005/10/17/wi-fi-cloud-covers-rural-oregon.html"/>
   <updated>2005-10-17T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/10/17/wi-fi-cloud-covers-rural-oregon</id>
   <content type="html">I have been talking about the benefits of municipal wireless setups for some time now.  There have been many people commenting that much of my district is too rural for that to be very useful.  Municipal Wireless is mostly useful for large cities â€“ San Francisco, New York, Philadelphia.&lt;br/&gt;
Well, I just read an &lt;a href=&quot;http://www.wired.com/news/wireless/0,1382,69234,00.html&quot;&gt;online article&lt;/a&gt; in Wired magazine that describes a wireless setup in rural Oregon that has some great examples of how a wireless network over a large rural area has great benefits â€“ not the least of which being less of a fight from the big telecoms.&lt;br/&gt;
For farmers :
&lt;blockquote&gt; Parked alongside his onion fields, Bob Hale can prop open a laptop and read his e-mail or, with just a keystroke, check the moisture of his crops.&lt;br/&gt;
As the jack rabbits run by, he can watch &lt;span class=&quot;caps&quot;&gt;CNN&lt;/span&gt; online, play a video game or turn his irrigation sprinklers on and off, all from the air conditioned comfort of his truck.&lt;br/&gt;
...&lt;br/&gt;
Ã¢â‚¬Å“Outside the cloud, I canÃ¢â‚¬â„¢t even get &lt;span class=&quot;caps&quot;&gt;DSL&lt;/span&gt;,Ã¢â‚¬? said Hale. Ã¢â‚¬Å“When IÃ¢â‚¬â„¢m inside it, I can take a picture of one of my onions, plug it into my laptop and send it to the Subway guys in San Diego and say, Ã¢â‚¬ËœHereÃ¢â‚¬â„¢s a picture of my crop.Ã¢â‚¬â„¢Ã¢â‚¬?&lt;/blockquote&gt;
For the Port:
&lt;blockquote&gt; For the Columbia River Port of Umatilla, one of the largest grain ports in the nation, the wireless network is being used to set up a high-tech security perimeter that will scan bar codes on incoming cargo.&lt;br/&gt;

Ã¢â‚¬Å“It has opened our eyes and minds to possibilities. Now that weÃ¢â‚¬â„¢re not tied to offices and wires and poles, now what can we do?Ã¢â‚¬? said Kim Puzey, port director.&lt;/blockquote&gt;
And municipal services are all benefiting from this setup, as well :
&lt;blockquote&gt; Now, emergency responders in the three counties surrounding the Umatilla Chemical Depot are equipped with laptop computers that are Wi-Fi ready.&lt;br/&gt;
These laptops are set up to detail the size and direction of a potential chemical leak, enabling responders to direct evacuees from the field.&lt;br/&gt;
Traffic lights and billboards posting evacuation messages can also be controlled remotely over the wireless network.&lt;br/&gt;
And for the Hermiston Police Department, having squad cars equipped with a wireless laptop means officers can work less overtime by being able to file their crime reports from the field.&lt;/blockquote&gt;
They have also setup a specialized program that allows local officials to check parking meters remotely, among other things.  These are some real life examples of what happens when wireless clouds are setup in any community.  This is why I have made my Wireless America initiative part of our &lt;a href=&quot;/pages/myvision&quot;&gt;American Roadmap&lt;/a&gt; goals.  It's about improving the economy â€“ from the farmers to the Port Authority, small businesses to big ones.</content>
 </entry>
 
 <entry>
   <title>Moving Forward - An American Roadmap</title>
   <link href="http://schacon.github.com//2005/10/16/moving-forward-an-american-roadmap.html"/>
   <updated>2005-10-16T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/10/16/moving-forward-an-american-roadmap</id>
   <content type="html">I just put up an outline for a simple, long term vision for America and American politics.  It is called â€œ&lt;a href=&quot;/pages/myvision&quot;&gt;Moving Forward â€“ An American Roadmap&lt;/a&gt;â€, and lays out some very simple goals that I think we should pursue as an American nation.
&lt;ul&gt;
	&lt;li&gt;Universal College Education&lt;/li&gt;
	&lt;li&gt;Participatory Democracy&lt;/li&gt;
	&lt;li&gt;Balanced Budget&lt;/li&gt;
	&lt;li&gt;Sustainable Energy Economy&lt;/li&gt;
	&lt;li&gt;Wireless America&lt;/li&gt;
&lt;/ul&gt;
I will be addressing each of these goals in more depth as blog entries in the coming months and linking to those entries from the page.  This is my vision for moving America forward and I look forward to hearing feedback on it.&lt;br/&gt;
Scott</content>
 </entry>
 
 <entry>
   <title>A Very Special Election</title>
   <link href="http://schacon.github.com//2005/10/12/a-very-special-election.html"/>
   <updated>2005-10-12T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/10/12/a-very-special-election</id>
   <content type="html">We have been getting a lot of emails and phone calls about the special election coming up here at the beginning of next month.  It seems fairly obvious to everyone that it's a power play by Arnold â€“ there is nothing on the ballot that couldn't have waited until next year, but there is no stopping it now.  So, how should we vote?&lt;br/&gt;
Well, most of my choices are right down the Democratic party's recommendations â€“ except for one.  To the angst and possible gnashing of teeth to be had by many Democrats, I have to support Prop 77.  More about that in a minute, for now, here is how I'm going to vote and some resources to help you decide for yourself :
&lt;table class=&quot;table-layout&quot;&gt;
&lt;tr class=&quot;action-row&quot;&gt;
&lt;th width=&quot;30%&quot;&gt;Title&lt;/th&gt;
&lt;th width=&quot;20%&quot;&gt;Vote&lt;/th&gt;
&lt;th width=&quot;30%&quot;&gt;Title&lt;/th&gt;
&lt;th width=&quot;20%&quot;&gt;Vote&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Prop 73&lt;br/&gt;
Waiting Period and Parental Notification.&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;NO&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Prop 77&lt;br/&gt;
Reapportionment.&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;&lt;span class=&quot;caps&quot;&gt;YES&lt;/span&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Prop 74&lt;br/&gt;
Public School Teachers. Waiting Period for Permanent Status.&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;NO&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Prop 79&lt;br/&gt;
Cheaper Prescription Drugs For Californians Act.&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;&lt;span class=&quot;caps&quot;&gt;YES&lt;/span&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Prop 75&lt;br/&gt;
Public Employee Union Dues.&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;NO&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Prop 80&lt;br/&gt;
Affordable Electricity &amp;amp; Preventing Blackouts Act.&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;&lt;span class=&quot;caps&quot;&gt;YES&lt;/span&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Prop 76&lt;br/&gt;
School Funding. State Spending.&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;NO&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Prop 78&lt;br/&gt;
Prescription Drugs. Discounts.&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;NO&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
Resources :
&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.easyvoter.org/california/nextelection/2005_special/index_1.html&quot;&gt;Easy Voter Guide&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.smartvoter.org/2005/11/08/ca/state/prop/&quot;&gt;Smart Voter&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://ca.lwv.org/lwvc/edfund/elections/2005nov/pc/&quot;&gt;&lt;span class=&quot;caps&quot;&gt;LOWV&lt;/span&gt; Pro/Con&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.cadem.org/site/c.jrLZK2PyHmF/b.1010965/k.A04B/Propositions.htm&quot;&gt;CA Dem Party&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://cal-access.ss.ca.gov/Campaign/Initiatives/&quot;&gt;Campaign Finance for Props&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Why &lt;span class=&quot;caps&quot;&gt;YES&lt;/span&gt; on 77?&lt;/h3&gt;
Now, as for my â€˜yes' vote on Prop 77.  It's simply a good law.  A while back I blogged about a report on redistricting that mentioned the â€œDrawing Linesâ€ report â€“ &lt;strike&gt;well, the law was &lt;a href=&quot;http://ca.lwv.org/lwvc/action/redistrict/DrawingLinesAddendumMarch2005Final.pdf&quot;&gt;amended&lt;/a&gt; to fix almost all of the problems that were found there, and now it is a really good law.&lt;/strike&gt;&lt;br/&gt;
The truth is that incumbency reelection rates are unbelievably high â€“ which is what I suppose you get when the elected officials draw their own district lines.  You might get districts that look like &lt;a href=&quot;/pages/district&quot;&gt;this&lt;/a&gt;.  Non-competitive districts result in ideologues in office and moderates unable to compete â€“ it is bad for democracy and bad for government.&lt;br/&gt;
The only reason the Democrats oppose it is because they will lose seats.  The only reason the Republicans support it is because they will gain seats.  We argue that we should not draw districts based on old census data, that we should wait until the next Census, and I agree, but the districts we are currently voting in are based off of 6 year old Census data, so new ones based off the same data can't possibly be worse.  It is not ideal, but that's not enough to not vote for it.  Neither is party self-interest.&lt;br/&gt;
I support this because our state is nearly as badly gerrymandered as Texas under DeLay â€“ we wail and cry about the injustice there, but turn a blind eye to our own district drawing corruption because it benefits us.  I don't think that is a good reason, and honestly, I would rather have moderates of both parties in office that favors our side slightly less, than ideologues and districts that discourage participation.&lt;br/&gt;
In the end, it is about hypocrisy.  If the Republicans controlled the state and this exact same law was to be voted on, I don't think there would be a protest to be heard from our side.  It's a good and fair law, and every state needs to pass it's equivalent â€“ it is healthy for politics, even if it's painful for politicians, or painful for my party.&lt;br/&gt;
We need to control the legislature because we honestly speak for the will of the people of California, not because we've worked the system better.  &lt;strong&gt;Vote â€˜Yes' on 77&lt;/strong&gt;.&lt;br/&gt;
And â€˜No' on everything else that self-centered, grandstanding Governor of ours is endorsing.  Jessica is a public school teacher, so I'd like to post about our thoughts on some of the other Props later.&lt;br/&gt;
&lt;strike&gt;For good arguments for and against 77, please read the League of Women Voter's &lt;a href=&quot;http://ca.lwv.org/lwvc/action/letters/acax13_letter.html&quot;&gt;Letter to McCarthy&lt;/a&gt;, saying that they would endorse the bill if they removed the immediate redistricting clause.&lt;/strike&gt;&lt;br/&gt;
&lt;strong&gt;Update 10/13&lt;/strong&gt;: I made a big, yet ultimately inconsequential mistake in this post.  I had the wrong bill in mind.  I thought that Prop 77 was McCarthy's redistricting bill, which is what Arnold was originally backing.  It is not â€“ it is apparently the Costa one.  I was not aware that Arnold had switched his endorsement.&lt;br/&gt;
The amended McCarthy bill was better, I thought â€“ so that is too bad.  However, having now &lt;em&gt;read through&lt;/em&gt; the actual text of 77, so as not to mistake myself again, I am still endorsing and voting for it.  There are some big differences â€“ there are only 3 judges (as opposed to 5), there is no competitive requirement (though that doesn't rule it out), and there is an additional public vote (which may actually be a good thing) â€“ but overall, I think it is far better than the current system.&lt;br/&gt;
I apologize for the mixup, and I have crossed out the sections that are no longer relevant.  If you have any comments, please leave them.</content>
 </entry>
 
 <entry>
   <title>Since Sliced Bread</title>
   <link href="http://schacon.github.com//2005/10/06/since-sliced-bread.html"/>
   <updated>2005-10-06T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/10/06/since-sliced-bread</id>
   <content type="html">&lt;span style=&quot;margin: 10px; float: right&quot;&gt;&lt;a href=&quot;http://www.sinceslicedbread.com/submit/idea&quot;&gt;&lt;img src=&quot;/uploads/ssb.gif&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;
Yesterday I heard about a great website from the &lt;span class=&quot;caps&quot;&gt;SEIU&lt;/span&gt;.  Andy Stern, president of the &lt;span class=&quot;caps&quot;&gt;SEIU&lt;/span&gt; and whom I heard speak at the Personal Democracy Forum a few months back, &lt;a href=&quot;http://www.huffingtonpost.com/andy-stern/since-sliced-bread_b_8352.html&quot;&gt;posted&lt;/a&gt; on the Huffington Post about a new website they launched just a couple of days ago.  The site is called &lt;a href=&quot;http://sinceslicedbread.com&quot;&gt;Since Sliced Bread&lt;/a&gt;, and it is setup to collect good ideas.&lt;br/&gt;
The idea is that there haven't been many good, big ideas coming from government lately, so they setup this website to take suggestions for the next big idea.  From the site :
&lt;blockquote&gt; Since Sliced Bread is a national call for fresh, common sense ideas. A call for ideas that will strengthen our economy and improve the day-to-day lives of working men and women and their families. ItÃ¢â‚¬â„¢s also a place where ordinary Americans and experts alike can discuss the important economic issues of our times.
...
The winner receives a grand prize of $100,000 and our commitment to work to make the idea a reality. The two runners-up take home $50,000. All 21 ideas will be featured in a book to be published in 2006.&lt;/blockquote&gt;
So you write your idea (175 words or less) on their site, and you can view and comment on other peoples ideas.  The winners are voted on early next year.  So, if you have a great idea, go &lt;a href=&quot;http://www.sinceslicedbread.com&quot;&gt;try it out&lt;/a&gt;.&lt;br/&gt;
Here is &lt;a href=&quot;http://www.sinceslicedbread.com/node/125&quot;&gt;mine&lt;/a&gt;.&lt;br/&gt;
I like this because it is another example of how we can use the internet to encourage a real participatory democracy.  Ask hundreds of thousands of people what they think, promise to do something about it, and I think we would be surprised at what we can come up with.  I have been working on a project related to the campaign that is very similar and I think this is the way government will eventually go.  Involving everybody, asking everybody what we should do, asking everybody to participate, and actually listening.&lt;br/&gt;
On the front page of Since Sliced Bread, they say :
&lt;blockquote&gt; Ordinary Americans can help determine the future, so &lt;em&gt;join this important national conversation right now&lt;/em&gt;&lt;/blockquote&gt;
Join the conversation.</content>
 </entry>
 
 <entry>
   <title>Beyond Delay</title>
   <link href="http://schacon.github.com//2005/09/28/beyond-delay.html"/>
   <updated>2005-09-28T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/09/28/beyond-delay</id>
   <content type="html">This 13 most corrupt members of Congress thing, in addition to the Endangered Species Act rewrite and National Park selling proposal have gotten Pombo a lot of attention lately.&lt;br/&gt;
I didn't link to the actual report yesterday, but the organization has put up a whole website for it at &lt;a href=&quot;http://www.beyonddelay.org&quot;&gt;http://www.beyonddelay.org&lt;/a&gt;.  Pombo's section is &lt;a href=&quot;http://www.beyonddelay.org/beyond_delay/rep_richard_pombo_r_ca&quot;&gt;here&lt;/a&gt;, which details out several of his recent ethical problems, including :
&lt;ul&gt;
	&lt;li&gt;Misuse of Franking Privileges&lt;/li&gt;
	&lt;li&gt;Campaign Donations In Exchange for Use of Official Powers
&lt;ul&gt;
	&lt;li&gt;Support for Chevron in Opposing CompetitorÃ¢â‚¬â„¢s Bid for Unocal&lt;/li&gt;
	&lt;li&gt;Opposition to Environmental Guidelines&lt;/li&gt;
	&lt;li&gt;Legislative Assistance to Indian Tribes&lt;/li&gt;
	&lt;li&gt;Support for Proposed Freeways&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
	&lt;li&gt;Payments to Family Members&lt;/li&gt;
	&lt;li&gt;Misuse of Federal Funds for Campaign Expenses&lt;/li&gt;
&lt;/ul&gt;
This is one of the more comprehensive and concise collections of recent Pombo ethical violations.  If you would like to read about any of them in more detail, please visit &lt;a href=&quot;http://www.beyonddelay.org/beyond_delay/rep_richard_pombo_r_ca&quot;&gt;the site&lt;/a&gt;.&lt;br/&gt;
In related news, even the Republicans are starting to get tired of him.  Republican Pete McCloskey just &lt;a href=&quot;http://www.insidebayarea.com/sanmateocountytimes/localnews/ci_3066116&quot;&gt;announced&lt;/a&gt; that if nobody stands up to Pombo in the primary, he will challenge Pombo.
&lt;blockquote cite=&quot;http://www.insidebayarea.com/sanmateocountytimes/localnews/ci_3066116&quot;&gt; A former U.S. Marine, McCloskey served in the House of Representatives from 1967 to 1983, representing a district on the Peninsula. He made an unsuccessful presidential primary bid in 1972 on an anti-Vietnam War platform, attempting to defeat President Richard Nixon.
...
Monday morning, speakers from such diverse groups as farmers, sports fishermen and California fisheries, joined McCloskey in speaking out against Pombo's attempt to change the &lt;span class=&quot;caps&quot;&gt;ESA&lt;/span&gt;.&lt;/blockquote&gt;
We are going to have an interesting year.</content>
 </entry>
 
 <entry>
   <title>13 / 535 is not good</title>
   <link href="http://schacon.github.com//2005/09/26/13-535-is-not-good.html"/>
   <updated>2005-09-26T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/09/26/13-535-is-not-good</id>
   <content type="html">Citizens for Responsibility and Ethics in Washington (CREW) published a report recently naming what it determined as the 13 most corrupt members of both houses of and both parties in Congress.  Of 535 members of Congress, Richard Pombo was named one of the 13 most corrupt â€“ the list included both Democrats and Republicans.&lt;br/&gt;
From the &lt;a href=&quot;http://seattletimes.nwsource.com/html/nationworld/2002519065_ethics25.html&quot;&gt;article&lt;/a&gt;:
&lt;blockquote&gt;Rep. Richard W. Pombo: He paid his wife and brother $357,325 in campaign funds in the last four years, the report says. He also supported the wind-power industry before the Department of Interior without disclosing that his parents received hundreds of thousands of dollars in royalties from wind-power turbines on their ranch.&lt;br/&gt;
Brian Kennedy, a spokesman for Pombo, said that â€œeach of the charges is baseless.â€ He called the watchdog group â€œa Democratic attack group, and all of their charges should be taken with a grain of salt.â€&lt;/blockquote&gt;
My question is, how do you say that a charge that you paid your wife and brother $357,325 in campaign funds is baseless when anybody can verify it by looking at his filings?&lt;br/&gt;
&lt;strong&gt;Annette Pombo, 2004 cycle&lt;/strong&gt; : &lt;a href=&quot;http://opensecrets.org/politicians/expendetail.asp?CID=N00007516&amp;amp;cycle=2004&amp;amp;name=Pombo%2C+Annette&quot;&gt;$55,284&lt;/a&gt; + &lt;a href=&quot;http://opensecrets.org/politicians/expendetail.asp?CID=N00007516&amp;amp;cycle=2004&amp;amp;name=Annette+Pombo&quot;&gt;$76,105&lt;/a&gt;, mainly for â€œFundraising consultingâ€ or â€œFUNDRAISING &lt;span class=&quot;caps&quot;&gt;SVC&lt;/span&gt;.â€&lt;br/&gt;
&lt;strong&gt;Annette Pombo, 2002 cycle&lt;/strong&gt; :  &lt;a href=&quot;http://opensecrets.org/politicians/expendetail.asp?CID=N00007516&amp;amp;cycle=2002&amp;amp;name=Annette+Pombo&quot;&gt;$110,064&lt;/a&gt;&lt;br/&gt;
&lt;strong&gt;Randall Pombo, 2004 cycle&lt;/strong&gt; : &lt;a href=&quot;http://opensecrets.org/politicians/expendetail.asp?CID=N00007516&amp;amp;cycle=2004&amp;amp;name=Randall+Pombo&quot;&gt;$91,270&lt;/a&gt; + &lt;a href=&quot;http://opensecrets.org/politicians/expendetail.asp?CID=N00007516&amp;amp;cycle=2004&amp;amp;name=Pombo%2C+Randall&quot;&gt;$50,050&lt;/a&gt;&lt;br/&gt;
&lt;strong&gt;Randall Pombo, 2002 cycle&lt;/strong&gt; : &lt;a href=&quot;http://opensecrets.org/politicians/expendetail.asp?CID=N00007516&amp;amp;cycle=2002&amp;amp;name=Randall+Pombo&quot;&gt;$444,737&lt;/a&gt;&lt;br/&gt;
That adds up to well over $357k, so I'm assuming they took out reimbursements.  Either way, if anything it's lowballing the amount his immediate family got from whatever someone might have donated to his campaign.  In filings made public this year, he's already paid his wife $9000 for fundraising consulting, and $6750 to Randall, his brother, for the same thing â€“ and that's only for the first three months of the year.&lt;br/&gt;
As if to drive the point home, we get &lt;a href=&quot;http://sfgate.com/cgi-bin/article.cgi?f=/c/a/2005/09/24/PARKS.TMP&quot;&gt;this&lt;/a&gt;, aimed at getting people to support drilling in the Arctic National Wildlife Refuge :
&lt;blockquote cite=&quot;http://sfgate.com/cgi-bin/article.cgi?f=/c/a/2005/09/24/PARKS.TMP&quot;&gt; House Resources chairman Richard Pombo is circulating a draft of a bill that would sell 15 national parks and require the National Park Service to raise millions of dollars by selling the naming rights to visitors' centers and trails.&lt;br/&gt;
If drilling continues to be banned in the refuge, Pombo's staff argued, the government would have to sell parks as well as advertising space on park buses, trams and ferries to reach the level of revenues expected from oil leases sales in the Alaskan refuge.&lt;/blockquote&gt;
Sell the national parks?  Rename the John Muir trail to the Pac Bell Trail?  Of course not â€“ they were only kiddingâ€¦
&lt;blockquote&gt;â€œThis document was intended to illustrate not just for leadership but for members of the House that the chairman feels we have no choice but to open (the refuge),â€ said Kennedy, Pombo's spokesman.&lt;/blockquote&gt;
So it's a threat, then?  Well that's wonderful.&lt;br/&gt;
We also have a lot to talk about regarding Pombos fast tracking of his &lt;a href=&quot;http://www.mercurynews.com/mld/mercurynews/news/opinion/12737776.htm&quot;&gt;horrible rewrite&lt;/a&gt; of the Endangered Species Act through Congress, so more on that soon.  For now, I'll leave you with pictures of just a few of the many times Jessica and I have spent in our National Parks.&lt;br/&gt;
&lt;img src=&quot;/uploads/parks/bryce_tn.jpg&quot; /&gt;
&lt;img src=&quot;/uploads/parks/tetons_tn.jpg&quot; /&gt;
&lt;img src=&quot;/uploads/parks/zion2_tn.jpg&quot; /&gt;
&lt;img src=&quot;/uploads/parks/glacier1_tn.jpg&quot; /&gt;
&lt;img src=&quot;/uploads/parks/yosemite-winter_tn.jpg&quot; /&gt;
&lt;img src=&quot;/uploads/parks/zion_tn.jpg&quot; /&gt;
&lt;img src=&quot;/uploads/parks/glacier2_tn.jpg&quot; /&gt;
&lt;img src=&quot;/uploads/parks/yosemite_tn.jpg&quot; /&gt;</content>
 </entry>
 
 <entry>
   <title>Paul Rusesabagina</title>
   <link href="http://schacon.github.com//2005/09/22/paul-rusesabagina.html"/>
   <updated>2005-09-22T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/09/22/paul-rusesabagina</id>
   <content type="html">On Monday, I was able to attend a speech by Paul Rusesabagina, whose life was dramatized in the recent movie &lt;a href=&quot;http://www.amazon.com/exec/obidos/tg/detail/-/B0007R4T3U/qid=1127403874/sr=8-1/ref=pd_bbs_1/103-1689941-8675043?v=glance&amp;amp;s=dvd&amp;amp;n=507846&quot;&gt;Hotel Rwanda&lt;/a&gt;.&lt;br/&gt;
&lt;img src=&quot;http://chaconforcongress.com/uploads/paul.jpg&quot; /&gt;&lt;br/&gt;
Mr. Rusesabagina was a lively speaker with a very strong message and an incredible life story.  For those of you who have not seen the movie, which I would recommend, he was a hotel manager living in Rwanda at the outbreak of genocide in April 1994.  He managed to keep his family and 1200 other Rwandans alive in his hotel for several months while the international community abandoned them.  His story is inspiring and rare.&lt;br/&gt;
It is the kind of story that causes you to wonder how you would act in that situation.  Would you let people into your home to save them from murderers, even though it put your own family at risk?  Would you stay behind to face incredible danger when given an opportunity to leave, because if you left, you knew that over 1000 men, women and children would certainly be slaughtered?  How would you react to someone asking you to please tell them when the soldiers were close, so that they could have time to bring their families to the roof and jump off for an easier death?  If a man handed you a machete and pointed a gun at you â€“ would you kill another?&lt;br/&gt;
These are questions that Paul faced and he acted with incredible heroism and courage.  These are situations that others face in the Sudan and elsewhere in the world now, and if history is any indication, will continue to happen long into the future.  This burden is ours to confront as a society, to face as a world community.  Pauls example is heart breaking in that it is so very rare.  Most would not resist and risk themselves, but would give in, participate, and give excuses after.&lt;br/&gt;
Paul has started the &lt;a href=&quot;http://www.hrrfoundation.org/&quot;&gt;Hotel Rwanda Rusesabagina Foundation&lt;/a&gt; to help women and children affected by the genocides of several African nations, including the Sudan.  He will be coming out with a book called â€œAn Ordinary Manâ€ next year, I will try to link to it when it goes on sale.&lt;br/&gt;
If you would like to learn more about the Rwandan genocide, some books I would recommend would be &lt;a href=&quot;http://tinyurl.com/7hgyd&quot;&gt;We Wish to Inform You That Tomorrow We Will be Killed With Our Families: Stories from Rwanda&lt;/a&gt;, &lt;a href=&quot;http://tinyurl.com/a6xmg&quot;&gt;Shake Hands with the Devil&lt;/a&gt; by Lt. Gen. Romeo Dallaire, or one that I'm currently reading, &lt;a href=&quot;http://tinyurl.com/9h4h7&quot;&gt;A Problem from Hell&lt;/a&gt; by Samantha Power.</content>
 </entry>
 
 <entry>
   <title>I Mean Honestly...</title>
   <link href="http://schacon.github.com//2005/09/22/i-mean-honestly.html"/>
   <updated>2005-09-22T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/09/22/i-mean-honestly</id>
   <content type="html">So I did another triathlon in Pleasanton this weekend â€“ on Sunday, actually.  I did better than the last one, but my dumb bike tire popped again.  I think my bike may well be allergic to the finish line, because it was an 18 mile bike ride, and the tire died around mile 17.  Since it takes me about 20 minutes to change a tire and far less to jog a mile, I just jogged my bike in.  So here you have this dumb picture of me crossing the bike finish while not actually riding my bike.&lt;br/&gt;
&lt;img src=&quot;http://www.chaconforcongress.com/uploads/tri_bike.jpg&quot; /&gt;&lt;br/&gt;
What a doofus.  Other than that, it was fun â€“ next time I'm thinking of trying an international distance course.&lt;br/&gt;
&lt;img src=&quot;http://www.chaconforcongress.com/uploads/tri_run.jpg&quot; /&gt;&lt;br/&gt;
That's assuming I can get my bike to work for the whole course.  Also, in case you're wondering â€“ no, I hadn't ridden the bike since the last triathlon.&lt;br/&gt;
The website seems to be holding up pretty well â€“ I just got my first batch of voter file data, so I'll be injecting that and we'll be off and running with a targeted voter list.  Who wants a precinct?&lt;br/&gt;
Scott</content>
 </entry>
 
 <entry>
   <title>New Website!</title>
   <link href="http://schacon.github.com//2005/09/19/new-website.html"/>
   <updated>2005-09-19T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/09/19/new-website</id>
   <content type="html">As you may be able to tell, if you've been here before, our new website has been put up. There have been several new features added, and hopefully it will be an all around better site for everyone.&lt;br/&gt;
Among the improvements :
&lt;h3&gt;Phone Banking&lt;/h3&gt;
There is now a full featured &lt;a href=&quot;/calls/phonebank&quot;&gt;phone banking&lt;/a&gt; application here.  If you sign up for an account, you can start calling other people in our district to let them know about my campaign.  The best part is that you can schedule me to call or meet with them while you are on the phone!  Imagine saying that on the phone â€“ â€œWould you like to meet the candidate?  How about Monday at 7pm?  Great, he'll be thereâ€...
&lt;h3&gt;Call Me&lt;/h3&gt;
I now have a Call Me section, where if you would like me to call you to talk about something, you can just schedule me to give you a call.  There is a link on the &lt;a href=&quot;/pages/main&quot;&gt;front page&lt;/a&gt; that is quick and easy to use.
&lt;h3&gt;Better Scheduler&lt;/h3&gt;
My &lt;a href=&quot;/schedule_items/find_new&quot;&gt;online scheduler&lt;/a&gt; lets you determine my campaign schedule â€“ first come, first served.  It is far, far better than the sad version at my old site.  Now it checks for conflicts and enforces rules so I can handle the scheduling.  It is also much easier to use.
&lt;h3&gt;Feeds&lt;/h3&gt;
There are now a number of &lt;a href=&quot;/articles/feeds&quot;&gt;feeds&lt;/a&gt; on our website, including individual discussion feeds, a campaign account feed, a schedule feed, and there will be more.  We will soon have a feed of all the meetings that I go to, with images or video attached.
&lt;h3&gt;Open Source&lt;/h3&gt;
The best part is that this whole website is open source.  Feel free to visit &lt;a href=&quot;http://groundworks.chaconcorps.com&quot;&gt;http://groundworks.chaconcorps.com&lt;/a&gt; to download all of the source code and modify it for your own campaign.  Or, add a feature that you would like to see and submit a patch to me.  This is the beginning of a web based campaign that spreads to help elect a different kind of politician everywhere.&lt;br/&gt;
This is just the beginning.  Now we have a framework we can really work with.  There is tons of new functionality just around the corner â€“ and all of it will continue to be open and available to anyone else for free.&lt;br/&gt;
Again, this is a brand new site, so please let me know if you see any bugs or problems, or if anything is confusing.</content>
 </entry>
 
 <entry>
   <title>Welcome DFAers!</title>
   <link href="http://schacon.github.com//2005/09/16/welcome-dfaers.html"/>
   <updated>2005-09-16T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/09/16/welcome-dfaers</id>
   <content type="html">For those of you coming over from the Democracy for America &lt;a href=&quot;http://tools.democracyforamerica.com/housevote/&quot;&gt;Grassroots All-Star&lt;/a&gt; House Vote contest, let me introduce myself and my race.&lt;br/&gt;
I am running for Congress because I am as tired with traditional politics as the rest of you.  I was a Dean supporter because he was different â€“ he invited everyone to the table, depended on low-dollar donors and was more interested in broad and meaningful involvement and feedback than in message and top down control.&lt;br/&gt;
I believed in him, because I was tired with pay to play, money dominated politics that has made cynics of us all, and he offered a different type of campaign.  He gave the power and control to us, trusted and depended on us.  He did not create the campaign, the campaign happened to him, and he allowed it to â€“ in that he was radically different, a campaign that demonstrated participatory democracy.  This is the future of politics.&lt;br/&gt;
Unfortunately, the end of his campaign was the end of this revolution in political campaigns.  Others have used some of his tools, but none have taken this idea of involvement and distributed campaigning to the next level â€“ no one has advanced this new type of politics on a national level.&lt;br/&gt;
My campaign is my contribution to trying to move this forward.  I am letting anyone schedule my time, first come first served â€“ you are my campaign scheduler.  I am limiting my campaign contributions to $100.  I am putting my account ledger and meeting details online in real time.  I am blogging and podcasting personally.  I am empowering Community Captains to walk and call their precincts and run mini-campaigns at their own discretion, with an online, centralized database.  I am writing extensive and powerful software to enable all of this, and giving away the source code to anyone for free.  Mine is the first Open Source campaign, and if you want to be involved, I invite you to join me.  Let us fix politics, let us do it together.  Join the conversation.&lt;br/&gt;
To see the new website that is incorporating this functionality, go to the &lt;a href=&quot;http://beta.chaconcorps.com&quot;&gt;Beta site&lt;/a&gt;.  You can get the source code for this entire website &lt;a href=&quot;http://groundworks.chaconcorps.com&quot;&gt;here&lt;/a&gt;.&lt;br/&gt;
Also, for those of you not familiar, you can vote on the &lt;span class=&quot;caps&quot;&gt;DFA&lt;/span&gt; website for them to endorse me here : &lt;a href=&quot;http://tools.democracyforamerica.com/housevote/&quot;&gt;http://tools.democracyforamerica.com/housevote/&lt;/a&gt;</content>
 </entry>
 
 <entry>
   <title>New Website Testing</title>
   <link href="http://schacon.github.com//2005/09/13/new-website-testing.html"/>
   <updated>2005-09-13T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/09/13/new-website-testing</id>
   <content type="html">I just put up the code for the new website.  We are still debugging it and adding a few features, but in the interest of the Open Source campaign, I invite you to &lt;a href=&quot;http://beta.chaconcorps.com&quot;&gt;check it out&lt;/a&gt;.&lt;br/&gt;
It may be up and down occasionally as we tweak the server and add the remaining features and data, but it's essentially working and I welcome any feedback you have.  There is also a problem with slowness when clicking on certain specific links, but that's being fixed soon.&lt;br/&gt;
The site is being tested at &lt;a href=&quot;http://beta.chaconcorps.com&quot;&gt;http://beta.chaconcorps.com&lt;/a&gt;, and will replace this website within the next few days, most likely.&lt;br/&gt;
It is also open sourced as a software project, which means you can download the source code for the whole site &lt;a href=&quot;http://groundworks.chaconcorps.com&quot;&gt;here&lt;/a&gt;.  A warning : it is not a product â€“ it is just my website code and would be a bit of work to make it work for someone else, but it's out there nonetheless.  It is written in &lt;a href=&quot;http://rubyonrails.com&quot;&gt;Ruby on Rails&lt;/a&gt;, for those of you out there who care.&lt;br/&gt;
Let's hear that &lt;a href=&quot;mailto:scott@jointheconversation.org&quot;&gt;feedback&lt;/a&gt;!</content>
 </entry>
 
 <entry>
   <title>Andrew Rasiej for Public Advocate</title>
   <link href="http://schacon.github.com//2005/09/10/andrew-rasiej-for-public-advocate.html"/>
   <updated>2005-09-10T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/09/10/andrew-rasiej-for-public-advocate</id>
   <content type="html">New York will be having an election this coming Tuesday.  One of the offices that will be voted on is the office of Public Advocate, for which &lt;a href=&quot;http://www.advocatesforrasiej.com&quot;&gt;Andrew Rasiej&lt;/a&gt; is running.  I have mentioned this race a few times in the past, but now they are down to the wire, and I feel that it is incredibly important to help out if you live in New York, or know anyone that does.&lt;br/&gt;
Andrew is a different kind of politician.  He is the kind of politician I was looking for in local politics before I decided to run.  His campaign has depended on low dollar donors, ideas from the public, and the belief that technology can be harnessed to realize a true participatory democracy â€“ where communities are connected to help themselves and their local government make a better community.  This is a vision that I share, and his campaign is breaking new ground for a type of politics that I hope to see explode in the near future.  Campaigns where control is given to the supporters, where the focus is on the communities and the opportunities, rather than just the candidate.  Where support and ideas are more important than who your family knows and how much money they have.&lt;br/&gt;
He has been a vocal advocate for municipal WiFi to blanket New York, and I don't think there is a better or more visionary idea from anyone else in the race.  In an emerging world where access to the internet is essential for social, educational and economic opportunities, Americans are falling father behind the rest of the world every day.  When the Commerce Department says that 95% of new jobs being created require significant computer skills, we are still letting huge telecom interests fleece most of our citizens for $40-50 per month for broadband access.  Andrew envisions Municipal wireless as infrastructure â€“ a public good like roads or electricity â€“ that builds business and enriches everyone when it is universally applied to a society.&lt;br/&gt;
However, his campaign is not just about that, which some people think it is.  That is simply a building block for a bigger vision.  A new vision of what government and politics could be.  His &lt;a href=&quot;http://www.advocatesforrasiej.com/2005/05/16/my-remarks-at-pdf-this-morning/&quot;&gt;remarks&lt;/a&gt; at the Personal Democracy Forum were words that could have come from my own mouth, were I a more talented writer :
&lt;blockquote cite=&quot;http://www.advocatesforrasiej.com/2005/05/16/my-remarks-at-pdf-this-morning/&quot;&gt; In my humble opinion, we have it backwards. Too much of the energy about technologyÃ¢â‚¬â„¢s impact on politics is focused on elections and what it can do for, or against, individual politicians.&lt;br/&gt;
We techno-politicos should instead be focusing on how we can restore health to our civic life Ã¢â‚¬â€ and in particular, how we can get more people connected to each other and their government to raise issues, share ideas and solve problems.&lt;br/&gt;
After all, there are lots of good reasons that most Americans hate politics. ItÃ¢â‚¬â„¢s been taken away from them and turned into a cynical game that is more focused on winning elections than getting things done, where tearing the other side down matters more than lifting ideas up, where people are treated as commodities, and the only ones who get any attention are the people who can pay to play.&lt;br/&gt;
So itÃ¢â‚¬â„¢s not enough for us to use our skills and creativity to figure out a better way to block a bill or dial for dollars.&lt;br/&gt;
We need to aggressively advocate new ways to use technology to foster a more open, responsive, and accountable government.&lt;/blockquote&gt;
This is the kind of politics I am also working for, and why I was attracted to attending the &lt;span class=&quot;caps&quot;&gt;PDF&lt;/span&gt; conference in the first place.  He is not just saying these things, he is working to realize that.  A few months ago, he launched &lt;a href=&quot;http://wefixnyc.com&quot;&gt;WeFixNYC.com&lt;/a&gt;, a small example of a big vision where people can take pictures of potholes or other public problems and send them to the website where they are posted on a google map, and when you click on them, you can see the status of the problem.  Imagine if all levels of government embraced this kind of involvement and technology.  This is participatory democracy, and it shows a taste of what could be possible if a politician who understood technology, and was not just in it for themselves, ever got elected.&lt;br/&gt;
If you know anyone in the area, please call them and ask them to vote for Andrew Rasiej on Tuesday.  It is an important first step to a new, better politics coming to an election near you.</content>
 </entry>
 
 <entry>
   <title>Katrina</title>
   <link href="http://schacon.github.com//2005/09/07/katrina.html"/>
   <updated>2005-09-07T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/09/07/katrina</id>
   <content type="html">Jessica and I have had little but Katrina on our minds in the last few days, as I am sure have all of you.  There are many reasons why, and I felt I should write something about it.  If for no other reason than to get it off my chest.  Outrage and indignation do not begin to describe the breadth of anger and sadness that have been through me in the last week.&lt;br/&gt;
I have heard harrowing stories of death and loss.  But the human tragedy, though awful, is not what really hurts me.  As Dr. Martin Luther King has said at a time of death and tragedy :
&lt;blockquote&gt; Death is not a period that ends the great sentence of life, but a comma that punctuates it to more lofty significance. Death is not a blind alley that leads the human race into a state of nothingness, but an open door which leads man into life eternal. Let this daring faith, this great invincible surmise, be your sustaining power during these trying days.&lt;/blockquote&gt;
Jessica and I have listened, watched and wept for those who have lost everything, but we have more deeply shuddered from the impact of our injured vision of this nation.  We share a profound faith in the promise and fundamental decency of America, and that faith was also a victim here.&lt;br/&gt;
The events of the past days have shown a country that is not my America.  My America doesn't leave our poor, sick and elderly to drown in a flooded city.  My America doesn't blame them for not being able to afford to get themselves out in time.  My America doesn't take four days to get help to a major city that has been completely destroyed, it's young and old dying in the streets from neglect and starvation. This tragedy hurts me so much because this is not the response that befits the nation I am so proud of.&lt;br/&gt;
This is the response of a government that sees fit to run itself like a company, where it's president views himself as the &lt;span class=&quot;caps&quot;&gt;CEO&lt;/span&gt;.  Where people's lives, especially if they are poor and black, are acceptable risks â€“ not worth mitigating with required resources â€“ where the bottom line is more important than the lives of the poor.&lt;br/&gt;
This week, America was on display for the world to see that we are not our brothers keeper.  That politics and bureaucracy have strangled our humanity.  We purport to be the moral force in the world, and indeed I believe we should be, and yet we have shown that morality has not penetrated our government, is not considered in it's actions in time of great need.&lt;br/&gt;
This disaster was not a surprise.  The convoys should have been staged to roll out days before the hurricane hit, knowing that this was a more than likely result.  Rescue teams and national guard units had days to assemble, prepare and coordinate.  Buses should have been available to move people out who couldn't afford to.  While those with the means were driving out of town, those with the responsibility should have been preparing to help the remaining.  The line we are hearing is that nobody could have predicted this or that, but if that is so true, why was the city evacuated?&lt;br/&gt;
They could not have had more warning or more time to prepare an adequate and coordinated response, but it was the slowest response I could have imagined.  It was so obvious that danger was eminent that those with the means were told to leave immediately.  That presents two scenarios. The first is one in which our government, after billions of dollars and total departmental reorganization and years of time to prepare for the worst, is shown to be completely incompetent â€“ wasting our tax money and showing us as a nation to be totally unprepared for the terrorist attack for which we were preparing.  Or, the second option, which is simply that our government doesn't care enough about either poor people or black people to bother themselves with protecting them or responding to their crisis in a timely manner.  There really is no other option, and trying to consider which one might be more true makes me sick, sad and angry at the same time.&lt;br/&gt;
I am further led to believe that the latter scenario is the correct one.  Can any of us honestly imagine that if a massive earthquake hit San Francisco that the national guard and food and supplies wouldn't be there in force quicker than four days?   This is not so abstract for me â€“ I work on the peninsula.  If all the bridges go down and buildings topple, do you think I'm going to starve?  You think I'm going to be guarding the food at my work with a rifle or hearing gunshots in the streets or laying in human waste in Candlestick Park for days, waiting for someone to come and triage us?  Of course not â€“ troops and supplies will be here within hours.&lt;br/&gt;
In fact, when the hurricanes hit Florida last year, &lt;span class=&quot;caps&quot;&gt;FEMA&lt;/span&gt; was in fact on the case.  They were properly staged, outfitted and prepared, and they leaped into action.  Did the fact that the Presidents brother is the governor, or that the Republicans only narrowly won Florida in 2000 have anything to do with that generous and well planned response?  For the mercy of God, I hope not.&lt;br/&gt;
I understand that it is hard to believe that I would not want to make this a partisan issue, but I don't.  I am at heart a centrist and I listen to and respect moderate Democrats and moderate Republicans equally.  I have never been a fan of this administration â€“ I demonstrated against the war, I have voiced my disagreements often â€“ but I did respect the office.  Many of my friends and family are Republicans whom I know and love, so I could never join some of my liberal friends in being able to blanket vilify or demonize them. However, that being said, I do believe that this is the direct result of our government becoming so completely controlled by one twisted branch of a party that has lost it's way. We have been led by them to become a country of corruption and indifference; where winning is more important than being right, control is more important than honesty, where the poor are left to fend for themselves in a crisis, where blame is shifted before responsibility is accepted.&lt;br/&gt;
No more.&lt;br/&gt;
No matter how hard it will be, no matter what the cost, we need to bring morality, humanity and responsibility back to our government. We need to elect people who care about their neighbors, not their power.  People who are in it to serve others, not themselves.  I honestly don't care if it is moderate Republicans or moderate Democrats, but we need some moderation.  How do we do it?  The Conversation starts now.&lt;br/&gt;
Please give to the &lt;a href=&quot;https://give.redcross.org/?hurricanemasthead&quot;&gt;Red Cross&lt;/a&gt; or the &lt;a href=&quot;http://www.salvationarmyusa.org/&quot;&gt;Salvation Army&lt;/a&gt;, or any other charity that can help on the ground.  There is a good list and how they spend their donations on &lt;a href=&quot;http://give.org/news/katrina.asp&quot;&gt;Give.Org&lt;/a&gt;.</content>
 </entry>
 
 <entry>
   <title>$5 Gas and ANWR</title>
   <link href="http://schacon.github.com//2005/09/02/5-gas-and-anwr.html"/>
   <updated>2005-09-02T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/09/02/5-gas-and-anwr</id>
   <content type="html">Pombo on Wednesday said that because of Hurricane Katrina, gas prices could reach $5 per gallon, according to this &lt;a href=&quot;http://www.recordnet.com/apps/pbcs.dll/article?AID=/20050901/NEWS01/509010331/1001&quot;&gt;article&lt;/a&gt; in the Record.&lt;br/&gt;
I wouldn't have much of a problem with that if he didn't then go on to try to use the crisis to try to get attention for his energy red herring for political gain:
&lt;blockquote cite=&quot;http://www.recordnet.com/apps/pbcs.dll/article?AID=/20050901/NEWS01/509010331/1001&quot;&gt; U.S. Rep. Richard Pombo said Wednesday that gasoline prices could soon reach $5 a gallon because of Hurricane Katrina.
...
Pombo suggested that the ongoing fuel crisis should increase support for drilling in the Arctic National Wildlife Refuge, a controversial part of President Bush's energy proposal that Pombo has supported as chairman of the House Resources Committee&lt;/blockquote&gt;
The &lt;span class=&quot;caps&quot;&gt;USGS&lt;/span&gt; â€œArctic National Wildlife Refuge, 1002 Area, Petroleum Assessmentâ€ (&lt;a href=&quot;http://pubs.usgs.gov/fs/fs-0028-01/fs-0028-01.htm&quot;&gt;link&lt;/a&gt;),   estimates that the total quantity of technically recoverable oil in the 1002 area is 7.7 billion barrels, possibly as much as 10 billion barrels, given that per barrel prices are high enough to warrant the extra effort, economically.  That, however, makes his argument useless, since it assumes that oil prices are high.&lt;br/&gt;
So, at US consumption rates of 20 million barrels per day, &lt;span class=&quot;caps&quot;&gt;ANWR&lt;/span&gt; could give us a year's worth, possibly more if oil prices stay high.  Of course, it would take the better part of a decade to actually get that oil to market, and it depends so heavily on oil being expensive for extraction to even be worth it, that Chevron, BP and Conoco Phillips are not pushing to open it up. In fact, whoever does develop there will be a private company, which will then be free to sell the oil on the open market. Since China is close and is less stringent about refining standards, it may well be sold to them.&lt;br/&gt;
The point is that &lt;span class=&quot;caps&quot;&gt;ANWR&lt;/span&gt; does not mean energy independence, it means private profit and continued high oil prices.&lt;br/&gt;
Here is a good &lt;a href=&quot;http://washingtontimes.com/upi-breaking/20050504-121205-7906r.htm&quot;&gt;analysis&lt;/a&gt; on the issue.&lt;br/&gt;
To use the devestation in the Gulf to try to scare people into supporting this deception is just unbelievable.</content>
 </entry>
 
 <entry>
   <title>Pombo Country</title>
   <link href="http://schacon.github.com//2005/08/31/pombo-country.html"/>
   <updated>2005-08-31T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/08/31/pombo-country</id>
   <content type="html">There was quite a long &lt;a href=&quot;http://www.eastbayexpress.com/Issues/2005-08-24/news/feature_1.html&quot;&gt;article&lt;/a&gt; on Pombo in the East Bay Express a couple of days ago, going through in some detail the career of our representative.  Jessica even found a copy at her local coffee shop and brought it home.  His picture covers the whole front page.&lt;br/&gt;
&lt;img src=&quot;/images/pombo.ebe.gif&quot; class=&quot;pic&quot; style=&quot;float: right&quot; /&gt;
&lt;blockquote&gt; A closer look at Pombo's career reveals a long-standing pattern of using the power of government in ways that would directly or indirectly benefit his family. The latest case involves the congressman's unwavering support for two new freeways that would link the Central Valley and East Bay in new locations.&lt;br/&gt;
Earlier this month, Pombo obtained $21.6 million in federal funds to study the projects, neither of which addresses the most pressing transportation issue in the Tracy area. One of the proposed freeways is so seemingly impractical that it has been called â€œPombo's Follyâ€ because of the time it would take to drive, the tens of billions of dollars it would cost to build, and the environmental havoc it would wreak.&lt;br/&gt;
What's more, a recent review of public records shows that Pombo and his family could profit handsomely from the highway proposals, even if no freeways are ever built. The Pombo clan owns more than 1,500 acres of land near the two new freeways and the value of its property will likely skyrocket because of the congressman's actionsâ€”and may already have.&lt;/blockquote&gt;
Of considerable interest to those of us who have to sit in the 580/205 traffic every day on our way home from work and are aware that a huge pork barrel highway bill just passed, should take a look at this:
&lt;blockquote&gt; Based on the overwhelming support for it, the widening of 205 from four lanes to six is easily the single most important transportation issue in the Tracy area. The project also is vital to tens of thousands of East Bay drivers who get caught up in the bottleneck every Friday and Sunday on their way to and from the mountains. Yet Pombo obtained no federal money for the project, and instead used his political capital on his own freeway projects, neither of which has nearly as much support.&lt;/blockquote&gt;
There is also considerable mention of his ties to Tom DeLay and Jack Abramoff:
&lt;blockquote&gt; Earlier this year, Pombo solidified his relationship with the Republican majority leader to whom he owes his chairmanship. In January, Pombo and fellow Central Valley Republican John Doolittle worked behind the scenes with other House Republican leaders to alter House Ethics Committee rules in order to protect DeLay from further investigation by the Ethics Committee, which already had admonished him. DeLay has been under scrutiny for receiving gifts and travel from Jack Abramoff, a former powerhouse Washington lobbyist for Native American tribes. Abramoff, who was indicted by a Fort Lauderdale federal grand jury on fraud charges in early August, also has donated $7,000 to Pombo's political action committeeâ€”&lt;span class=&quot;caps&quot;&gt;RICH PAC&lt;/span&gt;.&lt;/blockquote&gt;
And as we have &lt;a href=&quot;http://www.chaconforcongress.com/modules/wordpress/index.php/archives/2004/12/07/pombo-paying-family/&quot;&gt;previously&lt;/a&gt; posted about, his paying his family almost a half million dollars from campaign contributions:
&lt;blockquote&gt; Federal campaign finance statements reveal that both his wife, Annette, and his youngest brother, Randall, have collected nearly $500,000 in total from Pombo's campaign accounts since the beginning of 2001. The congressman has paid his wife $186,704 and Randall $311,489 in that time. Pombo reported that about one-fifth of the total was reimbursement for out-of-pocket expenses. The balance was for â€œbookkeeping,â€ â€œfund-raising,â€ â€œconsulting,â€ and â€œclericalâ€ work.&lt;/blockquote&gt;
Overall, the article is very in-depth and is a great overview of why exactly we feel it is so important to challenge him and to show people that there is a better way.  Your representative does not have to view this office as a way to line his pockets.  This office can be an accessible, dynamic, involving post that gives you a voice into your federal government.&lt;br/&gt;
I think the most telling sentence in the whole thing was this one:
&lt;blockquote&gt; Pombo spokesman Brian Kennedy originally pledged to schedule an interview with the congressman for this story, but then neither he, Pombo, nor Pombo's staff responded to any of more than a half-dozen subsequent phone and e-mail requests.&lt;/blockquote&gt;</content>
 </entry>
 
 <entry>
   <title>Comment Lost!</title>
   <link href="http://schacon.github.com//2005/08/26/comment-lost.html"/>
   <updated>2005-08-26T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/08/26/comment-lost</id>
   <content type="html">Yesterday I got a comment from someone sent through the website that for some reason got marked spam and I accidentally deleted it.  It was one of those computer things where you see that you don't want to delete it right as you're clicking the â€œDelete Foreverâ€ button.  So, if you sent me a comment and I haven't gotten back to you, please resend it.&lt;br/&gt;
In other, not entirely related news, I just noticed that Pombo is trying to change his image.  Where before the image of him on his House website featured a rather old picture of him with a cowboy hat, now it has been replaced with â€œslick politicianâ€ Pombo.&lt;br/&gt;
&lt;img src=&quot;http://www.chaconforcongress.com/images/pombo-beforeafter.jpg&quot; /&gt;&lt;br/&gt;
I'm really a little dissapointed. I honestly liked the cowboy hat thing â€“ apparently he used to wear it on the House floor all the time too, but now has stopped that as well.</content>
 </entry>
 
 <entry>
   <title>Back from Wyoming</title>
   <link href="http://schacon.github.com//2005/08/17/back-from-wyoming.html"/>
   <updated>2005-08-17T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/08/17/back-from-wyoming</id>
   <content type="html">Jessica and I just got back from our vacation in the &lt;a href=&quot;http://www.nps.gov/grte/&quot;&gt;Grand Teton National Park&lt;/a&gt; in Wyoming.  Here are some of the pictures we took there.&lt;br/&gt;
&lt;a href=&quot;/pictures/Panorama-TetonFront2.jpg&quot;&gt;&lt;img src=&quot;/pictures/Panorama-TetonFrontsm.jpg&quot; /&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;/pictures/IMG_1895.JPG&quot;&gt;&lt;img src=&quot;/pictures/normal_IMG_1895.jpg&quot; /&gt;&lt;/a&gt;&lt;br/&gt;
We were gone from Saturday the 6th to Sunday the 14th.  We drove there, covering over 2590 miles of the American west.&lt;br/&gt;
&lt;a href=&quot;/pictures/IMG_1915.JPG&quot;&gt;&lt;img src=&quot;/pictures/normal_IMG_1915.jpg&quot; /&gt;&lt;/a&gt;&lt;br/&gt;
We backpacked for three days and two nights, hiking over 29 miles on one of the most amazing trails I've ever seen, the Teton Crest trail.&lt;br/&gt;
We covered over 8 miles the first day, 12 the second, and another 8 the third.  If anyone out there backpacks, we would both highly recommend this one.  Hopefully these pictures show some of the beauty.&lt;br/&gt;
&lt;a href=&quot;/pictures/IMG_1849.JPG&quot;&gt;&lt;img src=&quot;/pictures/normal_IMG_1849.jpg&quot; /&gt;&lt;/a&gt;&lt;br/&gt;
Then, when we get back, I read &lt;a href=&quot;http://www.sfgate.com/cgi-bin/article.cgi?file=/c/a/2005/08/17/MNGS8E8RSU1.DTL&quot;&gt;this&lt;/a&gt; in the paper :
&lt;blockquote&gt; The new evaluation by the Bush administration cuts the estimated value of recreation in national forests from $111 billion to $11 billion, leading some environmentalists to warn that the study could be used to justify increased logging.&lt;br/&gt;
...forestry trade groups and the timber industry hailed the reassessment, saying it more accurately reflects the true value of natural resources to the nation's economy.&lt;/blockquote&gt;
&lt;a href=&quot;/pictures/IMG_1865.JPG&quot;&gt;&lt;img src=&quot;/pictures/normal_IMG_1865.jpg&quot; /&gt;&lt;/a&gt;&lt;br/&gt;
We spent much of our time on this hike in national forest area, as the Teton Crest trail goes in and out of park boundaries.  I have to say that after having just lived and breathed this, I find it utterly missing the point to  be putting a price on it at all.  They say they want to be able to have numbers to compare â€œapples to applesâ€, but I don't see that as possible.&lt;br/&gt;
My wife and I just spent three days enjoying the raw beauty of America â€“ saying that was worth $450 to the government is insulting to me and our experience.&lt;br/&gt;
That aside, if you get a chance to go on a vacation like this, consider hiking in the Tetons rather than it's big cousin, Yellowstone. I promise it is worth it.  It is far more amazing than these pictures.&lt;br/&gt;
&lt;a href=&quot;/pictures/IMG_1802.JPG&quot;&gt;&lt;img src=&quot;/pictures/normal_IMG_1802.jpg&quot; /&gt;&lt;/a&gt;&lt;br/&gt;
I think that more accurately reflects the true value of these natural resources than a dollar figure, what do you think?</content>
 </entry>
 
 <entry>
   <title>On Our Way to Wyoming</title>
   <link href="http://schacon.github.com//2005/08/06/on-our-way-to-wyoming.html"/>
   <updated>2005-08-06T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/08/06/on-our-way-to-wyoming</id>
   <content type="html">We're almost ready to launch the new site and much more, but first Jessica and I are taking a short vacation.  We're just right now finishing packing to go on a short trip to Wyoming to visit my sister who just moved out to Utah, and spend some backpacking time in Grand Teton National Park.  We'll be back next Sunday, and I'll tell you all about it.&lt;br/&gt;
Scott</content>
 </entry>
 
 <entry>
   <title>Back from Poland</title>
   <link href="http://schacon.github.com//2005/07/28/back-from-poland.html"/>
   <updated>2005-07-28T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/07/28/back-from-poland</id>
   <content type="html">Jessica is now back, safe and sound.  Her trip to Poland and the Czech Republic was great, and we have about 2.5 Gigs of digital pictures from the trip.  We'll put up some of them for everyone to see as soon as they're all white balanced and such.&lt;br/&gt;
As for the me, I'm at the end of the first phase of the campaign's new website construction.  We have been hard at work making a website framework that will allow us the kind of flexibility we want to build the tools we need for a new kind of campaign.  It will be open source and the project website will be announced at the same time as the new site is launched.&lt;br/&gt;
Also, a word on podcasts.  I stopped producing them regularly all of a sudden, which I apologize for.  I am rethinking the format and will start them up again soon, with more interviews and guests.  It is pretty exciting to see our podcast feed in the new Apple iTunes directory, though!&lt;br/&gt;
That's it for now, look for the new site soon.&lt;br/&gt;
Scott</content>
 </entry>
 
 <entry>
   <title>Tri For Fun</title>
   <link href="http://schacon.github.com//2005/07/16/tri-for-fun.html"/>
   <updated>2005-07-16T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/07/16/tri-for-fun</id>
   <content type="html">I just got back from the Pleasanton &lt;a href=&quot;http://www.onyourmarkevents.com/Event%20Data/Tri%20for%20Fun.html&quot;&gt;Tri-For-Fun Triathalon&lt;/a&gt;.  It is a 400 yard swim, 11 mile bike and 3.1 mile (5K) run.  Wow â€“ for someone who a) hasn't done a triathalon in probably 8 years, and b) hasn't swum (swimmed? swam? â€“ probably swamâ€¦) 1 yard in several months, I was doing pretty well, I thought.&lt;br/&gt;
This is how much thought I put into this race â€“ I got interested around the time Jessica did her lake swim â€“ it seemed like fun.  I was actually both a distance swimmer and cross country runner in high school (though that is about the last time I have done either of those distances), and I guess most Triathaletes don't come from a swim background, which gives me a bit of a lead.  Whereas biking is generally easiest for most â€“ I am much stronger in the other two events.&lt;br/&gt;
Case in point â€“ I sign up for the Triathalon on Tuesday. Wednesday I realize that I in fact have no bike.  I don't even have a mountain bike.  I came to this realization oddly while training on the stationary bike in the gym, and thinking that I can't actually compete on one of those.  So, Friday (yesterday â€“ the day before the actual race), I walk into the &lt;a href=&quot;http://www.dublincyclery.com/&quot;&gt;Dublin Cyclery&lt;/a&gt; Bike Shop, to purchase a bike.  Which, by the way â€“ is just a great shop.  Everyone was really friendly and helpful and the guy didn't even look at me oddly when I told him what I needed the bike for.  No â€œperhaps you should have owned a bike before you registered for the raceâ€ looks anywhere to be found.&lt;br/&gt;
So, for the guy who has now owned a bike (and I don't mean &lt;em&gt;this&lt;/em&gt; bike, I mean &lt;em&gt;a&lt;/em&gt; bikeâ€¦) for less than 24 hours, who figured out how to shift gears last night before he went to bed, I can't tell you what a thrill it was, and how thoroughly prepared I was for it, when the front tire of my bike went flat about 9 miles into the 11 mile bike leg.  Also, how much fun it is to walk a bike back to the finish line.  Luckily, I didn't have to walk all 2-3 miles, since the course was designed so I was at the opposite side of the park and could just cut through it.  So, my time doesn't really count.  However, I did end up coming in behind people I had been riding with (as I passed several of them on the run), so if anything, my time is probably a little slower than I might have had  (Though, not everyone else had a nice leisurely walk to rest up a bit in the middle).  At any rate, it was good fun, good exercise, and a time to beat in the August one.  After I learn how to fix a bike.&lt;br/&gt;
If the pictures aren't too embarrassing, I might post some later.&lt;br/&gt;
Back to working on the campaign software and materials!</content>
 </entry>
 
 <entry>
   <title>Jessica in Europe</title>
   <link href="http://schacon.github.com//2005/07/07/jessica-in-europe.html"/>
   <updated>2005-07-07T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/07/07/jessica-in-europe</id>
   <content type="html">I hope everyone had a great 4th of July.  Independence Day was also Jessica's birthday, but unfortunately you can't wish her happy birthday right now, as she is on her way to Europe with the Jewish Labor Committee's Holocaust Teachers Program.  In Europe, she will be visiting Poland and the Czech Republic to study with leading Holocaust scholars and visiting the camps.  Hopefully she'll have some time to see a bit of the less sad sides of Warsaw and Prague as well.&lt;br/&gt;
From the &lt;span class=&quot;caps&quot;&gt;JLC&lt;/span&gt;'s website:
&lt;blockquote cite=&quot;http://www.ericlee.me.uk/jlcarchives/000098.html&quot;&gt; In Poland, we will spend time in Warsaw, Krakow and Lublin, where teachers can still touch history. They can see traces of the former death camps, gas chambers and crematoria. They will visit the Jewish Historic Institute in Warsaw, a worthwhile museum with important archives, Holocaust materials and exhibitions that attract many international scholars and educators. Teachers will listen to prominent historians from Yad Vashem and Lohamei HaGetaÃ¢â‚¬â„¢ot, as well as to testimony from survivors still living in Poland.&lt;br/&gt;
In the Czech Republic, our group will visit the infamous Theresienstadt concentration camp, where the Nazis brought Jews from many countries. This camp was supposed to be a German Ã¢â‚¬Å“showcaseÃ¢â‚¬? for the International Red Cross; in reality, it was a camp of suffering, of pain, of death and most of all a transit stop to the gas chambers of Auschwitz for thousands upon thousands of men, women and especially children.&lt;br/&gt;
After Prague, we will travel to Washington, D.C., for three days of evaluation, lectures and workshops at the United States Holocaust Memorial Museum.&lt;/blockquote&gt;
The pattern of telling people about this trip is almost always the same :  â€œWhat are you doing this summer?â€ â€“ â€œI'm going to Europeâ€ â€“ â€œHow much fun, what are you doing there?â€ â€“ â€œVisiting the ghettos and death camps of the Holocaustâ€ â€“ â€... oh, um â€¦ yay â€¦â€&lt;br/&gt;
In reality, Jessie has been studying this for quite a while now, and has used it as a case study for her units on human rights and genocide in the 20th century.  We both feel that it is very important to teach these subjects meaningfully to her students, and I am very proud of her for being accepted to this program.  It has been over 60 years since Auschwitz (one of the camps she will be visiting) was liberated, and there are only so many more years we will have first person witnesses with us.&lt;br/&gt;
So, wish Jessica luck and I'll keep everyone updated on her adventures.&lt;br/&gt;
Scott</content>
 </entry>
 
 <entry>
   <title>Ripon Wireless Ã¢â‚¬â€œ Leading the District</title>
   <link href="http://schacon.github.com//2005/07/02/ripon-wireless-ae%25e2%2580%259c-leading-the-district.html"/>
   <updated>2005-07-02T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/07/02/ripon-wireless-ae%e2%80%9c-leading-the-district</id>
   <content type="html">&lt;p&gt;I have been becoming more and more interested in the opportunities and promise of municipal wireless access lately, and I found out that Ripon has begun deploying a wireless network across the entire city.&lt;/p&gt;&lt;br/&gt;

From the &lt;a href=&quot;http://www.muniwireless.com/archives/000726.html&quot;&gt;article&lt;/a&gt;, the network would provide :
&lt;blockquote cite=&quot;http://www.muniwireless.com/archives/000726.html&quot;&gt;
- real-time monitoring of city wells and pump station data can be collected and sent to public works supervisors and mobile field units;
- government vehicles fitted with the high-speed mesh will benefit from the systems&amp;#8217; built-in position and location capability enabling the deployment of an Automatic Vehicle Location system without the city having to purchase &lt;span class=&quot;caps&quot;&gt;GPS&lt;/span&gt; equipment. This will allow dispatchers to task the closest mobile police units to incidents and allow them to keep track of the units during critical incidents and .emergencies;
- allowing remote access to information generated by Geographical Information Systems (GIS) mapping of hazardous material storage areas, utility infrastructure locations and the development of tactical plans for commercial building responses.
&lt;/blockquote&gt;&lt;br/&gt;
	&lt;p&gt;The project is being spearheaded by Chief of Police Richard Bull, and will cost about $550k, with possibly $75k awarded from Homeland Security funding.  Lockheed Martin will be deploying the Motorola &lt;span class=&quot;caps&quot;&gt;MESH&lt;/span&gt; network hardware.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;I think this is something we need to see across the whole district.  We are starting to chip the tip of an iceberg of opportunity here in letting our government function better and more efficiently. It also provides individuals more information and control in their government and businesses with new models and opportunities.&lt;/p&gt;&lt;br/&gt;

&lt;blockquote&gt;
They see the citywide wireless network as a way to improve efficiency, to allow city workers and police officers to do their work more effectively from the field.
&lt;/blockquote&gt;&lt;br/&gt;
	&lt;p&gt;In the future, it is also envisioned to provide VoIP for city departments, hand held &lt;span class=&quot;caps&quot;&gt;PDA&lt;/span&gt; access in the field, Fire Department uses, and possibly civic access.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;I will write more extensively about the promise of municipal wireless for our district in the near future, but for now &lt;a href=&quot;http://www.advocatesforrasiej.com/2005/06/30/wifi-as-equalizer/&quot;&gt;Micah&lt;/a&gt; at the &lt;a href=&quot;http://www.advocatesforrasiej.com&quot;&gt;Rasiej campaign&lt;/a&gt; does a pretty good job of providing an overview of that vision.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Iraq Blogger Injured</title>
   <link href="http://schacon.github.com//2005/06/24/iraq-blogger-injured.html"/>
   <updated>2005-06-24T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/06/24/iraq-blogger-injured</id>
   <content type="html">&lt;p&gt;Ever since Kris at &lt;a href=&quot;http://alexandertheaverage.blogspot.com/&quot;&gt;Alexander the Average&lt;/a&gt; recommended to me the &lt;a href=&quot;http://www.mudvillegazette.com/archives/000359.html&quot;&gt;MilBlogs&lt;/a&gt; ring, I have been following a few dozen military blogs on a daily basis.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Iraq soldiers blogging about their experiences has fascinated me.  So many soldiers in the front lines are keeping regular blogs for thier friends and family to read, it is as if we can listen in on all of these soldiers. My wife being a history student, we own books that consist almost entirely of letters home from previous wars, such as &lt;a href=&quot;http://www.amazon.com/exec/obidos/tg/detail/-/0743410068/qid=1119564394/sr=8-7/ref=sr_8_xs_ap_i7_xgl14/002-9541550-6413667?v=glance&amp;#38;s=books&amp;#38;n=507846&quot;&gt;War Letters&lt;/a&gt; by Andrew Carroll, and others.  Today we can get these letters home as they happen, not 20 years later &amp;#8211; it can help us get an entirely new perspective on military life and war from the soldiers point of view, in real time &amp;#8211; faster than it would even take a letter to be shipped home.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Anyhow, I bring this up since one of the blogging soldiers I had read was wounded this week. Army Captain Chuck Ziegenfuss of &lt;a href=&quot;http://tcoverride.blogspot.com/&quot;&gt;TC Override&lt;/a&gt; was injured by shrapnel in the arm and leg by an &lt;span class=&quot;caps&quot;&gt;IED&lt;/span&gt; a few days ago.  His wife has been posting to his website with updates on his condition.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;My thoughts and prayers go out to his wife, his children and himself.  I wish him a speedy recovery, and I thank him for his service.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Machado and Matthews Out</title>
   <link href="http://schacon.github.com//2005/06/23/machado-and-matthews-out.html"/>
   <updated>2005-06-23T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/06/23/machado-and-matthews-out</id>
   <content type="html">&lt;p&gt;We got a mention in the Tracy Press today, in an article titled &amp;#8220;&lt;a href=&quot;http://www.tracypress.com/local/2005-06-22-machado.html&quot;&gt;Pombo wonÃ¢â‚¬â„¢t face Machado or Matthews&lt;/a&gt;&amp;#8221;.  For the last few months, people have been speculating that either &lt;a href=&quot;http://democrats.sen.ca.gov/templates/SDCTemplate.asp?cp=MemberPage&amp;#38;pg=senhome&amp;#38;sln=Machado&amp;#38;sdn=05&amp;#38;zrn=Zone/&quot;&gt;Mike Machado&lt;/a&gt;, a State Senator from Linden, or Assemblywoman &lt;a href=&quot;http://democrats.assembly.ca.gov/members/a17/&quot;&gt;Barbara Matthews&lt;/a&gt; would run in the Democratic primary for Congress here (against me).  It now looks as though neither will.  Apparently, I&amp;#8217;m too intimidating.  It&amp;#8217;s understandable.&lt;/p&gt;&lt;br/&gt;

From the article :
&lt;blockquote cite=&quot;http://www.tracypress.com/local/2005-06-22-machado.html&quot;&gt;
Another announced Democratic candidate is Dublin computer engineer Scott Chacon. Chacon is similar to many of newer district residents, because he commutes two hours a day.&lt;br/&gt;
	&lt;p&gt;Chacon said he plans to limit contributions to $100 and overcome his lack of name recognition by developing an Internet-based campaign.&lt;/p&gt;&lt;br/&gt;

Ã¢â‚¬Å“I believe that PomboÃ¢â‚¬â„¢s abuse of power and ethics problems are becoming far more widely known in our district,Ã¢â‚¬? Chacon said. Ã¢â‚¬Å“PomboÃ¢â‚¬â„¢s actions have given us an opportunity.Ã¢â‚¬? 
&lt;/blockquote&gt;&lt;br/&gt;
	&lt;p&gt;In other news, Jessica and I are going river rafting on the American River this weekend, so we won&amp;#8217;t be walking or otherwise much working on the campaign, but we will be back next week, and I&amp;#8217;ll try to get some good pictures &amp;#8211; I hear it&amp;#8217;s very pretty up there.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;As far as the campaign itself goes, I&amp;#8217;m working on reworking and otherwise finishing up our full &amp;#8220;Plan to Win&amp;#8221; document, and fleshing out an idea for helping out with the horrible traffic problems so many of us face out here.  I&amp;#8217;ll get both of them up on the site as soon as they&amp;#8217;re ready.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Much more on the way &amp;#8211; we&amp;#8217;re just really getting started now.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Scott&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>School's Out</title>
   <link href="http://schacon.github.com//2005/06/19/schools-out.html"/>
   <updated>2005-06-19T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/06/19/schools-out</id>
   <content type="html">&lt;p&gt;Almost every day this week has been spent with my wife Jessica in her classroom, finishing up the last days of school &amp;#8211; grading, entering scores, cleaning out the classroom.  So, the posts have been sparse.  Now that school is out and our schedules have opened up a little, we&amp;#8217;ll be ramping up our activity again.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Speaking of Jessica, she just finished a 0.75 mile swim at &lt;a href=&quot;http://www.ebparks.org/parks/delval.htm&quot;&gt;Lake Del Valle&lt;/a&gt; in Livermore.  It was her first competitive swim in quite a while and she did a great job.  I had the honor of marking everyone for the race, so I wrote everyone&amp;#8217;s number on them.  We met a lot of great people there and had a good time, so we&amp;#8217;ll hopefully go to more events in the future.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;In fact, we&amp;#8217;re going to start training for Pleasanton&amp;#8217;s &lt;a href=&quot;http://www.onyourmarkevents.com/Event%20Data/Tri%20for%20Fun.html&quot;&gt;Tri For Fun&lt;/a&gt; triathalon, which is in four weeks, so if you are a local athlete, I hope to see you there.  I&amp;#8217;ll let everyone know how our &amp;#8220;training&amp;#8221; progresses.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;On the campaign front, we&amp;#8217;re getting our research volunteers organized with their topics, so the Issues section of this site should be more filled out by the end of summer.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;I hope all the teachers out there are starting to wind down, and all of the fathers have a happy Father&amp;#8217;s Day.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Scott&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Send Your Mail Again!</title>
   <link href="http://schacon.github.com//2005/06/12/send-your-mail-again.html"/>
   <updated>2005-06-12T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/06/12/send-your-mail-again</id>
   <content type="html">&lt;p&gt;I&amp;#8217;ve had to deal with a couple of issues this weekend &amp;#8211; for one, the mail system has been broken on our servers for a few days.  We got hit by a spammer which for some reason was not being properly blocked by our mail system, and they queued hundreds of thousands of mails in our system.  I was forced to flush the queue, which lost all of the mail in it.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;I have since blocked the spammer and fixed the mail system, but if you tried to send mail to us or used the contact forms on the site in the last few days &amp;#8211; I probably did not get it.  I apologize, and I hope that you will resend it.  We will be moving to a new, better server in a few weeks, which should help in the future.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Thanks again,
Scott&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;b&gt;Update&lt;/b&gt; &amp;#8211; it appears that I fixed it, and I believe everything finally got through.  So, disregard.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Podcast</title>
   <link href="http://schacon.github.com//2005/06/11/podcast-27.html"/>
   <updated>2005-06-11T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/06/11/podcast-27</id>
   <content type="html">&lt;p&gt;Here is Fridays podcast.  I hope you all have a good weekend, I may see some of you at your doorsteps, and I may see some of you at the &lt;a href=&quot;http://www.livermorerodeo.org/&quot;&gt;Livermore Rodeo&lt;/a&gt;.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Don&amp;#8217;t forget to call in with comments at &lt;b&gt;206-20-CHACON&lt;/b&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050610.mp3&quot;&gt;&lt;img border=0 src=&quot;/images/podcast.gif&quot;&gt;mp3&lt;/a&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://technorati.com/tags/&quot;&gt;Tags&lt;/a&gt;:
&lt;a href=&quot;http://technorati.com/tag/chacon&quot; rel=&quot;tag&quot;&gt;chacon&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/conversation&quot; rel=&quot;tag&quot;&gt;conversation&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/podcast&quot; rel=&quot;tag&quot;&gt;podcast&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/campaign&quot; rel=&quot;tag&quot;&gt;campaign&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/politics&quot; rel=&quot;tag&quot;&gt;politics&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/political+podcast&quot; rel=&quot;tag&quot;&gt;political podcast&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/politician+podcast&quot; rel=&quot;tag&quot;&gt;politician podcast&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/politician&quot; rel=&quot;tag&quot;&gt;politician&lt;/a&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Servers and Terrorism</title>
   <link href="http://schacon.github.com//2005/06/09/servers-and-terrorism.html"/>
   <updated>2005-06-09T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/06/09/servers-and-terrorism</id>
   <content type="html">&lt;p&gt;If you tried to visit the site this afternoon, I apologize for the short outage.  Our hosting company, ServerBeach, had a power loss for about 4 hours and all of the servers there were down.  At some point I&amp;#8217;ll have to get a backup server that is somewhere else, but for now I just feel bad for the guys working there &amp;#8211; I bet it&amp;#8217;s been a heck of a bad day.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;The big news is the recent &lt;a href=&quot;http://www.lodinews.com/articles/2005/06/09/news/1_terror_main_050609.txt&quot;&gt;arrest&lt;/a&gt; of five Lodi men suspected of terrorism.  Lodi is, of course, one of the cities in our district and this is just shocking to the small community.  For a great overview, please go to the &lt;a href=&quot;http://www.lodinews.com&quot;&gt;Lodi News-Sentinel&lt;/a&gt; website as they are doing a series of reports on different aspects of the story.  For a really scary read, see the &lt;span class=&quot;caps&quot;&gt;FBI&lt;/span&gt; &lt;a href=&quot;http://www.lodinews.com/downloads/affidavit.pdf&quot;&gt;affidavit&lt;/a&gt; (United States v. Hamid Hayat).&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;I&amp;#8217;ll keep everyone up to date on this as things unfold and especially as we eventually get out to Lodi to go door to door.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Walking and Running</title>
   <link href="http://schacon.github.com//2005/06/08/walking-and-running.html"/>
   <updated>2005-06-08T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/06/08/walking-and-running</id>
   <content type="html">&lt;p&gt;Good morning, everyone.  I wanted to take a few minutes to let you know that Jessica and I went door to door this last weekend.  We didn&amp;#8217;t finish the precinct, and we only went out on Sunday, but it is a definite start and I learned a lot.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;We passed out bundles of the flyer I posted earlier and the business card I posted even earlier than that, along with little black and white half sheets of ways to volunteer.  We had a number of good conversations and people were incredibly nice.  I was actually a little surprised &amp;#8211; from my previous walking experiences, it makes a big difference when the actual candidate is at someone&amp;#8217;s house, rather than someone who is volunteering for them.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;I was also surprised at how many people gave us mean looks until we proved that we were not trying to sell them anything and were not from a church.  The first line was met mostly with scowls and then when I said &amp;#8220;and I am running for Congress&amp;#8221;, smiles emerged.  It was actually very encouraging.  I am also hoping I got at least one podcast interview out of it, but I&amp;#8217;ll let you know how that shapes up.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;In total, it was a great experience, and encouraging in that I had a good time, which lets me know that the next year of doing this is going to be an incredible adventure.  We did forget to bring the camera this weekend, so I&amp;#8217;ll try to get some snapshots next weekend, when we finish up that precinct.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Thanks!
Scott&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Goings On</title>
   <link href="http://schacon.github.com//2005/06/03/goings-on.html"/>
   <updated>2005-06-03T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/06/03/goings-on</id>
   <content type="html">&lt;p&gt;Here&amp;#8217;s my Thursday recorded podcast, and some quick updates on the campaign.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Printing was done today, so Jessie went to pick it up.  On the whole, it came out pretty well, and we are hoping that we will get through it all by the end of the month. 1000 houses by the time Jessica goes to Europe for her study program.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a class=&quot;pic&quot; style=&quot;float:left;&quot; href=&quot;/pictures/half/flyersandcards1.jpg&quot;&gt;&lt;img src=&quot;/pictures/tn/flyersandcards1.jpg&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;span class=&quot;caps&quot;&gt;FEC&lt;/span&gt; has my statement of candidacy on file, which was pretty neat to see.  You can find it on fec.gov, along with everyone elses.  The committee papers haven&amp;#8217;t been processed yet, but they were sent in a bit later.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Alameda county faxed me an application for voter registration information, but I have to go into the office in person to pick it up.  I&amp;#8217;m thinking of mailing in the payment, and just going to pick up the CD, otherwise it&amp;#8217;s a good half day of travel for the two trips.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;span class=&quot;caps&quot;&gt;AFL&lt;/span&gt;-CIO robo-called me with an anti-Pombo spot basically calling him a tool of the oil and gas companies a day after the &lt;span class=&quot;caps&quot;&gt;DCCC&lt;/span&gt; aired anti-Pombo radio spots on Memorial day.  Apparently, people are starting to pay a lot more attention to him this year, which will make this a lot more fun.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Working on new website functionality, which will be all open sourced, so look for that.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Lastly, we&amp;#8217;re walking this Saturday, so I&amp;#8217;ll post some pictures on Monday, hopefully.  I think I&amp;#8217;m going to start a little counter here pretty soon too &amp;#8211; number of houses visited meter, or something.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Don&amp;#8217;t forget to call in with comments at &lt;b&gt;206-20-CHACON&lt;/b&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050602.mp3&quot;&gt;&lt;img border=0 src=&quot;/images/podcast.gif&quot;&gt;mp3&lt;/a&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://technorati.com/tags/&quot;&gt;Tags&lt;/a&gt;:
&lt;a href=&quot;http://technorati.com/tag/chacon&quot; rel=&quot;tag&quot;&gt;chacon&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/conversation&quot; rel=&quot;tag&quot;&gt;conversation&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/podcast&quot; rel=&quot;tag&quot;&gt;podcast&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/campaign&quot; rel=&quot;tag&quot;&gt;campaign&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/politics&quot; rel=&quot;tag&quot;&gt;politics&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/political+podcast&quot; rel=&quot;tag&quot;&gt;political podcast&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/politician+podcast&quot; rel=&quot;tag&quot;&gt;politician podcast&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/politician&quot; rel=&quot;tag&quot;&gt;politician&lt;/a&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Memorial Day</title>
   <link href="http://schacon.github.com//2005/06/02/memorial-day.html"/>
   <updated>2005-06-02T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/06/02/memorial-day</id>
   <content type="html">&lt;p&gt;This past weekend was Memorial day weekend, and I spent much of it working on campaign things.  I wanted to walk precincts this weekend, but the printing was not done until today, so that was not really an option.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;I do hope that many of you that were given a day off had the opportunity to take a few moments and think about the men and women who have served and died for our country.  Whether we agreed with the wars or the administrations prosecuting them, we have to be awed by the selflessness and sacrifice of the soldiers that serve, to this day.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;I thought specifically of the liberators.  As I&amp;#8217;ve mentioned before, Jessica will be traveling to Europe in July for a Summer Seminar Program on Holocaust and Jewish Resistance, and has been studying the subject even more than usual lately.  We have talked recently of the American soldiers who liberated many of the camps &amp;#8211; in some instances being so horrified of what they found that they forced the people in nearby towns to walk through the camps to see what they had allowed to happen.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;My Grandfather was &lt;a href=&quot;http://www.amazon.com/exec/obidos/tg/detail/-/0934793301/qid=1117720673/sr=8-4/ref=sr_8_xs_ap_i4_xgl14/002-0850968-1264866?v=glance&amp;#38;s=books&amp;#38;n=507846&quot;&gt;an internee&lt;/a&gt; in &lt;span class=&quot;caps&quot;&gt;WWII&lt;/span&gt;, in the Pacific theatre.  His father was working in the Philippines when the war broke out, and his whole family was interned as civilians in Manila for the remainder of the war.  He was also liberated by American soldiers.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;This Memorial Day, I think of the men of the 1st Cav who died to liberate his camp, and the countless others who died in the European theatre to open up the Nazi camps.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;I will leave you with an excerpt, after the fold, taken from the &lt;a href=&quot;http://www.1cda.org/saber.htm&quot;&gt;1st Cavalry Division Association&lt;/a&gt;&amp;#8217;s newspaper, that my Grandfather, Peter Wygle, wrote about the liberation of his camp :&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&amp;lt;!&lt;del&gt;-more&lt;/del&gt;-&amp;gt;&lt;/p&gt;&lt;br/&gt;

&lt;blockquote cite=&quot;http://www.1cda.org/saber.htm&quot;&gt;
&lt;span class=&quot;caps&quot;&gt;SANTO TOMAS RAID&lt;/span&gt;   by Peter R. Wygle*
Published in the January/February issue of &lt;span class=&quot;caps&quot;&gt;SABER&lt;/span&gt;&lt;br/&gt;
	&lt;p&gt;One of the most awe-inspiring yet historically little remembered missions of World War II in the Pacific were the four rapid-fire prisoner of war liberation raids in the Philippines .  These four raids, Bilibid, Cabanatuan, Santo Tomas, and Los Banos, all took place in a one-month period between late January and the end of February, Ã¢â‚¬â„¢45, and the men who planned them faced many of the elements of potential failure; the raids, with the exception of the Bilibid liberation in Manila, were independently planned in very restrictive time-frames by at least three different headquarters; they involved every branch of the American military, with enormously important help from, and sacrifice by, the Filipino people and their guerrilla Army; and they employed practically every method of attack and means of transportation known to man.  In spite of all this potential for confusion and failure, each of the rescues was pulled off without a hitch.  These prisoner raids Ã¢â‚¬â€œ collectively Ã¢â‚¬â€œ killed, wounded, or scattered about a thousand enemy troops and resulted in freedom for almost eight times that many allied prisoners of war, including the largest number of American civilian internees ever taken prisoner by an armed enemy in the history of our nation.  All of this while sustaining relatively light Ã¢â‚¬â€œ though certainly not insignificant Ã¢â‚¬â€œ causalities among the American forces and their supporting Filipino guerrillas.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Legend has it that General MacArthur was so impressed by the Cabanatuan raid by elements the 6th Ranger Battalion Ã¢â‚¬â€œ which was still in progress at the time Ã¢â‚¬â€œ that he went immediately to MG MudgeÃ¢â‚¬â„¢s 1st Cavalry Division headquarters in Guimba.  There he ordered the formation of a Ã¢â‚¬ËœFlying ColumnÃ¢â‚¬â„¢ to accomplish the same thing with the 3700 civilians interned at the University of Santo Tomas in Manila.  Nobody knew about the 1300 or so military and civilian prisoners at the old Bilibid prison which was only a few blocks from Santo Tomas.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;The oratory attributed to the general during this conference was typically MacArthur: Ã¢â‚¬Å“Go to Manila! Go over the Japs, go around the Japs, bounce off the Japs, but go to Manila!  Free the prisoners at Santo Tomas and capture Malacanang Palace and the legislative buildings.Ã¢â‚¬?&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Two-thirds of this grandiose mission was practicable from where the 1st Cavalry Division sat.  Santo Tomas and Malacanang Palace were in the north end of Manila , the same side that the 1st Cav was on, but the legislative buildings were on the south side of the Pasig River.  This large river runs east-to-west through the middle of Manila and there were only three or four bridges across it.  The chances of the Japanese destroying the bridges and turning the river into a major obstacle were pretty good.  If the Japanese managed to do this, it would make the legislature buildings relatively hard to reach.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;When MacArthur decreed the formation of the Ã¢â‚¬ËœFlying ColumnÃ¢â‚¬â„¢ the 1st Cav troops, to whom he had decreed it, had come ashore at Lingayen Gulf on 27 Jan.. Ã¢â‚¬â„¢45 after 72 days of continuous combat in the mountains of Leyte, and the division had just completed its move 35 miles south from Lingayen to Guimba, arriving there on the 30th.  As fierce as the combat on Leyte had been, the memory that usually gets shared by the 1st Cav troopers that were there is the fact that during 40 of those 72 days, 35 inches of rain fell.  The troopers had earned some rest, but there was to be none.  They received Ã¢â‚¬Å“MacArthurÃ¢â‚¬â„¢s Flying ColumnÃ¢â‚¬? decree on the day after they arrived at Guimba.  MG Mudge spent the rest of the 31st gathering the troops he thought it would take to accomplish his new mission.  These troops included, in addition to parts of the 5th Cavalry and 8th Cavalry Regiments and some miscellaneous support people, the 44th Tank Battalion, a bunch of air cover from Marine Group 24 and 32 and Ã¢â‚¬â€œ luckily &amp;#8211; a Navy demolitions expert, Lieutenant (JG) James Patrick Sutton.  MG Mudge divided the Column into three serials, assigning missions to each, and, at one minute past midnight on the morning of 1 Feb., Ã¢â‚¬â„¢45, led them out of Guimba.  The race to Manila was on!&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;The Column, carrying only four daysÃ¢â‚¬â„¢ rations and the absolute minimum in arms, ammunition and fuel, had to tread carefully for the first few miles because the Cabanatuan prisoners were still being evacuated across its path.  Once in the clear, however, it fought its way at top speed down Highway 5, slowing for a day of heavy firefights at Cabanatuan and Gapan.  An ambush at a road intersection during the fight at Gapan cost the life of &lt;span class=&quot;caps&quot;&gt;LTC&lt;/span&gt; Tom Ross, commander of the third serial.   This was the serial with most of the 44th Tank Battalion assigned to it.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;After this fierce early fighting the Column sped south, depending totally upon the Marine flyers for flank security.  The 1st Cav moved toward Manila, pausing only to bypass blown bridges and to engage the Japanese in hit-and-run fighting.  It hit a snag however, at the Novaliches Bridge just south of a road junction that became known as Ã¢â‚¬Å“the Hot CornerÃ¢â‚¬?.  They were still about ten miles short of Manila .&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Mines had been set, the fuse was lit, and the Japanese were laying down heavy sniper fire on the bridge to discourage all efforts to prevent its destruction.  Bypassing this particular bridge was not an option because the gorge was deep and the river was swift.  It was here that having Pat Sutton along turned out to be a stroke of good fortune.  He, apparently protected by some sort of a providential Star Trek force field that seemed to repel sniper bullets, ran out on the bridge and cut the demolition fuse, enabling the Column to cross the river with dry feet.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;LT Sutton also helped in clearing a path through a minefield further south on the approach to Manila.  His next running Ã¢â‚¬â€œ with his brand new Distinguished Service Cross Ã¢â‚¬â€œ was for Congress where he won a Tennessee seat in the House of Representatives.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;After the Column crossed the river at Novaliches it moved down Quezon Boulevard straight toward Santo Tomas Internment Camp and Malacanang Palace.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Inside the prison camp, 3700 apprehensive civilian men, women and children were watching the approach of the tracer-bullet fireworks in the evening sky with a strange mixture of excitement and dread.  After three years in the Ã¢â‚¬Å“protective custodyÃ¢â‚¬? of the Japanese Army, they were excited that &lt;span class=&quot;caps&quot;&gt;SOMETHING&lt;/span&gt; was happening Ã¢â‚¬â€œ even if they didnÃ¢â‚¬â„¢t know what it was Ã¢â‚¬â€œ but mixed in with this excitement was dread of the possibility that the pyrotechnic display was, in truth, being caused by the bad guys headed their way with malice in their souls.  Rumors had been rampant for some time that the Japanese intended to kill all of their prisoners.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Late on 3 Feb., Ã¢â‚¬â„¢45, after a couple of wrong turns and some heavy fighting in the mixed-up outskirts of Manila, the Santo Tomas Column picked up &lt;span class=&quot;caps&quot;&gt;CPT&lt;/span&gt; Manuel Colayco, a Filipino newspaperman and clandestine intelligence officer, who guided them to the main gate of the prison camp.  At about nine in the evening, after a brief flurry of resistance by the Japanese guards during which &lt;span class=&quot;caps&quot;&gt;CPT&lt;/span&gt; Colayco was fatally wounded by a grenade explosion, the 44th Tank BattalionÃ¢â‚¬â„¢s M-4 Sherman Ã¢â‚¬Å“Battlin BasicÃ¢â‚¬?, closely by the Ã¢â‚¬Å“Georgia PeachÃ¢â‚¬? knocked down the gate and the war was nearly over for the internees.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;The Flying Column was 66 hours into its mission. With time out for the fights at Cabanatuan and Gapan, and delays in bypassing some of the blown bridges, it had covered 100 miles.  The 1st Cav had toeholds Ã¢â‚¬â€œ tenuous as they might actually have been Ã¢â‚¬â€œ at Santo Tomas and at the Malacanang Place .&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;For the Santo Tomas internees, their liberation was followed by a night of delirious happiness, a standoff and hostage crisis in one of the campus buildings, and two or three days of murderous artillery dueling.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;The artillery battle resulted when the few hundred men of the 1st Cav, not having all that much Manila real estate under their control, had to set up their artillery inside the Santo Tomas complex and begin making enough noise to discourage thoughts of counterattack in the minds of Admiral Iwabuchi and his twenty thousand marines defending Manila.  The good news was that no counterattack materialized; the bad news was that the presence of American artillery in the front yard invited counterfire from the Japanese, and the internees were in the middle.  This several day artillery duel caused the only prisoner causalities of the Santo Tomas liberation Ã¢â‚¬â€œ with the possible exception of a couple of internees who reportedly ate themselves to death in the first day or so.  Seventeen internees and several 1st Cav troopers were killed in this exchange of fire and many more were injured.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;After the shooting died down, only a couple of months of stomach aches from the unaccustomed good food and headaches from the seemingly endless interminable processing stood between the ex-prisoners and, for many of them, repatriation.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;On 3 Feb., Ã¢â‚¬â„¢05 the 60th Anniversary of the Santo Tomas Raid will be celebrated in Manila by many of the surviving civilian internees and their families Ã¢â‚¬â€œ all thankful for their liberation by the 1st Cavalry Division!  ItÃ¢â‚¬â„¢s a Great Team!  ItÃ¢â‚¬â„¢s Our Team!  ItÃ¢â‚¬â„¢s the &lt;span class=&quot;caps&quot;&gt;FIRST TEAM&lt;/span&gt;!&lt;/p&gt;&lt;br/&gt;

*This is an excerpt from a paper by Peter R. Wygle entitled Ã¢â‚¬Å“Jeb Stuart Would Have Loved It!Ã¢â‚¬? that covers the four mentioned &lt;span class=&quot;caps&quot;&gt;POW&lt;/span&gt; camps.  Pete Wygle was a civilian internee at the Santo Tomas Internment Camp, a boy of about ten or 11 years old at the time.  He also authored the book, Ã¢â‚¬Å“Surviving a Japanese &lt;span class=&quot;caps&quot;&gt;POW&lt;/span&gt; CampÃ¢â‚¬?, served on active duty in Korea and later in the Army National Guard retiring as a Colonel.  He was also very active in the American Ex-Prisoners of War Association.   Pete died of cancer in September 2003.  PeteÃ¢â‚¬â„¢s window, Nancy , has graciously provided a copy of this paper for inclusion in the 1st Cavalry Division Museum archives.  Edited by &lt;span class=&quot;caps&quot;&gt;R W&lt;/span&gt; Tagge, Executive Trustee, 1st Cavalry Division Association Museum Foundation.
&lt;/blockquote&gt;</content>
 </entry>
 
 <entry>
   <title>Walking Flyers</title>
   <link href="http://schacon.github.com//2005/05/26/walking-flyers.html"/>
   <updated>2005-05-26T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/05/26/walking-flyers</id>
   <content type="html">&lt;p&gt;Here are the general flyers that I will be passing out as a leave behind when we walk. I&amp;#8217;ll order 1000 of them for hand delivering in our precincts.  I tried to get most of the ideas and feel of the campaign into it &amp;#8211; let me know what you think and if you have any improvements for the next run.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a style=&quot;float: left&quot; class=&quot;pic&quot; href=&quot;http://www.chaconforcongress.com/uploads/chaconforcongress-onecolor.pdf&quot;&gt;
&lt;img src=&quot;http://www.chaconforcongress.com/uploads/cfc-onecolor-sm.gif&quot;&gt;&lt;br /&gt;&lt;span class=&quot;caps&quot;&gt;CFC&lt;/span&gt; Walking Flyer&lt;/a&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;I did reuse that stupid womanless graphic again, but I like the feel of it, and this flyer had to be one-color for cost reasons.  Later in the campaign, I may do full color flyers, but they are far more expensive.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Feedback, my friends &amp;#8211; what do you think?&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Scott&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Community Captains Start</title>
   <link href="http://schacon.github.com//2005/05/26/community-captains-start.html"/>
   <updated>2005-05-26T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/05/26/community-captains-start</id>
   <content type="html">&lt;p&gt;We are going to be walking soon, hopefully this week if we get the materials done in time, and I don&amp;#8217;t want to waste any chances, so I set up a Community Captains volunteering site to record people who are interested in the program here : &lt;a href=&quot;http://www.communitycaptains.com&quot;&gt;www.CommunityCaptains.com&lt;/a&gt;.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a style=&quot;float: left&quot; class=&quot;pic&quot; href=&quot;http://www.chaconforcongress.com/uploads/CommunityCaptainsFlyer.pdf&quot;&gt;
&lt;img src=&quot;http://www.chaconforcongress.com/uploads/CommunityCaptainsFlyer-sm.gif&quot;&gt;&lt;br /&gt;Captains Flyer&lt;/a&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;In order to recruit people who might be interested when we are out walking, I&amp;#8217;ve created this flyer to hand out to people who sound interested.  I wanted to post it here to let everyone take a look at it and tell me what you think.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;I realize that of the people in the graphic, none of them seem to be women &amp;#8211; that is not intentional, it was just the best art I could find in my price range.  I&amp;#8217;ll try to replace it at some point if I can find better art with women in it.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Other than that, is there anything you notice that could use improvement &amp;#8211; would it make you interested in volunteering?&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Let me know what you think.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Scott&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>MicroGoal</title>
   <link href="http://schacon.github.com//2005/05/25/microgoal-2-complete.html"/>
   <updated>2005-05-25T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/05/25/microgoal-2-complete</id>
   <content type="html">&lt;p&gt;Our second Micro-Goal was completed tonight, the last donation was contributed by Matt So &amp;#8211; thank you Matt!  This Micro-Goal was to print materials and voter lists for our first county for walking, and we are in the process of getting quotes right now.  As soon as I get my &lt;span class=&quot;caps&quot;&gt;FEC&lt;/span&gt; number, the voter data will be purchased as well.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;When we have started the walking, I&amp;#8217;ll publish the second report for everyone who contributed and all of our supporters.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;I have posted our next Micro-Goal, which is for printed materials for our Dublin precinct walking.  Thank you everyone who contributed, and if you haven&amp;#8217;t seen it yet, please take a look at the example Micro-Goal Report linked in the last post.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Micro Goal Report</title>
   <link href="http://schacon.github.com//2005/05/24/micro-goal-report-1.html"/>
   <updated>2005-05-24T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/05/24/micro-goal-report-1</id>
   <content type="html">&lt;p&gt;In order to create an example of a Micro-Goal report, I have created one out of what was a Goal for a short time, but was then changed.  This is not a real Goal report, in that no actual campaign funds were spent on the Personal Democracy Forum trip, but I created a report from the trip nonetheless.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a style=&quot;float: left&quot; class=&quot;pic&quot; href=&quot;http://www.chaconforcongress.com/uploads/microgoal1.pdf&quot;&gt;
&lt;img src=&quot;http://www.chaconforcongress.com/uploads/microgoal1.gif&quot;&gt;&lt;br /&gt;Example Report&lt;/a&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;I am just shy of completing my second Micro-Goal, so when the work on that is done, I will submit to you all my next report, but in the meantime take a look at this example and let me know what you think should be added or subtracted.  Imagine that you contributed money to a goal, what would you want to know about how it was spent or used?  Any ideas are welcome.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Thanks!
Scott&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Podcast</title>
   <link href="http://schacon.github.com//2005/05/21/podcast-25.html"/>
   <updated>2005-05-21T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/05/21/podcast-25</id>
   <content type="html">&lt;p&gt;I recorded this morning, yet I didn&amp;#8217;t actually post until tonight.  However, as it is 10:45pm and I am off to bed, I&amp;#8217;ll just post the file without a whole lot of blab here.  It&amp;#8217;s mostly about the &lt;span class=&quot;caps&quot;&gt;PDF&lt;/span&gt; conference, which you can read about below anyhow.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Oh, and I also mentioned &lt;a href=&quot;http://www.chicagocrime.org&quot;&gt;ChicagoCrime.org&lt;/a&gt;, which is a pretty neat idea and application of technology to bring powerful information to citizens.  Let me know what you think about that, and any ideas you might have to bring powerful information to our communities like that.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Don&amp;#8217;t forget to call in with comments at &lt;b&gt;206-20-CHACON&lt;/b&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050520.mp3&quot;&gt;&lt;img border=0 src=&quot;/images/podcast.gif&quot;&gt;mp3&lt;/a&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://technorati.com/tags/&quot;&gt;Tags&lt;/a&gt;:
&lt;a href=&quot;http://technorati.com/tag/chacon&quot; rel=&quot;tag&quot;&gt;chacon&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/conversation&quot; rel=&quot;tag&quot;&gt;conversation&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/podcast&quot; rel=&quot;tag&quot;&gt;podcast&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/campaign&quot; rel=&quot;tag&quot;&gt;campaign&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/politics&quot; rel=&quot;tag&quot;&gt;politics&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/political+podcast&quot; rel=&quot;tag&quot;&gt;political podcast&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/politician+podcast&quot; rel=&quot;tag&quot;&gt;politician podcast&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/politician&quot; rel=&quot;tag&quot;&gt;politician&lt;/a&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Rasiej Stuff</title>
   <link href="http://schacon.github.com//2005/05/19/rasiej-stuff.html"/>
   <updated>2005-05-19T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/05/19/rasiej-stuff</id>
   <content type="html">&lt;p&gt;Two things from &lt;a href=&quot;http://www.advocatesforrasiej.com&quot;&gt;Advocates for Rasiej&lt;/a&gt; today that I wanted to share.  I have been continually going back to this because his election is in a few months, and is by far the most similar in tactics and certainly in spirit to mine that I&amp;#8217;ve ever seen.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;He just posted the text of a &lt;a href=&quot;http://www.advocatesforrasiej.com/2005/05/16/my-remarks-at-pdf-this-morning/&quot;&gt;speech&lt;/a&gt; on his website that he delivered to us at the opening of the &lt;span class=&quot;caps&quot;&gt;PDF&lt;/span&gt; conference that I could have written (if, of course, I were a more talented writer).&lt;/p&gt;&lt;br/&gt;

(emphasis added by me)
&lt;blockquote&gt;
We see how politics, instead of being a dirty word, could be what it meant in the original Greek: &lt;b&gt;the engagement of all citizens in the decisions that affect their lives&lt;/b&gt;.&lt;br/&gt;
	&lt;p&gt;...&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;We techno-politicos should instead be focusing on how we can restore health to our civic life Ã¢â‚¬â€ and in particular, how we can get more people connected to each other and their government to &lt;b&gt;raise issues, share ideas and solve problems&lt;/b&gt;.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;After all, there are lots of good reasons that most Americans hate politics. ItÃ¢â‚¬â„¢s been taken away from them and turned into a cynical game that is more focused on winning elections than getting things done, &lt;b&gt;where tearing the other side down matters more than lifting ideas up&lt;/b&gt;, where people are treated as commodities, and the only ones who get any attention are the people who can pay to play.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;...&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;We need to aggressively advocate new ways to use technology to foster a more &lt;b&gt;open, responsive, and accountable government&lt;/b&gt;.&lt;/p&gt;&lt;br/&gt;

&lt;/blockquote&gt;&lt;br/&gt;
	&lt;p&gt;I used to have &amp;#8220;government that is open, efficient and empowering&amp;#8221; on my front page.  Now it&amp;#8217;s openness, community, conversation &amp;#8211; but you can see why I liked this speech.  It goes on, and the whole thing is both well written and exciting in what it means to us.  If this is the future of politics, as I am also working to make it, then we are looking at a better future for politics.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Also from the Rasiej front, I got an email from him today (mass mail), an update on his campaign.  As you may remember, he is also running a $100 campaign.  Here is what the email said :&lt;/p&gt;&lt;br/&gt;

&lt;blockquote&gt;
Something&amp;#8217;s happening here.&lt;br/&gt;
	&lt;p&gt;In just &lt;b&gt;two weeks&lt;/b&gt;, our campaign to reconnect New York signed up &lt;b&gt;818 supporters and raised $72,000&lt;/b&gt;. With no contributions over $100. No fundraisers. Just a powerful message about reimagining our possibilities and recharging our democracy.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;This is unprecedented in New York politics.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;That&amp;#8217;s because it shows that you don&amp;#8217;t have to chase big checks to run a successful campaign. It also shows that there are a lot of people like you who are hungry for new leadership.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;...&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;In the coming days I will be launching a new feature on my website&amp;#8212;&lt;span class=&quot;caps&quot;&gt;IDEAS4NYC&lt;/span&gt;. Each week we will post a question on a different issue, and ask you to give us your specific solutions. We&amp;#8217;ll share the results on our blog. And we&amp;#8217;ll take the best ideas and add them to the policy agenda we are developing.&lt;/p&gt;&lt;br/&gt;

Together we are going to prove that people matter more than money and ideas matter more than influence.
&lt;/blockquote&gt;&lt;br/&gt;
	&lt;p&gt;So there you go &amp;#8211; both a good idea (somewhat in the spirit of my &lt;a href=&quot;http://www.chaconforcongress.com/modules/wiwimod/&quot;&gt;Collaborative Bill Writer&lt;/a&gt;, but more structured), and also another example of a $100 campaign working.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Not enough time for a podcast today, perhaps tomorrow.  Have a good day everyone!&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Scott&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>New Business Cards</title>
   <link href="http://schacon.github.com//2005/05/19/new-business-cards.html"/>
   <updated>2005-05-19T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/05/19/new-business-cards</id>
   <content type="html">&lt;p&gt;I almost forgot &amp;#8211; I am getting some business cards printed up for the precinct walking that will begin in the next week or so, and I wanted to pass the design by everyone.  I&amp;#8217;ll print up a limited amount for the first round, but if there are any design ideas, or ideas for other useful information to add, or possibly something that is confusing or inaccurate, please let me know in the comments.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Here you go :&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;img style=&quot;align:center;&quot; class=&quot;pic&quot; src=&quot;/pictures/BusCards-CFC.gif&quot;&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Fezzik and PDF Pictures</title>
   <link href="http://schacon.github.com//2005/05/19/fezzik-and-pdf-pictures.html"/>
   <updated>2005-05-19T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/05/19/fezzik-and-pdf-pictures</id>
   <content type="html">&lt;p&gt;I uploaded some of my pictures from the &lt;span class=&quot;caps&quot;&gt;PDF&lt;/span&gt; conference, and added them into the previous posts.  Since this trip was originally a micro-goal, I&amp;#8217;m going to produce a microgoal report about it as a final wrap-up, and as an example of what the reports will look like.  Look for that later.  For now, I will leave you with my good friend, Fezzik.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a style=&quot;align:center;&quot; class=&quot;pic&quot; href=&quot;/pictures/fezzik.jpg&quot;&gt;&lt;img src=&quot;/pictures/fezziksm.jpg&quot;&gt;&lt;/a&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>PDF Wrapup</title>
   <link href="http://schacon.github.com//2005/05/17/pdf-wrapup.html"/>
   <updated>2005-05-17T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/05/17/pdf-wrapup</id>
   <content type="html">&lt;p&gt;I didn&amp;#8217;t quite finish my notes yesterday, but the last forum was not incredibly useful, though it was fun to see Ariana Huffington &amp;#8211; she was by far the most interesting part of the forum.  The part that sticks out most in my mind was Chuck Defeo (Bush-Cheney &amp;#8216;04 eCampaign manager) trying to convince us that the Bush campaign gave up a lot of control over the campaign to their volunteers, and then Arianna pointing out the &amp;#8220;loyalty oaths&amp;#8221; people had to sign to get into the campaign rallies was not indicative of an &amp;#8220;open&amp;#8221; campaign.  Another fun part was Tucker Eskew (Deputy Assistant to the President in the White House Office of Communications) make a &amp;#8220;strategery&amp;#8221; joke. &lt;i&gt;(in a &lt;span class=&quot;caps&quot;&gt;SNL&lt;/span&gt; satire of the 2000 debates, when asked to sum up his campaign in one word, Bush said &amp;#8216;strategery&amp;#8217;)&lt;/i&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;An interesting experiment that they did at this conference is to have a chat room that anyone in the room could post to displayed behind the panel.  This was basically used for good, and I can see this being a useful tool in some contexts, but it was not really fully taken advantage of here &amp;#8211; I think we could brainstorm some great interactive town hall conferences with this sort of idea.  However, the point is that in the last forum, this was somewhat taken advantage of &amp;#8211; people started posting silly things, trying to get a laugh out of the audience, which just ended up distracting the panel. I have a shot of them all looking over their shoulders at the display to see what everyone was laughing at. 
&lt;a style=&quot;float:left;&quot; class=&quot;pic&quot; href=&quot;/pictures/pdf/huffington.jpg&quot;&gt;&lt;img src=&quot;/pictures/pdf/tn/huffington.jpg&quot;&gt;&lt;/a&gt;
It would have been really useful to put the chat in the background but not on the wall, and a second chatroom on the wall,reserved for questions.  Then the panel could answer any of the questions they wanted to &amp;#8211; this would prevent people from plugging their own websites or projects in the form of a question, which is what tends to happen when people get to stand up to a mic for questions.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;In the end, I think the conference was interesting, but in my case, preaching to the choir.  I am already convinced of technologies role in improving and democratizing politics, of blogs role in changing media, and in the need for municipal broadband.  I would have liked to hear of Andrews plans for actually running an open source campaign, brainstorming of new tactics and ideas for involving people and giving up control of the campaign in new and powerful ways, but that wasn&amp;#8217;t in the cards this trip.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;As for me, I woke up at 4:30am NY time, spent an hour and a half on the NY public transportation system (subway/AirTrain), missed my flight by 5 minutes, mostly because I missed a subway stop and had to backtrack, flew standby on a later flight that got delayed for two hours due to a broken seat, and am now in Las Vegas airport waiting for my reassigned connecting flight (that was neccesitated by the two hour delay) back to SF.  Since I woke up this morning, I have been traveling for 12 hours now. However, the good news is that I got a few hours of sleep on the plane, and they showed The Incredibles, so I got that going for me.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Also, in case you&amp;#8217;re curious, &lt;span class=&quot;caps&quot;&gt;JFK&lt;/span&gt; has no WiFi at all, &lt;span class=&quot;caps&quot;&gt;SFX&lt;/span&gt; has Verizon if you want to pay, and Las Vegas has free WiFi.  Well, now they&amp;#8217;re boarding, so I&amp;#8217;m off.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;i&gt;Update&lt;/i&gt;:
&lt;b&gt;&lt;del&gt;- 3:23pm -&lt;/del&gt;&lt;/b&gt;
I made it, just landed 5 minutes ago, and now I&amp;#8217;m &lt;span class=&quot;caps&quot;&gt;BART&lt;/span&gt; bound.  How much public transportation can one person take in one day &amp;#8211; I believe I will have hit 5 different systems in 2 days.  Thank you for following my short trip, I&amp;#8217;ll try to get some pictures up pretty soon.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;If you want to see my view on the subway and running for the plane this morning, and my view as I&amp;#8217;m writing this, you can see my cell phone uploads on my &lt;a href=&quot;http://chaconforcongress.com/page.php?page=flickr&quot;&gt;Flickr Feed&lt;/a&gt;.  OK, just snapped one of me and my laptop in the airport walkway.  Enjoy, and I&amp;#8217;ll talk to you later &amp;#8211; possibly a podcast soon.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>At the Personal Democracy Forum</title>
   <link href="http://schacon.github.com//2005/05/16/at-the-personal-democracy-forum.html"/>
   <updated>2005-05-16T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/05/16/at-the-personal-democracy-forum</id>
   <content type="html">&lt;p&gt;So here I am at the Personal Democracy Forum, sitting in the auditorium, listening to the first presentations.  &lt;a href=&quot;http://www.advocatesforrasiej.com&quot;&gt;Andrew Rasiej&lt;/a&gt; started with a great speech, I&amp;#8217;ll need to remember to get a copy of that at some point.  We then had Scott Heiferman, and then Mindy Finn from the &lt;span class=&quot;caps&quot;&gt;GOP&lt;/span&gt;.  I&amp;#8217;ll try to keep notes online from this point on.  I&amp;#8217;m able to do this because they have wireless in the building.  One of the most interesting parts is the chat room that people in the room are using in the background.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a style=&quot;float:right;&quot; class=&quot;pic&quot; href=&quot;/pictures/pdf/lunchtime.jpg&quot;&gt;&lt;img src=&quot;/pictures/pdf/tn/lunchtime.jpg&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;I&amp;#8217;m a bit tired, as I got on the plane at 10:00pm West Coast, and now it is 9:03 NY time.  &lt;a style=&quot;float:left;&quot; class=&quot;pic&quot; href=&quot;/pictures/pdf/boardingpass.jpg&quot;&gt;&lt;img src=&quot;/pictures/pdf/tn/boardingpass.jpg&quot;&gt;&lt;/a&gt; I have had almost no sleep, since the airplane was about the most uncomfortable place I could have imagined for sleeping.  I almost just put my head on the shoulder of the guy next to me (I was in the middle seat in the middle isle of a 767), just so I could get a few minutes.  Then many trains and a few blocks of walking, and now I&amp;#8217;m blogging from the auditorium.  Maybe I can find a back room somewhere with a bench at some point. :)&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;I&amp;#8217;ll keep everyone up to date on whats going on here &amp;#8211; and I&amp;#8217;m trying to take a few pictures and audio, too.  I won&amp;#8217;t be able to upload them until I get home, though &amp;#8211; I don&amp;#8217;t have the cables.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Scott&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Tag : &lt;a href=&quot;http://technorati.com/tag/PDF2005&quot; rel=&quot;tag&quot;&gt;&lt;span class=&quot;caps&quot;&gt;PDF2005&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;i&gt;Updates :&lt;/i&gt;
&lt;b&gt;&lt;del&gt;- 12:25pm -&lt;/del&gt;&lt;/b&gt;
I fixed the &lt;span class=&quot;caps&quot;&gt;NYC&lt;/span&gt; time from 7:03 to 9:03, since apparently the Mac doesn&amp;#8217;t update the time, and my body now has no concept of time.  I am now at a forum with &lt;a href=&quot;http://www.dailykos.com&quot;&gt;Kos&lt;/a&gt;, &lt;a href=&quot;http://www.talkingpointsmemo.com/&quot;&gt;Hugh Hewitt&lt;/a&gt;, Carol Darr, &lt;a href=&quot;http://www.talkingpointsmemo.com/&quot;&gt;Josh Marshall&lt;/a&gt;, and Chris Rabb.  They are talking about blogs, mostly in relation to traditional media.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;b&gt;&lt;del&gt;- 12:43pm -&lt;/del&gt;&lt;/b&gt;
The wireless is very slow, and the forum is getting slightly more angry at each other.  There appears to be about a 4:1 ratio of liberals to conservatives at this conference.  Hugh just said he wanted the Patriot Act renewed and people hissed &amp;#8211; there is a certain meaness still in the group, which I suppose comes from that ratio.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;b&gt;&lt;del&gt;- 12:54pm -&lt;/del&gt;&lt;/b&gt;
Now they&amp;#8217;re talking about if comments are important on a blog &amp;#8211; Josh is talking about his site, since it does not have comments.  Personally, I think that they are important &amp;#8211; the real importance of the blog from my point of view is the 2 way feedback mechanism.  If there is no commenting system, then it is a one way conversation.  Now Hugh is scaring people about leaving the comments section open, or you might get sued over it &amp;#8211; some copyright issues.  He also doesn&amp;#8217;t like Diaries, like Kos does &amp;#8211; which I also disagree with.  He thinks of it as massive publishing, while I tend to view it as collaboration.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a style=&quot;float:left;&quot; class=&quot;pic&quot; href=&quot;/pictures/pdf/craigslist.jpg&quot;&gt;&lt;img src=&quot;/pictures/pdf/tn/craigslist.jpg&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;b&gt;&lt;del&gt;- 2:13pm -&lt;/del&gt;&lt;/b&gt;
30 hours now with no real sleep &amp;#8211; and counting.  And the fun continues.  Now we&amp;#8217;re listening to an online advertising forum.  Now, the funny thing, as with much of this conference, is that much of the beginning of this discussion is around convincing candidates or campaigns to embrace this technology &amp;#8211; whether it is online advertising or wikis or blogs or podcasts or what have you.  The funny thing is that I already am.  My response to not being able to convince candidates is to do so myself, so some of this stuff is not that helpful.  I can see it being very helpful to some others, but not really to me.  So far my favorite part was the 5 minute speech by Andrew, so I hope he comes up here again.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;I&amp;#8217;m watching this online ad forum, and right now it&amp;#8217;s rather like a commercial for this one online ad company, but I still feel as though this stuff is not helpful for democracy.  I suppose we could do little flash versions of 30 second TV spots, but do we really want to?  I don&amp;#8217;t feel like that&amp;#8217;s really doing anything new or evolutionary &amp;#8211; we&amp;#8217;re not advancing the dialoge.  I think online advertising is great, and I absolutely plan to use it, but I think it can be more helpful than what we do on TV.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;As an aside, I hear the phrase &amp;#8220;join the conversation&amp;#8221; a ton, but it doesn&amp;#8217;t have to do with my site.  I think that just means we choose a really great slogan.  Apparently, under the surface, that&amp;#8217;s what people are really trying to go for here &amp;#8211; getting people involved in a real way.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;b&gt;&lt;del&gt;- 2:32pm -&lt;/del&gt;&lt;/b&gt;
Andy Stern if the &lt;span class=&quot;caps&quot;&gt;SEIU&lt;/span&gt; is now being interviewed, and it is amazing how plugged in the guy is.  He is very down to earth and knowledgable about technology and it&amp;#8217;s potential in his organization.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;http://www.unitetowinblog.org/&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;He said he had to overcome all the lawyers saying &amp;#8220;you shouldn&amp;#8217;t blog&amp;#8221;, then all the people who said &amp;#8220;they are not going to say nice things&amp;#8221;, but that&amp;#8217;s part of being a leader is hearing things that you may not agree with .  It is a good point, and one that is difficult to convince people at the top normally.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;He just mentioned that text messaging might be more useful to experiment with, because of the universality of it.  I have been thinking about this lately, and I think I mentioned it in one of my podcasts, because it is true and overlooked.  Everyone has a cell phone &amp;#8211; the digital divide is much less prominent with cellular technology.  How can we use &lt;span class=&quot;caps&quot;&gt;SMS&lt;/span&gt; and texting to organize and get people involved?&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Off point, but I just really noticed that there are a &lt;span class=&quot;caps&quot;&gt;LOT&lt;/span&gt; of Macs here.  I wish I had taken a picture, but there were like four guys sitting on the ground, each with a Mac laptop, all in a row.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;b&gt;&lt;del&gt;- 3:00pm -&lt;/del&gt;&lt;/b&gt;
Promise of Municipal Broadband&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;My question was : How are the lower income families affording computers to access the wifi?  It wasn&amp;#8217;t answered, but I think she addressed it on the &amp;#8220;On the Media&amp;#8221; show she was interviewed on.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;A couple of sites from the forum : &lt;a href=&quot;http://www.phila.gov/wireless/contributors.html&quot;&gt;Wireless Philadelphia Executive Committee&lt;/a&gt;, &lt;a href=&quot;http://www.civitium.com/&quot;&gt;Civitium&lt;/a&gt; (a company that did the &lt;span class=&quot;caps&quot;&gt;ROI&lt;/span&gt; for them), &lt;a href=&quot;http://www.muniwireless.com&quot;&gt;MuniWireless&lt;/a&gt;, &lt;a href=&quot;http://www.nycwireless.net&quot;&gt;&lt;span class=&quot;caps&quot;&gt;NYC&lt;/span&gt; Wireless&lt;/a&gt;, &lt;a href=&quot;http://www.tocwireless.net&quot;&gt;&lt;span class=&quot;caps&quot;&gt;TOC&lt;/span&gt; Wireless&lt;/a&gt; (Carrboro Wireless Project).&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Andrew said that telcos are getting prohibative language in the redo of the 1996 Telecom Act against muni wifi right now.  If only we had politicians representing us who didn&amp;#8217;t take big money from them.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;This is interesting, with the conversation in the background.  The forum has this great big screen behind them, where people can post questions and comments over the wireless (I&amp;#8217;ll put some shots up later), and some of the questions are quite good &amp;#8211; it&amp;#8217;s an interesting dynamic &amp;#8211; what a great town hall that would make.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;One of many interesting ideas that Andrew had for what universal city wifi would enable us to do : &amp;#8220;Fireman can download a blueprint to a building on the way to a fire&amp;#8221;.  There are hundreds of great ideas like this that we could build on top of a solid infrastructure like that.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;b&gt;&lt;del&gt;- 3:24pm -&lt;/del&gt;&lt;/b&gt;
&lt;i&gt;&amp;#8220;Getting it : Changing your organizations internal structure&amp;#8221;&lt;/i&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a style=&quot;float:right;&quot; class=&quot;pic&quot; href=&quot;/pictures/pdf/gettingit.jpg&quot;&gt;&lt;img src=&quot;/pictures/pdf/tn/gettingit.jpg&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;This was a really great forum &amp;#8211; the best of the day, and I&amp;#8217;m glad I made it there. I took a bunch of notes (it&amp;#8217;s pretty hard to break out the laptop in the small room), so I&amp;#8217;ll have to transcribe them (more or less) later.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;b&gt;&lt;del&gt;- 5:17pm -&lt;/del&gt;&lt;/b&gt;
&lt;i&gt;The Future of Political Media&lt;/i&gt;
&lt;a href=&quot;http://www.pressthink.org&quot;&gt;Jay Rosen&lt;/a&gt;, Jeff Jarvis, Chuck Defeo, Tucker Eskew, &lt;a href=&quot;http://www.huffingtonpost.com&quot;&gt;Arianna Huffington&lt;/a&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Jeff Jarvis spoke first, and once again I heard the phrase &amp;#8220;join the conversation&amp;#8221; &amp;#8211; I think we&amp;#8217;re on to something here.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;b&gt;&lt;del&gt;- Wed Night -&lt;/del&gt;&lt;/b&gt;
Edited post to add pictures.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Podcast</title>
   <link href="http://schacon.github.com//2005/05/12/podcast-24.html"/>
   <updated>2005-05-12T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/05/12/podcast-24</id>
   <content type="html">&lt;p&gt;Good morning!&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Here is the new podcast &amp;#8211; this week is a little different in that I have been keeping the blog pretty well up to date, so the podcast is mostly going over things I have already blogged about &amp;#8211; &lt;a href=&quot;http://www.advocatesforrasiej.com&quot;&gt;Rasiej&lt;/a&gt;,  &lt;a href=&quot;http://www.personaldemocracy.com&quot;&gt;&lt;span class=&quot;caps&quot;&gt;PDF&lt;/span&gt;&lt;/a&gt;, &lt;a href=&quot;http://www.fec.gov&quot;&gt;&lt;span class=&quot;caps&quot;&gt;FEC&lt;/span&gt;&lt;/a&gt; packet, &lt;a href=&quot;http://www.radioopensource.org&quot;&gt;Radio Open Source&lt;/a&gt;, &lt;span class=&quot;caps&quot;&gt;GRASS GIS&lt;/span&gt;, etc.  So, see my previous posts for more information.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;span class=&quot;caps&quot;&gt;PDF&lt;/span&gt; is on Monday, and my sister Megan is getting married this weekend, so it will be a busy next few days.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Don&amp;#8217;t forget to call in with comments at &lt;b&gt;206-20-CHACON&lt;/b&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050512.mp3&quot;&gt;&lt;img border=0 src=&quot;/images/podcast.gif&quot;&gt;mp3&lt;/a&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://technorati.com/tags/&quot;&gt;Tags&lt;/a&gt;:
&lt;a href=&quot;http://technorati.com/tag/chacon&quot; rel=&quot;tag&quot;&gt;chacon&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/conversation&quot; rel=&quot;tag&quot;&gt;conversation&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/podcast&quot; rel=&quot;tag&quot;&gt;podcast&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/campaign&quot; rel=&quot;tag&quot;&gt;campaign&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/politics&quot; rel=&quot;tag&quot;&gt;politics&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/political+podcast&quot; rel=&quot;tag&quot;&gt;political podcast&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/politician+podcast&quot; rel=&quot;tag&quot;&gt;politician podcast&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/politician&quot; rel=&quot;tag&quot;&gt;politician&lt;/a&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>GIS Instead of Podcast</title>
   <link href="http://schacon.github.com//2005/05/10/gis-instead-of-podcast.html"/>
   <updated>2005-05-10T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/05/10/gis-instead-of-podcast</id>
   <content type="html">&lt;p&gt;I put off the podcast for today, because I was working on some &lt;span class=&quot;caps&quot;&gt;GIS&lt;/span&gt; stuff and I actually got a break.  &lt;span class=&quot;caps&quot;&gt;GIS&lt;/span&gt; stands for Geographic Information Systems &amp;#8211; it is technology used to make maps, and it will be very important to this campaign.  Normally custom &lt;span class=&quot;caps&quot;&gt;GIS&lt;/span&gt; is not used in Congressional races unless the candidate is willing to spend several thousand dollars on the software and experts needed to use it.  The easiest software I have seen is &lt;a href=&quot;http://www.caliper.com/maptovu.htm&quot;&gt;Maptitude&lt;/a&gt;  by Caliper, which sells for only $500.  &lt;span class=&quot;caps&quot;&gt;ESRI&lt;/span&gt; sells it&amp;#8217;s popular and powerful &lt;a href=&quot;http://www.esri.com/software/arcview/&quot;&gt;ArcView&lt;/a&gt; software which is used pretty often for this, but it is more like $1500 for the software alone &amp;#8211; hiring someone that can use it is something else entirely.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;I want to run this on Mac and/or Linux with some custom database and automated scripting, so I&amp;#8217;m using &lt;a href=&quot;http://grass.itc.it/&quot;&gt;&lt;span class=&quot;caps&quot;&gt;GRASS&lt;/span&gt;&lt;/a&gt;, which is both open and free.&lt;/p&gt;&lt;br/&gt;

However, it is a bit of a learning curve, especially when you don&amp;#8217;t know much about &lt;span class=&quot;caps&quot;&gt;GIS&lt;/span&gt; to begin with.  However, I made a breakthrough this morning, learning how to import and view both &lt;a href=&quot;http://swdb.berkeley.edu/data/d00/g04_geo_conv.html&quot;&gt;Shapefiles&lt;/a&gt; and &lt;a href=&quot;http://www.census.gov/geo/www/tiger/&quot;&gt;&lt;span class=&quot;caps&quot;&gt;TIGER&lt;/span&gt;/Line&lt;/a&gt; data.   Which means I can map and overlay the congressional districts, voting precincts from 2004, county and full street and landmark information for all 4 counties in my district.  Here are some quick maps :
&lt;center&gt;
&lt;a href=&quot;http://chaconforcongress.com/uploads/map11gis.gif&quot;&gt;&lt;img src=&quot;http://chaconforcongress.com/uploads/map11gis-sm.gif&quot;&gt;&lt;/a&gt;
(full street maps of all four counties; 
blue is district lines, light grey is 04 voting precincts, black are streets)&lt;br/&gt;
	&lt;p&gt;&lt;a href=&quot;http://chaconforcongress.com/uploads/map2.png&quot;&gt;&lt;img src=&quot;http://chaconforcongress.com/uploads/map11giscolor.gif&quot;&gt;&lt;/a&gt;
(04 precincts on top of districts by color &amp;#8211; green is mine)
&lt;/center&gt;
It&amp;#8217;s not very useful by itself, but I can zoom down to any precinct and see the street layout, and I will be able to start marking houses I have visited, voter ID results, printing custom walking maps for volunteers over the web, etc.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;It will be invaluable for door to door planning and precinct captain organizing, as well as data and progress visualization.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;So, no podcast &amp;#8211; technology called!&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Scott the Republican</title>
   <link href="http://schacon.github.com//2005/05/08/scott-the-republican.html"/>
   <updated>2005-05-08T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/05/08/scott-the-republican</id>
   <content type="html">&lt;p&gt;So, this is the first of my &amp;#8220;Dirty Laundry&amp;#8221; posts.  I don&amp;#8217;t think there will be many.  I mentioned this in a podcast earlier, but I wasn&amp;#8217;t sure how I was going to do it then.  I wanted to put anything at all that I could think of that someone might use against me at any point on the website for everyone to see.  Basically, post my own opposition research on my website.  I want to do this so that :  a) there are no suprises, and b) I can earn your trust.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;They will be filed in the blog under the category &amp;#8220;dirty laundry&amp;#8221;, and I will do them as I think of them.  Today I will post the only two I can think of, both of which I have mentioned in earlier podcasts.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;1) My Bench Warrant&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;When I was in college, I was driving just about every weekend from San Diego (where I was attending &lt;span class=&quot;caps&quot;&gt;UCSD&lt;/span&gt;), to San Luis Obispo (where Jessica was attending Cal Poly &lt;span class=&quot;caps&quot;&gt;SLO&lt;/span&gt;) to visit the lovely woman who would eventually be my wife.  Anyhow, one morning I was driving rather too quickly along the 101 South, very near where they shot the recent movie &lt;a href=&quot;http://www.google.com/url?sa=U&amp;#38;start=1&amp;#38;q=http%3A//www.imdb.com/title/tt0375063/&amp;#38;ei=DrN9QtzsOczE4QH31rCdCg&quot;&gt;Sideways&lt;/a&gt; actually, and I got pulled over (for good reason).  So, I got my ticket and I lost the thing they sent me in the mail.  The problem was that I couldn&amp;#8217;t remember what county I had gotten my ticket in.  I knew it was between &lt;span class=&quot;caps&quot;&gt;SLO&lt;/span&gt; and Santa Barbara, so I called Santa Barbara County and asked if Scott Chacon had a ticket there and received the telephone version of a blank stare.  So, eventually I missed my court date, my mother who works for the Sheriff&amp;#8217;s department let me know quite irately that there was a bench warrant in my name, and I found the county and paid the ticket.  I don&amp;#8217;t know how this comes off in blog form, but in person this is often an amusing story.  I hope you all can forgive me.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;2) Scott the Republican&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;When I was in high school, my Government teacher made everyone in the class register to vote.  She handed out a sheet of paper that had all the party one-liners on it, and had us choose one and register as that.  As I had never really been exposed to politics in the household, I choose my party based on the one-liner.  &amp;#8216;Republican&amp;#8217; sounded good to me &amp;#8211; &amp;#8216;old fashioned values&amp;#8217;, &amp;#8216;low taxes&amp;#8217;; whatever it was, it was catchy.  When in that class we were asked to choose sides in topics for debate and I was the only one in the class who would voluntarily choose to defend gay marriage and oppose the death penalty, I believe in retrospect that perhaps that would have been a good time for my teacher to have pulled me aside and explained the possible confusion in my registration decision.  However, that was not done, and I remained registered for many years after.  Initially, because I did not remember how I had registered, and later because I liked getting all of the Republican mailers and literature.  I felt at the time, as I do still, that it was interesting to know what the people who disagree with me think, and why they think that.  I also enjoyed the opportunity to vote in the Republican primary for John McCain.  How many other Democrats can say they got to vote against George Bush three times?  In any case, despite the fact that I have never voted for any Republican (against a Democrat), I was registered as one for many, many years.  This comes up because I found this in a book today :&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://chaconforcongress.com/uploads/republicanreg.jpg&quot;&gt;&lt;img src=&quot;http://chaconforcongress.com/uploads/repreg-sm.jpg&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;So, there you go.  For better or for worse, you will always get the truth from me.  What a concept.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;b&gt;Update (05/25)&lt;/b&gt;: I edited this post slightly to fix some spelling errors that were pointed out to me.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>FEC Packet Came Today</title>
   <link href="http://schacon.github.com//2005/05/08/fec-packet-came-today.html"/>
   <updated>2005-05-08T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/05/08/fec-packet-came-today</id>
   <content type="html">&lt;p&gt;So, the packet of information that the &lt;span class=&quot;caps&quot;&gt;FEC&lt;/span&gt; sent me got here today.  I was waiting to file my Form 2 (Statement of Candidacy) until it got here, but it looks like there is nothing in it that I didn&amp;#8217;t already have.  Which is actually good.  Everything in the packet is available online, so I sealed up my Form 2 and I&amp;#8217;m sending it off tonight.  Actually, hold on&amp;#8230;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Ha! Interactive blogging!  I just ran down to the corner and stuck the envelope in the mail.  Here is proof :&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;img src=&quot;http://chaconforcongress.com/uploads/mailing_form1.jpg&quot;&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Anyhow, it turns out that the packet contained this :&lt;/p&gt;&lt;br/&gt;

&lt;ul&gt;
&lt;li&gt;Forms 1 and 2, with instructions, from &lt;a href=&quot;http://www.fec.gov/info/forms.shtml&quot;&gt;here&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.fec.gov/pdf/candgui.pdf&quot;&gt;This guide&lt;/a&gt;, printed out.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.fec.gov/pages/brochures/treasurers_brochure.pdf&quot;&gt;This brochure&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;A list of state addresses to get copies of filings.&lt;/li&gt;
&lt;/ul&gt;&lt;br/&gt;
	&lt;p&gt;&lt;img src=&quot;http://chaconforcongress.com/uploads/cfc-fecpacket.jpg&quot;&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;That&amp;#8217;s all, so not a whole lot of help there, but it was nice of them to spend $3.50 to send it.  If we weren&amp;#8217;t internet savvy, and didn&amp;#8217;t have copies of all of those things on our computer, they would have been a big help.&lt;/p&gt;&lt;br/&gt;

Also, as the &lt;span class=&quot;caps&quot;&gt;FEC&lt;/span&gt; website says : 
&lt;blockquote&gt;If you don&amp;#8217;t find what you&amp;#8217;re looking for on these pages, please contact the &lt;span class=&quot;caps&quot;&gt;FEC&lt;/span&gt;&amp;#8217;s Information Division, toll free at 800-424-9530 or by e-mail at info@fec.gov. &lt;/blockquote&gt;&lt;br/&gt;
	&lt;p&gt;So, there you go.  It&amp;#8217;s done &amp;#8211; I&amp;#8217;ll post my &lt;span class=&quot;caps&quot;&gt;FEC&lt;/span&gt; Number as soon as I get it.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Advocates For Rasiej</title>
   <link href="http://schacon.github.com//2005/05/08/advocates-for-rasiej.html"/>
   <updated>2005-05-08T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/05/08/advocates-for-rasiej</id>
   <content type="html">&lt;p&gt;I just read &lt;a href=&quot;http://www.wired.com/news/culture/0,1284,67427,00.html&quot;&gt;this article&lt;/a&gt; at Wired on &lt;a href=&quot;http://www.advocatesforrasiej.com&quot;&gt;Andrew Rasiej&lt;/a&gt; who is running for Public Advocate of New York City this year.  Among his campaign ideas :&lt;/p&gt;&lt;br/&gt;

&lt;ul&gt;
&lt;li&gt;$100 &lt;a href=&quot;http://www.advocatesforrasiej.com/2005/04/30/why-im-not-taking-big-checks/&quot;&gt;contribution limit&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;active blog, and eventually a podcast&lt;/li&gt;
&lt;li&gt;election day &lt;span class=&quot;caps&quot;&gt;SMS&lt;/span&gt; cell phone reminders&lt;/li&gt;
&lt;li&gt;campaign sponsored municipal wifi&lt;/li&gt;
&lt;/ul&gt;&lt;br/&gt;
	&lt;p&gt;I encourage you to read his &lt;a href=&quot;http://www.advocatesforrasiej.com/ideas&quot;&gt;Ideas&lt;/a&gt; page, not only does it have some great ideas, but it has a submission form to get elicit more ideas from anyone reading.&lt;/p&gt;&lt;br/&gt;

Here are some highlights from the Wired article:
&lt;blockquote&gt;
WN: Your campaign will rely heavily on the internet. What are some net-savvy approaches to politics you are taking?&lt;br/&gt;
Rasiej: For one, I&amp;#8217;m blogging as much as I can find time for, and we&amp;#8217;re going to podcast and video-blog as well. We&amp;#8217;ve already built into the site the ability for people to give us their cell-phone number to schedule a text-message reminder on when to go vote, and we&amp;#8217;re going to post every suggestion a person makes to the site, both on how to make the city better and how to improve the campaign. We&amp;#8217;re going to demonstrate the viability of universal broadband by getting some volunteers together to &amp;#8220;light up&amp;#8221; some buildings in poor neighborhoods with Wi-Fi. We&amp;#8217;re going to get volunteers to show how easy it will be to use cell phones for civic engagement, by informing people when the next train is due in at some subway hubs and by encouraging people to post pictures of potholes and other things that need fixing to Flickr or a similar photo-blogging platform.
&lt;/blockquote&gt;&lt;br/&gt;
	&lt;p&gt;I am absolutely going to recycle some of these ideas.  Here is some more :&lt;/p&gt;&lt;br/&gt;

&lt;blockquote&gt;
But most important, we&amp;#8217;re encouraging people to use this campaign to think and act creatively and collectively in ways that the net makes more viable. The network will come up with the best ideas on how to approach politics, and I&amp;#8217;m listening as hard as I can. I can&amp;#8217;t become New York&amp;#8217;s public advocate without all the other public advocates in this great city. We can only be elected together. If elected, the public advocate&amp;#8217;s office will be their office. 
&lt;/blockquote&gt;&lt;br/&gt;
	&lt;p&gt;Talk about an open source campaign.  I truly hope that this is the future of politics &amp;#8211; toward low-donor, connected, open, listening campaigns.  Campaigns that are truly of and accountable to the people they strive to represent and serve.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;So, I wrote him an email saying that I liked his campaign, and asking if he would be attending the Personal Democracy Forum since it is in NY.  I was even helpful enough to give him the &lt;span class=&quot;caps&quot;&gt;URL&lt;/span&gt; for the conference website so he could find out some more about it.  How useful of me.&lt;/p&gt;&lt;br/&gt;

From the &lt;a href=&quot;http://www.personaldemocracy.com/about/#andrew&quot;&gt;About&lt;/a&gt; section of the website : 
&lt;blockquote&gt;
&lt;b&gt;Andrew Rasiej is the Founder of the Personal Democracy Forum&lt;/b&gt; and has served as an advisor to Senators and Congressman and political candidates on the use of Information Technology for campaign and policy purposes since 1999.
&lt;/blockquote&gt;&lt;br/&gt;
	&lt;p&gt;Ah.  How especially helpful of me to have pointed the conference out to him.  Still, he was very kind and replied personally very quickly.  I look forward to saying &amp;#8216;hi&amp;#8217; at the conference next week.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>OpenSourceRadio</title>
   <link href="http://schacon.github.com//2005/05/07/opensourceradio.html"/>
   <updated>2005-05-07T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/05/07/opensourceradio</id>
   <content type="html">&lt;p&gt;I was contacted yesterday on &lt;span class=&quot;caps&quot;&gt;AOL&lt;/span&gt; Instant Messenger (my username is &amp;#8216;&lt;a href=&quot;aim:GoIm?screenname=repchacon&quot;&gt;repchacon&lt;/a&gt;&amp;#8217;, by the way), by a guy named &lt;a href=&quot;http://www.prx.org/user/brendangreeley&quot;&gt;Brendan Greeley&lt;/a&gt;, who is apparently a site editor for &lt;a href=&quot;http://www.prx.org&quot;&gt;&lt;span class=&quot;caps&quot;&gt;PRX&lt;/span&gt;&lt;/a&gt;, which I&amp;#8217;ve mentioned here &lt;a href=&quot;http://www.chaconforcongress.com/modules/wordpress/index.php/archives/2005/03/04/friday-podcast/&quot;&gt;before&lt;/a&gt; (although I&amp;#8217;m pretty sure he didn&amp;#8217;t know that).&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Anyhow, it turns out that Brendan is working on a new &lt;span class=&quot;caps&quot;&gt;WGBH&lt;/span&gt; produced, &lt;a href=&quot;http://www.pri.org/PublicSite/home.html&quot;&gt;Public Radio International&lt;/a&gt; syndicated radio show called &lt;a href=&quot;http://www.radioopensource.org/&quot;&gt;Radio Open Source&lt;/a&gt; that is recording pilots right now. In fact, they just released their very first one today.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;From the &lt;a href=&quot;http://blog.opensourcemedia.net/?p=2&quot;&gt;Starting Points&lt;/a&gt; page&amp;#8230;&lt;/p&gt;&lt;br/&gt;

&lt;blockquote&gt;
Everything we do at Open Source will be Ã¢â‚¬Å“open to inspection, improvement, adoption and reuse,Ã¢â‚¬? in Doc SearlsÃ¢â‚¬Ëœ neat formulation. We will make all the content of Open Source available under a Creative Commons license for non-commercial use, with the standard proviso that our work is credited and further use is open.
&lt;/blockquote&gt;&lt;br/&gt;
	&lt;p&gt;This project is fascinating to me, and I will follow it closely.  The reason that Brendan contacted me is because he was interested in what I was doing with podcasting in my campaign for the first show, although it looks like they are thinking of possibly including me in a different show later on instead.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;So, something interesting to keep your eye on.  If you want, you can subscribe to their &lt;a href=&quot;http://www.radioopensource.org/feed/&quot;&gt;feed&lt;/a&gt;.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Scott&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>New York Trip</title>
   <link href="http://schacon.github.com//2005/05/07/new-york-trip.html"/>
   <updated>2005-05-07T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/05/07/new-york-trip</id>
   <content type="html">&lt;p&gt;So, now that I&amp;#8217;m going to the &lt;a href=&quot;http://www.personaldemocracy.com&quot;&gt;Personal Democracy Forum&lt;/a&gt;, I went ahead and bought my airplane ticket today for $380. Ouch.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Here&amp;#8217;s my &lt;a href=&quot;/uploads/flight1.gif&quot;&gt;itinerary&lt;/a&gt;.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;If anyone knows a good way to get from &lt;span class=&quot;caps&quot;&gt;JFK&lt;/span&gt; to 365 Fifth Avenue at 34th street easily and cheaply, please let me know.  I was thinking &lt;a href=&quot;http://www.airtrainjfk.com/airtrain/&quot;&gt;AirTrain &lt;span class=&quot;caps&quot;&gt;JFK&lt;/span&gt;&lt;/a&gt;, but what do I know?  If anyone has a better idea, send it on.  I have from 6:18am to 9:00am to get there from the plane landing.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;In case you&amp;#8217;re curious, here is what I&amp;#8217;ll be &lt;a href=&quot;http://www.personaldemocracy.com/conference_program&quot;&gt;doing there&lt;/a&gt;.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Alrighty, I&amp;#8217;m off to bed.  Goodnight, everyone.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Podcast</title>
   <link href="http://schacon.github.com//2005/05/03/podcast-23.html"/>
   <updated>2005-05-03T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/05/03/podcast-23</id>
   <content type="html">&lt;p&gt;Good morning everyone!&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;This week I found a couple of useful websites I would like to mention to everyone :&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://www.conversate.org&quot;&gt;conversate.org&lt;/a&gt; just launched today or yesterday, I think.  It&amp;#8217;s a site to have short conversations with several people &amp;#8211; kind of like an instant blog, but more concentrated on the comments section.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://www.backpackit.com&quot;&gt;Backpack&lt;/a&gt; launched today, about 5 minutes ago.  I had a Golden Ticket, so I have used it for a couple of days already, and I think it&amp;#8217;s pretty neat.  If you have a hard time keeping your thoughts and notes organized across computers, check it out.  It is as clean and simple and easy to use as their excellent &lt;a href=&quot;http://www.basecamphq.com&quot;&gt;Basecamp&lt;/a&gt; application.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Also, the &lt;a href=&quot;http://www.annualcreditreport.com&quot;&gt;AnnualCreditReport.com&lt;/a&gt; site is one I just found.  I had heard about it before, but I actually used it last night, and it&amp;#8217;s pretty easy to use.  Please go there and check your credit reports and challenge anything that doesn&amp;#8217;t look familiar.  You get a free credit report every 12 months.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;I changed the front page of my website here around a little bit &amp;#8211; added a picture of us (where my clothing matches the site colors) and cleaned up some of the styles a bit.  What do you think?&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Lastly, the big news is that I was invited to go to the &lt;a href=&quot;http://www.personaldemocracy.com&quot;&gt;Personal Democracy Forum&lt;/a&gt; conference in New York on May 16 for free.  I am really interested in this conference and the ideas of many of the people speaking there.  I&amp;#8217;ll keep everyone up to date on what I see and do there.  I&amp;#8217;ll even see if I can get some podcasts going.  Also, if you&amp;#8217;re interested, they offered my readers a $100 discount on the registration fee.  Just go to their website to register and enter the promo code &amp;#8216;&lt;b&gt;pdfc195&lt;/b&gt;&amp;#8217;.&lt;/p&gt;&lt;br/&gt;

&lt;blockquote&gt;The Personal Democracy Forum Conference boasts a comprehensive roster of speakers including Meetup.com&amp;#8217;s Scott Heiferman, &lt;span class=&quot;caps&quot;&gt;SEIU&lt;/span&gt;&amp;#8217;s Andy Stern, The &lt;span class=&quot;caps&quot;&gt;RNC&lt;/span&gt;&amp;#8217;s Michael Turk, Technorati&amp;#8217;s David Sifry, Linux Journal&amp;#8217;s Doc Searls, Grassroots Media&amp;#8217;s Dan Gillmor, Craigslist&amp;#8217;s Craig Newmark, bloggers Jeff Jarvis, Josh Marshall, Markos Moulitsas and Chris Nolan, and many more!&lt;/blockquote&gt;&lt;br/&gt;
	&lt;p&gt;Also, &lt;a href=&quot;http://edgewise.info/2005/04/29/scott_chacon_for_congress.html&quot;&gt;thanks xian!&lt;/a&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;What is a &lt;a href=&quot;http://www.answers.com/mensh&amp;#38;r=67&quot;&gt;mensh&lt;/a&gt;, you ask?&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Don&amp;#8217;t forget to call in with comments at &lt;b&gt;206-20-CHACON&lt;/b&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050503.mp3&quot;&gt;&lt;img border=0 src=&quot;/images/podcast.gif&quot;&gt;mp3&lt;/a&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://technorati.com/tags/&quot;&gt;Tags&lt;/a&gt;:
&lt;a href=&quot;http://technorati.com/tag/chacon&quot; rel=&quot;tag&quot;&gt;chacon&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/conversation&quot; rel=&quot;tag&quot;&gt;conversation&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/podcast&quot; rel=&quot;tag&quot;&gt;podcast&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/campaign&quot; rel=&quot;tag&quot;&gt;campaign&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/politics&quot; rel=&quot;tag&quot;&gt;politics&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/political+podcast&quot; rel=&quot;tag&quot;&gt;political podcast&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/politician+podcast&quot; rel=&quot;tag&quot;&gt;politician podcast&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/politician&quot; rel=&quot;tag&quot;&gt;politician&lt;/a&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Kitten War</title>
   <link href="http://schacon.github.com//2005/05/03/kitten-war.html"/>
   <updated>2005-05-03T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/05/03/kitten-war</id>
   <content type="html">&lt;p&gt;The vlog &lt;a href=&quot;http://www.rocketboom.com/vlog/&quot;&gt;Rocketboom&lt;/a&gt; mentioned this website today &amp;#8211; it made me smile, so I thought I would share : &lt;a href=&quot;http://kittenwar.com/&quot;&gt;KittenWar.com&lt;/a&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;img style=&quot;float:left;&quot; class=&quot;pic&quot; src=&quot;/images/hugogrumps2.jpg&quot;&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;I believe &lt;a href=&quot;http://kittenwar.com/kittens/1033/&quot;&gt;Hugo Grumps&lt;/a&gt; is my favorite.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;What &lt;i&gt;can&amp;#8217;t&lt;/i&gt; the internet do?&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Another one doesn't get it</title>
   <link href="http://schacon.github.com//2005/05/02/another-one-doesnt-get-it.html"/>
   <updated>2005-05-02T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/05/02/another-one-doesnt-get-it</id>
   <content type="html">&lt;p&gt;Steve Westly, who might be &lt;a href=&quot;http://www.westly2006.com&quot;&gt;running&lt;/a&gt; for governor of California, has attempted to understand &lt;a href=&quot;http://www.westly2006.com/blog/Default.aspx?id=82&quot;&gt;Podcasting&lt;/a&gt;.    While I think it&amp;#8217;s great that more politicans are trying to get involved in these types of outreach, there is definitely a line drawn between those who get it and those who don&amp;#8217;t. This is how to identify someone who doesn&amp;#8217;t get it :&lt;/p&gt;&lt;br/&gt;

(from the website:)
&lt;blockquote&gt;What is a PodCast?
If you have an &lt;span class=&quot;caps&quot;&gt;MP3&lt;/span&gt; player, you can download the file, add it to your music library,  sync it up, and listen to it on your iPod or any other &lt;span class=&quot;caps&quot;&gt;MP3&lt;/span&gt; player.&lt;br/&gt;
Step 1:  Click here
Step 2:  When prompted, save file to disk
Step 3:  Save to your music folder where you keep your MP3s
Step 4:  Add it to your music programs library
Step 5:  Sync it to your iPod (or &lt;span class=&quot;caps&quot;&gt;MP3&lt;/span&gt; player)
&lt;/blockquote&gt;&lt;br/&gt;
	&lt;p&gt;First of all, the file was corrupted when I downloaded it, so I don&amp;#8217;t know whats going on there.  Second, there is no feed, which means you can&amp;#8217;t subscribe.  I don&amp;#8217;t think you should be defining what &amp;#8220;Podcasting&amp;#8221; is on your website if you don&amp;#8217;t really know.  I am not going to go to this guys site every day to see if there is a new show I can listen to.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;I point this out because this is what I was expecting from politicans &amp;#8211; perhaps not so soon, I&amp;#8217;m excited that people are catching on so early and quickly, but when it did start happening, this is how I expected it.  Not quite full comprehension of why the medium is so powerful, but a half hearted attempt to tell people you&amp;#8217;re going after the youth or tech vote &amp;#8211; posting mp3 files of stump speeches every few months.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;I wanted to contrast this to what &lt;a href=&quot;http://oneamericacommittee.com/&quot;&gt;John Edwards&lt;/a&gt; is doing over at his One America Committee website.  He and Elizabeth (and I think this is mostly Elizabeths doing) have done a couple of podcasts in exactly the format I would like to see from more politicans.  There is a feed to subscribe to, it is fun and informal with a feedback mechanism.  I think it really helps you connect with them, and I hope people like my podcasts as much as I like theirs.  They get it.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;I also have some news about the &lt;a href=&quot;http://www.personaldemocracy.com&quot;&gt;Personal Democracy Forum&lt;/a&gt;, but I think I&amp;#8217;ll post about that tomorrow.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Podcast</title>
   <link href="http://schacon.github.com//2005/04/29/podcast-22.html"/>
   <updated>2005-04-29T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/04/29/podcast-22</id>
   <content type="html">&lt;p&gt;I recorded this morning, but I&amp;#8217;m just getting the post out around 11pm, so I apologize that you all couldn&amp;#8217;t enjoy this podcast all day today.  However, it&amp;#8217;s still technically Thursday, so here&amp;#8217;s the Thursday podcast.  Twenty two shows, and the format is still changing around.  This show I am basically just talking about the campaign and some things that are being done on my house.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;I have normalized the Statement of Vote data for the past few years and crafted a data model that will accomplish the number of votes that I need to win here.  That gives us a goal, and even registration and &lt;span class=&quot;caps&quot;&gt;GOTV&lt;/span&gt; goals in each precinct.  I am setting up a centralized online database, so the really neat thing will be that as our volunteers do Voter ID, we will be able to see how we&amp;#8217;re doing according to the working model in close to real time.  This will not only be one of the most technologically sophisticated grassroots Congressional campaigns ever, but the tools will be available for anyone to use the next time around.  That is very exciting to me.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;I also finally faxed in a password request form to the &lt;span class=&quot;caps&quot;&gt;FEC&lt;/span&gt;, so I can register as a candidate and our &lt;span class=&quot;caps&quot;&gt;PAC&lt;/span&gt;, but the chicken and egg syndrome hit again, and I found out that we need to send in the paper forms first, then we can do the electronic filing from then on.  If you are running for Congress, here&amp;#8217;s lesson number one : start here : http://www.fec.gov/info/contact.shtml&lt;/p&gt;&lt;br/&gt;

&lt;blockquote&gt;
Information Division
Greg Scott, Assistant Staff Director
Telephone:                  
800-424-9530 (press 6)
202-694-1100
202-219-3336 &lt;span class=&quot;caps&quot;&gt;TDD&lt;/span&gt;     
E-Mail: Submit your campaign finance law questions to info@fec.gov, and a specialist will research your questions and respond within ten business days.
&lt;/blockquote&gt;&lt;br/&gt;
	&lt;p&gt;Honestly, the &lt;span class=&quot;caps&quot;&gt;FEC&lt;/span&gt; people are very useful, helpful and nice.  If you call the Information Division right off the bat and whenever you have questions, they are great at helping out.  That is your &amp;#8220;How to Run for Congress&amp;#8221; lesson of the day.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Don&amp;#8217;t forget to call in with comments at &lt;b&gt;206-20-CHACON&lt;/b&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050428.mp3&quot;&gt;&lt;img border=0 src=&quot;/images/podcast.gif&quot;&gt;mp3&lt;/a&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://technorati.com/tags/&quot;&gt;Tags&lt;/a&gt;:
&lt;a href=&quot;http://technorati.com/tag/chacon&quot; rel=&quot;tag&quot;&gt;chacon&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/conversation&quot; rel=&quot;tag&quot;&gt;conversation&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/podcast&quot; rel=&quot;tag&quot;&gt;podcast&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/campaign&quot; rel=&quot;tag&quot;&gt;campaign&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/politics&quot; rel=&quot;tag&quot;&gt;politics&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/political+podcast&quot; rel=&quot;tag&quot;&gt;political podcast&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/politician+podcast&quot; rel=&quot;tag&quot;&gt;politician podcast&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/politician&quot; rel=&quot;tag&quot;&gt;politician&lt;/a&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Open Source Politics</title>
   <link href="http://schacon.github.com//2005/04/22/open-source-politics.html"/>
   <updated>2005-04-22T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/04/22/open-source-politics</id>
   <content type="html">&lt;p&gt;When I was interviewed by Mike Panetta from &lt;a href=&quot;http://www.runforcongress.com&quot;&gt;runforcongress.com&lt;/a&gt;, he referred to my campaign as an &amp;#8220;open source&amp;#8221; campaign.  I haven&amp;#8217;t really been referring to it as such, but it most definitely is.  I come from a software background, so it makes sense to me, but most people have not heard of open source, I would wager.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Open source is basically a collaborative project. In the software world, it means a project where the source code is freely available as long as any changes to the program that you make and distribute are made freely available as well.  It is a project where everyone benefits &amp;#8211; the user gets free software to use, while the developer gets people to work on their project for free.  Some important aspects are complete transparency, peer review and feedback, powerful non-monetary incentives and open participation where your status in the community is based solely on the quality of your work.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;There is an interesting paper on this at Demos.co.uk, a British think tank, covering many &amp;#8220;open source&amp;#8221; projects and initiatives.  It is an interesting read, if a little long, but it is very interesting to read in light of this campaign.  Quite a lot of the material is directly applicable to how I am running this campaign.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://www.demos.co.uk/catalogue/wideopen/&quot;&gt;http://www.demos.co.uk/catalogue/wideopen/&lt;/a&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;On a side note, in this paper they mention a website used in Britain to track their MPs &amp;#8211; what they say, what they do, their voting record, etc.  It allows you to read through transcripts of arguments with links to who said what, members interests, expenses, notes other users have left and more.  Plus, a great name :&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://www.theyworkforyou.com/&quot;&gt;http://www.theyworkforyou.com/&lt;/a&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;I think this is a great idea, and although there are several sites where you can look up info on your representative, there isn&amp;#8217;t really a good site where you can comment effectively on them and their legislation.  I got involved shortly in opencongress.com, which I think will fill that gap eventually, but it wasn&amp;#8217;t nearly far enough along for me to get involved quite yet.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Anyhow, things to ponder.  What would be interesting information to know for you to accurately and satisfactorily track your representative?  What would be involving, innovative, open source tactics that I could use in our campaign?  What should I have for breakfast?  Leave me your feedback.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Scott&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Podcast</title>
   <link href="http://schacon.github.com//2005/04/19/podcast-21.html"/>
   <updated>2005-04-19T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/04/19/podcast-21</id>
   <content type="html">&lt;p&gt;A long weekend of campaign preparation behind us, Jessica and I are taking a day each off of work to be home for contractors fixing things in our kitchen.  It was supposed to have been fixed when we moved in, but a year later is fine too.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;This podcast is all about my campaign journal &amp;#8211; what we have been working on, materials we have finished, etc.  I also talk a little bit about data processing for the targeting process, so I can tell you, it&amp;#8217;s all about excitement.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;I want to start writing more in the blog, and I think I&amp;#8217;m going to do a &amp;#8216;campaign journal&amp;#8217; category here, for those of you who are curious but don&amp;#8217;t listen to the podcast.  You can find a lot of it in the shownotes, but it&amp;#8217;s pretty impersonal.  I&amp;#8217;ll try to put some effort into that.  I really want to document as much of this as possible, I&amp;#8217;m just not the natural writer that some bloggers are.  I will work on it.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Don&amp;#8217;t forget to call in with comments at &lt;b&gt;206-20-CHACON&lt;/b&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050419.mp3&quot;&gt;&lt;img border=0 src=&quot;/images/podcast.gif&quot;&gt;mp3&lt;/a&gt; | &lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050419.html&quot;&gt;shownotes&lt;/a&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://technorati.com/tags/&quot;&gt;Tags&lt;/a&gt;:
&lt;a href=&quot;http://technorati.com/tag/chacon&quot; rel=&quot;tag&quot;&gt;chacon&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/conversation&quot; rel=&quot;tag&quot;&gt;conversation&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/podcast&quot; rel=&quot;tag&quot;&gt;podcast&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/campaign&quot; rel=&quot;tag&quot;&gt;campaign&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/politics&quot; rel=&quot;tag&quot;&gt;politics&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/political+podcast&quot; rel=&quot;tag&quot;&gt;political podcast&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/politician+podcast&quot; rel=&quot;tag&quot;&gt;politician podcast&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/politician&quot; rel=&quot;tag&quot;&gt;politician&lt;/a&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Thursday Podcast</title>
   <link href="http://schacon.github.com//2005/04/14/thursday-podcast-2.html"/>
   <updated>2005-04-14T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/04/14/thursday-podcast-2</id>
   <content type="html">&lt;p&gt;I did a podcast on Tuesday, but the sound was too annoying to listen to.  In this one, I go over all the stuff I did in the last one, plus a bit more.  I talk about taxes, campaign data processing, Grace Cordero and Katie Lopez, Daily Kos, and money raising.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Be sure to call in with comments at &lt;b&gt;206-20-CHACON&lt;/b&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050414.mp3&quot;&gt;&lt;img border=0 src=&quot;/images/podcast.gif&quot;&gt;mp3&lt;/a&gt; | &lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050414.html&quot;&gt;shownotes&lt;/a&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://technorati.com/tags/&quot;&gt;Tags&lt;/a&gt;:
&lt;a href=&quot;http://technorati.com/tag/chacon&quot; rel=&quot;tag&quot;&gt;chacon&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/conversation&quot; rel=&quot;tag&quot;&gt;conversation&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/podcast&quot; rel=&quot;tag&quot;&gt;podcast&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/campaign&quot; rel=&quot;tag&quot;&gt;campaign&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/politics&quot; rel=&quot;tag&quot;&gt;politics&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/political+podcast&quot; rel=&quot;tag&quot;&gt;political podcast&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/politician+podcast&quot; rel=&quot;tag&quot;&gt;politician podcast&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/politician&quot; rel=&quot;tag&quot;&gt;politician&lt;/a&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Phone Line Back Up</title>
   <link href="http://schacon.github.com//2005/04/14/phone-line-back-up.html"/>
   <updated>2005-04-14T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/04/14/phone-line-back-up</id>
   <content type="html">&lt;p&gt;The k7.net line I had stopped working for a bit, but I have it back up again.  So, go ahead and leave a message for me at &lt;b&gt;206-20-CHACON&lt;/b&gt;!  It will work again!&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Scott&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>RunForCongress.com Interview</title>
   <link href="http://schacon.github.com//2005/04/07/runforcongresscom-interview.html"/>
   <updated>2005-04-07T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/04/07/runforcongresscom-interview</id>
   <content type="html">&lt;p&gt;Todays podcast is my recording of an interview I did last night with Mike Panetta of &lt;a href=&quot;http://www.runforcongress.com/&quot;&gt;RunForCongress.com&lt;/a&gt;, which is a new podcast that he is starting up. I am the first interview he has done for that site, but if you are a podcatcher, be sure to subscribe because it looks like it will be interesting.  We talked about my campaign and my site, and also a bit about my district.  I edited out the beginning, when we were a couple of monkeys trying to figure out the sound settings, and the very end right before we hung up, but other than that it is unedited, so there will be sirens going by and such.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;What was most fun about this is getting the Skype interview setup properly. I actually had two microphones, one going into my mixer and recording straight to a track (which is why my voice sounds clear) and another going into Skype that he hears.  That means that if you listen to the interview on his side, my voice will probably sound a bit different.  The only pain was that my mixer recorded our voices onto two different tracks and I had to stitch them together later.  Oh well.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;The only other thing I have to say at this point is that I found out that when I talk to other people, I say &amp;#8216;you know&amp;#8217; way, way too much.  Forgive me, I&amp;#8217;ll work on it.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Be sure to call in with comments at &lt;b&gt;206-20-CHACON&lt;/b&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050407.mp3&quot;&gt;&lt;img border=0 src=&quot;/images/podcast.gif&quot;&gt;mp3&lt;/a&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://technorati.com/tags/&quot;&gt;Tags&lt;/a&gt;:
&lt;a href=&quot;http://technorati.com/tag/chacon&quot; rel=&quot;tag&quot;&gt;chacon&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/conversation&quot; rel=&quot;tag&quot;&gt;conversation&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/podcast&quot; rel=&quot;tag&quot;&gt;podcast&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/campaign&quot; rel=&quot;tag&quot;&gt;campaign&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/politics&quot; rel=&quot;tag&quot;&gt;politics&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/political+podcast&quot; rel=&quot;tag&quot;&gt;political podcast&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/politician+podcast&quot; rel=&quot;tag&quot;&gt;politician podcast&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/politician&quot; rel=&quot;tag&quot;&gt;politician&lt;/a&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>I'm Not Dead Yet</title>
   <link href="http://schacon.github.com//2005/04/05/im-not-dead-yet.html"/>
   <updated>2005-04-05T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2005/04/05/im-not-dead-yet</id>
   <content type="html">&lt;p&gt;Just a quick minicast (8 minutes) to let you know that I&amp;#8217;m not dead.  Just got back from Camp Wellstone and we&amp;#8217;re trying to get back into the groove.  Right now I&amp;#8217;m finishing up my formal plan for winning, which I might just post on the website, but I&amp;#8217;m not sure if that&amp;#8217;s a great idea or not.  I do want to share it with you though, so let me  know if you&amp;#8217;re interested.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Be sure to call in with comments at &lt;b&gt;206-20-CHACON&lt;/b&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050405.mp3&quot;&gt;&lt;img border=0 src=&quot;/images/podcast.gif&quot;&gt;mp3&lt;/a&gt; | &lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050405.html&quot;&gt;shownotes&lt;/a&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://technorati.com/tags/&quot;&gt;Tags&lt;/a&gt;:
&lt;a href=&quot;http://technorati.com/tag/chacon&quot; rel=&quot;tag&quot;&gt;chacon&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/conversation&quot; rel=&quot;tag&quot;&gt;conversation&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/podcast&quot; rel=&quot;tag&quot;&gt;podcast&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/campaign&quot; rel=&quot;tag&quot;&gt;campaign&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/politics&quot; rel=&quot;tag&quot;&gt;politics&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/political+podcast&quot; rel=&quot;tag&quot;&gt;political podcast&lt;/a&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Back from Yosemite, Off to Camp Wellstone</title>
   <link href="http://schacon.github.com//2005/03/31/back-from-yosemite-off-to-camp-wellstone.html"/>
   <updated>2005-03-31T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2005/03/31/back-from-yosemite-off-to-camp-wellstone</id>
   <content type="html">&lt;div style=&quot;float:left;&quot; class=&quot;pic&quot;&gt;&lt;a href=&quot;/pictures/half/P1010039.JPG&quot;&gt;&lt;img src=&quot;/pictures/tn/P1010039.JPG&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;br/&gt;
	&lt;p&gt;Howdy everybody.  Jessica and I spent our Easter weekend in Yosemite National Park, just a few hours east of here.  We hiked to the top of Yosemite falls, took some pictures with Jessie&amp;#8217;s medium format camera, and came back down.&lt;/p&gt;&lt;br/&gt;

&lt;div style=&quot;float:right;&quot; class=&quot;pic&quot;&gt;&lt;a href=&quot;/pictures/half/P1010027.JPG&quot;&gt;&lt;img src=&quot;/pictures/tn/P1010027.JPG&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;br/&gt;
	&lt;p&gt;It was a great weekend, and now that we&amp;#8217;re back and I&amp;#8217;m just getting around to putting the pictures from that up, we&amp;#8217;re off to &lt;a href=&quot;http://www.wellstone.org/camp/events_detail.aspx?itemID=5161&amp;#38;catID=3752&quot;&gt;Camp Wellstone&lt;/a&gt; at &lt;span class=&quot;caps&quot;&gt;USC&lt;/span&gt; for the remainder of the week and next weekend.  So, no podcasts this week, but I&amp;#8217;ll have some whoppers next week with news and events and goings on.&lt;/p&gt;&lt;br/&gt;

&lt;div style=&quot;float:left;&quot; class=&quot;pic&quot;&gt;&lt;a href=&quot;/pictures/half/P1010045.JPG&quot;&gt;&lt;img src=&quot;/pictures/tn/P1010045.JPG&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;br/&gt;
	&lt;p&gt;For now, here are a few pictures from the hike, and I&amp;#8217;ll try to get the medium format shots up when we get them back.&lt;/p&gt;&lt;br/&gt;

&lt;div style=&quot;float:right;&quot; class=&quot;pic&quot;&gt;&lt;a href=&quot;/pictures/half/P1010036.JPG&quot;&gt;&lt;img src=&quot;/pictures/tn/P1010036.JPG&quot;&gt;&lt;/a&gt;&lt;/div&gt;</content>
 </entry>
 
 <entry>
   <title>Thursday Podcast -</title>
   <link href="http://schacon.github.com//2005/03/24/thursday-podcast-17.html"/>
   <updated>2005-03-24T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2005/03/24/thursday-podcast-17</id>
   <content type="html">&lt;p&gt;It&amp;#8217;s the Thursday podcast, which today covers Jessica going to &lt;a href=&quot;http://www.ericlee.me.uk/jlcarchives/000098.html&quot;&gt;Europe&lt;/a&gt; to study this summer, John Edwards &lt;a href=&quot;http://ga3.org/podcast/podcasting101.html&quot;&gt;podcast&lt;/a&gt;, me on &lt;a href=&quot;http://www.buzzwebster.com/politicsblog/2005/03/podcasting_poli.html&quot;&gt;BuzzWebster&lt;/a&gt;, 
and more.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Be sure to call in with comments at &lt;b&gt;206-20-CHACON&lt;/b&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050324.mp3&quot;&gt;&lt;img border=0 src=&quot;/images/podcast.gif&quot;&gt;mp3&lt;/a&gt; | &lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050324.html&quot;&gt;shownotes&lt;/a&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://technorati.com/tags/&quot;&gt;Tags&lt;/a&gt;:
&lt;a href=&quot;http://technorati.com/tag/chacon&quot; rel=&quot;tag&quot;&gt;chacon&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/conversation&quot; rel=&quot;tag&quot;&gt;conversation&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/podcast&quot; rel=&quot;tag&quot;&gt;podcast&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/campaign&quot; rel=&quot;tag&quot;&gt;campaign&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/politics&quot; rel=&quot;tag&quot;&gt;politics&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/political+podcast&quot; rel=&quot;tag&quot;&gt;political podcast&lt;/a&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Pombo lashed on mailings</title>
   <link href="http://schacon.github.com//2005/03/23/pombo-lashed-on-mailings.html"/>
   <updated>2005-03-23T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2005/03/23/pombo-lashed-on-mailings</id>
   <content type="html">&lt;p&gt;From a recent article in the Sacramento Bee entitled &lt;a href=&quot;http://www.sacbee.com/content/politics/story/12575851p-13430602c.html&quot;&gt;Pombo lashed on mailings&lt;/a&gt; :&lt;/p&gt;&lt;br/&gt;

&lt;blockquote&gt;
Rep. Richard Pombo, the Tracy Republican who heads the House Resources Committee, was taken to task Wednesday for sending out committee mailings last fall that critics contend were intended to influence the presidential elections in a key battleground state.&lt;br/&gt;
The charges came during a House Administration Committee hearing on the 2005-06 budget Pombo submitted for his committee, including another $100,000 for mass mailings over the next two years.
&lt;/blockquote&gt;&lt;br/&gt;
	&lt;p&gt;There&amp;#8217;s some well spent taxpayer money.  Yet another reason why I am running.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;By the way, if you want to read these articles without signing up for every newspaper that has a required registration, try out the &lt;a href=&quot;http://www.getfirefox.com&quot;&gt;Firefox&lt;/a&gt; plugin called &lt;a href=&quot;http://www.bugmenot.com/&quot;&gt;BugMeNot&lt;/a&gt;.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Tuesday Podcast</title>
   <link href="http://schacon.github.com//2005/03/22/tuesday-podcast-3.html"/>
   <updated>2005-03-22T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2005/03/22/tuesday-podcast-3</id>
   <content type="html">&lt;p&gt;On today&amp;#8217;s podcast : Terry Schiavo, &lt;a href=&quot;http://www.laurentsd.com&quot;&gt;Laurent S.D.&lt;/a&gt;, and &lt;a href=&quot;/page.php?page=microgoal&quot;&gt;Micro-Goals&lt;/a&gt;!&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;I am launching my Micro-Goals fundraisers, so please &lt;a href=&quot;http://www.chaconforcongress.com/modules/donations&quot;&gt;donate&lt;/a&gt; to help me go to the &lt;a href=&quot;http://www.personaldemocracy.com&quot;&gt;Personal Democracy Forum&lt;/a&gt;.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Comment line: &lt;b&gt;206-20-CHACON&lt;/b&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050322.mp3&quot;&gt;&lt;img border=0 src=&quot;/images/podcast.gif&quot;&gt;mp3&lt;/a&gt; | &lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050322.html&quot;&gt;shownotes&lt;/a&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://technorati.com/tags/&quot;&gt;Tags&lt;/a&gt;:
&lt;a href=&quot;http://technorati.com/tag/chacon&quot; rel=&quot;tag&quot;&gt;chacon&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/conversation&quot; rel=&quot;tag&quot;&gt;conversation&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/podcast&quot; rel=&quot;tag&quot;&gt;podcast&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/campaign&quot; rel=&quot;tag&quot;&gt;campaign&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/politics&quot; rel=&quot;tag&quot;&gt;politics&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/political+podcast&quot; rel=&quot;tag&quot;&gt;political podcast&lt;/a&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Representa-what?</title>
   <link href="http://schacon.github.com//2005/03/19/representa-what.html"/>
   <updated>2005-03-19T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2005/03/19/representa-what</id>
   <content type="html">&lt;p&gt;I just saw this again, and wanted to point it out.  This is on the Vote Smart page for our current representative, &lt;a href=&quot;http://www.vote-smart.org/npat.php?can_id=H0275103&quot;&gt;Richard Pombo&lt;/a&gt; :&lt;/p&gt;&lt;br/&gt;

&lt;blockquote&gt;
&lt;span class=&quot;caps&quot;&gt;REPRESENTATIVE RICHARD W&lt;/span&gt;. POMBO &lt;span class=&quot;caps&quot;&gt;REPEATEDLY REFUSED TO PROVIDE ANY RESPONSES TO CITIZENS ON ISSUES THROUGH THE 2004 NATIONAL POLITICAL AWARENESS TEST&lt;/span&gt;&lt;br/&gt;
	&lt;p&gt;&lt;span class=&quot;caps&quot;&gt;REPRESENTATIVE RICHARD W&lt;/span&gt;. POMBO &lt;span class=&quot;caps&quot;&gt;REFUSED TO PROVIDE THIS INFORMATION WHEN ASKED TO DO SO BY&lt;/span&gt;:&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Major News Organizations&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;and key national leaders of both parties including,&lt;/p&gt;&lt;br/&gt;

John McCain, Republican Senator
Geraldine Ferraro, Former Democratic Congresswoman
Michael Dukakis, Former Democratic Governor
Bill Frenzel, Former Republican Congressman
Richard Kimball, Project Vote Smart President
&lt;/blockquote&gt;&lt;br/&gt;
	&lt;p&gt;I think you should know how your representative stands on the issues.  The &lt;a href=&quot;http://www.vote-smart.org/pdf/npat2004/c-npat2004.pdf&quot;&gt;National Political Awareness Test&lt;/a&gt; (NPAT) was taken by hundreds of other candidates and representatives, and I will put up my responses to the questions in it here on my site in the next few months.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;John McCain doesn&amp;#8217;t even have to ask.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Chris LeDoux Farewell Podcast</title>
   <link href="http://schacon.github.com//2005/03/17/chris-ledoux-farewell-podcast.html"/>
   <updated>2005-03-17T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2005/03/17/chris-ledoux-farewell-podcast</id>
   <content type="html">&lt;p&gt;The 15th podcast of mine covers drilling in Alaska, Congresspeople who blog, &lt;a href=&quot;http://360.yahoo.com&quot;&gt;Yahoo 360&lt;/a&gt;, getting a P.O. Box, and a tribute to the life and music of &lt;a href=&quot;http://chrisledoux.com/&quot;&gt;Chris Ledoux&lt;/a&gt;, who recently passed away.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Comment line: &lt;b&gt;206-20-CHACON&lt;/b&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050317.mp3&quot;&gt;&lt;img border=0 src=&quot;/images/podcast.gif&quot;&gt;mp3&lt;/a&gt; | &lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050317.html&quot;&gt;shownotes&lt;/a&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://technorati.com/tags/&quot;&gt;Tags&lt;/a&gt;:
&lt;a href=&quot;http://technorati.com/tag/chacon&quot; rel=&quot;tag&quot;&gt;chacon&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/conversation&quot; rel=&quot;tag&quot;&gt;conversation&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/podcast&quot; rel=&quot;tag&quot;&gt;podcast&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/campaign&quot; rel=&quot;tag&quot;&gt;campaign&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/politics&quot; rel=&quot;tag&quot;&gt;politics&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/political+podcast&quot; rel=&quot;tag&quot;&gt;political podcast&lt;/a&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Chris LeDoux Comments</title>
   <link href="http://schacon.github.com//2005/03/17/chris-ledoux-comments.html"/>
   <updated>2005-03-17T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2005/03/17/chris-ledoux-comments</id>
   <content type="html">&lt;p&gt;I wanted to copy the comments I made on the &lt;a href=&quot;http://www.dogfight04.com/dogfight04/2005/03/tribute_to_a_no.html&quot;&gt;Political Dogfight post&lt;/a&gt; of the passing of Chris LeDoux here:&lt;/p&gt;&lt;br/&gt;

&lt;div style=&quot;float:left;&quot; class=&quot;pic&quot;&gt;&lt;img src=&quot;/images/ledoux2.jpg&quot;&gt;&lt;/div&gt;&lt;br/&gt;
	&lt;p&gt;&amp;#8220;That&amp;#8217;s terrible to hear. I had no idea that Chris had died. My wife and I have been Chris LeDoux fans for many years, in fact one of our first dates was at a Chris LeDoux concert at the Ventura Fairgrounds &amp;#8211; every time I hear &amp;#8216;County Fair&amp;#8217;, I think of that. We saw him in concert the week before we got married, and his &amp;#8220;Two in a Million&amp;#8221; was our wedding song.&lt;/p&gt;&lt;br/&gt;

&lt;div style=&quot;float:right;&quot; class=&quot;pic&quot;&gt;&lt;img src=&quot;/images/dancing.jpg&quot;&gt;&lt;br /&gt;(our first dance to &amp;#8216;Two in a Million&amp;#8217;)&lt;/div&gt;&lt;br/&gt;
	&lt;p&gt;Every time I hear &amp;#8220;Western Skies&amp;#8221;, I am reminded of our honeymoon in Montana, and &amp;#8220;Song of Wyoming&amp;#8221; brings up images of our vacation backpacking in the Tetons. His music is the spirit of the American West to me, and I am incredibly sorry to hear of his passing.
I&amp;#8217;ve been to many of the concerts he did here in California, from one in Moorpark all the way up to a few Mid-State fairs when he played on the free stages. I remember when his drummer took off for a while and his kid filled in for a few months, and then his drummer came back and they had two drums going at the same time on stage. I even remember when he had that surgery and then started touring again, but he had to stop riding the bull at the end of his show. I remember him saying how long he&amp;#8217;d been married to his wife, and how much he still loved her after all these years, before singing &amp;#8220;Gravitaional Pull&amp;#8221; every time.&lt;/p&gt;&lt;br/&gt;

&lt;div style=&quot;float:left;&quot; class=&quot;pic&quot;&gt;&lt;img src=&quot;/images/ledoux3sm.jpg&quot;&gt;&lt;/div&gt;&lt;br/&gt;
	&lt;p&gt;I remember his energy, his enthusiasm and his wonderful music. In the current pop country music world of the likes of Rascal Flatts and &amp;#8220;She Thinks My Tractor&amp;#8217;s Sexy&amp;#8221;, Chris&amp;#8217;s music always reminds me why I liked country music to begin with. It is about cowboys, rodeo, friendship, love and freedom. I guess I&amp;#8217;ll just put on &amp;#8220;Melodies and Memories&amp;#8221; from my old box set and say a little &amp;#8216;goodbye&amp;#8217; to a real American artist.&amp;#8221;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Dogfight&amp;#8217;s Stuart O&amp;#8217;Neill says it best &amp;#8211; &amp;#8220;It&amp;#8217;s a hell of a bad day&amp;#8230;&amp;#8221;.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Politicans who blog</title>
   <link href="http://schacon.github.com//2005/03/15/politicans-who-blog.html"/>
   <updated>2005-03-15T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2005/03/15/politicans-who-blog</id>
   <content type="html">&lt;p&gt;The Personal Democracy Forum &lt;a href=&quot;http://www.personaldemocracy.com/blog&quot;&gt;blog&lt;/a&gt;, which is associated to the conference I have been talking about that is happening in May, has posted a few entries discussing politicians who blog.  I commented on one of the threads, and now my name was mentioned in the most recent post.&lt;/p&gt;&lt;br/&gt;

From the entry : 
&lt;blockquote&gt;
Molly Chapman Norton&amp;#8217;s recent article about Members of Congress and blogging has an interesting &lt;a href=&quot;http://www.personaldemocracy.com/node/403#comment&quot;&gt;thread&lt;/a&gt; going, including Molly&amp;#8217;s discovery of a list maintained by the &lt;a href=&quot;http://www.ncsl.org/programs/lis/NALIT/blogs.htm&quot;&gt;National Conference of State Legislators&lt;/a&gt; of state reps who blog, and word from one 2006 congressional candidate, &lt;a href=&quot;http://www.chaconforcongress.com/modules/wordpress/&quot;&gt;Scott Chacon,&lt;/a&gt; who is blogging, podcasting many of his posts, and running with a voluntary limit of $100 a contributor (could Joe Trippi be advising him?).
&lt;/blockquote&gt;&lt;br/&gt;
	&lt;p&gt;I would highly recommend this site &amp;#8211; the features and blog sections are both excellent, and I am really looking forward to the conference.  I should probably sign up soon.  Stupid money.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://www.personaldemocracy.com/user/120&quot;&gt;Jon Garfunkel&lt;/a&gt; then comments on me : 
&lt;blockquote&gt;
Well, as you noted, the $100 challenge is nothing new. But an 18-month, online-brewed campaign for Congress, that could be the start of a trend.&lt;/p&gt;&lt;br/&gt;

I have trouble finding out much about Scott on his site though&amp;#8230; that picture on the right is not of him.
&lt;/blockquote&gt;&lt;br/&gt;
	&lt;p&gt;For one, I just put up some more content, including a page about me.  Second, let&amp;#8217;s hope a trend starts.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;By the way, Trippi is not advising me, but that is where I got the idea.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Delayed Podcast</title>
   <link href="http://schacon.github.com//2005/03/15/delayed-podcast.html"/>
   <updated>2005-03-15T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2005/03/15/delayed-podcast</id>
   <content type="html">&lt;p&gt;This was recorded Monday morning, but I think the sound levels are a bit low, and the website was down all morning, so I wasn&amp;#8217;t able to get the file uploaded.  On this show we discuss &lt;a href=&quot;http://www.rubyonrails.org&quot;&gt;Ruby on Rails&lt;/a&gt;, Working to Contract, Democracy in the Middle East, and several campaign ideas.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Here it is, Podcast Number 14.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Comment line: &lt;b&gt;206-20-CHACON&lt;/b&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050314.mp3&quot;&gt;&lt;img border=0 src=&quot;/images/podcast.gif&quot;&gt;mp3&lt;/a&gt; | &lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050314.html&quot;&gt;shownotes&lt;/a&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://technorati.com/tags/&quot;&gt;Tags&lt;/a&gt;:
&lt;a href=&quot;http://technorati.com/tag/chacon&quot; rel=&quot;tag&quot;&gt;chacon&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/conversation&quot; rel=&quot;tag&quot;&gt;conversation&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/podcast&quot; rel=&quot;tag&quot;&gt;podcast&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/campaign&quot; rel=&quot;tag&quot;&gt;campaign&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/politics&quot; rel=&quot;tag&quot;&gt;politics&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/political+podcast&quot; rel=&quot;tag&quot;&gt;political podcast&lt;/a&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Drilling Offshore with Pombo</title>
   <link href="http://schacon.github.com//2005/03/11/drilling-offshore-with-pombo.html"/>
   <updated>2005-03-11T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2005/03/11/drilling-offshore-with-pombo</id>
   <content type="html">&lt;p&gt;The SF Chronicle published an interesting story today about Pombo (11th CD incumbent) passing around a bill dealing with offshore oil and gas drilling.  From the &lt;a href=&quot;http://www.sfgate.com/cgi-bin/article.cgi?file=/c/a/2005/03/10/MNGHOBN6M11.DTL&quot;&gt;article&lt;/a&gt;:&lt;/p&gt;&lt;br/&gt;

&lt;blockquote&gt;The powerful House Resources Committee, headed by a California Republican lawmaker, is quietly circulating what environmentalists call a &amp;#8220;stealth strategy&amp;#8217;&amp;#8217; to overturn nearly a quarter-century of bans against new offshore oil and gas drilling along much of the U.S. coastline.&lt;br/&gt;
The obscure draft legislation, called &lt;span class=&quot;caps&quot;&gt;SEACOR&lt;/span&gt;, or the State Enhanced Authority for Coastal and Offshore Resources Act of 2005, would expand state control over energy development in offshore waters&amp;#8212;and at the same time eliminate the blanket West and East Coast moratoriums given by Congress since 1982. 
...
Environmentalists fear it could get slapped onto the energy bill in last- minute joint House-Senate conference meetings and become law without public scrutiny.
&lt;/blockquote&gt;&lt;br/&gt;
	&lt;p&gt;Together with his agressive pushing to drill in the Arctic National Wildlife Refuge, I would say the Oil and Gas industry is getting it&amp;#8217;s &lt;a href=&quot;http://opensecrets.org/politicians/indus.asp?CID=N00007516&amp;#38;cycle=2004&quot;&gt;$85,693&lt;/a&gt; worth this cycle, what do you think?&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Website Downtime</title>
   <link href="http://schacon.github.com//2005/03/10/website-downtime.html"/>
   <updated>2005-03-10T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2005/03/10/website-downtime</id>
   <content type="html">&lt;p&gt;I&amp;#8217;m sorry about all of these website downtimes &amp;#8211; it was down almost all day today.  I will try to figure out what is going on, but in the longer term I will be moving to a new server soon.  Hopefully after that happens this won&amp;#8217;t be so much of a problem.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Podcast-less Week</title>
   <link href="http://schacon.github.com//2005/03/09/podcast-less-week.html"/>
   <updated>2005-03-09T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2005/03/09/podcast-less-week</id>
   <content type="html">&lt;p&gt;As you can see, I did not do a podcast yesterday, and I will not do one tomorrow.  I have been busy in the mornings trying to get some content finished for the website.  I have also begun planning out the framework for what will be the final website.  I will continue my podcasts next week, and hopefully have some extra content up as well.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;The final framework, when I get started on it, will be open source, so anyone that is interested is invited to join the project.  It will be somewhat &lt;a href=&quot;http://www.civicspacelabs.org&quot;&gt;Civic Space&lt;/a&gt; like, but more focused on only what a candidate would need and hopefully a bit more elegant.  I will let everyone know more as I get farther into it.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Conservation Easements</title>
   <link href="http://schacon.github.com//2005/03/09/conservation-easements.html"/>
   <updated>2005-03-09T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2005/03/09/conservation-easements</id>
   <content type="html">&lt;p&gt;The &lt;a href=&quot;http://www.farmland.org/&quot;&gt;American Farmland Trust&lt;/a&gt;  just sent me a few emails dealing with the Bush budget and some current proposals to slash conservation easements for farmers and ranchers.  From one of the emails :&lt;/p&gt;&lt;br/&gt;

&lt;blockquote&gt;Faced with the need to reduce federal spending, President BushÃ¢â‚¬â„¢s proposed budget for 2006 calls for cuts to agriculture programs of $5.4 billion, including cutting commodity payment rates by 5 percent, over the next five years. Conservation programs for working farms and ranches were slashed by 31 percent, again making them take a disproportionate share of the cuts. &lt;span class=&quot;caps&quot;&gt;AFT&lt;/span&gt; welcomes the AdministrationÃ¢â‚¬â„¢s initial efforts to reduce the deficit and reform subsidy programs but decries the cuts to conservation programs, which will result in dirtier water, more soil erosion, less wildlife habitat and less farmland protected.&lt;/blockquote&gt;&lt;br/&gt;
	&lt;p&gt;If you are a farmer or rancher and would like to share your views about commodity payments and subsidies, or conservation easements, please leave a comment or send me an email, I&amp;#8217;d like find out more about the subject, and how you feel about them.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://www.farmland.org/policy/bush_budget_stmnt.htm&quot;&gt;http://www.farmland.org/policy/bush_budget_stmnt.htm&lt;/a&gt;
&lt;a href=&quot;http://www.farmland.org/policy/fed_policy_0205.htm&quot;&gt;http://www.farmland.org/policy/fed_policy_0205.htm&lt;/a&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Friday Podcast</title>
   <link href="http://schacon.github.com//2005/03/04/friday-podcast.html"/>
   <updated>2005-03-04T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2005/03/04/friday-podcast</id>
   <content type="html">&lt;p&gt;The end of the week podcast, and lucky number 13.  We talk about the &lt;a href=&quot;http://dublinforamerica.blogspot.com&quot;&gt;Dublin &lt;span class=&quot;caps&quot;&gt;DFA&lt;/span&gt;&lt;/a&gt; I now organize, the &lt;a href=&quot;http://www.cpb.org&quot;&gt;Corporation for Public Broadcasting&lt;/a&gt;, the &lt;a href=&quot;http://www.prx.org&quot;&gt;Public Radio Exchange&lt;/a&gt;, my new website design and current events.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Comment line: &lt;b&gt;206-20-CHACON&lt;/b&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050304.mp3&quot;&gt;&lt;img border=0 src=&quot;/images/podcast.gif&quot;&gt;mp3&lt;/a&gt; | &lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050304.html&quot;&gt;shownotes&lt;/a&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://technorati.com/tags/&quot;&gt;Tags&lt;/a&gt;:
&lt;a href=&quot;http://technorati.com/tag/chacon&quot; rel=&quot;tag&quot;&gt;chacon&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/conversation&quot; rel=&quot;tag&quot;&gt;conversation&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/podcast&quot; rel=&quot;tag&quot;&gt;podcast&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/campaign&quot; rel=&quot;tag&quot;&gt;campaign&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/politics&quot; rel=&quot;tag&quot;&gt;politics&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/political+podcast&quot; rel=&quot;tag&quot;&gt;political podcast&lt;/a&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Tuesday Podcast</title>
   <link href="http://schacon.github.com//2005/03/01/tuesday-podcast-2.html"/>
   <updated>2005-03-01T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2005/03/01/tuesday-podcast-2</id>
   <content type="html">&lt;p&gt;It&amp;#8217;s the Tuesday podcast, I hope you&amp;#8217;ll give a listen.  We discuss tomorrow&amp;#8217;s &lt;a href=&quot;http://dfa.meetup.com/815/&quot;&gt;&lt;span class=&quot;caps&quot;&gt;DFA&lt;/span&gt; meetup&lt;/a&gt;, the mention in the &lt;a href=&quot;http://www.sfgate.com/cgi-bin/article.cgi?f=/c/a/2005/02/28/BUGJUBGR591.DTL&quot;&gt;SF Chronicle&lt;/a&gt;, the &lt;a href=&quot;http://www.pfaw.org/pfaw/general/default.aspx?oid=17910&quot;&gt;Count Every Vote Act&lt;/a&gt; and Earth Day volunteering.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Comment line: &lt;b&gt;206-20-CHACON&lt;/b&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050301.mp3&quot;&gt;&lt;img border=0 src=&quot;/images/podcast.gif&quot;&gt;mp3&lt;/a&gt; | &lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050301.html&quot;&gt;shownotes&lt;/a&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://technorati.com/tags/&quot;&gt;Tags&lt;/a&gt;:
&lt;a href=&quot;http://technorati.com/tag/chacon&quot; rel=&quot;tag&quot;&gt;chacon&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/conversation&quot; rel=&quot;tag&quot;&gt;conversation&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/podcast&quot; rel=&quot;tag&quot;&gt;podcast&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/campaign&quot; rel=&quot;tag&quot;&gt;campaign&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/politics&quot; rel=&quot;tag&quot;&gt;politics&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/political+podcast&quot; rel=&quot;tag&quot;&gt;political podcast&lt;/a&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>In the paper</title>
   <link href="http://schacon.github.com//2005/02/28/in-the-paper.html"/>
   <updated>2005-02-28T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2005/02/28/in-the-paper</id>
   <content type="html">&lt;p&gt;I was mentioned briefly in a San Francisco Chronicle &lt;a href=&quot;http://www.sfgate.com/cgi-bin/article.cgi?f=/c/a/2005/02/28/BUGJUBGR591.DTL&quot;&gt; article&lt;/a&gt; today, which was on the topic of podcasting :&lt;/p&gt;&lt;br/&gt;

&lt;blockquote&gt;Scott Chacon, 25, a Democrat from Dublin who plans to run for Congress in 2006, hopes to use the new medium to reach far-flung voters in California&amp;#8217;s 11th Congressional District, which includes parts of Contra Costa, Alameda, Santa Clara and San Joaquin counties.&lt;/blockquote&gt;&lt;br/&gt;
	&lt;p&gt;Just to clarify, you don&amp;#8217;t need to be far-flung to listen.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&amp;lt;!&lt;del&gt;-more&lt;/del&gt;-&amp;gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;It&amp;#8217;s not much, but it&amp;#8217;s a start.  I spoke for a while with the writer, Benny, and I mentioned it briefly in one of my podcasts.  He had mentioned that the Chronicle was considering doing a podcast of it&amp;#8217;s own, and I think the reference to the Ventura County Star comes from information I told him as well.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;On another note, I did a lot of work on the website this weekend.  It is still on my laptop, but it will be live here in the next few days.  I can&amp;#8217;t wait to hear feedback on it.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Scott&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Thursday Podcast</title>
   <link href="http://schacon.github.com//2005/02/24/thursday-podcast.html"/>
   <updated>2005-02-24T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2005/02/24/thursday-podcast</id>
   <content type="html">&lt;p&gt;It&amp;#8217;s Thursday, so you know what that means.  Today&amp;#8217;s show goes over teachers demonstrating everywhere, San Ramon online forum, real redistricting reform, class action lawsuits and Camp Wellstone.  Let me know what you think.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Phone line: &lt;b&gt;206-20-CHACON&lt;/b&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050224.mp3&quot;&gt;&lt;img border=0 src=&quot;/images/podcast.gif&quot;&gt;mp3&lt;/a&gt; | &lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050224.html&quot;&gt;shownotes&lt;/a&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://technorati.com/tags/&quot;&gt;Tags&lt;/a&gt;:
&lt;a href=&quot;http://technorati.com/tag/chacon&quot; rel=&quot;tag&quot;&gt;chacon&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/conversation&quot; rel=&quot;tag&quot;&gt;conversation&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/podcast&quot; rel=&quot;tag&quot;&gt;podcast&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/campaign&quot; rel=&quot;tag&quot;&gt;campaign&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/politics&quot; rel=&quot;tag&quot;&gt;politics&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/political+podcast&quot; rel=&quot;tag&quot;&gt;political podcast&lt;/a&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Double Digits Podcast</title>
   <link href="http://schacon.github.com//2005/02/22/double-digits-podcast.html"/>
   <updated>2005-02-22T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2005/02/22/double-digits-podcast</id>
   <content type="html">&lt;p&gt;Here it is, we&amp;#8217;ve reached the 10th podcast, finally in the double digits.  Many podcasters never make it this far, so I&amp;#8217;m glad we&amp;#8217;ve gotten here.  My wife and I went to the Dawn and Drew party in SF this weekend to meet several other podcasters, including &lt;a href=&quot;http://www.dawnanddrew.com/&quot;&gt;Dawn and Drew&lt;/a&gt;, &lt;a href=&quot;http://sayyum.blogspot.com&quot;&gt;Devan and Kris&lt;/a&gt;, &lt;a href=&quot;http://www.itconversations.com/series/gillmorgang.html&quot;&gt;Steve Gillmor&lt;/a&gt;, &lt;a href=&quot;http://mwgblog.blogspot.com&quot;&gt;Michael Geoghegan&lt;/a&gt;, &lt;a href=&quot;http://www.americanheartbreak.com/movabletype/&quot;&gt;Michael Butler&lt;/a&gt;, &lt;a href=&quot;http://www.dailysourcecode.com&quot;&gt;Adam Curry&lt;/a&gt;, &lt;a href=&quot;http://www.osxfaq.com/radio/&quot;&gt;Sam Levin&lt;/a&gt;, and &lt;a href=&quot;http://thesportspod.com/&quot;&gt;Curtis the Podcat&lt;/a&gt;.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;img src=&quot;/images/dnd-party.jpg&quot;/&gt;
&lt;br /&gt;
&lt;img src=&quot;/images/us-dnd-party.jpg&quot;/&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;I&amp;#8217;ve changed my voicemail line so that it&amp;#8217;s easier to remember, I have a custom outgoing message and the audio quality is hopefully a little better.  My new number is &lt;b&gt;206-20-CHACON&lt;/b&gt;. Be sure to leave me a message, so I can play it on the air.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050222.mp3&quot;&gt;&lt;img border=0 src=&quot;/images/podcast.gif&quot;&gt;mp3&lt;/a&gt; | &lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050222.html&quot;&gt;shownotes&lt;/a&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://technorati.com/tags/&quot;&gt;Tags&lt;/a&gt;:
&lt;a href=&quot;http://technorati.com/tag/chacon&quot; rel=&quot;tag&quot;&gt;chacon&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/conversation&quot; rel=&quot;tag&quot;&gt;conversation&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/podcast&quot; rel=&quot;tag&quot;&gt;podcast&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/campaign&quot; rel=&quot;tag&quot;&gt;campaign&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/politics&quot; rel=&quot;tag&quot;&gt;politics&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/political+podcast&quot; rel=&quot;tag&quot;&gt;political podcast&lt;/a&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Podcast 9</title>
   <link href="http://schacon.github.com//2005/02/17/podcast-9.html"/>
   <updated>2005-02-17T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2005/02/17/podcast-9</id>
   <content type="html">&lt;p&gt;Happy Thursday, everyone.  The week is almost done, and here&amp;#8217;s my last podcast of this week.  I talk about Pombo and DeLay, Journalists in Iraq, Dean as &lt;span class=&quot;caps&quot;&gt;DNC&lt;/span&gt; chair, and US citizenship.  If you want a free &lt;a href=&quot;http://mail.google.com&quot;&gt;gmail&lt;/a&gt; account, just leave a message on my comment line, and I&amp;#8217;ll be happy to give you one.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Hopefully, we&amp;#8217;ll have some more good website updates in the next week, so keep an eye out.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Comment line : &lt;b&gt;1-915-808-2925&lt;/b&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050217.mp3&quot;&gt;&lt;img border=0 src=&quot;/images/podcast.gif&quot;&gt;mp3&lt;/a&gt; | &lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050217.html&quot;&gt;shownotes&lt;/a&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Technorati Tags:
&lt;a href=&quot;http://technorati.com/tag/chacon&quot; rel=&quot;tag&quot;&gt;chacon&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/conversation&quot; rel=&quot;tag&quot;&gt;conversation&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/podcast&quot; rel=&quot;tag&quot;&gt;podcast&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/campaign&quot; rel=&quot;tag&quot;&gt;campaign&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/politics&quot; rel=&quot;tag&quot;&gt;politics&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/liberal&quot; rel=&quot;tag&quot;&gt;liberal&lt;/a&gt;, &lt;a href=&quot;http://technorati.com/tag/political+podcast&quot; rel=&quot;tag&quot;&gt;political podcast&lt;/a&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Tuesday Podcast</title>
   <link href="http://schacon.github.com//2005/02/15/tuesday-podcast.html"/>
   <updated>2005-02-15T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2005/02/15/tuesday-podcast</id>
   <content type="html">&lt;p&gt;Here&amp;#8217;s our first interview! Jerry Hildebrand from &lt;a href=&quot;http://www.katalysis.org&quot;&gt;Katalysis&lt;/a&gt; chats with my wife and I about microcredit. (By the way, the &amp;#8220;pretty face&amp;#8221; comment at the end was in reference to Jessica, my wife, who was there with me &amp;#8211; just wanted to clear that up.)&lt;/p&gt;&lt;br/&gt;

Some of the URLs : 
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.katalysis.org&quot;&gt;katalysis.org&lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.microcreditsummit.org&quot;&gt;microcreditsummit.org&lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.yearofmicrocredit.org&quot;&gt;yearofmicrocredit.org&lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.usaid.gov&quot;&gt;usaid.gov&lt;/a&gt;
&lt;/li&gt;&lt;/li&gt;&lt;/li&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br/&gt;
	&lt;p&gt;&lt;img src=&quot;/images/interview-jerry.gif&quot; width=&quot;300&quot;&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Comment line : &lt;b&gt;1-915-808-2925&lt;/b&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050215.mp3&quot;&gt;&lt;img border=0 src=&quot;/images/podcast.gif&quot;&gt;mp3&lt;/a&gt; | &lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050215.html&quot;&gt;shownotes&lt;/a&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Valentine's Day Post</title>
   <link href="http://schacon.github.com//2005/02/14/valentines-day-post.html"/>
   <updated>2005-02-14T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2005/02/14/valentines-day-post</id>
   <content type="html">&lt;p&gt;Happy &lt;a href=&quot;http://1800flowers.com&quot;&gt;Valentines day&lt;/a&gt;, everybody!&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Jessie and I had a great weekend, we met with Jerry Hildebrand of &lt;a href=&quot;http://www.katalysis.org&quot;&gt;Katalysis&lt;/a&gt; for an interview on Saturday, and stole almost 4 hours of the mans time.  We talked about politics, my race, his organization, you name it.  He was in the second &lt;a href=&quot;http://www.peacecorps.org&quot;&gt;Peace Corps&lt;/a&gt; deployment, helped fight poverty in Appalachia, and worked for Robert Kennedy, among other things.  Jerry is a kind and fascinating man, and I hope that comes out in the interview.  I recorded almost an hour and a half of material, which I&amp;#8217;ll edit down to about 30 minutes for use in the podcast, but I&amp;#8217;ll put the unedited version on this website as well.  Jerry is one of the many people I&amp;#8217;m sure I will meet during this process who is smarter, kinder and more experienced than I, but who would rather spend their talents getting things done, than the maddening pursuit of selfish politics.  Just a great person and an inspiring organization, I hope you enjoy the interview &amp;#8211; I&amp;#8217;ll hopefully have it all ready by tomorrow&amp;#8217;s podcast.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&amp;lt;!&lt;del&gt;-more&lt;/del&gt;-&amp;gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;The interview was actually problematic to record, since I was using my laptop and some cheap computer mic.  Then the software I was using to capture the sound and do the on the fly dynamics compression died because it was a trial version that I had purchased but didn&amp;#8217;t put the key in correctly or something.  So, then I had to fiddle for several minutes and figure out how to record straight to disk.  So, the recording you will hear will have been heavily post-processed, via SoundSoap and other fun tools.  However, for future interviews, I just bought one of &lt;a href=&quot;http://www.amazon.com/exec/obidos/tg/detail/-/B0002D0IM0/002-8643500-2502460?v=glance&quot;&gt;these&lt;/a&gt;, so hopefully future interviews will be a little smoother.  I&amp;#8217;ll let you know who&amp;#8217;s up next and how the new setup works.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Until tomorrow!&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Scott&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>My District</title>
   <link href="http://schacon.github.com//2005/02/11/my-district.html"/>
   <updated>2005-02-11T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2005/02/11/my-district</id>
   <content type="html">&lt;p&gt;For those of you who want to know why I think we need to pass redistricting reform.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;My district:
&lt;a href=&quot;/images/map.gif&quot;&gt;&lt;img src=&quot;/images/map.gif&quot; width=&quot;500&quot; alt=&quot;District Map&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Friday Podcast</title>
   <link href="http://schacon.github.com//2005/02/11/friday-podcast-2.html"/>
   <updated>2005-02-11T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2005/02/11/friday-podcast-2</id>
   <content type="html">&lt;p&gt;Happy Friday, I hope you all enjoy your upcoming weekend.  I have an interview to conduct this weekend, so I&amp;#8217;ll let you know how that goes on Monday.  Enjoy the show, and don&amp;#8217;t forget to call in.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Phone line : &lt;b&gt;1-915-808-2925&lt;/b&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050211.mp3&quot;&gt;&lt;img border=0 src=&quot;/images/podcast.gif&quot;&gt;mp3&lt;/a&gt; | &lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050211.html&quot;&gt;shownotes&lt;/a&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Podcast 6</title>
   <link href="http://schacon.github.com//2005/02/08/podcast-6.html"/>
   <updated>2005-02-08T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2005/02/08/podcast-6</id>
   <content type="html">&lt;p&gt;Sorry that everything has just been podcasts lately, I&amp;#8217;m just trying to get in the groove here.  It&amp;#8217;s a little more difficult than you might think to produce these.  I will try to start blogging a little more.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;I hope you enjoy this show, I cover the Fed, Jogging for Congress, and an &lt;span class=&quot;caps&quot;&gt;AIDS&lt;/span&gt; vaccine.  Enjoy your Tuesday!&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Phone line : &lt;b&gt;1-915-808-2925&lt;/b&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050208.mp3&quot;&gt;&lt;img border=0 src=&quot;/images/podcast.gif&quot;&gt;mp3&lt;/a&gt; | &lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050208.html&quot;&gt;shownotes&lt;/a&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Podcast 5</title>
   <link href="http://schacon.github.com//2005/02/04/podcast-5.html"/>
   <updated>2005-02-04T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2005/02/04/podcast-5</id>
   <content type="html">&lt;p&gt;Seems as though the sound is a little better.  Social security, booing the president, Food for Oil and Rumsfeld quits, all on todays podcast.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Be sure to call in with comments and questions:
&lt;b&gt;1-915-808-2925&lt;/b&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050204.mp3&quot;&gt;&lt;img border=0 src=&quot;/images/podcast.gif&quot;&gt;mp3&lt;/a&gt; | &lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050204.html&quot;&gt;shownotes&lt;/a&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Retracted Podcast</title>
   <link href="http://schacon.github.com//2005/02/02/retracted-podcast.html"/>
   <updated>2005-02-02T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2005/02/02/retracted-podcast</id>
   <content type="html">&lt;p&gt;I apologize for the few of you who downloaded the podcast I released this morning, but the sound levels on it were so low it was almost impossible to hear.  I removed the post with the enclosure in it until I can amplify the sound tonight and upload it again.  I&amp;#8217;ll re-release it tonight or tomorrow morning.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Thanks for your patience,&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Scott&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Podcatch How-To</title>
   <link href="http://schacon.github.com//2005/02/02/podcatch-how-to.html"/>
   <updated>2005-02-02T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2005/02/02/podcatch-how-to</id>
   <content type="html">&lt;p&gt;I have heard that some people don&amp;#8217;t know what to do with these podcasts, so I thought I would post a little example.  I&amp;#8217;m stealing this from &lt;a href=&quot;http://www.mercurynews.com/mld/mercurynews/business/technology/personal_technology/10779692.htm&quot;&gt;this&lt;/a&gt; article in the Mercury News.  However, since it is about the shortest article in history, I&amp;#8217;m quoting all of it here.  In any case, its a good way to get started.  I have only really edited it to fix some slight mistakes.&lt;/p&gt;&lt;br/&gt;

&lt;blockquote&gt;
1. Download software that reads &lt;span class=&quot;caps&quot;&gt;RSS 2&lt;/span&gt;.0 feeds with enclosed audio files from sites like &lt;a href=&quot;http://www.ipodderx.com&quot;&gt;www.iPodderX.com&lt;/a&gt; for Macs, or &lt;a href=&quot;http://www.ipodder.net&quot;&gt;iPodder.NET&lt;/a&gt; (or &lt;a href=&quot;http://ipodder.sf.net&quot;&gt;iPodder Lemon&lt;/a&gt;) for PCs.&lt;br/&gt;
	&lt;p&gt;2. This software automatically downloads audio files to your computer and moves the tracks to iTunes or other music management software for transfer to your iPod or another digital music player.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;3. Subscribe to the feeds you want. Sites such as &lt;a href=&quot;http://www.ipodder.org&quot;&gt;iPodder.org&lt;/a&gt;, &lt;a href=&quot;http://www.podcastalley.com&quot;&gt;Podcast Alley&lt;/a&gt;, &lt;a href=&quot;http://ipodderx.com/directory/&quot;&gt;iPodderX directory&lt;/a&gt; are good places to start your search. Your computer does the rest. It will automatically search for the latest Podcasts and move the audio files into iTunes or other media jukebox software.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;4. Simply synchronize your iPod or other portable digital music player with the computer to transfer the Podcast.&lt;/p&gt;&lt;br/&gt;

4. If your media management software doesn&amp;#8217;t automatically download the Podcast to your digital music player, you can drag the audio file directly into the player, as you would any &lt;span class=&quot;caps&quot;&gt;MP3&lt;/span&gt; music track.
&lt;/blockquote&gt;&lt;br/&gt;
	&lt;p&gt;Let me know if you have any problems.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Scott&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Podcast 4</title>
   <link href="http://schacon.github.com//2005/02/02/podcast-4.html"/>
   <updated>2005-02-02T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2005/02/02/podcast-4</id>
   <content type="html">&lt;p&gt;OK, it&amp;#8217;s fixed.  Podcast number 4, the hits just keep on coming!  Notice that I now have a podcast icon at the end of the sidebar there on the left.  If  you need to know how to subscribe to the show, see yesterdays post on how to &amp;#8220;podcatch&amp;#8221;.  How does everybody like the new site design?&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Until friday, everybody enjoy the State of the Union!&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Scott&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;b&gt;1-915-808-2925&lt;/b&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050202.mp3&quot;&gt;&lt;img border=0 src=&quot;/images/podcast.gif&quot;&gt;mp3&lt;/a&gt; | &lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050202.html&quot;&gt;shownotes&lt;/a&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>No Podcast Today</title>
   <link href="http://schacon.github.com//2005/01/28/no-podcast-today.html"/>
   <updated>2005-01-28T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2005/01/28/no-podcast-today</id>
   <content type="html">&lt;p&gt;Sorry, but there is no podcast today, even though I said there would be.  I had all the stuff ready, I pressed record and a few seconds later the recorder ran out of batteries.  I did not have enough time before work to get new ones so it will have to wait until Monday.   Until then, I do have a new voice message line that you can leave me voice messages on so I can play them on my show.  I will mention it in the actual podcast, but if you want to leave a message for me this weekend, the number is :&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;(915) 808-2925&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&amp;lt;!&lt;del&gt;- more -&lt;/del&gt;&amp;gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Yes, it&amp;#8217;s a Texas area code, and I can&amp;#8217;t customize the outbound message, but its free thanks to &lt;a href=&quot;http://www.j2.com&quot;&gt;j2.com&lt;/a&gt;.  I hope to hear from you.  If the line becomes more popular, I&amp;#8217;ll upgrade to the fancy-pants version.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Second Podcast</title>
   <link href="http://schacon.github.com//2005/01/26/second-podcast.html"/>
   <updated>2005-01-26T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2005/01/26/second-podcast</id>
   <content type="html">&lt;p&gt;First of all, I apologize for the poor sound quality of this podcast &amp;#8211; I had a small problem with the last one in that it was too quiet, so on this one I used a different program to move the sound from the mic to the recorder and the mic volume is too loud, so now it distorts at times.  I also had a &amp;#8220;The Least You Need to Know in the World&amp;#8221; spot that I had to delete entirely from it because I played background music that was louder than my voice for the entire piece, and it was horrible.  So, that being said, here you go.  I&amp;#8217;ll do better next time.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050126.mp3&quot;&gt;&lt;img border=0 src=&quot;/images/podcast.gif&quot;&gt;mp3&lt;/a&gt; | &lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050126.html&quot;&gt;shownotes&lt;/a&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>First Podcast!</title>
   <link href="http://schacon.github.com//2005/01/24/first-podcast.html"/>
   <updated>2005-01-24T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2005/01/24/first-podcast</id>
   <content type="html">&lt;p&gt;I have released my first &lt;a href=&quot;http://en.wikipedia.org/wiki/Podcasting&quot;&gt;Podcast&lt;/a&gt;!.  This post has an enclosure in the &lt;a href=&quot;http://www.chaconforcongress.com/modules/wordpress/wp-rss2.php&quot;&gt;&lt;span class=&quot;caps&quot;&gt;RSS2&lt;/span&gt; feed&lt;/a&gt; that links to the mp3 of my very first podcast.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;What is podcasting, you may ask?&lt;/p&gt;&lt;br/&gt;

&lt;blockquote&gt;Podcasting involves the recording of internet radio or similar internet audio programs. These recordings are then made available for download to portable digital audio device. You can then listen to the podcast internet radio program while you are away from your computer or at a different time than the original program was broadcast.&lt;/blockquote&gt;&lt;br/&gt;
	&lt;p&gt;&lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050124.mp3&quot;&gt;&lt;img border=0 src=&quot;/images/podcast.gif&quot;&gt;mp3&lt;/a&gt; | &lt;a href=&quot;http://jointheconversation.org/podcast/sccc-20050124.html&quot;&gt;shownotes&lt;/a&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&amp;lt;!&lt;del&gt;-more&lt;/del&gt;-&amp;gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Being my first show of hopefully many, it is obviously not perfect.  If some of the sound is off, or bad quality, or I make any factual mistakes, please &lt;a href=&quot;mailto:scott@jointheconversation.org&quot;&gt;contact me&lt;/a&gt;, so I can fix it next time.  Let me know what you think!&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Huge thanks to 
&lt;a href=&quot;http://www.netcrucible.com/xslt/opml.html&quot;&gt;NetCrucible&lt;/a&gt; for the &lt;span class=&quot;caps&quot;&gt;XSLT&lt;/span&gt; transform stylesheet.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Martin Luther King</title>
   <link href="http://schacon.github.com//2005/01/19/martin-luther-king.html"/>
   <updated>2005-01-19T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2005/01/19/martin-luther-king</id>
   <content type="html">&lt;p&gt;Howdy all, it&amp;#8217;s been a while.  I got it in my head a few weeks ago to start &lt;a href=&quot;http://en.wikipedia.org/wiki/Podcasting&quot;&gt;podcasting&lt;/a&gt;, and I had hoped it would have begun by now.  Apparently, there are a few important things I didn&amp;#8217;t know about audio.  I shall share once I actually get it working.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;I had wanted to write about Martin Luther King Jr.&amp;#8217;s birthday, since my wife and I were lucky enough to have this Monday off in honor of it, but I was far too busy sleeping in and such.  I felt it would be a good time to write a little something about him now.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&amp;lt;!&lt;del&gt;-more&lt;/del&gt;-&amp;gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;When most people think of Martin Luther King Jr., the first words that enter their head tend to be &lt;a href=&quot;http://www.americanrhetoric.com/speeches/Ihaveadream.htm&quot;&gt;&amp;#8220;I have a dream&amp;#8221;&lt;/a&gt;.  Indeed, of most of the articles I read about him this weekend, there was not one that did not at least make reference to that phrase.  His legacy as a civil rights leader is ingrained in us from middle school on, and even on the current &lt;span class=&quot;caps&quot;&gt;INS&lt;/span&gt; immigration study test, the answer to the question &amp;#8220;Who was Martin Luther King Jr.?&amp;#8221; is : &amp;#8220;a civil rights leader&amp;#8221;.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;I will only touch on this, since I don&amp;#8217;t want to patronize many people who actually lived through this era, as I did not.  However, for those of us who did not, or were there but do not know, I feel it is important to see King as a man and a leader, and not simply a sound bite.  He was not just some feel-good moral leader, he was a radical and a pacifist.  He studied the likes of Ghandi and conquered armies of hatred and oppression with compassion and non-violence.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;I do not presume to be an expert on Dr. King, nor am I a pacifist, nor would most people probably consider me a radical.  However, an honest discussion of Dr. King&amp;#8217;s beliefs and message are worth having.  The next time I get a day off of work to commemorate the life of a man who was powerful and influential not because of his money or social position or armies, but because he was a true man of God who lived for love and truth and to spread his message of peace, I will try to engage someone in real conversation about that.  I ask you to do the same.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;That conversation may well include topics and material from some of his more controversial speeches, like &lt;a href=&quot;http://www.americanrhetoric.com/speeches/mlkatimetobreaksilence.htm&quot;&gt;this one&lt;/a&gt;.  Perhaps from it, we may draw parallels to our own time, and our own war :&lt;/p&gt;&lt;br/&gt;

&lt;blockquote&gt;
Somehow this madness must cease. We must stop now. I speak as a child of God and brother to the suffering poor of Vietnam. I speak for those whose land is being laid waste, whose homes are being destroyed, whose culture is being subverted. I speak for the poor of America who are paying the double price of smashed hopes at home, and death and corruption in Vietnam. I speak as a citizen of the world, for the world as it stands aghast at the path we have taken. I speak as one who loves America, to the leaders of our own nation: The great initiative in this war is ours; the initiative to stop it must be ours.&lt;br/&gt;
	&lt;p&gt;This is the message of the great Buddhist leaders of Vietnam. Recently one of them wrote these words, and I quote:&lt;/p&gt;&lt;br/&gt;

	&lt;pre&gt;&lt;code&gt;&quot;Each day the war goes on the hatred increases in the heart of the Vietnamese and in the hearts of those of humanitarian instinct. The Americans are forcing even their friends into becoming their enemies. It is curious that the Americans, who calculate so carefully on the possibilities of military victory, do not realize that in the process they are incurring deep psychological and political defeat. The image of America will never again be the image of revolution, freedom, and democracy, but the image of violence and militarism&quot;&lt;/code&gt;&lt;/pre&gt;&lt;br/&gt;

	&lt;p&gt;[...]&lt;/p&gt;&lt;br/&gt;

Increasingly, by choice or by accident, this is the role our nation has taken, the role of those who make peaceful revolution impossible by refusing to give up the privileges and the pleasures that come from the immense profits of overseas investments. I am convinced that if we are to get on the right side of the world revolution, we as a nation must undergo a radical revolution of values. We must rapidly begin&amp;#8230;we must rapidly begin the shift from a thing-oriented society to a person-oriented society. When machines and computers, profit motives and property rights, are considered more important than people, the giant triplets of racism, extreme materialism, and militarism are incapable of being conquered.
&lt;/blockquote&gt;&lt;br/&gt;
	&lt;p&gt;With all of this recent punditry talk of &amp;#8220;moral values&amp;#8221;, it is interesting to hear a man who is actually moral speak of values :&lt;/p&gt;&lt;br/&gt;

&lt;blockquote&gt;
A true revolution of values will soon look uneasily on the glaring contrast of poverty and wealth. With righteous indignation, it will look across the seas and see individual capitalists of the West investing huge sums of money in Asia, Africa, and South America, only to take the profits out with no concern for the social betterment of the countries, and say, &amp;#8220;This is not just.&amp;#8221; It will look at our alliance with the landed gentry of South America and say, &amp;#8220;This is not just.&amp;#8221; The Western arrogance of feeling that it has everything to teach others and nothing to learn from them is not just.&lt;br/&gt;
	&lt;p&gt;A true revolution of values will lay hand on the world order and say of war, &amp;#8220;This way of settling differences is not just.&amp;#8221; This business of burning human beings with napalm, of filling our nation&amp;#8217;s homes with orphans and widows, of injecting poisonous drugs of hate into the veins of peoples normally humane, of sending men home from dark and bloody battlefields physically handicapped and psychologically deranged, cannot be reconciled with wisdom, justice, and love. A nation that continues year after year to spend more money on military defense than on programs of social uplift is approaching spiritual death.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;America, the richest and most powerful nation in the world, can well lead the way in this revolution of values. There is nothing except a tragic death wish to prevent us from reordering our priorities so that the pursuit of peace will take precedence over the pursuit of war. There is nothing to keep us from molding a recalcitrant status quo with bruised hands until we have fashioned it into a brotherhood.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;This call for a worldwide fellowship that lifts neighborly concern beyond one&amp;#8217;s tribe, race, class, and nation is in reality a call for an all-embracing and unconditional love for all mankind. This oft misunderstood, this oft misinterpreted concept, so readily dismissed by the Nietzsches of the world as a weak and cowardly force, has now become an absolute necessity for the survival of man. When I speak of love I am not speaking of some sentimental and weak response. I am not speaking of that force which is just emotional bosh. I am speaking of that force which all of the great religions have seen as the supreme unifying principle of life. Love is somehow the key that unlocks the door which leads to ultimate reality. This Hindu-Muslim-Christian-Jewish-Buddhist belief about ultimate reality is beautifully summed up in the first epistle of Saint John: &amp;#8220;Let us love one another, for love is God. And every one that loveth is born of God and knoweth God. He that loveth not knoweth not God, for God is love.&amp;#8221; &amp;#8220;If we love one another, God dwelleth in us and his love is perfected in us.&amp;#8221; Let us hope that this spirit will become the order of the day.&lt;/p&gt;&lt;br/&gt;

We can no longer afford to worship the god of hate or bow before the altar of retaliation. The oceans of history are made turbulent by the ever-rising tides of hate. And history is cluttered with the wreckage of nations and individuals that pursued this self-defeating path of hate. As Arnold Toynbee says: &amp;#8220;Love is the ultimate force that makes for the saving choice of life and good against the damning choice of death and evil. Therefore the first hope in our inventory must be the hope that love is going to have the last word&amp;#8221;.
&lt;/blockquote&gt;&lt;br/&gt;
	&lt;p&gt;What do you suppose Sean Hannity or Rush would have to say about Dr. King today?  I may not agree with everything he says, and the reality of foreign policy may well be more nuanced and complicated than that, but to honestly listen to his message and consider it against our current options in the global community would pay far more respect to his life and his message than a day off of work.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;I urge you to &lt;a href=&quot;http://www.americanrhetoric.com/mp3clips/politicalspeeches/mlkagainstvietnam.mp3&quot;&gt;listen&lt;/a&gt; for yourself, share with your children, and discuss within your own house.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Arnolds State of the State</title>
   <link href="http://schacon.github.com//2005/01/07/arnolds-state-of-the-state.html"/>
   <updated>2005-01-07T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2005/01/07/arnolds-state-of-the-state</id>
   <content type="html">&lt;p&gt;Arnold gave his &lt;a href=&quot;http://www.governor.ca.gov/state/govsite/gov_htmldisplay.jsp?sCatTitle=Speeches&amp;#38;sFilePath=/govsite/selected_speeches/20050105_State_of_the_State.html&amp;#38;sTitle=2005&quot;&gt;State of the State&lt;/a&gt; speech two days ago, while I was on my way to the Stockton &lt;span class=&quot;caps&quot;&gt;DFA&lt;/span&gt; meeting.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;It was actually a very interesting speech, and I would encourage you to read or listen to it, if you haven&amp;#8217;t already.  You can find it at the &lt;a href=&quot;http://www.governor.ca.gov/&quot;&gt;Governors website&lt;/a&gt;.  He addressed things such as California&amp;#8217;s budget, the effect of special interests and lobbying groups on politics, public school merit pay, and redrawing district lines.  He also mentioned something called the &lt;a href=&quot;http://www.governor.ca.gov/state/govsite/gov_htmldisplay.jsp?sCatTitle=%20&amp;#38;sFilePath=/govsite/spotlight/october22_update.html&quot;&gt;Hydrogen Highway&lt;/a&gt;, which I had not heard of before, but have since seen some amusing pictures of the Gov filling up his Hydrogen Hummer on said Highway.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&amp;lt;!&lt;del&gt;-more&lt;/del&gt;-&amp;gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;I would like to address some of the issues he spoke of in his speech for a moment.  First is merit pay for public high school teachers.  Arnold says (see if you can read this without doing his voice in your head&amp;#8230;):&lt;/p&gt;&lt;br/&gt;

&lt;blockquote&gt;
Let me say this to every California teacher who is opening the minds of our children and nurturing their lives: I want to reward you for your hard work. I want to reward you for the sacrifices you make. I want to reward you for the learning that you instill.&lt;br/&gt;
	&lt;p&gt;But I cannot do so under the current system. Help me change it.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;We must financially reward good teachers and expel those who are not. The more we reward excellent teachers, the more our teachers will be excellent. The more we tolerate ineffective teachers, the more our teachers will be ineffective.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;So, in the special session, I propose that teacher pay be tied to merit, not tenure. And I propose that teacher employment be tied to performance, not to just showing up.&lt;/p&gt;&lt;br/&gt;

And I want to say to every Californian who has a child: &amp;#8220;Your child deserves a good teacher. An educational system that rewards and protects a bad teacher at the expense of a child is wrong. And I intend to change that system.&amp;#8221; 
&lt;/blockquote&gt;&lt;br/&gt;
	&lt;p&gt;So, he has some good points here, good teachers need to be retained and recruited and encouraged, while bad teachers should be retrained or let go.  However, I personally feel that his solution will be counterproductive.  For one, it is very difficult, if at all possible, to quantitatively measure a teachers merit.  The pay will be based off of standardized test scores, which only makes our schools dependent on them further.  If a teacher is judged only on the test scores he elicits, then teachers are given even further incentive to teach to the tests.  Do we really want a school system that only excels at turning out students that can take multiple choice logical-mathematical tests?  When I post my issue statement on education, I will argue that the answer to that is &amp;#8216;no&amp;#8217;, but for now, I would like you to ask yourselves that question.  Is doing well on standardized tests really what it means to be well educated?&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Arnold spends a lot of time in the speech speaking of how much we spend on education, and how badly our system is doing :&lt;/p&gt;&lt;br/&gt;

&lt;blockquote&gt;
California will spend $50 billion on K through 14 education this year; that&amp;#8217;s $2.9 billion more than last year. Nearly half the state&amp;#8217;s budget is dedicated to education.&lt;br/&gt;
	&lt;p&gt;...&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;But $50 billion, and we still have 30 percent of high school students not graduating. That is a human disaster.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;$50 billion and we still have hundreds of schools that are failing. That is an institutional disaster.&lt;/p&gt;&lt;br/&gt;

$50 billion and the majority of our students cannot even perform at their grade level. That is an educational disaster.
&lt;/blockquote&gt;&lt;br/&gt;
	&lt;p&gt;Dire indeed, but what he fails to mention is that while we spend a lot on education, we also have a lot of children here.  The total amount is very high, but spread over all of the children that we have to educate, we rank 44th in the nation in spending per student.  Our student to teacher ratio is 21 to 1, the second highest in the nation.  Adjusted for living, teacher pay is 32nd in the nation.  Merit pay will not fix this problem, and merit pay based on test scores will only make things worse.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Next, Arnold addressed district lines :&lt;/p&gt;&lt;br/&gt;

&lt;blockquote&gt;
Fourth, we must make California&amp;#8217;s elections democratic once again.&lt;br/&gt;
	&lt;p&gt;When I was studying to take my citizenship test, I learned about gerrymandering and how politicians changed the boundaries of a voting area to protect themselves. For a long time I thought that was something that happened way back in the 1800&amp;#8217;s, but the practice is still alive and well today.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Here is a telling statistic: 153 of California&amp;#8217;s congressional and legislative seats were up in the last election and not one changed parties.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;What kind of democracy is that?&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;I will propose that an independent panel of retired judges-&lt;del&gt;not politicians&lt;/del&gt;-determine California&amp;#8217;s legislative and congressional districts.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;They can draw fair, honest district lines that make politicians of both parties accountable to the people.&lt;/p&gt;&lt;br/&gt;

The current system is rigged to benefit the interests of those in office . . . not the interests of those who put them there. And we must reform it.
&lt;/blockquote&gt;&lt;br/&gt;
	&lt;p&gt;I completely agree, and here is something you will only hear from Arnold, or people that are challengers and not actually in office.  Every legislator will come up with reasons why this is bad &amp;#8211; hardcore Republicans are saying he&amp;#8217;s out to replace them with moderate Republicans, Democrats are saying that he&amp;#8217;s out to replace them with Republicans, etc&amp;#8230;  I think this is incredibly important, and is one of the root causes of the rampant and rabid partisanship we are all tired of today.  Candidates are getting more and more ideologically extreme, because they know they will not lose.  If you think that districts are drawn for any reason other than getting the incumbent re-elected, take a look at &lt;a href=&quot;http://www.sen.ca.gov/ftp/SEN/cngplan/CNGMAPS/MAP11_150.JPG&quot;&gt;mine&lt;/a&gt;.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Happy New Year</title>
   <link href="http://schacon.github.com//2005/01/03/happy-new-year.html"/>
   <updated>2005-01-03T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2005/01/03/happy-new-year</id>
   <content type="html">&lt;p&gt;Hello all, I hope everyone had a happy holiday season.  Jessica and I got to spend a lot of time with our families, and even spend a couple of days in and around Yosemite.  I made it onto the internet once in the last two weeks, so the blog postings have been sparse.  OK, nonexistent.  I was saddened to hear of the tsunami, and the continuing aftermath.  If you can, please visit &lt;a href=&quot;http://www.google.com/tsunami_relief.html&quot;&gt;this site&lt;/a&gt; that Google set up, with some good links to places you can donate and places you can find ongoing information.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&amp;lt;!&lt;del&gt;-more&lt;/del&gt;-&amp;gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;I have been planning the site redesign and the issues area, and working on the first two issues that will go up, election reform and education.  Let me know if you have any good resources you would like me to check out on either topic.  There will be room to comment on the issues pages themselves, but if you know of anything that is really excellent, please send me an email.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Thank you, and I hope you all had a happy holiday and a hangover free new year.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Scott&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Participatory Politics</title>
   <link href="http://schacon.github.com//2004/12/18/participatory-politics.html"/>
   <updated>2004-12-18T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2004/12/18/participatory-politics</id>
   <content type="html">&lt;p&gt;I found a new website yesterday that was very interesting to me.  They are looking to do many of the same things that I am, using the internet and new technologies to improve democracy.  They are at &lt;a href=&quot;http://www.participatorypolitics.org/&quot;&gt;Participatory Politics&lt;/a&gt;.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&amp;lt;!&lt;del&gt;-more&lt;/del&gt;-&amp;gt;&lt;/p&gt;&lt;br/&gt;

From their website : 
&lt;blockquote&gt;
The projects we are currently developing will take advantage of the internet&amp;#8217;s ability to keep records, allow feedback and re-engagement, and provide distributed access. Specifically, people will be able to more easily work with others to focus ideas and conversations. And they will have access to productive political tools that will enable discussion to become political action.&lt;br/&gt;
The primary reason that we&amp;#8217;re interested in developing effective online infrastructure and motivating discourse is to shift political power towards individuals and small groups. We hope to remove barriers to participation at every significant tension point: information-gathering, real life and online discussion, action-oriented organizing, and engagement with government.
&lt;/blockquote&gt;&lt;br/&gt;
	&lt;p&gt;They have several projects they have started on, and the Bill Tracking project looks especially interesting, I&amp;#8217;m curious to see what comes of it.  I will definitely link to it when it goes live.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;On another note, I apologize that I haven&amp;#8217;t put up a personal bio type statement yet, Jessica and I have been busy this week, since it was her finals week for her Masters degree class. I&amp;#8217;ll try to get something posted for that this weekend.  I haven&amp;#8217;t forgotten, honest.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Scott&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Dogbert Speaks the Truth</title>
   <link href="http://schacon.github.com//2004/12/17/dogbert-speaks-the-truth.html"/>
   <updated>2004-12-17T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2004/12/17/dogbert-speaks-the-truth</id>
   <content type="html">&lt;p&gt;Jessica thought this was particularly funny :&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;img width=&quot;400&quot; src=&quot;http://www.unitedmedia.com/comics/dilbert/archive/images/dilbert2004121017011.gif&quot;&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Howard Dean Op-Ed</title>
   <link href="http://schacon.github.com//2004/12/10/howard-dean-op-ed.html"/>
   <updated>2004-12-10T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2004/12/10/howard-dean-op-ed</id>
   <content type="html">&lt;p&gt;I just read this &lt;a href=&quot;http://thehill.com/thehill/export/TheHill/News/Frontpage/120104/ss_dean.html&quot;&gt;Op-Ed&lt;/a&gt; by Howard Dean on the future of the Internet in political campaigns.  It is a great read, and he very clearly articulates many of the same ideas that I have about how the Internet should be utilized.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&amp;lt;!&lt;del&gt;-more&lt;/del&gt;-&amp;gt;&lt;/p&gt;&lt;br/&gt;

&lt;blockquote&gt;
In a practical sense, using the Internet isnÃ¢â‚¬â„¢t even about getting votes. Its strength is in building a richer democracy by bringing more people into the process.  We learned over the past two years that a campaign website can be more than a clearinghouse for basic information. It can become a hub for turning committed supporters into true stakeholders.&lt;br/&gt;
	&lt;p&gt;...&lt;/p&gt;&lt;br/&gt;

But getting the Internet right means a new kind of relationship between an organization and its supporters. And the more we accept the prescription for success online Ã¢â‚¬â€ honesty, clarity and respect for the people Ã¢â‚¬â€ the better chance we have to succeed off-line.
&lt;/blockquote&gt;&lt;br/&gt;
	&lt;p&gt;Convincing candidates of this is a very hard thing to do, because it means a loss of control.  The thing that really strikes me about this article, however, is that he is one of the very few politicans who understands that the Internet&amp;#8217;s greatest strength is not in it&amp;#8217;s ability to raise money.  This is the lesson that most people took from his presidential campaign, but what interested me about that campaign was not how much money he raised, but the relationship that people involved felt they had with him. It was a very real involvement, and people were brought into the process.  Howard Dean only scratched the surface of the involvement that is possible to achieve with the Internet, and I would like to find out with this campaign just how far we can take that.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;I have recieved a few requests for a bio of some sort since the DailyKos comment link, so I will put that up in the next few days.  In response to another request, I did get a donations page up, so donate away!&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Southeast Stockton Malnutrition</title>
   <link href="http://schacon.github.com//2004/12/08/southeast-stockton-malnutrition.html"/>
   <updated>2004-12-08T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2004/12/08/southeast-stockton-malnutrition</id>
   <content type="html">&lt;p&gt;&lt;a href=&quot;http://www.npr.org/rundowns/segment.php?wfId=4203415&quot;&gt;This story&lt;/a&gt; just aired on &lt;a href=&quot;http://www.npr.org/atc/&quot;&gt;&lt;span class=&quot;caps&quot;&gt;NPR&lt;/span&gt;&lt;/a&gt;.  This area may or may not be in my district, as the boundry lines cut out quite a bit of the heart of Stockton, but the story is interesting nonetheless.&lt;/p&gt;&lt;br/&gt;

From the summary : 
&lt;blockquote&gt;Stockton is just a short drive from some of California&amp;#8217;s richest farmland. Yet in economically distressed southeast Stockton, it&amp;#8217;s difficult to find fresh fruits and vegetables. Markets mainly sell high-salt, high-sugar foods and alcohol. &lt;/blockquote&gt;&lt;br/&gt;
	&lt;p&gt;&amp;lt;!&lt;del&gt;-more&lt;/del&gt;-&amp;gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;The story is about how type 2 diabetes cases are exploding in the black community of southeast Stockton because local markets don&amp;#8217;t sell fresh fruits and vegetables.  This is particularly disturbing because of the location of Stockton &amp;#8211; right in the middle of the San Joaquin valley. The availability of fresh , healthy food should not be a problem in California&amp;#8217;s farming heartland.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Near the middle of the piece, they mention farms plowing under their crops that ripen late.  There must be some volunteer gleaning crews in the area &amp;#8211; let me know if you work with one, or know of one in the area.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;If anyone lives in this community, or lives near here, and would like to show me this personally, please contact me.  I would like to hear your story.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Pombo Paying Family</title>
   <link href="http://schacon.github.com//2004/12/07/pombo-paying-family.html"/>
   <updated>2004-12-07T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2004/12/07/pombo-paying-family</id>
   <content type="html">&lt;p&gt;So I found out today that I could have been a reporter.  About a month ago I was looking at &lt;a href=&quot;http://www.opensecrets.org/politicians/summary.asp?CID=N00007516&amp;#38;cycle=2004&quot;&gt;Pombo&amp;#8217;s finances&lt;/a&gt; at &lt;a href=&quot;http://www.opensecrets.org&quot;&gt;OpenSecrets&lt;/a&gt;.  I was looking for contribution amounts, but I wandered into expenditure amounts. I found that when you sort by amount spent, the places Pombo spent the most money wasn&amp;#8217;t media consulting, as I expected, but members of his own family. Then, I saw that some lines were &amp;#8220;Pombo, Annette&amp;#8221; and others were &amp;#8220;Annette Pombo&amp;#8221;, so the real amounts were even higher &amp;#8211; you had to add more than one line item.  I told my wife, but I assumed this was just how the system worked &amp;#8211; it turns out that I&amp;#8217;m a better investigative reporter than I thought.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&amp;lt;!&lt;del&gt;-more&lt;/del&gt;-&amp;gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;From the &lt;a href=&quot;http://www.recordnet.com/articlelink/120504/news/articles/120504-gn-2.php&quot;&gt;Stockton Record&lt;/a&gt; this weekend :&lt;/p&gt;&lt;br/&gt;

&lt;blockquote&gt;Federal records show that Rep. Richard Pombo used campaign funds to pay his wife and brother a total of $255,916 over the past two years&amp;#8212;or 25 cents for every dollar the Tracy Republican raised for his re-election effort.&lt;br/&gt;
	&lt;p&gt;Reports filed with the Federal Election Commission also show Pombo&amp;#8217;s campaign paid the congressman&amp;#8217;s wife, Annette, an additional $39,938 from 2001 to 2002. His brother Randall received $169,299 during the same period, bringing the total payments to the family since 2001 to $465,153.&lt;/blockquote&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Although a few other representatives do pay their family members for staff work, no one else even comes close to these amounts.  This isn&amp;#8217;t really outright illegal, as far as I know, but what does it say about his character?  I just wouldn&amp;#8217;t want to be someone who gave $100 because I believed in his campaign, only to learn that $25 of my money went to his brothers or wives personal bank accounts.  To think of it another way, Pombo gets 55% of his money from PACs, which means that special interests are almost directly paying his wife $50,000 per cycle for &amp;#8220;clerical&amp;#8221; work.  In the interest of fairness, maybe there is a good reason for it, and if I hear one, I&amp;#8217;ll post it.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;If you want to see the numbers for yourself, &lt;a href=&quot;http://www.opensecrets.org/politicians/expend.asp?CID=N00007516&amp;#38;cycle=2004&amp;#38;Sort=A&quot;&gt;please do&lt;/a&gt;.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;The &lt;a href=&quot;http://www.mercurynews.com/mld/mercurynews/news/local/states/california/northern_california/10346537.htm&quot;&gt;San Jose Mercury News&lt;/a&gt; also covered this story.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Thats it, the next time I find something news worthy, I&amp;#8217;m posting it here.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;em&gt;Update : &lt;/em&gt; It appears that this story was posted at &lt;a href=&quot;http://www.dailykos.com&quot;&gt;DailyKos&lt;/a&gt;, and  a friend of mine linked to this site.  I am not really fully up to speed as far as the site goes, but I will be over the next few weeks. If you are from dKos, welcome, and please tell me what you think.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Wiki Bills</title>
   <link href="http://schacon.github.com//2004/12/01/wiki-bills.html"/>
   <updated>2004-12-01T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2004/12/01/wiki-bills</id>
   <content type="html">&lt;p&gt;The Wikimedia group is doing some great things with collaborative work.  I have been a fan of &lt;a href=&quot;http://www.wikipedia.org&quot;&gt;Wikipedia&lt;/a&gt;, their online encyclopedia for some time now, and have recently found new projects they are working on.  Among them a &lt;a href=&quot;http://en.wiktionary.org/wiki/Main_Page&quot;&gt;dictionary&lt;/a&gt;, a &lt;a href=&quot;http://commons.wikimedia.org/wiki/Main_Page&quot;&gt;media repository&lt;/a&gt;, a &lt;a href=&quot;http://en.wikipedia.org/wiki/wikisource:Main_Page&quot;&gt;source documents&lt;/a&gt; site, a &lt;a href=&quot;http://en.wikipedia.org/wiki/q:Main_Page&quot;&gt;quotations&lt;/a&gt; site, and now a &lt;a href=&quot;http://demo.wikinews.org/wiki/Main_Page&quot;&gt;news site&lt;/a&gt;.  They are written by the community, and are extensive and multilingual.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;By the way, a &amp;#8220;Wiki&amp;#8221; is a group of linked pages online, each of which can be edited by anyone. It is used to create documents openly, in large groups.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;In this spirit, I have just put up a Wiki page here on this site for collaboration in this community.  It can be a place to build documents and projects together, and the first thing I have put up is a Bill Creator.  I encourage everyone to think of a bill you would like to see passed, and sketch it out in our Wiki.  We can fill them in together, as a group.  There is no reason I can see for special interests to have all the fun.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Elections we can trust</title>
   <link href="http://schacon.github.com//2004/11/20/elections-we-can-trust.html"/>
   <updated>2004-11-20T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2004/11/20/elections-we-can-trust</id>
   <content type="html">&lt;p&gt;I found this image in the back of &lt;a href=&quot;http://www.wired.com&quot;&gt;Wired&lt;/a&gt; magazine this weekend, and I thought this was a great idea.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&lt;a href=&quot;http://www.wired.com/wired/archive/12.11/images/1211Found800w.jpg&quot;&gt;
&lt;img src=&quot;/uploads/electionsmall.jpg&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;I am very concerned about the lack of confidence that many Americans have in the current electoral system.  I live in Alameda county, where we had touch screen poll machines with no paper printout and no optical scan ballots as mandated by our Secretary of State.  There are five major types of voting systems used across the country, with several companies producing each, and each state deciding its own standards.  This lack of standardization leads to confusion and mistrust.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&amp;lt;!&lt;del&gt;-more&lt;/del&gt;-&amp;gt;&lt;/p&gt;&lt;br/&gt;

This week &lt;a href=&quot;http://www.johnkerry.com&quot;&gt;John Kerry&lt;/a&gt; wrote to everybody on his email list :
&lt;blockquote&gt;I will fight for a national standard for federal elections that has both transparency and accountability in our voting system. It&amp;#8217;s unacceptable in the United States that people still don&amp;#8217;t have full confidence in the integrity of the voting process.&lt;/blockquote&gt;&lt;br/&gt;
	&lt;p&gt;We cannot have elections where no matter which side wins, nobody trusts the count. We need national standards, national funding for uniform voting equipment, regular audits and complete transparency.  I think electronic voting systems are great, they are accessible and easy to use, but there needs to be a verifiable paper printout and the systems should be open sourced.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;I like this image because it gives us a real, tangible goal. Elections need to be reliable and valid in every way, and this is a glimpse into what could be.  I would like to ask everyone in the community here to let me know what you think about the current voting system.  Send in stories, experiences, thoughts and what you believe elections in America should be.  Please keep this discussion positive and proactive; let&amp;#8217;s discuss the issues and find solutions together.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Running in 2006</title>
   <link href="http://schacon.github.com//2004/11/18/running-in-2006.html"/>
   <updated>2004-11-18T00:00:00-08:00</updated>
   <id>http://schacon.github.com//2004/11/18/running-in-2006</id>
   <content type="html">&lt;p&gt;After thinking about it and talking it over with my wife and my friends, I have decided to run for California&amp;#8217;s 11th Congressional District seat in 2006.  I think that the internet can be a great democratizing force, and I want to see what will happen if a candidate fully embraces it as a campaign medium. I will blog personally, not through a staffer.  What you read here will be my thoughts, my voice, not press releases.  The forum will be open to all, and I will be the most frequent user.  A campaign directed by the voters is a campaign committed to communication and one that values the people in its district &amp;#8211; I intend to run such a campaign.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;It may work incredibly well, it may not, but we will work together to keep the discussion honest, open, and focused on values and issues that matter to everyone.  I have been brainstorming how to build a campaign that is inclusive and engaging.  I am starting by limiting all campaign contributions to $100 per individual.  In addition, I am putting up a campaign schedule that is open to the public, where anyone can schedule my time wherever they would like me to be.  So I ask you &amp;#8211; what else can I do?  What do you wish your representative would do?&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;I am moving my blog to this site, and I will keep everyone updated on the race as time goes by, as well as actively soliciting your feedback.  I have been taking notes on ideas I have, and I will post them as they start to be fleshed out.  Lets stop complaining and figure out how to do this together.
Join the conversation.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Fixing Democracy</title>
   <link href="http://schacon.github.com//2004/10/08/fixing-democracy.html"/>
   <updated>2004-10-08T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2004/10/08/fixing-democracy</id>
   <content type="html">&lt;p&gt;We are a few weeks away from the Presidential election, and I have decided to become even more involved in our political system.  I think that the internet is having a bigger and bigger role in our democracy, and is shaping it for the better.  I have decided to begin exploring the ways in which the internet can fix the problems in our system, and this blog is one of my first steps.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;I began about a year and a half ago, during a long drive with my wife, where we started brainstorming ways to use the web to improve depressing correspondance I have continuously experienced with my representatives.  I would write them, and weeks later a staffer would send me a form letter vaguely dealing with the subject.  I can see that for my senators, but for my congressional representative, that is just not right.  Tools are possible to create to make that interaction a more personal and responsive one, they are just not built yet.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Howard Dean then became a sensation, mostly due to his unprecedented use of the internet to bring people together and communicate quickly, cheaply and easily, on a massive scale.  No candidate in this election cycle has surpassed Deans use of the internet, with the possibility of Kerry, who is now wielding online supporters quite effectively, but is not really expanding the paradigm much.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;Candidates should have an engaging, interactive website that allows them to communicate with their representative on a personal level, become involved in thier community and democracy.  My project for the next two years is to build the software for such a site and find a candidate who will use it in the next election cycle.  I am specifically aiming at the congressional district level.  Wish me luck.Fixing Democracy&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Internet Politics</title>
   <link href="http://schacon.github.com//2004/10/06/internet-politics.html"/>
   <updated>2004-10-06T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2004/10/06/internet-politics</id>
   <content type="html">&lt;p&gt;The internet is in fact beginning to have a big impact in politics, my candidates preferences aside.  In the VP debate last night, Cheny was trying to mention &lt;a href=&quot;http://www.factcheck.org&quot;&gt;FactCheck.org&lt;/a&gt; to make some point that he wasn&amp;#8217;t getting any money from Halliburton, so that can&amp;#8217;t influence his current decisions, but instead said &lt;a href=&quot;http://www.factcheck.com&quot;&gt;FactCheck.com&lt;/a&gt;.  The site was owned by a small fry, who was getting deluged with traffic, so he pointed the traffic to a George Soros site.  This 
&lt;a href=&quot;http://www.cnn.com/2004/ALLPOLITICS/10/06/debate.website.ap/index.html&quot;&gt;article&lt;/a&gt; sums it up pretty well.&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;&amp;lt;!&lt;del&gt;-more&lt;/del&gt;-&amp;gt;&lt;/p&gt;&lt;br/&gt;

	&lt;p&gt;The important point is that the fact that a candidate can say the name of a website and drown it in &amp;#8211; traffic means that people are logging on and going to a site almost immediately after it is mentioned on TV.  This is making TV more interactive by association.  Candidates don&amp;#8217;t have to rely on just 30 second spots, or even 60 minute debates &amp;#8211; they can say &amp;#8216;to find out more, go here&amp;#8217;.  Thats a powerful force in getting our democracy to work better, people engaging themselves, not just passively listening.  The internet has made the effort to get involved cheap enough to be worth their time.  Maybe they won&amp;#8217;t go walk precincts, but they will read a blog, or check some references, or register to vote online.   I think this is an important trend to note, to try to explore how we can take advantage of that in order to reform our political system.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Election Stuff</title>
   <link href="http://schacon.github.com//2004/10/05/election-stuff.html"/>
   <updated>2004-10-05T00:00:00-07:00</updated>
   <id>http://schacon.github.com//2004/10/05/election-stuff</id>
   <content type="html">&lt;p&gt;So unfortunately, its been quite a while since I posted here, even though I&amp;#8217;ve been so incredibly busy.  I started volunteering for a local congressional campaign, &lt;a href=&quot;http://www.jerrymcnerney.com&quot;&gt;Jerry McNerney&lt;/a&gt;.  I got really involved, walked precincts every weekend for the last three weekends and set up this great website for him.  I had a blog and a forum that was starting to take off, a newspaper writing tool, all sorts of fun stuff.  It turns out that some people are still not ready for the internet to have a place in politics.  His campaign manager thought it was not a good idea to let people write whatever they wanted on the site &amp;#8211; open dialogue is apparently dangerous.  I know that someday soon the internet will be the future of politics, I&amp;#8217;m just trying to figure out how to help it along.  I will probably be posting quite a lot on this topic in the near future.&lt;/p&gt;</content>
 </entry>
 
 
</feed>
