Fewer Barriers, More Opportunities

Open Source Software Accessible to Everyone

Lars Bergmann

Introduction

  • OSS promises unlimited potential.
  • But steep hurdles keep users & contributors at bay.
  • How can we open the gates?

Image and quote demo

I make things. I break things. I make things to break things.

Da guckter

Two-Column Demo

  • Text in left column
  • Fragment demo
print("Right column is code!")

Barriers to Entry

  • Missing/incomplete documentation
  • Unwelcoming communities
  • Hard-to-set-up environments

Look at this code!

print("Hello World!")

… even more code …

let x = "foo";
console.log(x);
const ham = "eggs";

Look at this table!

Version Release Date Notes
1.0.0 2022-04-01 Initial release
1.1.0 2022-06-07 Bugfixes, docs

Or lyrics

In meinem Garten war ein Meisenknödel, an der Tanne, die ihre Zweige in den Himmel streckt.

Da kommt der Meisenmann geflogen!

Or this?!

WTF?

Solutions

  • Treat documentation as a first-class product
  • Foster welcoming, vibrant communities
  • Provide quick start guides and easy dev setup

Conclusion

  • Lowering barriers = more users, more contributors, more impact!