Dirk Riehle's Industry and Research Publications

Category: 2.1 Engineering

  • System efficiency vs. fragility

    System efficiency vs. fragility

    I just listened to Padmasree Warrior on a Commonwealth Club podcast. Ms Warrior is the chief strategy officer at Cisco. The podcast contains lots of interesting insights and projections (as well as some incorrect statements, specifically that Google was the first search engine company and capitalized on a first-mover advantage). With Cisco being about all…

  • Developer Belief vs. Reality: The Case of the Commit Size Distribution [SE 2012]

    Developer Belief vs. Reality: The Case of the Commit Size Distribution [SE 2012]

    Abstract: The design of software development tools follows from what the developers of such tools believe is true about software development. A key aspect of such beliefs is the size of code contributions (commits) to a software project. In this paper, we show that what tool developers think is true about the size of code…

  • On the Open Cloud Principles: Every Real-World Specification is an Underspecification

    On the Open Cloud Principles: Every Real-World Specification is an Underspecification

    Trying to wrap my head around the Open Cloud Principles put out by the revamp of the Open Cloud Initiative, I’m happy to note that software engineering research has something to say to the challenges these principles will face. Every real-world specification is an underspecification. So, well, I say that, but I doubt that I’m…

  • Is it “use” or “reuse”?

    Is it “use” or “reuse”?

    In software engineering, it is an old question whether you are “using” a component or whether you are “reusing” it. People tend to use these two terms interchangeably, annoying those among us who are trying to put precise meaning to terms. Alas, I don’t know of a good commonly accepted definition. I only know that…

  • Every complex system that works started out as a simple system that worked

    Every complex system that works started out as a simple system that worked

    The title of this blog post is my paraphrasing of a “law” from the tongue-in-cheek but nevertheless somewhat serious book “Systemantics” by John Gall. I tracked it down through Grady Booch’s original OOAD book and it had been pointed out to me by Ralph Johnson. What’s so special about this quote? Well, it frames an…

  • End-user programming with application wikis

    End-user programming with application wikis

    Title: End-User Programming with Application Wikis: A Panel with Ludovic Dubost, Stewart Nickolas, and Peter Thoeny Author: Dirk Riehle Abstract: Wikis empower users to collaborate with each other using prose. Users imprint data structures and processes onto wiki pages using social and technical conventions. Application wikis enhance wiki engines with lightweight programming features that aid…