A blog forum to provide deep dive analysis and community conversations about software development models. For more details click here.

Archive for the 'Uncategorized' Category...

Filed under Uncategorized

I would say that we did thin interview because the world needs just one more
"cloud" post, but that's hard to justify.  Still, the cloud seem to be
segmenting into infrastructure as a service (IaaS) providers, and platform as a
service (PaaS) providers.  IaaS (like Amazon Web Services) is basically
virtual machines in the sky, and this differs from traditional hosting because
with a cloud provider, you should be able to start and stop dozens or hundreds
of VMs through an API, and pay only for the CPU hours you use.  PaaS (like
Google App Engine) gives you a framework to code against, and it's a much more
restrictive environment (moving to PaaS is usually a rewrite), but you never
worry about individual machines, patching, or all that Jazz.

In this interview, we explore the concept or layering an arbitrary PaaS
implementation on top of an arbitrary IaaS provider.  Hmmm…

Continue reading…

Comments (1) Posted by campsean on Tuesday, November 3rd, 2009

Filed under Uncategorized

This interview reminds me a little of those sci-fi stories that start with the
big bang, and end 40 billion years in the future.  Con Zymaris has the
depth of experience to pull this off in the software space, offering some very
astute insights and provacative food for though along the way.

Continue reading…

Comments (0) Posted by campsean on Monday, October 26th, 2009

Filed under Uncategorized

In this interview, we talk with Intel's Dirk Hohndel about Moblin, the explosion
of devices, and how large companies do (or don't) really "get" open source.

Continue reading…

Comments (0) Posted by campsean on Wednesday, October 14th, 2009

Filed under Uncategorized

If you’ve ever used a Wii control or played an iPhone game, you’re familiar with the kind technology that Hillcrest Labs makes, and they make some of the best. In this interview, we talk about their decision to open-source their library and the benefits this brings back from their developer community.

Continue reading…

Comments (0) Posted by campsean on Tuesday, October 6th, 2009

Filed under Uncategorized

We came across David Dennis and Simon Bennett at GroundWork Open Source, because they seemed to do something that didn’t entirely make sense. GroudWork is an open source company that released a plug-in for a completely proprietary product – a connector for Microsoft System Center Operations Manager, of all things.

Read on to see how they explain this, and how they school us on open source management tools.

Continue reading…

Comments (0) Posted by campsean on Thursday, October 1st, 2009

Filed under Uncategorized

Interviewers: Scott Swigart and Sean Campbell

Interviewee: Joseph Smarr

In this interview we talk with Joseph Smarr, CTO of Plaxo. In specific, we talk about:

Continue reading…

Comments (1) Posted by campsean on Tuesday, September 15th, 2009

Filed under Uncategorized

Interviewers: Scott Swigart and Sean Campbell

Interviewee: Michael Hart

In this interview we talk with Michael of Netflix. In specific, we talk about:

Continue reading…

Comments (2) Posted by campsean on Friday, August 28th, 2009

Filed under Uncategorized

Interviewers: Scott Swigart and Sean Campbell

Interviewee: Stephen Lau

In this interview we talk with Stephen of Songbird. In specific, we talk about:

Continue reading…

Comments (3) Posted by campsean on Thursday, August 20th, 2009

Filed under Uncategorized

Interviewers: Scott Swigart and Sean Campbell

Interviewee: Paolo Juvara

In this interview we talk with Paolo of OpenBravo. In specific, we talk about:

Continue reading…

Comments (1) Posted by campsean on Saturday, August 1st, 2009

Filed under Uncategorized

Interviewers: Scott Swigart and Sean Campbell

Interviewee: Jamie Thingelstad

In this interview we talk with Jamie Thingelstad – CTO of the Wall Street Journal’s Digital Network. In specific, we talk about:

Continue reading…

Comments (0) Posted by campsean on Wednesday, April 2nd, 2008

Filed under Uncategorized

Interviewers: Scott Swigart and Sean Campbell

Interviewee: Marc Frons

In this second interview with Marc Frons, CTO for the New York Times digital operations, we discuss the Times use of open source in their infrastructure. In specific, we talk about:

Continue reading…

Comments (2) Posted by scottswigart on Wednesday, March 12th, 2008

Filed under Uncategorized

Interviewers: Scott Swigart and Sean Campbell

Interviewee: Mark Osborne

Continue reading…

Comments (5) Posted by scottswigart on Tuesday, March 4th, 2008

Filed under Uncategorized

In this interview, we talk to Scott Densmore about Microsoft’s CodePlex and the Patterns & Practice’s work on the Enterprise Library Version 4:

Continue reading…

Comments (1) Posted by scottswigart on Wednesday, February 20th, 2008

Filed under Uncategorized

Interviewers: Scott Swigart and Sean Campbell

Interviewee: David Campbell

In this interview with David Campbell we talked to him about:

Continue reading…

Comments (0) Posted by scottswigart on Monday, February 11th, 2008

Filed under Uncategorized

In this interview, we talk with Doug Look, who’s a strategic designer for Autodesk Labs. The labs are interesting because they’ve built a strong, engaged, community around closed-source software. In this interview, we specifically cover:

· Using an online “Lab” to engage the community in closed-source development.

· Does open-source tackle interdisciplinary problems well?

· What does an interdisciplinary team in action look like?

Continue reading…

Comments (4) Posted by scottswigart on Tuesday, October 23rd, 2007

Filed under Uncategorized

The OSI has approved the two Microsoft software licenses, the Microsoft Reciprocal License, and the Microsoft Public License.  This makes all the code on Microsoft’s CodePlex site (Microsoft’s equivalent of SourceForge) official open-source software, as much of it is licensed under the Microsoft Public License (formerly the Microsoft Permissive License).  It also means that things like Microsoft’s Ajax Control Toolkit is open-source (with the inherent ability to fork, etc.)

Comments (0) Posted by scottswigart on Wednesday, October 17th, 2007

Filed under Uncategorized

There’s a good article on LinuxWorld about the security debate between open-source and Windows. My first question is, does it need to be a debate? In this day and age, isn’t it easy enough to quantify vulnerabilities?

If you are looking for subjective opinion, I recommend looking through the interviews we’ve done here. At the risk of sounding like a Microsoft fan-boy, the Microsoft interviews (in my opinion) demonstrate a company where secure coding is “in the water”. Code goes through threat modeling, risky function calls have simply been banned, code goes through automated and human inspection, and vulnerabilities that do slip through feedback into the process to determine how to prevent them in the future.

I simply don’t get the same feeling from the open-source people we’ve talked to. When we’ve brought the subject up, the response is almost universally “many eyeballs,” and faith (without data) that “many eyeballs” is effective.

Am I completely off base? Do things like the Linux kernel and Apache go through rigorous security reviews? Is there proof that “many eyeballs” in open source is at least as good as something like the Security Development Lifecycle in Microsoft? If you’re in a position to know, let’s chat!

Comments (4) Posted by scottswigart on Friday, October 12th, 2007

Filed under Uncategorized

According to Scott Guthrie, Microsoft will make the source for the upcoming .NET Framework 3.5 available under the Microsoft Reference License. This isn’t an open-source license (i.e. you couldn’t fork the code), but it is still a “good thing” in that developers can learn from the source and have an improved debugging experience with the ability to step-into the framework code.

Update: It seems that this isn’t seen as happy news by all. There’s an article on eWeek that’s just too irrational and frothing to pass up, claiming that this is all a ploy by Microsoft to kill Mono. As Microsoft is officially supporting Novell’s efforts in porting Silverlight to Linux (on top of Mono), the evidence would indicate that Microsoft is doing this to support .NET developers, and not as some clever conspiracy to kill off Mono.

Comments (1) Posted by scottswigart on Thursday, October 4th, 2007

Filed under Uncategorized

A while back, we did an in-depth interview with Michael Howard about Microsoft’s Security Development Lifecycle, which has been one of our most popular interviews to date.  It seems there’s a lot of interest in pulling back the covers and looking at how Microsoft is approaching building secure code. 

ComputerWorld just did an interview with Microsoft’s Scott Charney, which provides more insight into their efforts to produce secure products.

Comments (0) Posted by scottswigart on Thursday, October 4th, 2007

Filed under Uncategorized

Interviewers: Scott Swigart, and Sean Campbell

Interviewee:Michael Tiemann – RedHat / President of OSI

In this video interview at OSCON 2007 we talked to Michael Tiemann – VP of Open Source for RedHat and President of the OSI.

We’ll talked to him about the following:

Comments (3) Posted by campsean on Thursday, September 13th, 2007