If anyone knows Linux kernel driver development, it's Greg Kroah-Hartman, who's
been working deep in Linux for over a decade. In this interview, Greg
talks about how the Linux project has accommodated the accelerating rate of
change for the kernel, and offers some insight on where Linux is headed.
Continue reading…
The cloud providers are splitting into a few camps. On one side, you have
companies like Amazon that offer infrastructure as a service (IaaS), and Google
who offers platform as a service (PaaS). PaaS offers rapid development,
and no server administration, but it locks you into a specific provider.
Enter Engine Yard, a company that's enhancing Ruby on Rails to run on on top of
arbitrary IaaS. In this interview Ezra Zygmuntowicz paints the picture.
Continue reading…
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…