Posts

Showing posts with the label opinion

This Blog Has Moved!

Right, so yes, five years ago I moved to github pages, and never bothered to redirect any of these pages there. Now I've moved on from there, and... Finally I am using my real domain, trishagee.com . My blog is now at trishagee.com/blog .  See you there!

Overheard: Agile truths

After attending a number of conferences and events, and performing numerous interviews, I'm starting to hear the same things again and again.  Since Dan North challenged all my assumptions at QCon , I'm reluctant to outright ridicule them, but I will put forward my personal opinion. Note: these are things I have heard from multiple sources, so with any luck I am not breaking the sanctity of the confessional interview. I've never pair programmed, but I've frequently worked with a partner on critical production problems I find this fascinating.  If there's one thing that needs to be fixed as fast, as correctly, as efficiently as possible, it's a production issue.  And when there is one, "everyone" knows that two heads are better than one, even The Business. If this is the case, why is it so hard to sell pair programming as the default state of affairs? Is it because creating new features is seen as just typing, where the bottleneck is access t...

JavaOne 2011: Roundup

Image
Having been back in London for a few days I've had some time to digest the madness that was last week. My lasting impression of JavaOne is almost entirely positive.  Granted, it was my first major conference, so maybe I'm just not jaded yet.  But let me tell you what I loved about it (yes, I did cover some of these in my last post ): First and foremost, the people.  I don't remember meeting a single grumpy person. Everyone I spoke to was there to get the most out of the experience, regardless of how many times they'd been previously.  In my experience, techies are not conditioned to be socially comfortable, yet introductions were made and the conversations flowed easily. Of course it wasn't just the attendees who were friendly, the staff and organisers were approachable and helpful, and it was nice to have people hanging around to direct you. One of the (few) advantages of having the event over multiple hotels was the outdoor space between them. ...

On How Not To Target Girl Geeks

(First, let me say this post contains opinion, stereotyping and sweeping generalisations.  But that's sort of the point.  Also I don't pretend for one moment to speak for all girl programmers, I can only speak for myself) When I first started this blog, I wanted to just post "proper" technical information.  I wanted to prove that there are girls out there doing "real" programming. I specifically didn't want to talk about my gender.  I wanted to prove by silence that gender is incidental to what I do. But, it doesn't really work that way, does it? Firstly because one of the first things I get asked by guys when I meet them in this industry is "why aren't there more girl programmers?" (that's after they ask "do you work in HR?" followed by "are you a real programmer?" - I'm not joking, this happened this week). And secondly because I'm pretty passionate about the gender issue.  To be specific: I...

Popular posts from this blog

Dissecting the Disruptor: Writing to the ring buffer

Dissecting the Disruptor: What's so special about a ring buffer?

Dissecting the Disruptor: Demystifying Memory Barriers