Skip to content

{ Category Archives } frustration

Educate yourself and while you’re at it, others too

As I wrote yesterday I love TED Talks… oh yea and I did also mention a growing sense of disenfranchisement.
I try not to take the information I gather for granted, and one of the joys I experience is in sharing with others. Of course, I am aware that sometimes it can be overwhelming and I [...]

Can we break the generation gap in business?

I’m finally getting “settled” in my new role working from home and part of that means getting a chance to get through some podcasts. Actually, although I love TED Talks, I’m not actually a big fan of podcasts.
Imagine taking all the rambling and inherent pauses of conversation and couple those with ear piercing music, relative [...]

One bit of Python I’ll never get…

>>> “hello”[2:4]
‘ll’
>>> “hello”[2:]
‘llo’
>>> “hello”[:4]
‘hell’
Do any of those not make sense to you? Here’s how I see it, and my confusion;
“hello” represents a 5 character string… and indexing starts at 0, something most programmers are all familiar with. The “[" "]” characters are used to subscript (or index) the string (which is actually a list of [...]

My how long it’s been…

6 weeks! Wow, yes it’s really been that long since I started reading Programming Collective Intelligence and last posted here.
A lot has happened during that time, my wife got a new job and because of that we moved. We’re both happy about the chance to “evolve” and I think it’s going to enable a lot [...]

O’Reilly Make me an Offer!

I’m a big fan of O’Reilly books, as I’m sure most of you are. They’re great technical resources for me and have cute animals my wife can really enjoy!
A friend of mine got Programming Collective Intelligence and recomended it to me, so my mother-in-law gave it to me for my birthday (yay, I’m old!). I’m [...]

Even an Apple goes bad now and then…

I seem to be having a confluence of technology issues recently.
Dreamhost, which I’ve loved until now can’t seem to follow through on a simple request (so that I can pay them!!!). And that 1TB drive I “gave” myself for Christmas has failed and the manufacturer hasn’t returned my service call.
To top if off, last night [...]

Even the real geeks at google can’t get it right all the time…

Having a “systems programming” background I’m a little green to this web programming stuff. It’s not that it’s incomprehensible, I’ve designed for these applications but I want to ensure I can implement some of the software components as well.
I’m beginning to really appreciate it, in part because the frameworks are so polished that I don’t [...]