4
0
Fork 0
laughing-hipster/index.html

262 lines
12 KiB
HTML
Raw Permalink Normal View History

2014-06-25 21:19:35 +02:00
<!doctype html>
<html lang="en">
2014-06-25 21:50:20 +02:00
<head>
<meta charset="utf-8">
2014-06-26 19:04:33 +02:00
<title>Facebook &amp; andere soziale Netzwerke</title>
2014-06-25 21:50:20 +02:00
<meta name="author" content="Chaostreff Chemnitz">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="css/reveal.min.css">
<link rel="stylesheet" href="css/theme/default.css" id="theme">
<!-- For syntax highlighting -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- If the query includes 'print-pdf', include the PDF print sheet -->
<script>
if( window.location.search.match( /print-pdf/gi ) ) {
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = 'css/print/pdf.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
}
</script>
</head>
<body>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section>
<h1>Facebook</h1>
2014-06-26 14:56:14 +02:00
<h3>&amp; andere soziale Netzwerke</h3>
2014-06-25 21:50:20 +02:00
<p>
<small><a href="https://chaoschemnitz.de/index.php?title=Hauptseite">Chaostreff Chemnitz</a></small>
</p>
2014-06-26 17:36:34 +02:00
<aside class="notes">
Oh hey, these are some notes. They'll be hidden in your presentation, but you can see them if you open the speaker notes window (hit 's' on your keyboard).
</aside>
2014-06-25 21:50:20 +02:00
</section>
<section>
<h2>Gliederung</h2>
<ul>
2014-06-26 14:56:14 +02:00
<li>Vor- &amp; Nachteile</li>
2014-06-26 17:18:50 +02:00
<li>Welche Daten nutzt Facebook?</li>
<li>Wie verdient Facebook Geld?</li>
2014-06-26 17:36:34 +02:00
<li>Datenschutz</li>
2014-06-26 17:18:50 +02:00
<li>Gibt es Alternativen?</li>
2014-06-25 21:50:20 +02:00
<li>Diskussionsrunde</li>
</ul>
</section>
<section>
2014-06-26 14:56:14 +02:00
<h2>Vor- &amp; Nachteile</h2>
<ul>
<li>Was möchte ich über mich preisgeben und welche Vorteile verschafft mir das?</li>
<ul>
<li>Einfache Möglichkeit in Kontakt zu bleiben</li>
<li>Ein Account für eine Vielzahl von Kommunikationskanälen und Diensten</li>
<ul>
2014-06-26 15:30:36 +02:00
<li>Adressbuch</li>
2014-06-26 14:56:14 +02:00
<li>Chat</li>
<li>Fotosharing</li>
<li>Pinnwand (Blog + Kommentarfunktion)</li>
<li>Veranstaltungen / Geburtstage (Kalender)</li>
<li>Gamingplattform</li>
</ul>
</ul>
</ul>
2014-06-25 21:50:20 +02:00
</section>
<section>
2014-06-26 14:56:14 +02:00
<h2>Vor- &amp; Nachteile</h2>
2014-06-25 21:19:35 +02:00
<ul>
2014-06-25 21:50:20 +02:00
<li>Was möchte ich über mich preisgeben und welche Vorteile verschafft mir das?</li>
2014-06-26 14:56:14 +02:00
<ul>
<li>Organisationen (und Firmen) können mit ihren Nutzern in Kontakt treten.</li>
<ul>
<li>Planung von Veranstaltungen</li>
2014-06-26 15:31:39 +02:00
<li>es kann gezielt Werbung geschalten werden</li>
2014-06-26 14:56:14 +02:00
</ul>
</ul>
2014-06-25 21:19:35 +02:00
</ul>
2014-06-25 21:50:20 +02:00
</section>
<section>
2014-06-26 14:56:14 +02:00
<h2>Vor- &amp; Nachteile</h2>
<ul>
<li>Kann ich meine privaten Daten schützen?</li>
<ul>
<li>Privatsphäreneinstellungen erschweren den Zugang zu meinen Daten.</li>
<li>Jeder der weiterhin zugreifen darf, könnte meine Daten weitergeben.</li>
<li><a href="http://www.spiegel.de/netzwelt/netzpolitik/pseudonyme-facebook-nutzer-sollen-freunde-verpetzen-a-843326.html">spiegel.de 09.07.2012</a>: „Pseudonyme: Facebook-Nutzer sollen Freunde verpetzen“</li>
<li class="fragment">Σ = NEIN</li>
</ul>
</ul>
2014-06-25 21:50:20 +02:00
</section>
<section>
2014-06-26 14:56:14 +02:00
<h2>Welche Daten nutzt Facebook?</h2>
<ul>
<li>Kategorisierung nach:</li>
<ul>
<li>Registrierungsdaten</li>
<li>selbst freigegebene Daten</li>
2014-06-26 17:18:50 +02:00
<li>Daten, die andere über mich veröffentlicht haben</li>
2014-06-26 14:56:14 +02:00
</ul>
<li>Gesichtserkennung</li>
<li>Nutzungsdaten</li>
<li>Telefonbücher von Smartphones</li>
<li>Geolokation</li>
<ul>
<li>anhand IP-Adresse</li>
<li>mittels Browser-API (GPS / WLANs in der Nähe / Handynetz)</li>
<li>GPS-Koordinaten in Fotos</li>
<li>Facebook-App</li>
</ul>
</ul>
</section>
<section>
<h2>Welche Daten nutzt Facebook?</h2>
2014-06-25 21:19:35 +02:00
<ul>
2014-06-26 14:56:14 +02:00
<li>Facebook Like-Buttons</li>
<li>weitere Möglichkeiten:</li>
<ul>
<li>Cookies</li>
<li>Zählpixel</li>
<li>CSS-History</li>
<li>Flash Cookies</li>
<li>Browser Identifizierung</li>
</ul>
2014-06-25 21:19:35 +02:00
</ul>
2014-06-25 21:50:20 +02:00
</section>
2014-06-26 17:36:34 +02:00
<section>
<h2>Datenschutz</h2>
<ul>
2014-06-26 18:56:48 +02:00
<li>Deutschland</li>
<ul><li>„Bei einem Sitz der verantwortlichen Stelle im EG/EWR-Ausland gilt grundsätzlich das Sitzprinzip, d. h., der Sitz der verantwortlichen Stelle ist maßgeblich für das nationale Recht.“</li></ul>
<li>Europa</li>
<ul><li>„Auf europäischer Ebene wurden in den 80er und 90er Jahren internationale Regelungen vereinbart. Ein globales Abkommen schwebt dagegen noch in weiter Ferne. Es gibt dazu bisher nicht einmal Regierungsverhandlungen.“</li></ul>
</ul>
</section>
<section>
<h2>Datenschutz</h2>
<ul>
<li>United States of America</li>
<ul><li>statistical purposes - Census Bureau and the Bureau of Labor Statistics</li>
<li>routine uses within a U.S. government agency</li>
<li>has sufficient historical or other  value</li>
<li>law enforcement purposes</li>
<li>congressional investigations</li>
<li>administrative purposes</li></ul>
2014-06-26 17:36:34 +02:00
</ul>
</section>
<section>
<h2>Was ist das Geschäftsmodell von facebook?</h2>
2014-06-26 18:03:49 +02:00
<img src="6a00d8341d3df553ef0147e0e1aec2970b.png" alt=""/>
2014-06-26 17:36:34 +02:00
</section>
2014-06-25 21:50:20 +02:00
<section>
2014-06-26 14:56:14 +02:00
<h2>Was ist das Geschäftsmodell von facebook?</h2>
<ul>
<li>personenbezogene Werbung</li>
<ul>
<li><a href="http://www.forbes.com/sites/kashmirhill/2012/02/16/how-target-figured-out-a-teen-girl-was-pregnant-before-her-father-did/">forbes.com</a>: Target's pregnancy prediction</li>
</ul>
<li>Facebook-Seiten</li>
<ul>
<li>Möglichkeit, seine Seite durch bezahlte Werbung bekannter zu machen, etwa:</li>
<ul>
<li>Werbespalte</li>
<li>"Posts boosten" = Postings werden größeren Personengruppen angezeigt (etwa Freunden von Fans, "Sponsored"-Beiträge)</li>
<li>Bevorzugte Suchvorschläge, Schlagwortsuchen</li>
</ul>
</ul>
</ul>
</section>
<section>
<h2>Was ist das Geschäftsmodell von facebook?</h2>
<ul>
<li>Facebook-Seiten</li>
<ul>
<li>Möglichkeit, "Likes" zu kaufen</li>
<ul><li>"Look-alike-audience"</li></ul>
<li>wiederholte Berichte, dass Seiten, die ohne bezahlte Werbung zu bekannt sind, kommentarlos gelöscht wurden</li>
</ul>
</ul>
2014-06-25 21:50:20 +02:00
</section>
<section>
2014-06-26 14:56:14 +02:00
<h2>Alternativen</h2>
2014-06-25 21:19:35 +02:00
<ul>
2014-06-25 21:50:20 +02:00
<li>Welche anderen Plattformen gibt es?</li>
<ul>
2014-06-26 14:56:14 +02:00
<li>GNU social</li>
2014-06-25 21:50:20 +02:00
<li>diaspora*</li>
<li>Friendica</li>
</ul>
2014-06-26 15:34:15 +02:00
<li>Welche anderen Kommunikationsmittel stehen mir außerdem zur Verfügung?</li>
2014-06-26 17:18:50 +02:00
<ul>IRC, XMPP, SIP/SIMPLE</ul>
2014-06-25 21:19:35 +02:00
</ul>
2014-06-25 21:50:20 +02:00
</section>
<section>
2014-06-26 14:56:14 +02:00
<h1>Vielen Dank</h1>
<h2>für Ihre Aufmerksamkeit.</h2>
2014-06-25 21:50:20 +02:00
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.min.js"></script>
<script>
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
2014-06-26 18:56:48 +02:00
history: true,
2014-06-26 14:56:14 +02:00
center: false,
slideNumber: true,
keyboard: true,
overview: true,
touch: true,
fragments: true,
hideAddressBar: true,
2014-06-26 18:56:48 +02:00
width: 1024,
height: 600,
2014-06-25 21:50:20 +02:00
theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/fade/none
// Parallax scrolling
// parallaxBackgroundImage: 'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg',
// parallaxBackgroundSize: '2100px 900px',
// Optional libraries used to extend on reveal.js
dependencies: [
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
{ src: 'plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } }
]
});
</script>
</body>
2014-06-25 21:19:35 +02:00
</html>