2011-03-11

Rage against the Parking Machine


So after a show that Darien did in Denver, I walk out to find a parking ticket ... even though I had paid and put the ticket on my dash for the attendant to see.

Will I get my $3 back? Maybe, maybe not, I don't really care. I'm just tired of companies that do this kind of thing. Mike, one of the show organizers, said it had happened to him recently. He got out of it by faxing receipts. But how many people also get overcharged by these guys regularly?

I'm mostly just feeling impish and wanting to see if they will rage at me or actually do something to fix the situation. In all likelihood I'll completely forget about reporting it. Unless they rage :)


.......................


Attached to this email please find:

* SCANNED documents:
a) Ticket issued on 3/10/2010 for parking at 16th and Wazee for "No Payment in Advance" for stall #15
b) Receipt for paying for parking in advance showing parking valid from 3/10/2010 through 3/11/2010

* Photographs:
a) Showing that the receipt was prominently displayed on my dashboard.
b) Showing that the parking violation was placed in a way that made it very easy to see that the receipt was displayed.
c) Showing that your signs show the wrong cost for all-day parking compared to the charge on the receipt.

... Note that these are low resolution images as a courtesy due to emailing, I am happy to provide megapixel resolution photos on request. Other than resizing the images, no manipulation has been done to them.

Please void this ticket and respond to this message stating it is void. Failure to void the ticket in 7 days will cause me to issue written complaints in this form with my supporting evidence to the City of Denver along with a request for information on how to complain to your licensing organization.

Furthermore please NOTE that the sign on your parking lot shows that the max fee for parking is $12. Yet your receipt clearly shows I was charged $15. Additionally I am told by the organizer of the event I was vending at that this exact same thing happened to him recently in your lot, showing a clear pattern of problems.

As such, please refund my $3, via check, to:

Geoff Baysinger
PO Box 1322
Nederland, CO 80466

And show evidence that your machine is either reduced in charges to $12 -or- that you have changed your sign to state the new daily maximum price.

Failure to refund my $3 -and- show photographic evidence of fixing your sign within 7 calendar days (allowing an additional 2 days for mail) will cause me to report this as charge fraud to the City of Denver along with all credit card bureaus that are listed on your sign. While $3 won't matter to me, I would expect this would initiate an investigation of all similar charges by your lots. If pursued by either the City of Denver, Visa, MasterCard, American Express or Discover I would be perfectly happy to testify in this matter. Please note that refunding this $3 does not guarantee my lack of reporting to the mentioned agencies, my final decision will be based upon the level of courtesy shown by your response.

Sincerely,
Geoff Baysinger

PS. I probably never would have noticed the overcharge if your parking attendant had not given out this improper ticket.



2010-10-29

WARNING: that 13-year-old with a laptop in Starbucks just hijacked your bank account.

Note: I'm writing this up for my less tech-savvy friends ... some of you knew how to do this before it was easy ... but now it is just stupid simple and anyone anywhere can do it. For another blog on this subject (showing how someone might actually use this attack to help educate people), see this page.


You see that 13-year old kid with a laptop over there? Or that 50-something? Doesn't matter where you are ... airport, Starbucks, next door neighbor's house, hospital lobby ... if you ever log in to a web service over an insecure session (more on that in a second) someone can hijack your web accounts if you aren't careful.

How? Well here's the surprise. You see when you log in to a website like Facebook or Yahoo mail you log in once to establish your identity. And if you log in over an insecure public network (pretty much any network like those at Starbucks, McDonald's, hotels, airports would qualify) and do not use a secure web service (ie, the web site starts with "HTTPS" ... "S" being the important letter) then someone else on that same network can intercept your password in real time.

That's been known for awhile, but I bet you didn't know that someone can intercept your session even after you have logged in. Why is this important? Because many sites will direct you to a HTTPS (secure) login page ... but once you've logged in they default to normal HTTP (insecure). But that's been known for a long time ...

Even worse? This is the part that this post is about ... once you log in securely if you are dropped to an insecure web server then someone can "sniff" the network you are on and get your "cookie". A cookie is what the site sends you when you first log in. It is a string of characters that you send back to the web site whenever you view a page that says "hey, I already logged in once, just use this instead of making me enter my password for every page".

Now what this means is that someone can, while at that Starbucks/hotel/etc, scan the network and once you appear on the network and load any information from a page like Facebook (and your browser will constantly do this even if you never touch that Facebook tab again). They can take your cookie and it will tell them not only what your name is on that service but it will let them click on it to immediately get into the site as you.

Now that might not seem too bad, right? They don't actually have your password. But wait ... what if one of those services is a web mail service? If they can access your email AND they happen to know anything about your other accounts then they might be able to go to that other service and use the "I lost my password, email it to me" option. What if they know where you bank? Well if they got your real name from your Facebook session ... they can also get your credit report in the matter of a minute or two.

How is this done? Well, the ability to do this was always out there. People with enough skill could use tools to read all of the data going across that open network. So this is really nothing new to the determined criminal. But now with the release of a software package called "Firesheep" -anyone- can do it inside the Firefox web browser. This software does all of the hard work for them. All they have to do is install it (takes less than a minute) and start up Firefox. Then they just watch until your name pops up on the screen. Once they do that they can click on your name and see anything you have access to on that service.

So ... what can you do to protect yourself? (Caps below for emphasis ... I'm not yelling at you :)

1) NEVER log in to ANY site you that has ANYTHING sensitive (and plenty of people consider the ability to post their Facebook status "sensitive") on an insecure WiFi network unless that site is using SECURE HTTP (HTTPS). That was basic "public networking 101" since WiFi came out and you probably already knew that.

2) Make sure that any site you access that you don't want others to access (like ... again ... Facebook or your email) not only let you log in over HTTPS but ALSO let you browse over HTTPS.

EXAMPLE: If you log in to Facebook right now it will go over HTTPS (although they're pretty bad about letting you realize this since it doesn't show up in their login page). However once you do that you will be put onto their unsecured HTTP site. At this point, if you had been on a public network, someone could have snatched your cookie. It would only have been safe if after you logged in you had been sent directly to a HTTPS address.

... In a case like the example above, you can sometimes force the site to let you browse securely by just changing the "HTTP" to "HTTPS". However it is important to re-state the face that if you had done this after logging in while on a public network it would have still broadcast your "cookie" that one time.

4) So if you wanted to be safe in the example above you would have needed to have logged in from a private network FIRST and then continued your browsing on the public network only after having changed it to "https".

BUT

Every link and image on that page, even after you changed it to HTTPS, is using standard HTTP (at least in the case of Facebook). That means you're still not safe. It is up to you to make sure ... before you use it on an open network ... that you can safely browse on HTTPS the entire time.

If the site you need to use simple won't let you secure your session you have 2 further options:

a) You can browse over a VPN ("virtual private network"). Those will encrypt your traffic but unless you get one from work or you have a very friendly networking guru in your life you will have to pay for this service. Even an extremely simple SSL VPN or Windows-based VPN will suffice.

b) Don't browse your site from that network.

Period.

I highly encourage you to encourage your favorite sites to work on this problem. They've known about it for years and years. But now they can't just ignore it. Or rather you shouldn't let them keep ignoring it.


PS. I used Facebook alot in my examples. It was easy. Hopefully at some point after this writing Facebook will have fixed their security issues ... but even if they do that (and I'll try to remember to update this if they do so) it won't stop OTHER sites from having the same problem. I know that in the past Yahoo mail did similar stuff with secure sessions and cookies. This is because running data over HTTPS requires more processing overhead and a little more cost than open web traffic. But in these days of open networks everywhere ... it is worth that expense.

2010-08-14

U.S. Postal Service? Shipping a Package? Don't bother.

(EDIT after I posted this the dress arrived ... 2 days late and without any warning ... the USPS never scanned the tag so we couldn't track it ... combined with the bridesmaid dresses being run over we had no way to know ... at least we got it ... but NEVER EVER ship valuables USPS)

So the U.S. Postal Service (USPS) has once again proved why FedEx and UPS are such successful businesses. Cheap != better.

Earlier this week my fiancée shipped a package via the USPS "1 day" Express. The package was in before the deadline for going out that night. When did it get there? 2 days later.

On Wednesday the person making her wedding dress shipped both the wedding dress and bridesmaid dresses via the USPS. Guess what? The wedding dress will probably never arrive.

The person shipping it got a tracking number. So Friday morning we tracked it and realized from the text that the USPS had not yet (2 days later) even scanned it into their system. So we contacted the dress maker and she swore she dropped them off Wednesday. She ended up driving to her Post Office to check on them. Nothing. Lost.

Yes, the dress maker insured the shipping, so $ aren't the problem here ... but we have 1 week to figure out a replacement for a dress that took months to have made. It was a custom design by my fiancée to fit her dreams of a Steampunk/Victorian style dress. It was looking pretty magnificent from what we could tell.

A couple of hours later we got word that the dress maker had the bridesmaids dresses. They were returned to her by the Post Office. The box had been run over by a vehicle.

Today? No word on the wedding dress. So unless it magically appears in a couple of hours it is pretty certain that both of the boxes fell off the transfer truck and the wedding dress didn't get recovered. That's actually close to a best-case scenario.

I doubt we'll ever know what happened to it. Anyone want to take bets on the USPS not bothering to investigate and just paying out the insurance? Wouldn't much matter unless they investigated by Monday. Yeah.

So in the end:
* The USPS loses $1000+ in insurance money, they won't notice that.
* The dress maker gets her money from the PO and returns our payment.
* My fiancée has to figure something out that will definitely not be what she wanted after spending months dealing with the stress of organizing things versus her mother.

Simply put: don't ship anything of value via the USPS. I haven't done it for years. I would have paid the extra for shipping if I'd known that the dress maker was going to ship USPS just to get it on FexEx or UPS. The USPS is cheap for a reason.

2010-04-04

Jailbreaking the iPhone 3G with a modern firmware and no Apple PC

This is another of my "I'm getting old and I really don't want to forget what worked" posts. You likely won't find much of use here.

I'm trying to update my iPhone to firmware 3.1.2 (yeah, 3.1.3 is out but doesn't do much other that rip the ability to tether off the phone again). The key here is that I DON'T want to update my modem baseband as I have the cherished 4.26.08 version that is easily unlockable. I also want to have a version that I can use for tethering.

This would be (probably) much easier if I had an Apple PC for using Pwnage, but I don't. And I decided to spend 2 days figuring this out on my PC rather than going to my sister's house for 2 hours. Duh. I'm not going to bother saying how many times I downgraded to older firmwares / put the phone in a recovery loop / etc.

The key components were:

* Prebuilt IPSW file from someone else built in Pwnage. My file was "iPhone1,2_3.1.2_7D11_Custom_Restore_UNTOUCHED_500MB.ipsw". The key information is:

  1. no baseband included
  2. "UNTOUCHED" means "unactivated" means "works on AT&T". For now I'm not moving my iPhone off of AT&T. For now. I know, I threatened awhile back, I just didn't get around to it.
  3. 500MB ... since Cydia installs to the media partition now there isn't much reason for a 1GB partition
* iReb from iH8sn0w ... this utility allows you to put your phone in DFU mode (hint: put the phone in DFU WHILE the iReb app is running) and cause a whitescreen.

* Once in whitescreen mode you can use iTunes to restore the custom firmware. This allows you to skip the errors that prevent iTunes from otherwise working.

* FAILED DON'T DO THIS: Once THAT is done I used redsn0w 0.9.3 (which includes the IPCC tethering patch) to re-break my phone. To do this, make sure you use the "Already pwned" option in redsn0w. This also gives you the option of adding a custom boot logo.

* NEXT: Install MyWi from Cydia. Launch the "Rock" application and create a Rock ID. Go to settings and enable USB tethering. I don't know if this will break once the app's trial period ends. Quite possibly ... though probably not IF you never open it again. Since I want the ability to connect over WiFi I'm going to spend the $10 on it.

The biggest problem was I wanted tethering. If I would have been happy without it I could have used sn0wbreeze and 3.1.3. I even had that working at one point. I didn't want to us other methods because I didn't want to risk upgrading my baseband.

Apple is unfortunately getting good at preventing or making much harder all the jailbreaking methods used so far. I expect it will get harder and harder to do this on my phone in the future.

If you do this ... I highly recommend keeping copies of all the files you use to do it in case newer versions change the process in the future. Please don't ask me for copies of firmwares, I'm not going there.


2010-03-22

Open note to CNN.com regarding video ads

I emailed this to CNN.com ... but I also know that that probably gets tossed in the bit bucket. This is MY bit bucket for Google to index and all to see, even if only a few do.

The amount and length of the ads CNN.com places before video segments has become prohibitive.

* Much more of your content is video based now

* To watch even a 15 second clip (not counting replays of the same thing ... like the Stupak baby killer video) I have to watch a 30 second advertisement.

* To watch another clip I have to watch another advertisement.

Suggestions:

> Shorter clips.

> Longer clips only on longer videos

> Track how many ads I've seen recently so I don't have to see a new one just to watch another short clip. A 4:1 ratio of ad length to clip length (cumulative) is the max I'm going to go for.

> Vary the ads ... seeing the SAME ad over and over is horrible

> Seek out ads that aren't identical to the ones we see on TV

> Examine the Hulu model of letting us choose the style and length of Ad we want

Until then, I will just keep closing windows as "not worth it", and start looking for my news elsewhere. Like I just did when I was going to have to watch 30 seconds of Donald Trump and his impersonator -again- just to see if 4 servicepeople made good music. I'll never know. Or if I do know ... I'll know by watching them somewhere else.

2010-03-16

MySpace just jumped the shark.

MySpace just jumped the shark and decided to sell user data to 3rd party firms.

I haven't used MySpace much for years now anyway, so the answer for me was simple: leave.

If you're in the same boat ... make sure you actually edit your user data before deleting your account. Change things like your First / Last name, home town, etc to "PRIVATE". Delete your photos. Message your friends and then un-friend them. If you just delete your account or set it inactive then all that does is stop you from logging it in, but in theory (who knows what their practice here will be) the data will stay in their systems. If they're going to sell your data ... give them bad data to sell.

Take this as a warning Facebook and Twitter ... if you sell my data I will pollute it and leave. I don't care if you set up ad targeting systems so that the ads I see are relevant to me, but don't be turning into the next generation of spam lists. That's not what I signed up for.

2009-11-26

iPhone 3G Tethering and Windows 7

I decided to play with using my iPhone to give a data connection to a fresh Windows7 install (on my HP Mini 2133, though that shouldn't matter). The following are some notes about how to get it to work and what exactly it does.

First off, be aware that if you use AT&T (as I do) that tethering isn't available to you by default. With Firmware 3.0 they made it very easy to install by using a mobileconfig profile. However I think in 3.1.x (I'm still on 3.0) they locked it out. From what I have read you can re-enable it with a mobileconfig after jailbreaking your iPhone. The jailbreak I know is reported to work with is blackra1n, but who knows what other jailbreak methods may work. Either way, I'm not supporting your jailbreaking issues. But if you've gone there ... (or are using a non-US iPhone that gives you tethering) ... this may be of use.

NOTES:

1) You can tether with USB or with Bluetooth.

2) If you have a fast 3G network, tether with USB, Bluetooth seems to max out around 768Kbs to 1Mbs ... whereas USB is giving me over 3Mbs right now. Uploads on both were the same.

3) If you tether your PC will be getting data from the cellular network EVEN if the iPhone has a working WiFi connection. This is kinda sucky but no way around it using the built-in tethering method, at least so far.

Ok, those notes out of the way ... this is what I needed to make it work:

* Windows 7 fresh install

* iTunes 9.0.2.25 (earlier iTunes will work ... in fact iTunes itself isn't necessary if you can find the Apple mobile device drivers package separately ... but iTunes will bundle it). This is because Win7 doesn't have the USB drivers for the iPhone built-in. You can do USB mass storage without it but not the data tethering. Just grab it from itunes.com.

NOTE: That SHOULD be all you need if you want to USB tether. I'm not 100% sure on that though since I also did the next step before testing.

* Windows Mobile Device Center ... this is a fairly new mobile device driver suite from Microsoft that replaces the old ActiveSync stuff. I used it to get updated Bluetooth connectivity on my Win7 laptop. You can get if from http://www.microsoft.com/windowsmobile/en-us/downloads/microsoft/device-center-download.mspx

I'm not really sure it was necessary since things still didn't work at that point. I found a post about the problem I was having at this page: http://www.conetrix.com/Blog/post/iPhone-Tethering-Cannot-Install-Driver-for-Bluetooth-Peripheral-Device.aspx

The summary of that post is:

* Pair with your iPhone using "Add a Bluetooth Device" in Win7

* Right-click the connected iPhone in "Control Panel -> Hardware & Sound -> Devices and Printers" and select "Properties"

* Go to the "Services" tab

* Uncheck "Wireless IAP"

* "Apply" or "OK"

Then from that point, to connect to the iPhone for tethering, right-click the iPhone in "Devices and Printers" again and use "Connect Using" and click on "Access Point".

So ... the results of all of this? Yeah this may not be worth it for the average user BUT for someone reliant on data while travelling it may just save your butt:

* USB tethering now works. This is the preferred method since it is both easier to hook up (just plug the cable in) AND supports better download speeds as well as charging your phone.

* Bluetooth tethering now works. Forgot your cable? Just need a quick connection and don't need a lot of speed? Just don't want to rifle through your bags? Great. You're covered.

* Remember: all your data is coming from the cell network. I would like it if it would tether the wifi on the phone, just so you could keep a single connection while roaming the airport (letting your phone switch networks at will while the laptop just plays dumb) but ... it doesn't. So if you're not on an unlimited plan you will want to be careful. And if you can't get a 3G signal be prepared for a slow time. But SOME data is better than none.

NOTE: the previous paragraph is a very sad note when you're near one of those free AT&T wifi spots like a Starbucks. It sure would be nice to use tethering in those spots where you get free iPhone WiFi but not free WiFi on your laptop.

2009-10-07

Flip Mino Camcorder

"Cisco bought Pure Digital recently and I'm about to start selling the Flip cameras. They have a really fun way of customizing your camera. Yes, that is my face with a little editing to fit the camera. Want to make your own? Hint: Make the picture a ratio of 2:1 (like 1000 px by 500 px)."
Flip Mino Camcorder with Personalized Design - Available only at www.theflip.com. Check out this unique Flip Mino design. The Flip Mino camcorder combines remarkable video quality in a pocket-sized package. Now personalizable - create your

2009-08-07

AT&T / Apple's app policies are plain inconsistent.

So ... it's well known that Google Voice applications have been killed off of the iPhone app store. For the most part I think we can assume this was due to AT&T. The official reason being given was that the apps "duplicated functions already on the iPhone".

Someone please explain to me how, then, the "Comcast Mobile App" not only hasn't been killed off ... but also is in Apple's "Featured" Apps? Right now it is on the "Featured" category under "New".

While the Comcast offering isn't the same as Google Voice, many of the same duplications occur. What doesn't occur? SMS. And even Google Voice apps that did not have SMS were yanked.

Apple ... AT&T ... your motives are obvious. And you're going to lose customers over stuff like this. Customers who pay close to $100/month. Is it really worth squeezing us over SMS messaging?

2009-07-16

Google Voice on the iPhone

Yay! I got my Google Voice invite last night. I've been waiting for that for a long time. Sadly it comes just as I am finally migrating to a location with cell service, so I don't need it -as- badly but I know I will use it every day anyway. I already got my phone number assigned and was able to get one that is almost identical to my "real" cell number.

For those not in the know, this is what Google Voice provides (at a very high level) ... all of this is currently free unless otherwise noted::

1) A phone number that will ring all of your other numbers simultaneously so that you can answer from wherever you are.

2) Send and receive SMS messages using that same number (and get the messages forwarded to "real" SMS devices if you wish, but it is a bit messier since you see the GV number on the messages when forwarded). Meaning:

* unlimited SMS messages
* access your SMS messages from your smartphone using a GV app
* access your SMS messages from your not-smart phone using SMS (but not as useful)
* access those same SMS messages from the Google Voice center on any web browsing device like a PC
* SEND messages from any web-browsing device

3) Place calls using your GV number. Free for the U.S., very cheap for long distance calls. See next item for why this becomes INSANELY good for some cell users.

4) If you have a service like T-Mobile you can add your Google Voice number to your "favorites" and then never use minutes when you dial with it (meaning if you use GV to make outbound calls you can make unlimited calls from your cell number).

Sadly for AT&T users like myself we can't do this since AT&T doesn't have a "favorites" type plan. However:

5) If you have some form of free VOIP service that will give you inbound calls then you can have that number ring using Google Voice. Not too shabby ... free VOIP calls with a public phone number. But most VOIP services charge for inbound "real" phone numbers.

6) This is the killer-app part: GV has applications for most smart phones that will do various levels of the above for you on your mobile device.

For the iPhone there are 3 apps (VoiceCentral, GV Mobile/GV Mobile Free (Free doesn't do SMS), GVDialer). Unfortunately none have push notifications which means you need the app running to see things like incoming SMS messages (workarounds to follow in another post, GVDialer doesn't do SMS yet so skip it entirely in my opinion until they add it).



...

I know Google claims to have an iPhone app on the way. My guess is it has been done a while and Apple and AT&T are trying to stymie it as often happens. Well ... STOP THAT ...

My hopes for a Google app is that it will merge the best of the existing applications:

1) For calls we need ways to use the service with and without data access:

... GV Mobile and VoiceCentral need data connections to dial and if they have them they seem to be the most feature-rich way BUT many times we are out of data range in the mid-west. This should be the default dial method when available (or maybe let us configure it to only work when on WIFI, etc, since 3G can be spotty at best in places).

... GVDialer allows you to dial calls without data. I think it must just place a normal call and use timers to send the dialout codes. Seems to work good though, just slower, and would be WONDERFUL for being in no-data areas.

2) SMS and Voicemail MUST ... absolutely must ... have Push Notifications. Email notification isn't good enough since we will often have times that we want Email off or at least not on Push to save battery (OS3 push notifications are significantly less network traffic than email push because with email push you are polling multiple accounts and sending more data back and forth). This would allow GV SMS to completely replace SMS on the iPhone and is exactly what OS3 push was for!

Honestly if VoiceCentral could do push notifications (which I understand why they hesitate, since it means you have to store your GV credentials on VoiceCentral's servers instead of only on your phone ... meaning insecure for you and costly for them ... something Google could fix both problems easily if they had their own app) I would be 100% happy with it's functionality. Google could definitely do worse than immitating it and extending with push.

4) If Google would incorporate some form of true VOIP into the application so that we could use GV SMS with a VOIP call? Magic. And all the components are there since they own the GV number we use now.

5) Have a "smart switch" mode for notifications that, if you haven't checked for push notifications recently, will set SMS forwarding "on" to your cell phone. So that if you go out of data range (like in the middle of Oklahoma and Kansas) or need to turn off your data to save battery, you get SMS forwarded to your cell number until you start checking via the data connection again later.

This would be selectable as a check-box if you had "Receive SMS on this phone" selected.

6) Integrate GTalk into the SMS in Google Voice and vice versa for a single conversation panel. Ideally start supporting MSN and other protocols as well so we can keep all conversations available and sorted.

7) a "Voicemail-only" number that would drop directly to voicemail when forwarded, so that I could set up some of my other devices to drop to GV voicemail if they are busy (like my office line). (not an iPhone item per se, just a GV feature request)

...

My next project will be to see if I can get VOIP service on my iPhone that works in conjunction with Google Voice numbers so that I can get free time on my cell when I'm in WiFi range. It will probably be a bit complicated to set up but should be pretty easy to use if it works.

I'll post details on that once I've finished it or decided it won't work. I need to be in my home area to do all the testing.

2009-07-01

Mortgages are a pain in the &*#&!

I'm tired, this will be short and scattered.

* My mortgage agent didn't respond to my emails well for the last week. As in days without replies. Finally got a note from her 3 days ago that I was being assigned to a new agent because she got a promotion. She emailed it to me and the new agent. Too bad she didn't -call- the new agent and tell her this. So I spent 3 days not getting any replies and not knowing the new agent's phone number.

:sigh:

* The people selling my house have 2 mortgages. The company that owns the second mortgage was contacted by the title company over 2 weeks ago to get a pay-off number. They said 'in 7 days'. 7 days later they claimed to never have gotten the request (even though the title agent has a confirmation number from the first request) and said 'in 7 days'. The only reason I even know this is because I asked the mortgage agent to confirm with the title agent that everything was set to close on Monday. The title agent hadn't told me. The sellers hadn't told me.

So ... is THIS why a real estate agent can make 3% commission? Just because people can't be bothered to get off their butts and do their jobs without constant baby-sitting?

End result: if the title company can't get the pay-off number from the seller's mortgage by tomorrow, I can't close on the house come Monday. And if I don't close by -Tuesday- my mortgage application is expired unless I start paying a weekly fee to keep the rate I had.

And if I hadn't been spending most of this week nagging my mortgage company ... and the title company ... and now the sellers? It would have just fallen through without me knowing a thing until I arrived in Oklahoma with a U-Haul full of stuff. Which kills me given how much I've been busting ass to clean/pack and get all my finances in gear ... and probably pissing off my boss for how little I've accomplished lately at work.

Which reminds me, I guess I need to cancel the U-Haul tomorrow unless the paperwork all comes in.

2009-06-30

I hate my road rage ... but I hate the people who cause it worse!

So tonight I decided to take the scenic way home from Broomfield, which meant Clear Creek Canyon instead of Boulder Canyon (which is scenic, too, I just see it alot more). I am not going to get to see these views on demand once I move so it was a cool thing to be able to do.

I am on the stretch of highway that goes into the mountains. It is a 45mph zone (or is it 40?) but the commuters go through at 65-70mph. I got an email on my phone and I had been expecting a message, so when I get the "ding" of the email I pulled off the road to read it and reply. You know, the safe thing to do.

I was basically here:

View Larger Map


Once I was done sending my reply I locked my phone and put it down, then put the car in drive, waited for an opening and got back on the highway. I saw a white car in my rearview but it was way back, I had plenty of time to get up to speed. Except this guy turned out to be going quite a bit faster than 45 and by the time I hit 40 he was breaking to slow down, right on my bumper.

No surprise, he started to pass me. One problem ... this is a no passing zone, 1 lane going each direction. You can see that from the Google Maps streetview above. And there was a car coming at us in the distance that he couldn't see because he was so close to my tailpipe when he started to pass. I put my left-handed bird in the window, thinking he would go even faster and barely make it (and he did try, he was almost parallel with me when he backed off and got behind me again).

By this time I had not only gotten up to speed but was speeding myself by about 10mph just trying to keep a little space between us. We got to this point:


View Larger Map

And he started speeding up to pass me. Do you see the problem from that picture? Yeah, that's not a damned passing lane or second lane, it is a TURN lane, to TURN left:


View Larger Map

(no, the red car wasn't there ... but there WERE cars in the distance that he once again couldn't see)

So I accelerated to keep him from passing me illegally and moved in to the turn lane on the left so that I could slow and he could pass me on the right. While doing this I looked in my mirrors and I couldn't seem him, he was in my blind spot. I -assumed- on my right. Guess what happens?

That's right, he keeps passing on the LEFT, meaning I'm in the left TURN lane, he's across the solid yellow, no one is on the right at all, and he is so close that when he starts to pull to the right (presumably he's got tunnel vision seeing the cars in front of him and hasn't realized he's about to hit me) and scrapes his way up the left side of my jeep.

I'm pretty pissed off at this point. In fact it was almost max road rage. I hate that feeling. But there isn't an easy way to remind myself to breathe before reacting. I start waving at him from behind to get him to pull over. Which he does ... but as I'm pulling in behind him he slams on his breaks so hard that he fishtails on the shoulder and I have to do the same to avoid hitting him. Yep. Road Rage has increased.

We both get out of our cars and I'm pretty much yelling at him about illegally passing. He counters with how I was going slow because I was on my phone.

Oops. Lesson #2 on how to piss me off: argue that I am in the wrong about something that I wasn't doing while I am mad at you for doing something else.

I told him, as I mentioned above, that the reason I was getting back on the road was because I WASN'T on the phone. And that if he had given me a few more seconds I could have gotten up to speed and he wouldn't have had to hurry that much. He then admitted he was doing 65mph (verbatim) and I challenged him to show me a 65mph sign anywhere around there. His response? "I drive here all the time".

Lesson #3 on how to piss me off: Justify screwing up by saying how you do it all the time.

AND

Lesson #4 on how to piss me off: Drive with reckless abandon in an area where I see people dying because of jerk-off bad drivers every year. These canyons are deadly and we were barely a mile (meaning 1 minute as his speed) away from where the switchbacks start. Do people scream through there at 60+ every day? Sure. And those are the people who tell the officer "but I go through here every day" when explaining an accident (or death).

Do I speed sometimes? Sure. I owe the city of Limon $155 for 79 in a 65 (mostly because Limon is a speed trap in the middle of nowhere BUT I was courteous to the officer and will pay the thing like a good boy). Do I go above the posted limits in the canyons some times in some places? Sure. We all screw up. But I don't defend it as somehow being right and I don't try and pass people on the left in a no-passing zone while speeding 20+ miles over the limit.

Anyway, when he realized he was just pissing me off even more he started backing down and said "I'm sorry". But by that point I was seeing red. No major damage to my car (some white paint scrapes, I can buff them out ... I got good pictures of them though and they -clearly- show the impact on my car was on the left and from behind). His white car has some dashed dark grey racing stripes now (I love having dark plastic body panels right now). I told him that if he'd been sorry he wouldn't have been arguing to begin with and in my face (though, had it been me, I probably would have had a hard time not reacting as he did, no doubt). I got back in my car while he was facing me on the side of the road (beside my car, just to be clear, I wasn't threatening to run him over or anything). I told him to get out of my way and that he was lucky he hadn't done any real damage to my car or I'd be reporting it and he'd be paying for my body work -and- likely getting a reckless driving ticket.

He was quite dumbfounded at this point. I was in full rage. I was flat out embarrassed at myself for not being able to get it under control and be slightly more mellow. If I could go back now I would probably accept his apology and go on.

But you know what? I shouldn't have to.

And he's -real- lucky it was me and not someone who would have turned my shaking hands into balled fists and punched him (or worse) as many other road ragers do.

I do wish I could dampen down these stupid fight-or-flight reactions though.

PS. Yeah, I do still know his license plate. Wrote it down. I sort of wonder if he won't be trying to call it in after he sees just how much paint is on the side of his car. So I might just be printing out this blog as a statement. :sigh:

2009-06-08

My impending move

So yeah, I'm leaving the tall mountains of Colorado and fairly soon. The reason why is simple: my immediate family is in Norman, OK and much as they sounded like they wanted to move over the years it won't be happening. I'll definitely miss Colorado BUT I'll get all my vacation time (which was mostly spent visiting them) back to go see Colorado and all the other places I want to.

Progress so far is such:

* I've found a decent house. It is an old fixer upper (yes yes, I know, I keep saying I'm done with those). Built in 1941 and had the same owner through 2006 when she passed. A family with 5 kids bought it then and their dog did a great job tearing up the yard (which was good for me, I think that people drove by and drove on). It is situated right next to a TALL brick building (a catholic church's rec center) and across from a large open field playground for a middleschool. What does that mean? Low cooling bills and few neighbors ... both good for working from home. And if I keep my butt moving fast I should get the remodelling done this year. I'm quite sure the house will sell for 20% over what I'm paying once fixed up a little so I have a good budget to play with.

* The house is cheap enough that I can afford to pay on both places while my house in Colorado is on the market, so I'm buying -first- and then getting this place on the market.

* I got the loan approved today, pending all the typical appraisal hooplah, so at this point it's just red tape holding up buying ASAP. The family there wants to move as soon as they are able.

I'll be back in the area in a couple weeks for my class reunion (in Wichita, about 3 hours north) but I may cut my time in OKC short that week to have more time during moving week. Not a lot of point of spending a ton of time there when I can't do anything with the house yet.

More to come ...

Social Networking Confusion!

So I think I've found a pattern that will work.

1) I use Ping.fm to post updates. I used Loopt from my iPhone for awhile but it pretty much only updated Facebook and Twitter. Ping.fm is updating EVERYTHING. I do miss the location option from Loopt though (it would allow me to quickly paste my area based on my iPhone location). A Ping.fm app with location services ... hmmm ... should be doable.

2) I linked Facebook to my blog (this) with the Simplaris Blogcaster facebook app. So all my blog posts there should show on Facebook. Meaning anything that isn't a Facebook-specific note (like viral notes) will get posted on my blog not as a Facebook native note (I wish Blogcaster had an option to paste them as FB notes instead of links).

3) I use my blog (aleatorical.blogspot.com) to archive ALL of my posts. This is good because I have a record. It is bad because my status updates are double-posted on Facebook and people never really know when a blog post has extra content. I might change this, not sure. It would be nice if Blogger had a way to post multiple types of notes so that Blogcaster could only show 1 type.

4) I use Facebook pretty regularly. ALL of the other sites (MySpace, Plaxo, blah blah blah) are just shallow mirrors of my status using Ping.fm.
Mortgage qualified ... gave the Sellers the purchase agreement ... think it will close on July 3rd

2009-06-05

At the airport again ... This time it's personal! (in a good way)

2009-06-01

Moving to Oklahoma? Yep.

Okie doke here's a major update: I'm moving. My residence is currently in Colorado (and has been for 7 years or so). If you're in Oklahoma and wondering why I say I live in Colorado but have Oklahoma listed it is because I'm moving that way ASAP. Looking for rentals now (but hoping I can sell my house quickly so I can just buy one in OK).

Choosing Oklahoma over Colorado? Yeah. Odd choice even for me. But my parents/sister/brother/nephew/niece are in Norman and much as I've tried to talk them out of it over the years they just ain't gonna move. I didn't put down a bunch of roots in Colorado, my parents are starting to have some health problems, I love hanging with my sister and brother (in-law), and I want to watch my nephew and niece grow up. So ... this time the mountains lose the fight :)

I still work for Cisco (who bought the Pure Networks in August 2008) and plan to stay at it. My boss is great and has been very understanding about the move (I have always worked remotely so it really won't impact my job much except for fewer choices of flights when I need to travel).

I do have my backup plan started for when I finally do leave the computer field. If all goes well I've got a pretty good fund going for starting a business in Norman with my brother some day. But for the forseeable future I'm enjoying this job and well ... they pay darned good.

Nederland is a great town, but I WON'T miss 6-7 months of snow and sub-freezing temperatures. I -will- miss not needing an air conditioner.
Choice between living in the best landscape ever seen and living near family ... which to choose? OKC I'm omw. Colorado, I'll visit often!

2009-05-31

Caution! Moving walk is nearing it's end. Please watch your step. Thank you!