|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
|
|
|
<title>Ganhamos Algo, Perdemos Algo</title>
|
|
|
|
|
|
|
|
<meta name="description" content="Por que você deveria aprender Rust">
|
|
|
|
<meta name="author" content="Julio Biason">
|
|
|
|
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
|
|
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="reveal.js/css/reveal.css">
|
|
|
|
<link rel="stylesheet" href="reveal.js/css/theme/night.css" id="theme">
|
|
|
|
|
|
|
|
<!-- Code syntax highlighting -->
|
|
|
|
<link rel="stylesheet" href="reveal.js/lib/css/zenburn.css">
|
|
|
|
|
|
|
|
<!-- Printing and PDF exports -->
|
|
|
|
<script>
|
|
|
|
var link = document.createElement( 'link' );
|
|
|
|
link.rel = 'stylesheet';
|
|
|
|
link.type = 'text/css';
|
|
|
|
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
|
|
|
|
document.getElementsByTagName( 'head' )[0].appendChild( link );
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
<script src="lib/js/html5shiv.js"></script>
|
|
|
|
<![endif]-->
|
|
|
|
|
|
|
|
<style type="text/css" media="screen">
|
|
|
|
.happy {
|
|
|
|
color: yellow;
|
|
|
|
}
|
|
|
|
|
|
|
|
.reveal section img {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.reveal ul.empty {
|
|
|
|
list-style: none inside;
|
|
|
|
}
|
|
|
|
|
|
|
|
.revel ul.empty li {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cursor {
|
|
|
|
background-color: #666;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
max-height: 90%;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.seen {
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.semi-opaque {
|
|
|
|
background-color: rgba(0, 0, 0, 0.7);
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.chat {
|
|
|
|
list-style: none inside;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.chat li {
|
|
|
|
font-family: monospace;
|
|
|
|
font-size: 80%;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.chat li span {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div class="reveal">
|
|
|
|
<div class="slides">
|
|
|
|
<section>
|
|
|
|
<h2>Júlio Biason</h2>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/drops.jpg" data-header>
|
|
|
|
<h2 class="semi-opaque">
|
|
|
|
Comunidades:<br/>
|
|
|
|
Ganhamos Algo,<br/>
|
|
|
|
Perdemos Algo
|
|
|
|
</h2>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<!-- <section> -->
|
|
|
|
<section>
|
|
|
|
<img src="_images/who.gif" class="stretch"/>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<img src="_images/fast-typing.gif" class="stretch"/>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<img src="_images/moto.jpg" class="stretch"/>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<img src="_images/unpopular-opinion.jpg" class="stretch"/>
|
|
|
|
</section>
|
|
|
|
<!-- </section> -->
|
|
|
|
|
|
|
|
<!--
|
|
|
|
<section>
|
|
|
|
<h2>Comunidade:</h2>
|
|
|
|
<p class="fragment">
|
|
|
|
Agrupamento social que se caracteriza por acentuada coesão
|
|
|
|
baseada no consenso espontâneo dos indivíduos que o
|
|
|
|
constituem.
|
|
|
|
</p>
|
|
|
|
</section>
|
|
|
|
-->
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<img src="_images/three-pillars.jpg" class="stretch"/>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<h2>O que é uma "comunidade"?</h2>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<!-- <section> -->
|
|
|
|
<section>
|
|
|
|
<img src="_images/Unisinos.jpg" class="stretch"/>
|
|
|
|
<!-- bolsista gradução -->
|
|
|
|
<!-- outros bolsistas -->
|
|
|
|
<!-- comunidade software livre -->
|
|
|
|
<p>de 1997 até 1998</p>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<img src="_images/corridor.jpg" class="stretch"/>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<img src="_images/decentralized.jpg" class="stretch"/>
|
|
|
|
</section>
|
|
|
|
<!-- </section> -->
|
|
|
|
|
|
|
|
<!-- <section> -->
|
|
|
|
<section>
|
|
|
|
<p>(2016)</p>
|
|
|
|
<img src="_images/python-floripa.png" class="stretch"/>
|
|
|
|
<!-- python floripa, "gaúchos de araque" -->
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<img src="_images/pytche.png" class="stretch"/>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<img src="_images/rust-in-poa.jpg" class="stretch"/>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<img src="_images/meetup.png" class="stretch"/>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<img src="_images/socializing.jpeg" class="stretch"/>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<img src="_images/ff_map.png" class="stretch"/>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<img src="_images/bus-full.jpg" class="stretch"/>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<img src="_images/no-parking-space.jpg" class="stretch"/>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<img src="_images/presenter.jpg" class="stretch"/>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<h2>"A comunidade pertence à comunidade"</h2>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<img src="_images/absolutely_nothing.jpg" class="stretch"/>
|
|
|
|
</section>
|
|
|
|
<!-- </section> -->
|
|
|
|
|
|
|
|
<!-- <section> -->
|
|
|
|
<section>
|
|
|
|
<img src="_images/2020.jpg" class="stretch"/>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<!-- pandemia -->
|
|
|
|
<img src="_images/covid.jpg" class="stretch"/>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<img src="_images/things-change.jpg" class="stretch"/>
|
|
|
|
</section>
|
|
|
|
<!-- </section> -->
|
|
|
|
|
|
|
|
<!-- <section> -->
|
|
|
|
<section>
|
|
|
|
<img src="_images/teams-video-chat.jpg" class="stretch"/>
|
|
|
|
<!-- remoto -->
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<img src="_images/telegram.png" style="float:left;max-width:200px;">
|
|
|
|
<img src="_images/whatsapp.png" style="float:right;max-width:300px;">
|
|
|
|
<!-- chat se tornou o principal meio de comunicação -->
|
|
|
|
</section>
|
|
|
|
<!-- </section> -->
|
|
|
|
|
|
|
|
<!-- <section> -->
|
|
|
|
<section>
|
|
|
|
<img src="_images/teams-camera-off.png" class="stretch"/>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<ul class="chat">
|
|
|
|
<li><span>X:</span> "Pessoal, alguém trabalha com HTMX? Estou com um problema no load..."</li>
|
|
|
|
<li><span>X:</span> "O Json tem [{"title": "Room", "description": "Nome do cozinheiro"}]"</li>
|
|
|
|
<li><span>Y:</span> "X, você é do ramo de cozinha?"</li>
|
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<ul class="chat">
|
|
|
|
<li><span>X:</span> "Y, tentei o que vc falou mas deu o erro A. O que pode ser?"</li>
|
|
|
|
<li><span>X:</span> "Responde aí"</li>
|
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<img src="_images/lots-of-messages.png" class="stretch"/>
|
|
|
|
</section>
|
|
|
|
<!-- </section> -->
|
|
|
|
|
|
|
|
<!-- <section> -->
|
|
|
|
<section>
|
|
|
|
<h2>O que é uma "comunidade"?</h2>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<img src="_images/community.png" class="stretch"/>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<!-- construido com respeito -->
|
|
|
|
<section>
|
|
|
|
<img src="_images/respect.jpg" class="stretch"/>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<!-- difícil respeitar uma janela -->
|
|
|
|
<section>
|
|
|
|
<img src="_images/word95.jpg" class="stretch"/>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<img src="_images/teams-video-chat.jpg" class="stretch"/>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<!-- difícil respeitar Xxx Légôlàs XXX -->
|
|
|
|
<section>
|
|
|
|
<ul class="chat">
|
|
|
|
<li><span>Xxx Légôlàs XXX</span>: Olá</li>
|
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<!-- quando não há alguem querendo explorar a comunidade -->
|
|
|
|
<!-- <section> -->
|
|
|
|
<!-- <img src="_images/mining.jpg" class="stretch"/> -->
|
|
|
|
<!-- </section> -->
|
|
|
|
|
|
|
|
<!-- não é uma pessoa, é uma "entidade" -->
|
|
|
|
<section>
|
|
|
|
<img src="_images/entity.jpg" class="stretch"/>
|
|
|
|
</section>
|
|
|
|
<!-- </section> -->
|
|
|
|
|
|
|
|
<!-- <section> -->
|
|
|
|
<!-- do outro lado da moeda -->
|
|
|
|
<section>
|
|
|
|
<img src="_images/coin.jpg" class="stretch"/>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<!-- camera fechada para evitar assédio -->
|
|
|
|
<section>
|
|
|
|
<img src="_images/teams-camera-off.png" class="stretch"/>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<!-- Xxx Légôlàs XXX: medo do erro -->
|
|
|
|
<section>
|
|
|
|
<ul class="chat">
|
|
|
|
<li><span>Xxx Légôlàs XXX</span>: Olá</li>
|
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<!-- aech -->
|
|
|
|
<section>
|
|
|
|
<img src="_images/aech.jpg" class="stretch"/>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<!-- "responde aí": tempo? pressão? preguiça? -->
|
|
|
|
<section>
|
|
|
|
<ul class="chat">
|
|
|
|
<li><span>X:</span> "Responde aí"</li>
|
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<!-- não é uma pessoa, é uma "entidade" -->
|
|
|
|
<section>
|
|
|
|
<img src="_images/entity.jpg" class="stretch"/>
|
|
|
|
</section>
|
|
|
|
<!-- </section> -->
|
|
|
|
|
|
|
|
<!-- <section> -->
|
|
|
|
<!-- e agora? -->
|
|
|
|
<section>
|
|
|
|
<img src="_images/dunno.jpg" class="stretch"/>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<!-- começar de novo -->
|
|
|
|
<section>
|
|
|
|
<img src="_images/back-to-the-future.jpeg" class="stretch"/>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<!-- pessoa por pessoa -->
|
|
|
|
<section>
|
|
|
|
<img src="_images/people.jpg" class="stretch"/>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<img src="_images/socializing.jpeg" class="stretch"/>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<img src="_images/mingling.jpg" class="stretch"/>
|
|
|
|
</section>
|
|
|
|
<!-- </section> -->
|
|
|
|
|
|
|
|
<!-- <section> -->
|
|
|
|
<section>
|
|
|
|
<img src="_images/one-more-thing.png" class="stretch"/>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<!-- se você está num dos grupos do telegram, vire pra pessoa do seu lado e diga "oi, eu sou o X do telegram" -->
|
|
|
|
<ul class="chat">
|
|
|
|
<li><span>Xxx Légôlàs XXX</span>: Olá</li>
|
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<img src="_images/entity.jpg" class="stretch"/>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<img src="_images/anticipating.jpg" class="stretch"/>
|
|
|
|
</section>
|
|
|
|
<!-- </section> -->
|
|
|
|
|
|
|
|
<section data-background='_images/thats-all-folks.jpg'>
|
|
|
|
<section>
|
|
|
|
<div class="fragment semi-opaque">
|
|
|
|
<ul class="empty">
|
|
|
|
<li><a href="https://functional.cafe/@juliobiason">https://functional.cafe/@juliobiason</a></li>
|
|
|
|
<li><a href="https://t.me/juliobiason">https://t.me/juliobiason</a></li>
|
|
|
|
<li>julio.biason@pm.me</li>
|
|
|
|
<li><a href="https://presentations.juliobiason.me">https://presentations.juliobiason.me</a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<script src="reveal.js/lib/js/head.min.js"></script>
|
|
|
|
<script src="reveal.js/js/reveal.js"></script>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
// Full list of configuration options available at:
|
|
|
|
// https://github.com/hakimel/reveal.js#configuration
|
|
|
|
Reveal.initialize({
|
|
|
|
controls: true,
|
|
|
|
progress: true,
|
|
|
|
history: true,
|
|
|
|
center: true,
|
|
|
|
// showNotes: true,
|
|
|
|
|
|
|
|
transition: 'slide', // none/fade/slide/convex/concave/zoom
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background='_images/thats-all-folks.jpg'>
|
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<script src="reveal.js/lib/js/head.min.js"></script>
|
|
|
|
<script src="reveal.js/js/reveal.js"></script>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
// Full list of configuration options available at:
|
|
|
|
// https://github.com/hakimel/reveal.js#configuration
|
|
|
|
Reveal.initialize({
|
|
|
|
controls: true,
|
|
|
|
progress: true,
|
|
|
|
history: true,
|
|
|
|
center: true,
|
|
|
|
// showNotes: true,
|
|
|
|
|
|
|
|
transition: 'slide', // none/fade/slide/convex/concave/zoom
|
|
|
|
|
|
|
|
// Optional reveal.js plugins
|
|
|
|
dependencies: [
|
|
|
|
{ src: 'reveal.js/lib/js/classList.js', condition: function() { return !document.body.classList; } },
|
|
|
|
{ src: 'reveal.js/plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
|
|
|
|
{ src: 'reveal.js/plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
|
|
|
|
{ src: 'reveal.js/plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
|
|
|
|
{ src: 'reveal.js/plugin/zoom-js/zoom.js', async: true },
|
|
|
|
{ src: 'reveal.js/plugin/notes/notes.js', async: true }
|
|
|
|
]
|
|
|
|
});
|
|
|
|
</script>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|