This post originated from an RSS feed registered with Ruby Buzz
by Curt Hibbs.
Original Post: Interesting Answers from Great Programmers
Feed Title: Curt's Comments
Feed URL: http://feeds.feedburner.com/curthibbs
Feed Description: The thoughts of Curt Hibbs on technology, software, Ruby, and whatever...
Stiff sent a list of ten questions to a smattering of the world’s best programmers. This included such luminaries as James Gosling, Dave Thomas, Linus Torvalds, Guido Van Rossum, and more.
Surprisingly, most of them answered. The answers were very intesrting. You can definitely see the personalities come through in their answers. Read through the questions and answers and see, for example, if you can pick out who consistently has “human” centered answers and who consistently has “technically” centered answers. This came through most clearly in the answers to What do you think makes some programmers 10 or 100 times more productive than others?.
Fascinating!
One of my favorite answers was Steve Yegge’s answer tp What do you think will be the next big thing in computer programming? (mostly because it mirrors my own opinion):
I think web application programming is gradually going to become the most important client-side programming out there. I think it will mostly obsolete all other client-side toolkits: GTK, Java Swing/SWT, Qt, and of course all the platform-specific ones like Cocoa and Win32/MFC/etc.
Itâs not going to happen overnight. Itâs very slowly been going that direction for ten years, and it could well be another ten years before web apps “win”. The tools, languages, APIs, protocols, and browser technology will all have to improve far beyond what you can accomplish with them today. But each year they get a little closer, and Iâve finally decided to switch all my own app development over to browser-based programming from now on.
Microsoft and Apple definitely donât want this to happen, so a necessary first step will be for an open-source browser such as Firefox to achieve a dominant market position, which will in turn require some sort of Firefox-only killer app. (A killer app would be something like iTunes, something that everyone in the world wants to use, badly enough to download Firefox for it.)