slides20211003/index.html

313 lines
11 KiB
HTML
Raw Permalink Normal View History

2021-10-01 12:02:03 +02:00
<!doctype html>
<html lang="en" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- SEO -->
<title>Beer and Open Source</title>
<meta name="description" content="Presentation about Beer and Open Source">
<!-- URL CANONICAL -->
<!-- <link rel="canonical" href="http://freibier.cc/"> -->
<!-- CSS WebSlides -->
<link rel="stylesheet" type='text/css' media='all' href="static/css/webslides.css">
<!-- Optional - CSS SVG Icons (Font Awesome) -->
<link rel="stylesheet" type='text/css' media='all' href="static/css/svg-icons.css">
2021-10-02 00:28:13 +02:00
<link rel="stylesheet" media="screen" href="https://freibier.cc/slides/211003/static/fonts/HKGrotesk_2466/hk-grotesk.css" type="text/css"/>
2021-10-01 12:02:03 +02:00
<!-- Android -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="theme-color" content="#333333">
</head>
<body>
<header role="banner">
<nav role="navigation">
<p class="logo"><a href="index.html" title="Beer and Open Source">Beer and Open source</a></p>
</nav>
</header>
<main role="main">
<article id="webslides" class="vertical">
<section>
<div class="wrap aligncenter">
<h1><strong>Beer and Open Source</strong></h1>
2021-10-01 17:34:27 +02:00
<h2>Free as in beer</h2>
2021-10-01 12:02:03 +02:00
<p class="text-intro">
Sven Wagner
</p>
</div>
<!-- .end .wrap -->
</section>
<section>
<div class="wrap aligncenter">
<h2>Who Am I?</h2>
<p class="text-intro">
Sven Wagner
</p>
</div>
<div class="wrap alignleft">
<ul>
<li>
<h3>Open Source</h3>
<ul>
<li>Linux User >20years</li>
<li>Running several web, mail, XMPP server</li>
<li>After many trials, nearly every computer runs Debian</li>
</ul>
</li>
<li>
<h3>Beer</h3>
<ul>
<li>Started apprenticeship in a small brewery in 1996</li>
<li>TU München Weihenstephan from 1998 - 2002 </li>
<li>Nearly 20 years commissioning of brewerys world wide</li>
2021-10-03 10:11:34 +02:00
<li>2016 Co-founder of Waschraumbrauerei</li>
2021-10-01 12:02:03 +02:00
<li>2020 Co-founder of freibier.cc </li>
</ul>
</li>
</ul>
</div>
<!-- .end .wrap -->
</section>
2021-10-01 17:34:27 +02:00
<section>
<div class="wrap aligncenter">
<h2>freibier.cc</h2>
<p class="text-intro">
Open Source Beer from Regensburg
</p>
</div>
<div class="wrap alignleft">
<ul>
2021-10-02 23:33:55 +02:00
<li>Small, single brew batches</li>
2021-10-02 00:28:13 +02:00
<li>Beer recipes published in public domain (CC-0)</li>
2021-10-01 17:34:27 +02:00
<li>All used materials with supplier and batch number available</li>
</ul>
</div>
</section>
2021-10-01 12:02:03 +02:00
<section>
<div class="wrap aligncenter">
2021-10-02 00:28:13 +02:00
<h2>How it all began?</h2>
2021-10-01 12:02:03 +02:00
<p class="text-intro">
It all began with planned MiniDebConf Regensburg 2020
</p>
</div>
<div class="wrap alignleft">
<ul>
<li>Plan to make beer, company founded, but no idea at all about a concept.</li>
2021-10-01 17:34:27 +02:00
<li>One day, Cold Tobi asked, if we can brew a beer for his planned MiniDebConf, we agreed.</li>
2021-10-01 12:02:03 +02:00
<li>On week later, Tobi mentioned, that if we brew a beer for the MiniDebConf, it has to comply with the DFSG</li>
</ul>
</div>
</section>
<section>
<div class="wrap aligncenter">
<h2>License for beer recipes</h2>
<p class="text-intro">
Why we use CC-0
</p>
</div>
<div class="wrap alignleft">
<ul>
<li>In germany recipes have no threshold of originality by law</li>
<li>Only possible way was to hide it or release it to the public domain</li>
</ul>
</div>
</section>
<section>
<div class="wrap aligncenter">
<h2>Open Knowledge and Hobby Brewer</h2>
<p class="text-intro">
Everybody shares everything
</p>
</div>
<div class="wrap alignleft">
<ul>
<li>If you ask, everybody will tell you his recipe.</li>
2021-10-01 17:34:27 +02:00
<li>A lot of people publish theire recipes in billboards, blogs, recipe databases.</li>
<li>Even on tournaments and championships, everybody is explaining you to the detail, how he made his beer</li>
2021-10-01 12:02:03 +02:00
</ul>
</div>
<div class="wrap aligncenter">
<h2>Open Knowledge and Pro-Brewer</h2>
</div>
<div class="wrap alignleft">
<ul><li>If you ask, everybody will tell you his recipe.</li></ul>
</div>
2021-10-01 17:34:27 +02:00
</section>
2021-10-01 12:02:03 +02:00
2021-10-01 17:34:27 +02:00
<section>
<div class="wrap aligncenter">
<h2>Do we use Open Source Software?</h2>
<p class="text-intro">
Yes we do!
</p>
</div>
<div class="wrap alignleft">
<ul>
<li>Webserver is running Debian Bullseye with Nginx</li>
<li>Blog on Homepage is build with Pelican</li>
<li>Font for labels and homepage is under OFL</li>
<li>Collaboration with Nextcloud on web server</li>
<li>Mailserver Debian Bullseye, Postfix, Dovecot, Rspamd, MariaDB</li>
<li>Code organisation of Homepage and other projects done with Git and Gitea</li>
<li>Other projects: PLC of our labeling machine is arduino compatible</li>
<li>Backup of all that by rdiff-backup</li>
</ul>
</div>
2021-10-01 12:02:03 +02:00
</section>
<section>
2021-10-01 17:34:27 +02:00
<div class="wrap aligncenter">
2021-10-02 00:28:13 +02:00
<h2>Are We the First / Only Open Source Brewery</h2>
2021-10-01 17:34:27 +02:00
<p class="text-intro">
No, and that is a good thing!
</p>
</div>
<div class="wrap alignleft">
<ul>
<li>FreeBeer.org -> CC BY-SA 4.0 since 2005</li>
<li>Nerdbrewing.se -> no idea about license since 2015</li>
<li>Modern Times beer since 2012</li>
<li>Even Brewdog releases all recipes</li>
</ul>
2021-10-01 12:02:03 +02:00
</div>
</section>
2021-10-01 17:34:27 +02:00
2021-10-01 12:02:03 +02:00
<section>
2021-10-01 17:34:27 +02:00
<div class="wrap aligncenter">
<h2>Open Source Projects for Brewers</h2>
<p class="text-intro">
Well, you find a lot of free as in beer stuff...
</p>
2021-10-01 12:02:03 +02:00
</div>
</section>
2021-10-01 17:34:27 +02:00
2021-10-01 12:02:03 +02:00
<section>
2021-10-01 17:34:27 +02:00
<div class="wrap aligncenter">
<h2>ArdPressureFiller</h2>
<p class="text-intro">
pressure filler for beer botteling
</p>
</div>
<div class="wrap alignleft">
<ul>
<li>Two github repositories, one for code, one for 3D printed parts</li>
<ul><li><a href="https://github.com/cherryphilip74/ArdPressure_filler">Parts</a></li>
<li><a href="https://github.com/MaxN68it/ArdPressure_software">Code</a></li></ul>
<li>Like so often, no license mentioned, just released on github.</li>
2021-10-01 12:02:03 +02:00
</ul>
</div>
</section>
2021-10-01 17:34:27 +02:00
<section>
<div class="wrap aligncenter">
<h2>BrewPi</h2>
<p class="text-intro">
Automatisation of your home brewery with a RaspberryPi
</p>
</div>
<div class="wrap alignleft">
<ul>
<li>GNU Affero General Public License v3.0</li>
<li><a href="https://www.brewpi.com/">Homepage</a></li>
<li><a href="https://github.com/BrewPi/firmware">Github</a></li>
2021-10-01 12:02:03 +02:00
</ul>
</div>
2021-10-01 17:34:27 +02:00
<!--
<div class="wrap alignright">
<figure><img src="/slides/static/images/brewpi.png" alt="BrewPi" width="30%"></figure>
</div> -->
2021-10-01 12:02:03 +02:00
</section>
2021-10-01 17:34:27 +02:00
2021-10-01 12:02:03 +02:00
<section>
2021-10-01 17:34:27 +02:00
<div class="wrap aligncenter">
<h2>BrewUNO</h2>
<p class="text-intro">
Automatisation of your home brewery with an ESP 8266
</p>
</div>
<div class="wrap alignleft">
<ul>
<li>Homemade License</li>
<li>"It's permitted to modify for personal use. It's not permitted to distribute the modified project."</li>
<li><a href="http://www.brewuno.com/">Homepage</a></li>
<li><a href="https://github.com/uncodead/BrewUNO">Github</a></li>
</ul>
2021-10-01 12:02:03 +02:00
</div>
</section>
2021-10-01 17:34:27 +02:00
<section>
<div class="wrap aligncenter">
<h2>iSpindel</h2>
<p class="text-intro">
Electronic Hydrometer with ESP 8266
2021-10-01 12:02:03 +02:00
</p>
</div>
2021-10-01 17:34:27 +02:00
<div class="wrap alignleft">
<ul>
<li>Homemade License</li>
<li>"It's permitted to modify for personal use. It's not permitted to distribute the modified project. Modification can be distributed via the official iSpindel release only."</li>
<li><a href="https://www.ispindel.de/">Homepage</a></li>
<li><a href="https://hackaday.com/2017/03/01/iot-device-pulls-its-weight-in-home-brewing/">Article in Hackaday</a></li>
</ul>
</div>
2021-10-01 12:02:03 +02:00
</section>
2021-10-01 17:34:27 +02:00
<section>
<div class="wrap aligncenter">
2021-10-02 00:28:13 +02:00
<h2>freibier.cc EtiMa</h2>
2021-10-01 17:34:27 +02:00
<p class="text-intro">
2021-10-02 00:28:13 +02:00
Control for Chinese labeling machine MT-50, LT-50 ....
2021-10-01 17:34:27 +02:00
</p>
</div>
<div class="wrap alignleft">
<ul>
2021-10-02 00:28:13 +02:00
<li>GPL V3</li>
2021-10-01 17:34:27 +02:00
<li><a href="https://git.freibier.cc/vesper/EtiMa">Git</a></li>
</ul>
2021-10-01 12:02:03 +02:00
</div>
</section>
2021-10-03 09:44:41 +02:00
<section>
<div class="wrap aligncenter">
<h2>Slides</h2>
<p class="text-intro">
Slides can be found here: <a href="https://freibier.cc/slides/211003/">https://freibier.cc/slides/211003/</a>
</p>
</div>
</section>
2021-10-01 12:02:03 +02:00
</article>
<!-- end article -->
</main>
<!-- end main -->
<!-- A global footer
2021-10-01 17:34:27 +02:00
<footr role="contentinfo">
2021-10-01 12:02:03 +02:00
<div class="wrap">
<p>An <a href="https://github.com/webslides/webslides">open source solution</a>, by <a href="https://twitter.com/webslides">@webslides</a>.</p>
</div>
</footer> -->
<!-- Required -->
<script src="static/js/webslides.js"></script>
<script>
window.ws = new WebSlides();
</script>
<!-- OPTIONAL - svg-icons.js (fontastic.me - Font Awesome as svg icons) -->
<script defer src="static/js/svg-icons.js"></script>
</body>
</html>