Category: Uncategorized

· 1 min read

Slides and Video of my talk “The Evolution of Storage on Linux” at FrOSCon 2015

Last weekend, I gave a presentation titled “The Evolution of Storage on Linux” at this year’s FrOSCon 10 conference (Happy Anniversary!). In case you have missed it, you can find the slides and video recording below. Thanks to the FrOSCon team for having me, it’s always a pleasure to be there! Unfortunately I had some […]

· 2 min read

Creating a Contributor Agreement for Your Project

Back in the MySQL days, there was a need to have a contributor agreement that made it clear under which terms code contributions to the MySQL code base could be accepted. This was a requirement due to the dual-licensing model of MySQL, under which the software was available both under the GPL and a proprietary […]

· 1 min read

Moving on

Today, I’ve started a new chapter in my career: I’ve left TeamDrive Systems after 1.5 years and joined it-novum in Fulda, where I will be responsible for their open source storage solution openATTIC as a Senior Product Manager in their infrastructure group.

· 1 min read

Some useful issue queries for Atlassian JIRA

I wanted to share a few queries I created for Atlassian JIRA, that help me to keep track of my activities (e.g. for a weekly report, or to keep track of issues I submitted to other developers) – maybe they are useful for you, too: “My issues reported last week”: reporter = currentUser() AND createdDate […]

· 2 min read

Shared storage in the cloud

While virtualization makes it pretty easy to spawn up new VMs quickly (e.g. for load balancing purposes), I always felt that providing concurrent file-based access to the same data to these VMs has been somewhat cumbersome, even though it’s still a requirement for many applications that need to share data between parts of the application, […]

· 1 min read

Learn something new every day to quickly create…

Learn something new every day: to quickly create a screen shot of a web page in Mozilla Firefox, just press Shift + F2, which opens a small command line interface (including tab completion!). Now type “screenshot <filename>” and you’re done!