slides e index
This commit is contained in:
parent
4219a1adb9
commit
ecce5959f7
2 changed files with 68 additions and 60 deletions
62
index.html
62
index.html
|
@ -1,10 +1,25 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
|
||||
<title>reveal.js</title>
|
||||
|
||||
<link rel="stylesheet" href="css/reveal.css">
|
||||
<link rel="stylesheet" href="css/zoom.css">
|
||||
<link rel="stylesheet" href="css/theme/white.css">
|
||||
<link rel="stylesheet" href="css/git-crash-course.css">
|
||||
<title>Mastodon.bida.im</title>
|
||||
<link rel="stylesheet" href="css/theme/black.css">
|
||||
|
||||
<!-- Theme used for syntax highlighting of code -->
|
||||
<link rel="stylesheet" href="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>
|
||||
</head>
|
||||
<body>
|
||||
<div class="reveal">
|
||||
|
@ -12,31 +27,22 @@
|
|||
<section data-markdown="mastodon-presentazione.md" data-separator-vertical="^\r?\n-----\r?\n$"></section>
|
||||
</div>
|
||||
</div>
|
||||
<script src="js/head.min.js"></script>
|
||||
|
||||
<script src="lib/js/head.min.js"></script>
|
||||
<script src="js/reveal.js"></script>
|
||||
<script src="js/jquery-3.2.1.min.js"></script>
|
||||
<script src="js/transition.js"></script>
|
||||
<script src="js/zoom.min.js"></script>
|
||||
<script>
|
||||
Reveal.initialize({
|
||||
width: "100%",
|
||||
height: "100%",
|
||||
margin: 0.1,
|
||||
minScale: 1,
|
||||
maxScale: 1,
|
||||
slideNumber: true,
|
||||
history: true,
|
||||
center: false,
|
||||
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 },
|
||||
{ src: 'plugin/notes/notes.js', async: true },
|
||||
{ src: 'plugin/math/math.js', async: true }
|
||||
]
|
||||
});
|
||||
|
||||
<script>
|
||||
// More info about config & dependencies:
|
||||
// - https://github.com/hakimel/reveal.js#configuration
|
||||
// - https://github.com/hakimel/reveal.js#dependencies
|
||||
Reveal.initialize({
|
||||
dependencies: [
|
||||
{ src: 'plugin/markdown/marked.js' },
|
||||
{ src: 'plugin/markdown/markdown.js' },
|
||||
{ src: 'plugin/notes/notes.js', async: true },
|
||||
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }
|
||||
]
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
![](./images/mastodonbida.png)
|
||||
![](./images/mastodon.png)
|
||||
|
||||
## XM24 - 28 giugno 2018
|
||||
|
||||
|
@ -7,35 +7,35 @@
|
|||
|
||||
-----
|
||||
|
||||
# Premessa
|
||||
## Premessa
|
||||
|
||||
Social network
|
||||
* consiste in un qualsiasi gruppo di individui connessi tra loro da diversi legami sociali.
|
||||
|
||||
Social networking service [^1]
|
||||
Social networking service *
|
||||
|
||||
* social networking services are Internet-based applications
|
||||
* user-generated content (UGC) is the lifeblood of SNS organisations
|
||||
|
||||
Mailinglist, forum, istant-messaging
|
||||
|
||||
[^1] https://en.wikipedia.org/wiki/Social_networking_service
|
||||
\* da https://en.wikipedia.org/wiki/Social_networking_service
|
||||
|
||||
|
||||
-----
|
||||
|
||||
# social network commerciali
|
||||
## social network commerciali
|
||||
|
||||
Profilazione
|
||||
Profilazione
|
||||
|
||||
Manipolazione delle informazioni
|
||||
Manipolazione delle informazioni
|
||||
|
||||
Accentramento
|
||||
Accentramento
|
||||
|
||||
Gamification
|
||||
Gamification
|
||||
|
||||
Censura
|
||||
https://www.olojin.it/blog/125/social-media-sempre-pi-censurati
|
||||
Censura
|
||||
https://www.olojin.it/blog/125/social-media-sempre-pi-censurati
|
||||
switter https://switter.at/about https://motherboard.vice.com/it/article/qvxeyq/donald-trump-ha-appena-firmato-una-legge-che-uccidera-il-sex-work
|
||||
|
||||
-----
|
||||
|
@ -76,16 +76,15 @@ es. Indymedia
|
|||
### Social network tutto nostro
|
||||
|
||||
http://thefuturebuzz.com/wp-content/uploads/2011/10/bender.jpg
|
||||
|
||||
![](./images/bender.jpg)
|
||||
### con blackjack e squillo di lusso
|
||||
#### anzi senza social network....
|
||||
|
||||
|
||||
-----
|
||||
|
||||
# Servizi Autogestiti
|
||||
|
||||
* Bida server
|
||||
* Bida server (come Indivia, Autistici, Riseup)
|
||||
|
||||
* Amministrato attraverso una mailing-list ed assemblee periodiche non virtuali.
|
||||
|
||||
|
@ -93,35 +92,35 @@ http://thefuturebuzz.com/wp-content/uploads/2011/10/bender.jpg
|
|||
|
||||
## Obbiettivi
|
||||
|
||||
* Accesso alle informazioni/notizie in modo anonimo
|
||||
* Aggregatore di notizie
|
||||
* Controllo dei contenuti a carico dell'utente
|
||||
* Identità multiple
|
||||
* Comunità oltre lo strumento
|
||||
* Decentralizzazione e federazione
|
||||
|
||||
* Accesso alle informazioni/notizie in modo anonimo
|
||||
* Aggregatore di notizie
|
||||
* Controllo dei contenuti a carico dell'utente
|
||||
* Identità multiple
|
||||
* Comunità oltre lo strumento
|
||||
* Decentralizzazione e federazione
|
||||
|
||||
-----
|
||||
|
||||
## Esplorazione dei social netwok non commerciali
|
||||
### Esplorazione dei social netwok non commerciali
|
||||
|
||||
### Fediverse
|
||||
## Fediverse
|
||||
|
||||
Universo di sn liberi collegabili tra loro
|
||||
Universo di social network liberi collegabili tra loro
|
||||
|
||||
Immagine
|
||||
[http://fediverse.party](http://fediverse.party)
|
||||
|
||||
Ostatus e ActivityPub
|
||||
Ostatus e ActivityPub
|
||||
|
||||
-----
|
||||
|
||||
# Mastodon (1/2)
|
||||
|
||||
* Open source
|
||||
* Social network distribuito
|
||||
* Federabile
|
||||
* Simile a Twitter
|
||||
* Open source
|
||||
* Social network distribuito
|
||||
* Federabile
|
||||
* Simile a Twitter
|
||||
|
||||
-----
|
||||
-----
|
||||
|
||||
# Mastodon (2/2)
|
||||
|
||||
|
@ -129,6 +128,7 @@ http://thefuturebuzz.com/wp-content/uploads/2011/10/bender.jpg
|
|||
* Seguire utenti
|
||||
* Messaggi da 500 caratteri ordinati in modo temporale
|
||||
|
||||
-----
|
||||
|
||||
# Istanze
|
||||
|
||||
|
@ -152,7 +152,8 @@ Isola dove utenti condividono interessi e policy di comportamento.
|
|||
Postare messaggi senza considerare che gli utenti possono avere una sensibilita' diversa dalla tua (utilizza il content warning)
|
||||
|
||||
-----
|
||||
https://anticapitalist.party/about/more#blocked
|
||||
|
||||
https://anticapitalist.party/about/more#blocked
|
||||
https://lgbt.io/about
|
||||
https://queer.party/about
|
||||
https://mastodon.technology/about
|
||||
|
@ -170,6 +171,7 @@ Isola dove utenti condividono interessi e policy di comportamento.
|
|||
https://hispagatos.space/about
|
||||
https://donteatanimals.org/about
|
||||
https://mastodon.social/about
|
||||
|
||||
-----
|
||||
|
||||
* bot per feed rss
|
||||
|
|
Loading…
Reference in a new issue