-
Notifications
You must be signed in to change notification settings - Fork 13
/
andreas-opensource.html
209 lines (166 loc) · 4.59 KB
/
andreas-opensource.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<!DOCTYPE html>
<html>
<head>
<title>What is this Open Source thing all about?</title>
<link href="css/reset.css" rel="stylesheet" />
<meta name="author" content="Andreas Tiefenthaler">
<meta charset="utf-8" />
<meta name="viewport" content="width=1024" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="shortcut icon" href="css/favicon.png" />
<link rel="apple-touch-icon" href="css/apple-touch-icon.png" />
<!-- Code Prettifier: -->
<link href="css/highlight.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="js/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<link href="css/style.css" rel="stylesheet" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,800italic,300,400,800' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="fallback-message">
<p>Your browser <b>doesn't support the features required</b> by impress.js, so you are presented with a simplified version of this presentation.</p>
<p>For the best experience please use the latest <b>Chrome</b>, <b>Safari</b> or <b>Firefox</b> browser.</p>
</div>
<div id="impress">
<div class='step' >
<h1>Open Source</h1>
<h2>What is this Open Source thing all about?</h2>
</div>
<div class='step' >
<h1>About me.</h1>
<blockquote>
<p>Andreas Tiefenthaler (Andy)</p>
</blockquote>
<ul>
<li>Like Ruby</li>
<li>Software Developer in Vienna.</li>
<li>vienna.rb Usergroup</li>
<li>RGSoC - Mentor, Supervisor, ...</li>
<li>occasionally fix bugs in Open Source projects</li>
<li>I like dinosaurs and dogs.</li>
</ul>
</div>
<div class='step' >
<p><img src="dawg.jpg" alt="ME">
<img src="velociraptor.jpg" alt="ME"></p>
</div>
<div class='step' >
<h1>Who of <em>you</em> is using Open Source?</h1>
</div>
<div class='step' >
<h1>Everyone is</h1>
<h2>Ruby</h2>
<h2>Rails</h2>
<h2>Firefox</h2>
<h2>...</h2>
</div>
<div class='step' >
<h3>Other examples for Open Source</h3>
<ul>
<li>Linux/BSD</li>
<li>VLC Mediaplayer</li>
<li>Rails and Ruby</li>
<li>Mozilla Firefox Web Browser</li>
<li>Rails Girls and Rails Girls Summer of Code</li>
<li>the software to make this slides (and this slides)</li>
</ul>
</div>
<div class='step' >
<h1>What does Free mean?</h1>
<blockquote>
<p>Free as in Freedom</p>
</blockquote>
</div>
<div class='step' >
<h1><em>The Four Freedoms</em></h1>
</div>
<div class='step' >
<blockquote>
<p>The freedom to run the program, for any purpose.</p>
</blockquote>
</div>
<div class='step' >
<blockquote>
<p>The freedom to study how the program works,</p>
<p>and change it so it does your computing as you wish.</p>
</blockquote>
</div>
<div class='step' >
<blockquote>
<p>The freedom to redistribute copies so you can help your neighbor.</p>
</blockquote>
</div>
<div class='step' >
<blockquote>
<p>The freedom to distribute copies of your modified versions to others.</p>
</blockquote>
</div>
<div class='step' >
<h1>Open vs. Closed Source</h1>
</div>
<div class='step' >
<h1>Open Source</h1>
<ul>
<li>Lots of People use it, well tested.</li>
<li>Bugs are found and fixed fast.</li>
<li>You can not demand anything, but you can do it on your own.</li>
<li>It can be a rude but also awesome environment.</li>
</ul>
</div>
<div class='step' >
<h1>Closed Source</h1>
<ul>
<li>Mostly commercial, and expensive</li>
<li>You can not fix bugs, but can nudge the support (and hope they fix it for you).</li>
<li>Dependent on the vendor.</li>
</ul>
</div>
<div class='step' >
<h1>What else should be open.</h1>
<ul>
<li>Data</li>
<li>Hardware</li>
<li>Science</li>
<li>Education</li>
<li>Information</li>
<li>Politics and Government</li>
<li>Music, Books, Art</li>
<li>...</li>
</ul>
</div>
<div class='step' >
<h1>How can I be a part of it?</h1>
<ul>
<li>Improve documentation.</li>
<li>Translations</li>
<li>Help people using it.</li>
<li>Spread the word.</li>
<li>Contribute to the Code.</li>
</ul>
</div>
<div class='step' >
<h1>Companies that do Open Source</h1>
<ul>
<li>Redhat</li>
<li>Suse</li>
<li>Google</li>
<li>Gitlab</li>
<li>Github</li>
<li>Travis CI</li>
<li>Apache Foundation</li>
<li>Canonical Ltd. (Ubuntu)</li>
<li>...</li>
</ul>
</div>
<div class='step' >
<h1>Thank you!</h1>
<h2>Open Source is awesome!</h2>
<blockquote>
<p>@pxlpnk</p>
</blockquote>
<p><img src="fluffy.jpg" alt="fluffy"></p>
</div>
<script src="js/impress.js"></script>
<script>impress().init();</script>
</body>
</html>