Why is it that the top two searches for the string “php rss” shows up as this:
If you take some time to actually look at Magpie RSS and LastRSS (which I didn’t… silly me), you’ll see that they haven’t been updated since 2005 and 2004, respectively. For some silly reason, I didn’t think about PHP actually having an xml_rss function built into it, and it was only after out of frustration at these libraries not doing what I wanted that I stumbled onto the third link, the IBM article.
This just points out the fact that I’m still living in PHP4 land. Hooray for PEAR.
I love seeing these technology leaders speak, even though not in person. First it was Sergey Brin, now, through the advent of YouTube, Linus Torvalds himself.
Yes, there’s an upside to the Internet video madness. All that VC money at hard work.
And man, he’s so very “strongly opinionated”. Codeword for: a jerk. He’s like David Heinemeier Hansson in this regard. “Opinionated” is the euphemism I’d use, but then again, they themselves wouldn’t tolerate that bullcrap. But they have a reason to be so opinionated… they wrote the book(s) on it. Literally.
Now, Torvalds makes very valid points. Almost… too valid. After all, he is the father of the Linux kernel, and heads one of the largest distributed open source project out there. He knows what is needed in this arena, and so I’m happy to have seen this clip.
As posted previously, I’ve been looking into other alternatives to doing Rails, other than the industry-standard TextMate, and it seems like NetBeans is a viable choice.
Now I have another reason to use NetBeans (although, it seems like it’s a little bit slow for my tastes): Collab.
Reading through some more XP documentation, I come across the lovely page on Pair Programming. This isn’t something new, but I didn’t know that XP stressed this so much. I just kinda thought it was something you do if you can… but hey!
All code to be included in a production release is created by two people working together at a single computer. Pair programming increases software quality without impacting time to deliver. It is counter intuitive, but 2 people working at a single computer will add as much functionality as two working separately except that it will be much higher in quality. With increased quality comes big savings later in the project.
Emphasis are mine.
Wow. If that’s the case, I better start doing some more pair programming somehow. And seeing how the three team members on the project (Amir Manji, Derek Remund, and I) who are all four or more hours apart… I need something that’ll give me this wonderful ability.
I’ll continue to write on this IDE as I get more chance to play around with it.
EDIT: Of course, if I was smart enough to think things through, I would have checked if the same was implemented on Eclipse. Turns out… it is. It’s called “Eclipse Communication Framework“.
Frick on a Stick. I have to sit through both of these impressive Java IDE’s? Netbeans vs Eclipse?
Recent Comments