InfoQ Homepage News
-
Microsoft Is Still Committed to Maintain the Linux Drivers It Has Contributed
Greg Kroah-Hartman has written recently that Microsoft is not validating the Linux kernel patches he has submitted. Sam Ranji assures us that Microsoft has been busy testing those 200 patches.
-
CloudCrowd - A 100% Ruby Cloud Solution
DocumentCloud is a non-profit organization which provides document-based applications. With highly expensive processing tasks to accomplish in parallel, DocumentCloud decided to implement its own cloud solution in Ruby: CloudCrowd. InfoQ spoke with the author, Jeremy Ashkenas of DocumentCloud, to learn more.
-
Opinion: Racism in the Agile Community Hinders Learning
Earlier this month we published "The Role of Project Managers in Agile" by Vinay Aggarwal which contained some non-mainstream ideas concerning self-organizing teams. Unfortunately there were racist remarks left by readers. These remarks were removed and the offenders were banned. But this brings up another question, that of, "how does racism affect or ability to write and deliver software?"
-
Ruby Static Analysis Tools Roundup: metric_fu, Simian, Saikuro and More
Code quality tools for mainstream languages have reached a certain level of maturity, but tools for Ruby are still growing and become more important as Ruby spreads from early adopters to the early majority. InfoQ takes a look at the available code quality tools in the Ruby space.
-
ModSecurity Framework Supports Web Application Security Core Rule Set
The latest version of ModSecurity, an open source web application firewall (WAF), supports Core Rule Set that can be used for defining rules to protect web applications from zero day and other security vulnerabilities. ModSecurity team released the version 2.5.10 which also includes features like parallel text matching, Geo IP resolution and credit card number detection.
-
Introducing PowerShell 2
PowerShell 2 has been in the works for a long time with the first technical preview dating back nearly two years. Here is a small taste of the numerous features they have added since then.
-
First-ever JRubyConf Announced
Today it was announced that, immediately after November's RubyConf in San Francisco, there will be the first-ever JRubyConf conference, held at the same location as RubyConf. InfoQ spoke with JRuby project co-lead Charles Nutter to learn more about this conference and what it means for the JRuby Community.
-
JDK 7: What Frequently Rewritten Methods Should be Included in java.util.Objects?
In preparation for the arrival of a new class in JDK7 called java.util.Objects which will contain frequently-written utility methods, Joe Darcy of Sun has put out a request to the OpenJDK core-libs-dev group for ideas on what methods should be contained in this class. InfoQ would like to pass this request along to the wider Java community.
-
Developing .NET Applications on Windows with MonoDevelop 2.2
MonoDevelop has become the first cross platform .NET IDE supporting development on Linux, Mac OS X and Windows.
-
Stanford Study Shows: Maxi-Multitaskers' Performance Impaired
A Stanford University study confirms that multitasking is definitely counterproductive: maxi-multitaskers fared worst in several standard tests. Agile implementors take note: there's good reason to urge each team to work on one product, with one product owner - splitting time across many tasks is a less effective way to work.
-
Silverlight 4 and IIS Media Services 3 Promise Superior Content Delivery
Microsoft has announced the upcoming release of a new generation of IIS Media Services, v. 3.0, and it is going to hold an early preview of Silverlight 4 features during International Broadcasting Conference 2009 (IBC) on September 11-15th. Main features are: interactive, high-definition streaming of video content, native multicast and offline DRM support.
-
Enterprise 2.0, a New Buzzword
A new post by Andrew McAfee describes the advantages of Enterprise 2.0 and gives examples of how Enterprise 2.0 approaches can help to solve real life problems.
-
Lucid Imagination Releases Performance Monitoring Utility for Apache Lucene
Developers working with Apache Search engine Lucene typically rely on using a code profiler, debugging the source code, or manually instrumenting the Lucene code to track down performance variations with their Lucene implementation. LucidGaze, a free product from Lucid Imagination, offers an alternative. InfoQ takes a look at the product and talks to Lucid Imagination to find out more.
-
Deleting Data Is Not a Recommended Practice
Oren Eini, alias Ayende Rahien, encourages developers to avoid database soft deletes leaving the reader with the impression that hard deletes are an option. Reacting to Ayende’s blog post, Udi Dahan strongly advices to completely avoid data deletion.
-
Building Scalable Web Services
Tom Killalea, Vice President of technology with responsibility for infrastructure and distributed systems engineering at Amazon.com wrote an article on ACM queue on building scalable web services. He outlines guiding principles to building scalable web services with a lot of real-world examples, the core theme of which is “build only what you need”.