talk-hm-0x15/index.html
2018-07-06 17:20:50 +02:00

222 lines
9.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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>Riflessioni sul concetto di identità</title>
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/sky.css">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<meta name="description" content="Spunti, riflessioni e conseguenze sull'abuso del concetto di identità">
<meta name="author" content="Blallo">
<!-- 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">
<div class="slides">
<section>
<section data-markdown>
<textarea data-template>
# Identità
### Spunti, riflessioni e conseguenze sull'abuso del concetto di identità
</textarea>
</section>
<section data-markdown>
<textarea data-template>
# Non è una lezione!
- riflessioni
- esperienze
- strumenti
</textarea>
</section>
</section>
<section>
<section data-markdown>
<textarea data-template>
### Identità
- Personale → chi sono io per me stess@
- Culturale → chi sono io per la comunità (le comunità?) cui appartengo
- Legale → chi sono per l'autorità (lo stato)
</textarea>
</section>
<section data-markdown>
<textarea data-template>
### Identità unica?
</textarea>
</section>
<section data-markdown>
<textarea data-template>
### Identità?
- un numero su un documento
- un indirizzo email/un numero di telefono
</textarea>
</section>
<section data-markdown>
<textarea data-template>
### Identità falsa (?)
- reato
- violazione dei termini di un contratto d'uso
</textarea>
</section>
<section data-markdown>
<textarea data-template>
### Falsa dichiarazione d'identità
##### Artt. 495 e 496 C.P.
</textarea>
</section>
<section data-markdown>
<textarea data-template>
> Art. 495
>
> Chiunque dichiara o attesta falsamente al pubblico ufficiale lidentità, lo stato o altre qualità della propria o dellaltrui persona è punito con la reclusione da uno a sei anni.
</textarea>
</section>
<section data-markdown>
<textarea data-template>
> Art. 496
>
> Chiunque, fuori dei casi indicati negli articoli precedenti, interrogato sulla identità, sullo stato o su altre qualità della propria o dellaltrui persona, fa mendaci dichiarazioni [c.p. 651] a un pubblico ufficiale [c.p. 357] o a persona incaricata di un pubblico servizio [c.p. 358], nellesercizio delle funzioni o del servizio, è punito con la reclusione da uno a cinque anni.
</textarea>
</section>
<section data-markdown>
<textarea data-template>
##### Il _reato_ riguarda
##### il **pubblico ufficiale** o il **pubblico servizio**
</textarea>
</section>
<section data-markdown>
<textarea data-template>
### Furto d'identità (!)
##### E' reato.
</textarea>
</section>
<section data-markdown>
<textarea data-template>
### Condizoni d'uso
- EULA
- Licenza
</textarea>
</section>
</section>
<section>
<section data-markdown>
<textarea data-template>
### Creare identità non canoniche
- una email (anche usa e getta)
- soldi online
- un numero di telefono (non sempre)
</textarea>
</section>
<section data-markdown>
<textarea data-template>
### Strumenti di tutela
- Tor Browser Bundle
- VPN (?)
- Firefox containers (?)
- Detangle + Chromium (?)
</textarea>
</section>
</section>
<section>
<section>
<h3>Disposable email</h3>
<a href="https://10minutemail.com/" target="_blank">
<img width="60%" src="imgs/disp_mail.png"></img>
</a>
</section>
<section data-markdown>
<textarea data-template>
### Soldi online
- Bitcoin
- Carte di ~~credito~~ debito prepagate
</textarea>
</section>
<section>
<h3>Localbitcoins.net</h3>
<a href="https://localbitcoins.net/" target="_blank">
<img width="60%" src="imgs/localbitcoins.png"></img>
</a>
</section>
<section>
<h3>MyGiftCard</h3>
<a href="https://www.mygiftcard.it/" target="_blank">
<img width="60%" src="imgs/gift_card.png"></img>
</a>
</section>
<section>
<h3>MyGiftCard</h3>
<img width="50%" src="imgs/epipoli_gold.png"></img>
</section>
<section data-markdown>
<textarea data-template>
Dummy placeholder
</textarea>
</section>
<section data-markdown>
<textarea data-template>
Dummy placeholder
</textarea>
</section>
</section>
<section>
<section data-markdown>
<textarea data-template>
Dummy placeholder
</textarea>
</section>
<section data-markdown>
<textarea data-template>
Dummy placeholder
</textarea>
</section>
</section>
<section>
<section data-markdown>
<textarea data-template>
Dummy placeholder
</textarea>
</section>
<section data-markdown>
<textarea data-template>
Dummy placeholder
</textarea>
</section>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<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>