Tag: screwup

  • House Journal – Comcast buggery

    As we are preparing to move into our new house, after all the work and changes we wanted, it is time to begin the migration of things like utilities.

    Monday, I called Comcast, our cable provider, and got a cheery person who assisted me. I explained that we were moving next week, and that we wanted to move our service, and to add a landline phone (at the Wife’s request).

    No problem, and in fact two days later they had an install appointment, and could just get it all set up on Wednesday. I asked twice that this wouldn’t be an issue with our current service, as we would be in the apartment through the weekend, and until we moved. I was assured that this was fine.

    Wednesday morning, and the technician is on time, efficient and gets it all set up, even activating our internet. Cool.

    Or so I thought.

    Apparently, when he activated out internet, he queued up our service in the apartment (about a mile away) to be shut down. So while the Tivo and the cable cards still worked, the cable modem there went dark.

    I got home from work on Wednesday about 7:00PM, and of course the Wife was a bit peeved. I called Comcast support, and the technician was polite, but after an hour of diagnosing, it was determined that the account was put in the shutdown queue.

    I was bounced to the “move” department, and the chipper technician there told me that he saw the note ont he account, and that it was in process of being deactivated, but since it was after 6:00PM, he was unable to fix it. He advised me to call in the morning.

    I called. Apparently, to get service back in the apartment, I would have to order new service, and pay for a technician visit.

    Fuck that for one week.

    I politely declined to be put through to sales.

    However, I did get the bright idea of taking the now functioning modem from the house and bringing it to the apartment. Voila, internet access.

    Lesson learnt: If Comcast can screw up, they will, and you will have no recourse.

  • Apple lameness – Python edition

    I am an Apple person, fully vested, using their computers, their devices, and in general I am very satisfied. But I just had a bad experience, and I need to vent.

    I upgraded a few weeks ago to OS-X 10.9 (AKA “mavericks”, and it has gone reasonably well. However, 10.9 seriously broke python. First, Apple is always 2 or 3 releases behind. Usually not a big deal, as I am not on the bleeding edge, more of a hobbyist.

    But 10.9 broke it badly. Like it was throwing segmentation faults non stop, and pretty much unusable. Hell, I couldn’t even load the built in math module without it tossing a segmentation fault.

    I had set up my python the way I like it, I added the good packages (Apple does include numpy, but they miss a lot of other very useful modules) I use. Took me some time to get it all setup the way I like it, and they frigging broke it.

    Sigh, so I spent about 6 hours yesterday. Installing and compiling 2.7.6 which fixes what Apple broke. That required reinstalling the command line tools. Then I had to update and install numpy, scipy, matplotlib, and about 2 dozen prerequisites for these modules. Grrrr. That seriously interrupted my drinking time…

    I almost decided to go back to using EPD, but I know that pretty much sucks. Sigh.

    Apple does so much well, but when they mess up, they mess up mightily. I hope they fix this soon.

    (Oh, and the newest version of matplotlib has the XKCD graph styles. Totally worth the upgrade…)