Sunday, August 29, 2010

G1 Pooped the Bed

I did something quite foolish the other day. My Fiancée and I were walking around a local state park, checking out the scenery and having a great time. Being the dare devil that I am, I decided to walk on top of this little wall separating the parking area and the hillside.

As we're walking along, back to the car, a motor cycle pulls up and parks ahead of us. So to avoid running into them, I hopped off the wall and we walked around them. Once around them I hopped back onto the wall... cause it's fun and all.

Anyway, we came to a gap in the trees, so I pulled out my trusty G1 to snap a quick picture of the great view. All goes well so I keep walking along the wall with the phone still in my hand. Then out of curiosity I tried to check if I had service, because we were on this high hill and everything. After seeing that I did indeed NOT have service, I happened to step into a slight gap in the top stones in the wall....

Then it happened! In order to keep balance I flung my arms out... even the one with the phone in it. Luckily, or maybe unluckily, the phone hand was pointing toward the parking lot instead of down the hill. After bouncing off the concrete my phone will boot up fine, but the screen remains black... doh!

To wrap up, I am now in something of a quandary about how to resolve the phone situation. Do I:

  • Buy a new phone?
  • Try to fix the now out of warranty G1?
  • Switch cell providers and take the $200 early termination fee?
Not sure yet what to do, but I'll make a decision of some type in the next week or so. Stay tuned gentle readers :-).

Party on!

Thursday, August 26, 2010

Freedom to Fail

I've been having some thoughts about the New Yorker article on the Koch brothers... there as an interview on NPR with the author. The thing I really don't get about the Libertarian movement, Ron Paul included, is that without some kind of social safety net people don't have the Freedom to Fail.

By freedom to fail I mean, if I start a business doing something I love, and that something isn't very profitable or I'm just not that good at it, it shouldn't kill me or my family. I think things like unemployment, bankruptcy, food stamps, etc are a way for us as a society to give ourselves and others the freedom to fail.

Now there should probably be a limit on how many times your allowed to fail in a given period... twice every five years or something, but those are just details.

Anyway, that's my thoughts on Libertarians and wanting to do away with most/all government programs.

Party on!

Wednesday, August 25, 2010

Maverick Server Guide

Hey all,

Just wanted to do a quick post about updates in the Ubuntu Server Guide. With Maverick we have dropped the ubuntu-serverguide package. This means that the guide will only be available in HTML and PDF formats. There are several reasons for making this change see the ubuntu-docs mailing list archives for more details [1], or better yet join the conversation :-).

Hopefully this will allow us to deliver a guide of higher quality. If you would like to contribute to the Server Guide, it's as simple as:

  • Go to https://code.edge.launchpad.net/ubuntu-docs and click "Register a branch"
  • Name your branch (test_branch in this example)
  • Choose "Hosted" branch.
  • Click the "Register Branch" button.
  • Get the main branch. In a terminal enter: bzr branch lp:ubuntu-docs
  • edit a DocBook XML file in serverguide/C/
  • Validate that your changes: scripts/validate.sh serverguide/C/serverguide.xml (if there are no errors it's valid!)
  • bzr commit (then enter a log message)
  • bzr push --use-existing-dir lp:~your_lp_username/ubuntu-docs/test_branch
  • Back at https://code.edge.launchpad.net/~your_lp_username/ubuntu-docs/test_branch click the "Propose for merging" link.
  • Fill in a description and click the "Propose Merge" button.
  • Your branch will then be reviewed and if all is well merged with the main branch.
Okay, so that's not all that simple... hopefully we can stream line the contribution process somehow. Also, the above instructions assume you have setup SSH keys with Launchpad previously.


[1] https://lists.ubuntu.com/archives/ubuntu-doc/2010-August/015117.html


Party on!