starting to share

This commit is contained in:
Tommi 2021-02-03 12:40:49 +01:00
parent 0a307018cf
commit 070c432f48
27 changed files with 131 additions and 116 deletions

View File

@ -1,7 +1,7 @@
title: Quit Social Media
email: hi@quitsocialmedia.club
description: >- # this means to ignore newlines until "baseurl:"
Whys and hows about quitting Social Media
Why and how to quit Social Media.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://quitsocialmedia.club" # the base hostname & protocol for your site, e.g. http://example.com
author: Tommi
@ -13,6 +13,8 @@ future: true
profile: true
livereload: true
strict_front_matter: true
favicon: "https://assets.tommi.space/qsm/favicon.svg"
image: "https://assets.tommi.space/qsm/qsm.svg"
images: "https://assets.tommi.space/images"
post-images: "https://assets.tommi.space/images/posts"
assets: "https://assets.tommi.space/assets"
@ -55,5 +57,5 @@ defaults:
values:
layout: "wrapper"
lang: "en"
img: "/images/preview.gif"
image: "https://assets.tommi.space/qsm/qsm.svg"
comments: true

View File

@ -3,9 +3,9 @@
<p>{% if page.lang == 'it' %}Questo sito è stato ideato e creato da <a href="https://tommi.space/about" target="_blank" title="About Tommi">Tommi</a> con ❤️ e impegno.{% else %}This website was created by <a href="https://tommi.space/about" target="_blank" title="About Tommi">Tommi</a> with ❤️ and commitment.{% endif %}</p>
</div>
<div class="flex row">
<a href="{% if page.lang == 'it' %}https://it.liberapay.com/tommi/donate{% else %}https://liberapay.com/tommi/donate{% endif %}" title="Donate to Tommi using Liberapay">
<!--<a href="{% if page.lang == 'it' %}https://it.liberapay.com/tommi/donate{% else %}https://liberapay.com/tommi/donate{% endif %}" title="Donate to Tommi using Liberapay">
<img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg" />
</a>
</a>-->
<!-- <a class="newsletter written button" href="http://eepurl.com/haXMp5" target="_blank" rel="noopener noreferrer">{% if page.lang == 'it' %}Iscriviti alla newsletter{% else %}Subscribe to newsletter{% endif %}</a> -->
<div class="h-card button-box" id="social-box">

View File

@ -10,11 +10,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="mobile-web-app-capable" content="yes" />
<link rel="icon" href="{{ site.logos }}/favicon32.png" sizes="32x32" />
<link rel="icon" href="{{ site.logos }}/favicon64.png" sizes="64x64" />
<link rel="icon" href="{{ site.logos }}/favicon.png" sizes="160x160" />
<link rel="icon" href="{{ site.favicon}}" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="theme-color" content="{{ page.primary }}" />
<meta name="theme-color" content="#1D3557" />
<meta property="og:type" content="website" />
<meta property="og:article:published_time" content="{{ page.date | date_to_xmlschema }}" />
<meta property="og:locale:alternate" content="{% if page.lang == 'it' %}en{% else %}it{% endif %}" />

View File

@ -12,7 +12,7 @@
<li>{% if page.lang == 'it' %}<a href="/soluzioni" title="Soluzioni">Soluzioni{% else %}<a href="/solutions" title="Solutions and alternatives">Solutions{% endif %}</a></li>
<li><a href="{% if page.lang == 'it' %}/domande{% else %}/faq{% endif %}" title="Objections and Replies">FAQ</a></li>
{% unless page.ref == nil %}
<li id="language-selector" class="dropdown"><a onclick="langdropdown()" href="#!" title="language selector">&ensp;🌏</a>
<li id="language-selector" class="dropdown"><a onclick="langdropdown()" href="javascript:void(0);" title="language selector">&ensp;🌏</a>
<ul class="dropdown-content">
{% for cosa in site.pages %}
{% if cosa.ref == page.ref %}

View File

@ -1,10 +0,0 @@
---
# Jekyll layout that compresses HTML
# v3.1.0
# http://jch.penibelst.de/
# © 20142015 Anatol Broder
# MIT License
---
{% capture _LINE_FEED %}
{% endcapture %}{% if site.compress_html.ignore.envs contains jekyll.environment or site.compress_html.ignore.envs == "all" %}{{ content }}{% else %}{% capture _content %}{{ content }}{% endcapture %}{% assign _profile = site.compress_html.profile %}{% if site.compress_html.endings == "all" %}{% assign _endings = "html head body li dt dd optgroup option colgroup caption thead tbody tfoot tr td th" | split: " " %}{% else %}{% assign _endings = site.compress_html.endings %}{% endif %}{% for _element in _endings %}{% capture _end %}</{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _end %}{% endfor %}{% if _profile and _endings %}{% assign _profile_endings = _content | size | plus: 1 %}{% endif %}{% for _element in site.compress_html.startings %}{% capture _start %}<{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _start %}{% endfor %}{% if _profile and site.compress_html.startings %}{% assign _profile_startings = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.comments == "all" %}{% assign _comments = "<!-- -->" | split: " " %}{% else %}{% assign _comments = site.compress_html.comments %}{% endif %}{% if _comments.size == 2 %}{% capture _comment_befores %}.{{ _content }}{% endcapture %}{% assign _comment_befores = _comment_befores | split: _comments.first %}{% for _comment_before in _comment_befores %}{% if forloop.first %}{% continue %}{% endif %}{% capture _comment_outside %}{% if _carry %}{{ _comments.first }}{% endif %}{{ _comment_before }}{% endcapture %}{% capture _comment %}{% unless _carry %}{{ _comments.first }}{% endunless %}{{ _comment_outside | split: _comments.last | first }}{% if _comment_outside contains _comments.last %}{{ _comments.last }}{% assign _carry = false %}{% else %}{% assign _carry = true %}{% endif %}{% endcapture %}{% assign _content = _content | remove_first: _comment %}{% endfor %}{% if _profile %}{% assign _profile_comments = _content | size | plus: 1 %}{% endif %}{% endif %}{% assign _pre_befores = _content | split: "<pre" %}{% assign _content = "" %}{% for _pre_before in _pre_befores %}{% assign _pres = _pre_before | split: "</pre>" %}{% assign _pres_after = "" %}{% if _pres.size != 0 %}{% if site.compress_html.blanklines %}{% assign _lines = _pres.last | split: _LINE_FEED %}{% capture _pres_after %}{% for _line in _lines %}{% assign _trimmed = _line | split: " " | join: " " %}{% if _trimmed != empty or forloop.last %}{% unless forloop.first %}{{ _LINE_FEED }}{% endunless %}{{ _line }}{% endif %}{% endfor %}{% endcapture %}{% else %}{% assign _pres_after = _pres.last | split: " " | join: " " %}{% endif %}{% endif %}{% capture _content %}{{ _content }}{% if _pre_before contains "</pre>" %}<pre{{ _pres.first }}</pre>{% endif %}{% unless _pre_before contains "</pre>" and _pres.size == 1 %}{{ _pres_after }}{% endunless %}{% endcapture %}{% endfor %}{% if _profile %}{% assign _profile_collapse = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.clippings == "all" %}{% assign _clippings = "html head title base link meta style body article section nav aside h1 h2 h3 h4 h5 h6 hgroup header footer address p hr blockquote ol ul li dl dt dd figure figcaption main div table caption colgroup col tbody thead tfoot tr td th" | split: " " %}{% else %}{% assign _clippings = site.compress_html.clippings %}{% endif %}{% for _element in _clippings %}{% assign _edges = " <e;<e; </e>;</e>;</e> ;</e>" | replace: "e", _element | split: ";" %}{% assign _content = _content | replace: _edges[0], _edges[1] | replace: _edges[2], _edges[3] | replace: _edges[4], _edges[5] %}{% endfor %}{% if _profile and _clippings %}{% assign _profile_clippings = _content | size | plus: 1 %}{% endif %}{{ _content }}{% if _profile %} <table id="compress_html_profile_{{ site.time | date: "%Y%m%d" }}" class="compress_html_profile"> <thead> <tr> <td>Step <td>Bytes <tbody> <tr> <td>raw <td>{{ content | size }}{% if _profile_endings %} <tr> <td>endings <td>{{ _profile_endings }}{% endif %}{% if _profile_startings %} <tr> <td>startings <td>{{ _profile_startings }}{% endif %}{% if _profile_comments %} <tr> <td>comments <td>{{ _profile_comments }}{% endif %}{% if _profile_collapse %} <tr> <td>collapse <td>{{ _profile_collapse }}{% endif %}{% if _profile_clippings %} <tr> <td>clippings <td>{{ _profile_clippings }}{% endif %} </table>{% endif %}{% endif %}

View File

@ -1,5 +1,4 @@
---
layout: compress
---
<!DOCTYPE html>
<html lang="{% if page.lang == 'it' %}it{% else %}en{% endif %}">

12
netlify.toml Normal file
View File

@ -0,0 +1,12 @@
[[plugins]]
package = "netlify-plugin-minify-html"
[plugins.inputs]
contexts = [
'production',
'branch-deploy',
'deploy-preview'
]
[plugins.inputs.minifierOptions]
collapseInlineTagWhitespace = false

View File

@ -12,4 +12,6 @@ There are several ways to contribute to this website, and any of it is very much
- [**Translate**](/l10n "Localization page") the website's content
- **Add knowledge**: suggest videos, talks, researches, articles, etc.
- **Improve content**: fix typos, suggest better ways to explain things, report incorrect data or unreliable sources
- [Tommi](https://tommi.space "Tommi's personal website") is a student, he has no income and nevertheless he spent months [studying](/why "Why") the topic, developing the idea, building this website, and curating its content. You might consider **[making a donation](https://liberapay.com/tommi/donate "Make a donation through Liberapay")** for the time he devoted to quitsocialmedia.club.
<!--{% comment %}- [Tommi](https://tommi.space "Tommi's personal website") is a student, he has no income and nevertheless he spent months [studying](/why "Why") the topic, developing the idea, building this website, and curating its content. You might consider **[making a donation](https://liberapay.com/tommi/donate "Make a donation through Liberapay")** for the time he devoted to quitsocialmedia.club.{% endcomment %}-->
The last two points can be achieved by forking this websites [repository](https://github.com/xplosionmind/quitsocialmedia.club/ "quitsocialmedia.club source code on GitHub") and opening a pull request, or by [opening an issue](https://github.com/xplosionmind/quitsocialmedia.club/issues "quitsocialmedia.club repository issues on GitHub") on GitHub.

View File

@ -1,12 +0,0 @@
---
title: "Spread the word"
permalink: /share
redirect_from: ["/level-2", "/level2", "/l02", "/l2", "/l-02", "/l-2", "/awareness"]
ref: share
level: "2"
nextlevel: "3"
layout: level
description: "<strong>Level 2</strong>: share this website"
---
The most effective way to make the internet a healthier place is making everybody

View File

@ -6,6 +6,7 @@ level: "1"
nextlevel: "2"
description: "Learn what's wrong with Social Media platform and become more concious"
layout: level
published: false
---
Before taking action, you should learn the most you can about Social Media, and you should [grasp the purpose](/why) of quitting.

View File

@ -14,8 +14,10 @@ toc: true
## General
- Check out the [**Center for Humane Technology**s website](https://www.humanetech.com "Center for Humane Technology") and its podcast, <cite><a href="https://www.humanetech.com/podcast" rel="noopener noreferrer" target="_blank" title="Your Undivided Attention">Your Undivided Attention</a></cite>.
- [Delete Facebook](https://deletefacebook.com "DeleteFacebook.com") is the main website you want to refer to. Keep in mind that both Instagram and WhatsApp are owned by Facebook.
- [quitfacebook.org](https://quitfacebook.org "Quit Facebook"), a website which is something like this page: a list of links to resources
Go back to the [homepage](/ "Home")
Go back to the [homepage](/home "Home")
<br>

View File

@ -5,6 +5,7 @@ ref: path
description: "Too much information got you disoriented? This is the path to follow to free yourself from Social Media dependence."
layout: page
anchor: false
toc: false
---
You should not rush it (and very likely you don't even want to): don't delete any account straight away.\
Before you get there, *if* you do, there's an awareness path to follow.
@ -17,9 +18,12 @@ Before you get there, *if* you do, there's an awareness path to follow.
- **Level 0**: Find out more [about](/about "About quitsocialmedia.club") this website and [its purpose](/about#purpose "Purpose - quitsocialmedia.club")
- **Level 1**: understand [why](/why "Why") you should quit Social Media
- **Level 2**: find out resources
- **Level 2**: go through [more resources](/links "Links") and deepen your knowledge, also by [watching videos](/watch "Watch") and [listening to podcasts](/listen "Listen").
- **Level 3**: try **Taking control** by first taking some [intermediate steps](https://www.humanetech.com/take-control "Take Control - Humane Center of Technology")
- **Level 4**: [delete](/delete "Delete") your Social Media accounts
- **Level 5**: [Contribute](/contribute "Contribute") to this website
{% comment %}
<ul>
{% for level in site.pages %}
{% if level.level != nil and level.lang == page.lang %}
@ -28,30 +32,7 @@ Before you get there, *if* you do, there's an awareness path to follow.
{% endfor %}
</ul>
{% comment %}
## About
First of all, you should aknowledge [the purpose](/about) of this website, who created it, and why it's much needed.
<br>
## Why
[Why](/why) should you quit Social Media?
More importantly, are they that bad? The short answer is yes, they do. They're awesome for some things, but there are many other terrifying aspects to consider which objectively strongly overweight the pros.
The [why page](/why) is too long? Start from [here](/quick)
{:.blue .box}
<br>
## Act
You
<br>
## Free Software
@ -64,4 +45,4 @@ You may be interested in learning about [Free Software](https://fsfe.org/freesof
- [PrivacyTools](https://privacytools.io/)
- [Switching Software](https://switching.software/)
{% endcomment %}
{% endcomment %}

View File

@ -21,4 +21,7 @@ layout: page
- They are [closed](/why#closed) [monopolies](/why#monopolization) and they crush competition, leaving very little choice to enterprises and communicators
- They [standardize](/why#standardization) rules and parameters by making everything look the same
- Everything is built to be [quick](/why#hurry) and rewarding; slow reading and focus are losing their crucial importance
- [They use us](/why#being-used), while we believe we are using them instead.
- [They use us](/why#being-used), while we believe we are using them instead.
- You may now say <q>I agree, but…</q>: [I got you covered](/but "“But…”")
- Still not convinced enough? Read the [FAQs](/faq "Objections and Replies")
- Everything done? Good. Now [delete your accounts](/delete "Delete")

View File

@ -5,7 +5,7 @@ ref: sol
toc: true
layout: page
redirect_from: ["/sol", "/solution"]
description: "Being “social” without “Social Media” seems impossible. Nevertheless, it's a whole new life, full of surprises, excitement and authenticity, but, above all, <strong>freeedom</strong>. There are a few solutions which make life without Social Media connected and interactive anyway."
description: "Being “social” without “Social Media” seems impossible. Nevertheless, it's a whole new life, full of surprises, excitement and authenticity, but, above all, <strong>freedom</strong>. There are a few solutions which make life without Social Media connected and interactive anyway."
tags: l10n
---
## Briefly

View File

@ -4,7 +4,7 @@ permalink: /what
ref: what
layout: page
redirect_from: ["/what-social", "/what-are-social-media"]
description: "This website is about quitting Social Media, we got that. But *what* does a Social Medium actually is? Here, we aren't speaking of ***all*** Social Media platforms, but only some of them."
description: "This website is about quitting Social Media, we got that. But <i>what</i> does a Social Medium actually is? Here, we aren't speaking of <b><i>all</i></b> Social Media platforms, but only some of them."
---
The first few rows of the entry “[Social Media](https://en.wikipedia.org/wiki/Social_media "“Social Media„ on Wikipedia")„ on Wikipedia recite the following words:

View File

@ -26,6 +26,7 @@ Among the arguments presented below, you might not believe in one or two or them
### Further reading
- [Digital Discrimination: How Systemic Bias Is Built Into the Internet](https://thereboot.com/digital-discrimination-how-systemic-bias-is-built-into-the-internet/ "Digital Discrimination: How Systemic Bias Is Built Into the Internet") by Sanjana Varghese on [The Reboot](https://thereboot.com/ "The Reboot")
- [Facebook Will Permanently Stop Promoting Political Groups](https://www.forbes.com/sites/rachelsandler/2021/01/27/facebook-will-permanently-stop-promoting-political-groups/ "Facebook Will Permanently Stop Promoting Political Groups"), an article by [Rachel Sandler](https://www.forbes.com/sites/rachelsandler/ "Rachel Sandlers articles") on [Forbes](https://forbes.com "Forbes"), which underscores the point that in the end Facebook suggestions are more harmful than useful to the users
- [more](/links#anger "More resources about anger and Social Media")
<br>
@ -54,6 +55,7 @@ It goes without saying that hateful speech and anger lead to a strong polarizati
### Further reading
- [How Facebook profits from polarization](https://ted.com/talks/yael_eisenstat_how_facebook_profits_from_polarization "How Facebook profits from polarization"), a <mark class="red">TED Talk</mark> by [Yael Eisenstat](https://en.wikipedia.org/wiki/Yael_Eisenstat "Yael Eisenstat on Wikipedia")
- <cite><a href="https://thesocialdilemma.com" rel="noopener noreferrer" target="_blank" title="The Social Dilemma">The Social Dilemma</a></cite>, a <mark class="red">documentary</mark> by [Jeff Orlowski](https://en.wikipedia.org/wiki/Jeff_Orlowski "Jeff Orlowski")
- [more](/links#polarization "More resources on Polarization and Social Media")
@ -155,10 +157,14 @@ Facebook is now being sued in the US by the government and by several states, ex
## Sociality
In the end, so called “Social” Media are not really *social* anymore. If you think about it, they are more and more focused on everything except sociality, every day. You are bombarded with ads, suggestions of new features, [low quality content](#quality "Quality") every second, and you lose sight of the core principle of those platforms, which should be the one valued the most: **human relationships**.
In the end, so called “Social” Media are not really *social* anymore. If you think about it, they are more and more focused on everything except sociality. You are bombarded with ads, suggestions of new features, [low quality content](#quality "Quality") every second, and you lose sight of the core principle of those platforms, which should be the one valued the most: **human relationships**.
Why can't we just spend time exchanging opinions with our friends and reading what other people has to say about a topic without getting distracted by the other hundred things designed by Social Media owners to make more money?
### Further information
- [Do virtual social networks destroy the social fabric?](https://medium.com/swlh/do-virtual-social-networks-destroy-the-social-fabric-b1e96de514db "Do virtual social networks destroy the social fabric?") an article by Jürgen Derlath
<br>
<br>

View File

@ -1,6 +1,7 @@
---
title: Ascolta
layout: page
lang: it
description: "Invece di leggere o guardare contemuti sullargomento, potresti preferire dei podcast. eccone alcuni"
permalink: /ascolta
redirect_from: ["/it/listen"]

View File

@ -8,8 +8,10 @@ lang: it
---
Ci sono diversi modi per contribuire a *quitsocialmedia.club*; ognuno di essi sarebbe molto apprezzato.
- **Parlane**: rifletti con amici e colleghi delle questioni sollevate, condividi le idee proposte e sviluppa un pensiero al riguardo; questa è la più semplice e importante mossa.
- **Parlane**: rifletti con amici e colleghi delle questioni sollevate, condividi le idee proposte e sviluppa un pensiero al riguardo; questa è la mossa più semplice e importante.
- [**Traduci**](/l10n "Localization page") i contenuti del sito
- **Aggiungi contenuti**: suggerisci video, conferenze, ricerche, articoli, ecc. da aggiungere qui
- **Migliora i contenuti**: correggi errori grammaticali e di battiturafix typos, suggerisci migliori espressioni per spiegare qualcosa, segnala dati non corretti o fonti non affidabili
- [Tommi](https://tommi.space "Tommi's personal website") (il creatore di questo coso) è uno studente, non è pagato da nessuno e nonostante questo <u>ha speso ore ed ore, per diversi mesi</u> a [studiare](/perché "Perché") l'argomento, sviluppare l'idea, costruire questo sito, e curarne i contenuti. Potresti considerare di **[fare una donazione](https://it.liberapay.com/tommi/donate "fai una donazione tramite Liberapay")** per il tempo che ha dedicato a realizzare questo progetto.
- **Migliora i contenuti**: correggi errori grammaticali e di battitura, suggerisci migliori espressioni per spiegare qualcosa, segnala dati non corretti o fonti non affidabili
<!--{% comment %}- [Tommi](https://tommi.space "Tommi's personal website") (il creatore di questo coso) è uno studente, non è pagato da nessuno e nonostante questo <u>ha speso ore ed ore, per diversi mesi</u> a [studiare](/perché "Perché") l'argomento, sviluppare l'idea, costruire questo sito, e curarne i contenuti. Potresti considerare di **[fare una donazione](https://it.liberapay.com/tommi/donate "fai una donazione tramite Liberapay")** per il tempo che ha dedicato a realizzare questo progetto.{% endcomment %}-->
I due ultimi punti possono essere attuati clonando [la repository](https://github.com/xplosionmind/quitsocialmedia.club/ "quitsocialmedia.club source code on GitHub") del sito, oppure [aprendo un issue](https://github.com/xplosionmind/quitsocialmedia.club/issues "quitsocialmedia.club repository issues on GitHub") nella medesima, su GitHub.

View File

@ -3,5 +3,6 @@ title: Guarda
layout: page
description: "Invece di leggere, potresti preferire alcuni documentari o conferenze sui Social Media."
permalink: /guarda
lang: it
---
Per trovare contenuti visivi da guardare, cercare nella pagina [link](/it/links "Link") i link <mark class="red">evidenziati in rosso</mark>.

View File

@ -6,7 +6,6 @@ permalink: /info
redirect_from: ["/about-it", "/it/about", "/informazioni", "/it/l00", "/it/l0", "/it/level-0", "/it/level0"]
layout: page
description: "Cos'è <cite>quitsocialmedia.club</cite>, come e perché è nato ed il suo fine"
level: "0"
---
Sono Tommi, ho creato questo sito. Saltiamo la parte su di me, che si può leggere sul mio [sito web](https://tommi.space/about-it "Tommi").

View File

@ -1,12 +1,12 @@
---
tags: wip
title: Ma…
ref: ma
lang: it
permalink: /ma
redirect_from: ["/però", "/pero", "/obiezioni"]
layout: page
description: "Come ci sono diverse valide motivazioni per abbandonare i *Social Media*, ce ne sono innumerevoli, probabilmente di più, per non farlo. Qui affrontiamo le più comuni."
tags: wip
description: "Come ci sono diverse valide motivazioni per abbandonare i <i>Social Media</i>, ce ne sono innumerevoli, probabilmente di più, per non farlo. Qui affrontiamo le più comuni."
---
## Ma io ci lavoro!

View File

@ -7,7 +7,7 @@ lang: it
ref: why
toc: true
layout: page
description: "Perché abbandonare i *Social Media*?"
description: "Perché abbandonare i <i>Social Media</i>?"
---
Non ho ancora trovato un luogo su internet in cui siano riportate e riassunte *tutte* le diverse ragioni per cui i Social Media sono pericolosi e dannosi. È facile non fidarsi e non credere ad alcuni di questi, oppure perfino la maggioranza non saranno sufficienti per convincere chi leggerà.
Tuttavia, dopo aver analizzato ogni singola spiegazione, <u>è difficile negare che ci sia qualcosa che non va</u> e che sia necessario agire.
@ -25,6 +25,7 @@ Maggiore è la rabbia, maggiore è l'interazione, meglio è.
### Maggiori informazioni
- [Digital Discrimination: How Systemic Bias Is Built Into the Internet](https://thereboot.com/digital-discrimination-how-systemic-bias-is-built-into-the-internet/ "Digital Discrimination: How Systemic Bias Is Built Into the Internet") un articolo di Sanjana Varghese su [The Reboot](https://thereboot.com/ "The Reboot")
- [Facebook Will Permanently Stop Promoting Political Groups](https://www.forbes.com/sites/rachelsandler/2021/01/27/facebook-will-permanently-stop-promoting-political-groups/ "Facebook Will Permanently Stop Promoting Political Groups"), un articolo di [Rachel Sandler](https://www.forbes.com/sites/rachelsandler/ "Rachel Sandlers articles") su [Forbes](https://forbes.com "Forbes"), un sintomo del fatto che le raccomandazioni su Facebook sono più dannose per la società che utili per gli utenti
- [more](/links#anger "More resources about anger and Social Media")
<br>
@ -53,6 +54,7 @@ I *Social Media* non fanno molto per favorire un modo più pacifico di esprimere
### Maggiori informazioni
- [How Facebook profits from polarization](https://ted.com/talks/yael_eisenstat_how_facebook_profits_from_polarization "How Facebook profits from polarization"), un <mark class="red">TED Talk</mark> di [Yael Eisenstat](https://en.wikipedia.org/wiki/Yael_Eisenstat "Yael Eisenstat on Wikipedia")
- <cite><a href="https://thesocialdilemma.com" rel="noopener noreferrer" target="_blank" title="The Social Dilemma">The Social Dilemma</a></cite>, a <mark class="red">documentario</mark> di [Jeff Orlowski](https://it.wikipedia.org/wiki/Jeff_Orlowski "Jeff Orlowski")
- [altri contenuti](/links#polarization "More resources on Polarization and Social Media")
@ -167,7 +169,13 @@ Facebook è stato denunciato ed è ora sotto processo da parte del governo statu
## Socialità
+++ tradurre! [sociality](/why#sociality)
Alla fine, i cosiddetti “social” media, non sono poi così tanto *social*. A pensarci bene, sono sempre più incentrati su tutto eccetto che la socialità. Siamo bombardati da annunci, suggerimenti di nuove funzionalità, [contanuti di basso livello](#qualità), e si perdono di vista i valori fondamentali su cui tali piattaforme dovrebbero basarsi, che dovrebbero essere il centro di tutto: **le relazioni umane**.
Perché non possiamo socializzare, scambiare idee, confrontarci con amici e conoscenti senza dover accettare il compromesso di abbuffarci di contenuti che in realtà non ci interessano, oppure senza regalare un sacco di soldi a coloro che possiedono queste piattaforme?
### Maggiori informazioni
- [Do virtual social networks destroy the social fabric?](https://medium.com/swlh/do-virtual-social-networks-destroy-the-social-fabric-b1e96de514db "Do virtual social networks destroy the social fabric?") un articolo di Jürgen Derlath
<br>
<br>

View File

@ -1,28 +0,0 @@
---
title: Percorso
permalink: /percorso
redirect_from: ["/it/path", "/path-it", "/it-path", "/path/it"]
lang: it
ref: path
description: "Troppe informazioni ti disorientano? Prenditi un po' di tempo, respira, e segui questo percorso verso la libertà sul web."
layout: page
anchor: false
---
<p>
Non dovresti fare di corsa (anche perché probabilmente nemmeno vuoi): non eliminare alcun account immediatamente.<br />
Prima di arrivarci, se ci arriverai, è importante seguire <u>un percorso di <strong>consapevolezza</strong></u>.
</p>
<div class="red box">
Poiché si può agire a diversi livelli, in un anelito verso l'<a href="https://tommi.space/internet-freedom" target="_blank" title="“Internet Freedom” in Tommi's notes"><cite>Internet Freedom</cite></a>, ho trasformato questo percorso in un giochino: dal <a href="/l00">Livello 0</a> al <a href="/l1000">Livello 1000</a>.
</div>
<br>
<ul>
{% for level in site.pages %}
{% if level.level != nil and level.lang == page.lang %}
<li><strong>Livello {{ level.level }}</strong>: <a href="{{ level.url }}" target="_blank" title="Livello {{ level.level }}: {{ level.title }}">{{ level.title }}</a> - {{ level.description }}</li>
{% endif %}
{% endfor %}
</ul>

37
pages/it/Percorso.md Normal file
View File

@ -0,0 +1,37 @@
---
title: Percorso
permalink: /percorso
redirect_from: ["/it/path", "/path-it", "/it-path", "/path/it"]
lang: it
ref: path
description: "Troppe informazioni ti disorientano? Prenditi un po' di tempo, respira, e segui questo percorso verso la libertà sul web."
layout: page
anchor: false
toc: false
---
Non dovresti fare di corsa (anche perché probabilmente nemmeno vuoi): non eliminare alcun account immediatamente.\
Prima di arrivarci, se ci arriverai, è importante seguire <u>un percorso di <strong>consapevolezza</strong></u>.
<div class="red box">
Poiché si può agire a diversi livelli, in un anelito verso l'<a href="https://tommi.space/internet-freedom" target="_blank" title="“Internet Freedom” in Tommi's notes"><cite>Internet Freedom</cite></a>, ho trasformato questo percorso in un giochino: dal <a href="/l00">Livello 0</a> al <a href="/l1000">Livello 1000</a>.
</div>
<br>
- **Level 0**: scopri più [informazioni](/info "Info - quitsocialmedia.club") su questo sito e, soprattutto, il suo [il suo fine](/info#fine "Fine - quitsocialmedia.club")
- **Level 1**: comprendere [why](/perché "Perché") dovresti uscire dai *Social Media*
- **Level 2**: passa in rassegna [più contenuti](/it/links "Link") e approfondisci largomento, anche [guardando video](/guarda "Guarda") e [ascoltando podcast](/ascolta "Ascolta").
- **Level 3**: prova a **riprendere il controllo** sulla tua vita online seguendo alcune [tappe intermedie](https://www.humanetech.com/take-control "Take Control - Humane Center of Technology")
- **Level 4**: [elimina](/elimina "Elimina") i tuoi account sui *Social Media*
- **Level 5**: [Contribuisci](/contribuisci "Contribuisci") a questo sito web
{% comment %}
<ul>
{% for level in site.pages %}
{% if level.level != nil and level.lang == page.lang %}
<li><strong>Livello {{ level.level }}</strong>: <a href="{{ level.url }}" target="_blank" title="Livello {{ level.level }}: {{ level.title }}">{{ level.title }}</a> - {{ level.description }}</li>
{% endif %}
{% endfor %}
</ul>
{% endcomment %}

View File

@ -6,8 +6,7 @@ ref: sol
toc: true
layout: page
redirect_from: ["/sol-it", "/it/sol", "/soluzione", "/it/solutions"]
description: "Essere “social” senza “<i>Social Media</i>” sembra impossibile. Tuttavia, quella senza <em>Social Media</em> una nuova vita, straordinaria, piena di sorprese, scoperte, autenticità ed eccitazione, ma, soprattutto, <strong>libera</strong>. Esistono alcune favolose soluzioni talmente perfette che danno apparire i <i>Social Media</i> quasi inutili e stupidi."
tags: l10n
description: "Essere “social” senza “<i>Social Media</i>” sembra impossibile. Tuttavia, quella senza <i>Social Media</i> una nuova vita, straordinaria, piena di sorprese, scoperte, autenticità ed eccitazione, ma, soprattutto, <strong>libera</strong>. Esistono alcune favolose soluzioni talmente perfette che danno apparire i <i>Social Media</i> quasi inutili e stupidi."
---
## Brevemente
@ -66,34 +65,35 @@ Ho già trattato [le ragioni](/perché "Perché") per cui i *Social Media* così
Questi *Social Network* alternativi non sono solo gratis da utilizzare, ma anche liberamente replicabili: chiunque può [installarli sul proprio server](#crea-il-tuo) e facilmente connesse fra loro. Immagina di avere il tuo proprio Facebook. Quanto sarebbe favoloso?
- [Mastodon](https://joinmastodon.org "Mastodon"), con più di **quattro milioni di utenti** in tutto il mondo, è di gran lunga la piattaforma più diffusa e conosciuta; il suo funzionamento e la sua struttura sono molto simili a quelli di Twitter.
- [Pixelfed](https://pixelfed.org "Pixelfed") is almost identical to Instagram. It has stories, too!
- [Friendica](https://friendi.ca "Friendica official website") it something like Facebook.
- [PeerTube](https://joinpeertube.org "PeerTube official website") is a great paltform built by the French Framasoft. As the name suggests, it's like YouTube, but it relies on peer-to-peer video sharing to avoid stressing the servers which host the existing instances.
- [Pixelfed](https://pixelfed.org "Pixelfed") è praticamente identico a Instagram; ha anche le storie.
- [Friendica](https://friendi.ca "Friendica") è qualcosa di simile a Facebook
- [PeerTube](https://joinpeertube.org "PeerTube official website") è una grandiosa piattaforma di video streaming, sviluppata dalla francese [Framasoft](https://framasoft.org/it/ "Framasoft"). Come il nome suggerisce, è come YouTube, ma sfrutta anche un geniale sistema di streaming peer-to-peer dei video per stressare meno i server che contengono video particolarmente popolari.
The most awesome thing is that all of these platforms are connected among each other: I can follof from my mastodon account someone on PixelFed, as well as a PeerTube channel. This is possible because these healthier alternative Social Media platforms are based on the same protocol, [ActivityPub](https://en.wikipedia.org/wiki/ActivityPub "ActivityPub on Wikipedia"). Thanks to this federation, all of these platforms can interact with each other and together they composed what is wonderfully called the [*Fediverse*](https://www.wikiwand.com/en/Fediverse "Fediverse on Wikipedia") (which stands for *Federated (Social Media) Universe*)
Il dettaglio più sorprendente e grandioso è che tutte queste piattaforme, per quanto diverse, sono connesse fra loro: dal mio account su Mastodon posso seguire qualcuno su Pixelfed, così come un canale su PeerTube. Questo è possibile poiché questi *Social Media* alternativi sono basati su un protocollo chiamato [ActivityPub](https://it.wikipedia.org/wiki/ActivityPub "ActivityPub su Wikipedia"). Grazie a questo “federamento” le persone non solo su server, ma anche su *Social Media* differenti possono comunicare fra loro. Avere un account in uno di questi *Social* significa essere parte del magico [*Fediverse*](https://it.wikipedia.org/wiki/Fediverse "Fediverse on Wikipedia") (che sta per *Federated* (Social Media) *Universe*)
<br>
<br>
## Website
## Sito Web
The last solution is the best one: build your own website! Whatever your technical skills may be, you can be your own social media provider and create your online world by yourself. [Wordpress](https://wordpress.com "Wordpress") is the most popular and it's easiest way to start, but if you'd like to learn web development, I suggest [Jekyll](https://jekyllrb.com "Jekyll official website"), which I used for my personal site as well as this one!
Lultima soluzione è di gran lunga la migliore, la più soddisfacente ed inimitabile: costruire il proprio sito web! Qualunque possano essere le tue skill tecniche, si può essere il proprio *Social Media* *provider* e creare il proprio mondo online.\
[Wordpress](https://wordpress.com "Wordpress") è il programma più diffuso e semplice da utilizzare, ma in caso si intendesse approfondir ebasiche nozioni di sviluppo web, io suggerisco [Jekyll](https://jekyllrb.com "Jekyll"), che è stato utilizzato per creare questo stesso sito.
### Further info
### Maggiori informazioni
- [Get a Website Now! Don't be a Web Peasant!](https://youtu.be/bdKZVIGRAKQ "Get a Website Now! Don't be a Web Peasant!"), a YouTube video by [Luke Smith](https://lukesmith.xyz "Luke's personal website")
<br>
<br>
## Experiment
## Sperimentare
After quitting, instead of being [limited](/why#closed) you become free and your creativity is unbounded. Therefore, **start experimenting**!
Una volta eliminati i propri profili, invece di essere [limitati](/perché#chiusura "Perché > Choisura") si diventa liberi e privi di compromessi; per questo, **cominciare a sperimentare** potrebbe essere una ottima idea!
You may start a newsletter or record a podcast, they're very popular these days! Alternetively, you may consider focusing on more intimate and personal communications, sharing your life's milestones by sending [private messages](https://signal.org) to groups or individuals.
Potresti voler iniziare *una newsletter* o registrare un podcast, sono molto di moda, ultimamente. In alternativa, potrebbe essere una saggia scelta concentrarsi per un po' su comunicazioni più intime e personali, condividendo momenti importanti della propria vita inviando [messaggi privati](https://signal.org "Signal") a gruppi o persone.
<br>
<br>
Regardless of what you decide to do, you can start enjoying your freedom from Social Media.\
At first, it's going to be quite hard, but on the long run it's going to be a great gain!
Indipendentemente da cosa si possa decidere di fare, è importante cominciare a godere gradualmente di una sempre maggiore libertà ed indipendenza dai *Social Media*.\
Allinizio, sar àsicuramente dura, ma a lungo termine sarà un immenso guadagno!

View File

@ -9,6 +9,4 @@ lang: it
---
1. *quitsocialmedia.club* è stato creato da [Tommi](https://tommi.space "il sito personale di Tommi"), perché sentiva che le persone dovrebbero comprendere che i *Social Media*, per quanto vituperati, non sono **esclusivamente** piattaforme negative, ma le loro qualità sono su un piano di gran lunga inferiore ai loro pericolosi “difetti”.
2. Il fine di questo sito è mostrare l'inevitabilità del[l'abbandono](/elimina "Elimina i Social Media") dei *Social Media* (ma va?), ma ci sono [alcuni livelli intermedi](/percorso "Il percorso") che potrebbero nel frattempo rendere la tua vita molto migliore.
3. Se non ti va di leggere, puoi farti unidea della rilevanza +++
Continua su [quick](/quick), l'omologo di questa pagina, in inglese.
3. Se non ti va di leggere, puoi farti unidea della rilevanza +++

View File

@ -669,6 +669,19 @@ h1 {
h2 {
font-size: var(--bigger);
.anchor {
&::after {
content: '#';
}
}
}
h3 {
.anchor {
&::after {
content: '##';
}
}
}
.box {