summaryrefslogtreecommitdiff
path: root/blends/talk
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2011-12-02 07:57:49 +0700
committerJonas Smedegaard <dr@jones.dk>2011-12-02 07:57:49 +0700
commit6fdd75480e31b8baa79cc86eb5ff3629c85535ae (patch)
tree51e468012bd22852e8c8f1372d8462615501c495 /blends/talk
parent11c9b334cca350d9860043aaddd3b9aaa292161b (diff)
Add todays talk.
Diffstat (limited to 'blends/talk')
-rw-r--r--blends/talk/unsyiah.mkd129
-rw-r--r--blends/talk/unsyiah/index.html180
2 files changed, 309 insertions, 0 deletions
diff --git a/blends/talk/unsyiah.mkd b/blends/talk/unsyiah.mkd
new file mode 100644
index 0000000..c22eeb0
--- /dev/null
+++ b/blends/talk/unsyiah.mkd
@@ -0,0 +1,129 @@
+% Debian and a healthy Free Software eco system
+% Jonas Smedegaard
+% College of Science, Syiah Kuala University, December 2st, 2011
+
+# Overview
+
+ * Me
+ * FLOSS
+ * Debian - distro & community
+ * Debian - the larger FLOSS eco system
+ * Customizing Debian - derive vs. blend
+
+# Me - Asia
+
+![Asia trip](../map.png)
+
+# Me - Making a living
+
+ * Jonas Smedegaard
+ * One-man company: IT-guide dr. Jonas
+ * Sysadmin at Kaospilot University <http://kaospilot.dk/>
+ * Sysadmin at Børneuniversitetet <http://borneuni.dk/>
+ * Sysadmin at DGI-huset <http://dgi-huset.dk/>
+ * Sysadmin + webmaster at Københavns Delebiler <http://kobenhavnsdelebiler.dk/>
+
+# FLOSS
+
+FLOSS: **F**ree/**L**ibre **O**pen **S**ource **S**oftware.
+
+Hacking: Being creative with small pieces -- like playing with Lego.
+
+Cracking: Breaking digital "locks", typically to steal digital data.
+
+# Debian - distro & community
+
+ * Community
+ * Distribution
+ * Freedoms!
+
+# Debian - Community
+
+ * Democracy
+
+# Debian - Community
+
+ * ~~Democracy~~
+ * Bound by **Debian Social Contract**
+ * Each passionate maintainer is responsible
+
+# Debian - Community facts
+
+ * ~1000 official "Developers"
+ * ??? unofficial packagers, translators, documentors, bug-fixers...
+
+# Debian - Distribution
+
+ * Bound by **Debian Policy**
+ * Generic - choices are exposed to the user
+ * Mother of other distros
+
+The Universal Operating System
+
+# Debian - Distribution
+
+ * 9+ hardware architectures
+ * 2+ kernels
+ * 35000+ software packages
+
+# FLOSS Eco System
+
+![Software Code Stream](../developmentstream.png)
+
+# Help maintain Debian - alone or in teams
+
+ * Peer review - many eyes see more bugs
+ * Education - Debian quality standards
+ * Ideals transfer - get help on packaging
+ * Working alone: <http://mentors.debian.net/>
+ * Joining teams: <http://wiki.debian.org/Teams>
+
+# Do better than Debian: derive
+
+ * Knoppix
+ * Ubuntu
+ * BOSS
+ * SWECHA
+ * BlankOn
+ * ...
+
+Suggestion: Use **live-builder**...
+
+# Do better than deriving Debian: blend
+
+ * Optimizing Debian itself for special purpose use
+
+or
+
+ * Merging back derived work into Debian
+
+# Debian - deriving vs. blending
+
+Deriving: hacking with your face away from Debian
+
+Blending: Hacking with you face towards Debian
+
+Debian Pure Blend: Perfection → your hacks integrated into Debian!
+
+# Debian Pure Blend - the complex simple
+
+ * Debian is flexible: provides choices
+ * Derivatives often simpler: removes choices
+ * Blends are ethically simple: preserves choices
+
+# Essentials
+
+ * Evil is only an abstract (no entity), but power corrupts
+ * Doing nothing amplifies bad actions of others!
+ * Life is fun (not serious)!
+
+Avoid corruption of power: Be **awake**, **Engage** and **Share**!
+
+# The End
+
+ * Me: <dr@jones.dk>
+ * This talk: <http://dr.jones.dk/blends/talk/unsyiah>
+ * Illustrations: <http://sirireiter.dk/blog/entry/110310/>
+ * Asia trip: <http://wiki.jones.dk/DebianAsia2011>
+ * Debian: <http://www.debian.org>
+ * Debian Derivatives Census: <http://wiki.debian.org/Derivatives/Census>
diff --git a/blends/talk/unsyiah/index.html b/blends/talk/unsyiah/index.html
new file mode 100644
index 0000000..1cd45a0
--- /dev/null
+++ b/blends/talk/unsyiah/index.html
@@ -0,0 +1,180 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <meta name="generator" content="pandoc" />
+ <meta name="author" content="Jonas Smedegaard" />
+ <meta name="date" content="College of Science, Syiah Kuala University, December 2st, 2011" />
+ <link rel="stylesheet" type="text/css" media="screen, projection, print"
+ href="../slidy.css" />
+ <script src="../slidy.js"
+ charset="utf-8" type="text/javascript"></script>
+</head>
+<body>
+<div class="slide titlepage">
+ <h1 class="title">Debian and a healthy Free Software eco system</h1>
+ <p class="author">
+Jonas Smedegaard
+ </p>
+ <p class="date">College of Science, Syiah Kuala University, December 2st, 2011</p>
+</div>
+<div class="slide">
+<h1 id="overview">Overview</h1>
+<ul>
+<li>Me</li>
+<li>FLOSS</li>
+<li>Debian - distro &amp; community</li>
+<li>Debian - the larger FLOSS eco system</li>
+<li>Customizing Debian - derive vs. blend</li>
+</ul>
+</div>
+<div class="slide">
+<h1 id="me---asia">Me - Asia</h1>
+<div class="figure">
+<img src="../map.png" alt="Asia trip" /><p class="caption">Asia trip</p>
+</div>
+</div>
+<div class="slide">
+<h1 id="me---making-a-living">Me - Making a living</h1>
+<ul>
+<li>Jonas Smedegaard</li>
+<li>One-man company: IT-guide dr. Jonas</li>
+<li>Sysadmin at Kaospilot University <a href="http://kaospilot.dk/"><code class="url">http://kaospilot.dk/</code></a></li>
+<li>Sysadmin at Børneuniversitetet <a href="http://borneuni.dk/"><code class="url">http://borneuni.dk/</code></a></li>
+<li>Sysadmin at DGI-huset <a href="http://dgi-huset.dk/"><code class="url">http://dgi-huset.dk/</code></a></li>
+<li>Sysadmin + webmaster at Københavns Delebiler <a href="http://kobenhavnsdelebiler.dk/"><code class="url">http://kobenhavnsdelebiler.dk/</code></a></li>
+</ul>
+</div>
+<div class="slide">
+<h1 id="floss">FLOSS</h1>
+<p>FLOSS: <strong>F</strong>ree/<strong>L</strong>ibre <strong>O</strong>pen <strong>S</strong>ource <strong>S</strong>oftware.</p>
+<p>Hacking: Being creative with small pieces -- like playing with Lego.</p>
+<p>Cracking: Breaking digital &quot;locks&quot;, typically to steal digital data.</p>
+</div>
+<div class="slide">
+<h1 id="debian---distro-community">Debian - distro &amp; community</h1>
+<ul>
+<li>Community</li>
+<li>Distribution</li>
+<li>Freedoms!</li>
+</ul>
+</div>
+<div class="slide">
+<h1 id="debian---community">Debian - Community</h1>
+<ul>
+<li>Democracy</li>
+</ul>
+</div>
+<div class="slide">
+<h1 id="debian---community-1">Debian - Community</h1>
+<ul>
+<li><span style="text-decoration: line-through;">Democracy</span></li>
+<li>Bound by <strong>Debian Social Contract</strong></li>
+<li>Each passionate maintainer is responsible</li>
+</ul>
+</div>
+<div class="slide">
+<h1 id="debian---community-facts">Debian - Community facts</h1>
+<ul>
+<li>~1000 official &quot;Developers&quot;</li>
+<li>??? unofficial packagers, translators, documentors, bug-fixers...</li>
+</ul>
+</div>
+<div class="slide">
+<h1 id="debian---distribution">Debian - Distribution</h1>
+<ul>
+<li>Bound by <strong>Debian Policy</strong></li>
+<li>Generic - choices are exposed to the user</li>
+<li>Mother of other distros</li>
+</ul>
+<p>The Universal Operating System</p>
+</div>
+<div class="slide">
+<h1 id="debian---distribution-1">Debian - Distribution</h1>
+<ul>
+<li>9+ hardware architectures</li>
+<li>2+ kernels</li>
+<li>35000+ software packages</li>
+</ul>
+</div>
+<div class="slide">
+<h1 id="floss-eco-system">FLOSS Eco System</h1>
+<div class="figure">
+<img src="../developmentstream.png" alt="Software Code Stream" /><p class="caption">Software Code Stream</p>
+</div>
+</div>
+<div class="slide">
+<h1 id="help-maintain-debian---alone-or-in-teams">Help maintain Debian - alone or in teams</h1>
+<ul>
+<li>Peer review - many eyes see more bugs</li>
+<li>Education - Debian quality standards</li>
+<li>Ideals transfer - get help on packaging</li>
+<li>Working alone: <a href="http://mentors.debian.net/"><code class="url">http://mentors.debian.net/</code></a></li>
+<li>Joining teams: <a href="http://wiki.debian.org/Teams"><code class="url">http://wiki.debian.org/Teams</code></a></li>
+</ul>
+</div>
+<div class="slide">
+<h1 id="do-better-than-debian-derive">Do better than Debian: derive</h1>
+<ul>
+<li>Knoppix</li>
+<li>Ubuntu</li>
+<li>BOSS</li>
+<li>SWECHA</li>
+<li>BlankOn</li>
+<li>...</li>
+</ul>
+<p>Suggestion: Use <strong>live-builder</strong>...</p>
+</div>
+<div class="slide">
+<h1 id="do-better-than-deriving-debian-blend">Do better than deriving Debian: blend</h1>
+<ul>
+<li>Optimizing Debian itself for special purpose use</li>
+</ul>
+<p>or</p>
+<ul>
+<li>Merging back derived work into Debian</li>
+</ul>
+</div>
+<div class="slide">
+<h1 id="debian---deriving-vs.-blending">Debian - deriving vs. blending</h1>
+<p>Deriving: hacking with your face away from Debian</p>
+<p>Blending: Hacking with you face towards Debian</p>
+<p>Debian Pure Blend: Perfection → your hacks integrated into Debian!</p>
+</div>
+<div class="slide">
+<h1 id="debian-pure-blend---the-complex-simple">Debian Pure Blend - the complex simple</h1>
+<ul>
+<li>Debian is flexible: provides choices</li>
+<li>Derivatives often simpler: removes choices</li>
+<li>Blends are ethically simple: preserves choices</li>
+</ul>
+</div>
+<div class="slide">
+<h1 id="essentials">Essentials</h1>
+<ul>
+<li>Evil is only an abstract (no entity), but power corrupts</li>
+<li>Doing nothing amplifies bad actions of others!</li>
+<li>Life is fun (not serious)!</li>
+</ul>
+<p>Avoid corruption of power: Be <strong>awake</strong>, <strong>Engage</strong> and <strong>Share</strong>!</p>
+</div>
+<div class="slide">
+<h1 id="the-end">The End</h1>
+<ul>
+<li>Me: <script type="text/javascript">
+<!--
+h='&#106;&#x6f;&#110;&#x65;&#x73;&#46;&#100;&#x6b;';a='&#64;';n='&#100;&#114;';e=n+a+h;
+document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'">'+'<code>'+e+'</code>'+'<\/'+'a'+'>');
+// -->
+</script><noscript>&#100;&#114;&#32;&#x61;&#116;&#32;&#106;&#x6f;&#110;&#x65;&#x73;&#32;&#100;&#x6f;&#116;&#32;&#100;&#x6b;</noscript></li>
+<li>This talk: <a href="http://dr.jones.dk/blends/talk/unsyiah"><code class="url">http://dr.jones.dk/blends/talk/unsyiah</code></a></li>
+<li>Illustrations: <a href="http://sirireiter.dk/blog/entry/110310/"><code class="url">http://sirireiter.dk/blog/entry/110310/</code></a></li>
+<li>Asia trip: <a href="http://wiki.jones.dk/DebianAsia2011"><code class="url">http://wiki.jones.dk/DebianAsia2011</code></a></li>
+<li>Debian: <a href="http://www.debian.org"><code class="url">http://www.debian.org</code></a></li>
+<li>Debian Derivatives Census: <a href="http://wiki.debian.org/Derivatives/Census"><code class="url">http://wiki.debian.org/Derivatives/Census</code></a></li>
+</ul>
+</div>
+</body>
+</html>