tre anni dopo

This commit is contained in:
Francesco Mecca 2023-08-31 12:14:18 +02:00
parent 34ed10dfbf
commit 4d3d2168e8
18 changed files with 831 additions and 346 deletions

40
output/2023/index.html Normal file
View file

@ -0,0 +1,40 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Posts for year 2023 | Caught in the Net</title>
<link rel="stylesheet" href="../assets/blog/fonts/opensans.css">
<link href="../assets/blog/css/normalize.css" rel="stylesheet" type="text/css">
<link href="../assets/blog/css/cayman.css" rel="stylesheet" type="text/css">
<meta name="theme-color" content="#5670d4">
<meta name="generator" content="Nikola (getnikola.com)">
<link rel="alternate" type="application/rss+xml" title="RSS" hreflang="en" href="../rss.xml">
<link rel="canonical" href="francescomecca.eu/2023/">
</head>
<body>
<div id="container">
<section class="page-header"><h1 class="project-name">
Caught in the Net
</h1>
<h2 class="project-tagline">La rete ti cattura ma libera il pensiero</h2>
<a class="btn" href="../">Home</a>
<a class="btn" href="../pages/about/">About me</a>
<a class="btn" href="../pages/contattami/">Contact me</a>
<a class="btn" href="../archiveall.html">Archive</a>
<a class="btn" href="../rss.xml">RSS</a>
<a class="btn" href="http://francescomecca.eu/git/pesceWanda">Personal Git</a>
<a class="btn" href="https://github.com/FraMecca">Github</a>
<a class="btn" href="https://lezzo.org/git/public/Curriculum_vitae/raw/master/latex.dir/francesco_mecca_cv_eng.pdf">Curriculum</a>
</section><section class="main-content"><article class="listpage"><header><h1>Posts for year 2023</h1>
</header><ul class="postlist">
<li>
<time class="listdate" datetime="2023-08-12T00:00:00Z" title="2023-08-12 00:00">2023-08-12 00:00</time><a href="../blog/2023/08/12/three-years-later/" class="listtitle">Three years later</a>
</li>
</ul></article><footer class="site-footer" id="footer"><span> CC BY-SA 4.0 International.<br></span>
<span class="site-footer-credits"><a href="https://getnikola.com">Nikola</a>, <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a>.</span>
</footer></section>
</div>
</body>
</html>

View file

@ -30,6 +30,10 @@
</section><section class="main-content"><article class="listpage"><header><h1>Archive</h1>
</header><ul class="postlist">
<li>
<a href="2023/">2023</a>
(1)
</li>
<li>
<a href="2020/">2020</a>
(1)
</li>

View file

@ -29,6 +29,12 @@
<a class="btn" href="https://lezzo.org/git/public/Curriculum_vitae/raw/master/latex.dir/francesco_mecca_cv_eng.pdf">Curriculum</a>
</section><section class="main-content"><article class="listpage"><header><h1>Archive</h1>
</header><ul class="postlist">
<li style="list-style-type:none">2023 (1):
</li>
<hr>
<ul>
<li style="list-style-type:disc"><p>12 August 2023 » <a href="blog/2023/08/12/three-years-later/">Three years later</a></p></li>
</ul>
<li style="list-style-type:none">2020 (1):
</li>
<hr>

View file

@ -13,6 +13,7 @@
<link rel="canonical" href="francescomecca.eu/blog/2019/05/18/cultura-hacker/">
<meta name="author" content="Francesco Mecca">
<link rel="prev" href="../../../03/06/Dconf-2019/" title="Dconf 2019" type="text/html">
<link rel="next" href="../../../../2023/08/12/three-years-later/" title="Three years later" type="text/html">
<meta property="og:site_name" content="Caught in the Net">
<meta property="og:title" content="Breve storia della cultura hacker">
<meta property="og:url" content="francescomecca.eu/blog/2019/05/18/cultura-hacker/">

View file

@ -0,0 +1,101 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Three years later | Caught in the Net</title>
<link rel="stylesheet" href="../../../../../assets/blog/fonts/opensans.css">
<link href="../../../../../assets/blog/css/normalize.css" rel="stylesheet" type="text/css">
<link href="../../../../../assets/blog/css/cayman.css" rel="stylesheet" type="text/css">
<meta name="theme-color" content="#5670d4">
<meta name="generator" content="Nikola (getnikola.com)">
<link rel="alternate" type="application/rss+xml" title="RSS" hreflang="en" href="../../../../../rss.xml">
<link rel="canonical" href="francescomecca.eu/blog/2023/08/12/three-years-later/">
<meta name="author" content="Francesco Mecca">
<link rel="prev" href="../../../../2019/05/18/cultura-hacker/" title="Breve storia della cultura hacker" type="text/html">
<meta property="og:site_name" content="Caught in the Net">
<meta property="og:title" content="Three years later">
<meta property="og:url" content="francescomecca.eu/blog/2023/08/12/three-years-later/">
<meta property="og:description" content="More than three years have passed since my last blogpost. I used
to believe that a more hectic life would provide me with a
surplus of things to write about. While that holds true, the flip side
is t">
<meta property="og:type" content="article">
<meta property="article:published_time" content="2023-08-12T00:00:00Z">
<meta property="article:tag" content="blogging">
<meta property="article:tag" content="internet">
</head>
<body>
<div id="container">
<section class="page-header"><h1 class="project-name">
Caught in the Net
</h1>
<h2 class="project-tagline">La rete ti cattura ma libera il pensiero</h2>
<a class="btn" href="../../../../../">Home</a>
<a class="btn" href="../../../../../pages/about/">About me</a>
<a class="btn" href="../../../../../pages/contattami/">Contact me</a>
<a class="btn" href="../../../../../archiveall.html">Archive</a>
<a class="btn" href="../../../../../rss.xml">RSS</a>
<a class="btn" href="http://francescomecca.eu/git/pesceWanda">Personal Git</a>
<a class="btn" href="https://github.com/FraMecca">Github</a>
<a class="btn" href="https://lezzo.org/git/public/Curriculum_vitae/raw/master/latex.dir/francesco_mecca_cv_eng.pdf">Curriculum</a>
</section><section class="main-content"><div class="post">
<header><h1 class="post-title">
<h1 class="p-name post-title" itemprop="headline name">Three years later</h1>
</h1>
</header><p class="dateline post-date">12 August 2023</p>
</div>
<div class="e-content entry-content" itemprop="articleBody text">
<p>More than three years have passed since my last blogpost. I used
to believe that a more hectic life would provide me with a
surplus of things to write about. While that holds true, the flip side
is that I now find myself with less and less time for writing.</p>
<p>Let's be honest, it's not just that. I have been growing a little bit
unsatisfied with the current evolution of the corporate web.</p>
<p>I have already touched this topic when I stopped using reddit for good
(<a href="https://francescomecca.eu/blog/2018/3/27/addio-reddit/">here, in
italian</a>) but
I really stopped to reflect when
<del>AOL-Time-Warner-Pepsico-Viacom-Halliburton-Skynet-Toyota-Trader-Joe's</del>Microsoft
bought Github. At the time I removed the dust from my personal git
server and moved most of my stuff there. For more than a year now my
GitHub heatmap has remained empty, despite it being one of the
platforms where I used to engage the most frequently.</p>
<p>It's not that I'm exposed to more sunlight these days: I still utilize
the internet, albeit in a more pseudonymous manner now.</p>
<p>As I mastered the art of evading the corporate web everyday I
gallivanted my way across three relocations: from Paris to London and
finally to Amsterdam. My faithful companion through it all? None other
than my (t)rusty server. I bid adieu to all of the social networks in favor
of selfhosted and federated solutions. Email is now king in my social
online life but I still indulge lurking on the orange site.</p>
<p>A bunch of good friends joined me on this adventure, and we formed a
close-knit community around the services we host ourselves. We
interact daily through our servers. We also worked on a few art
projects, if you'll permit the exageration, embodying the essence of the bygone web era.
The pièce de résistance among these creations can
be accessed by playfully prodding at my IP address.</p>
<p>To be continued.</p>
</div>
<aside class="postpromonav"><nav><h4>Categories</h4>
<ul itemprop="keywords" class="tags">
<li><a class="tag p-category" href="../../../../../categories/blogging/" rel="tag">blogging</a></li>
<li><a class="tag p-category" href="../../../../../categories/internet/" rel="tag">internet</a></li>
</ul></nav></aside><p class="sourceline"><a href="index.md" class="sourcelink">Source</a></p>
<footer class="site-footer" id="footer"><span> CC BY-SA 4.0 International.<br></span>
<span class="site-footer-credits"><a href="https://getnikola.com">Nikola</a>, <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a>.</span>
</footer></section>
</div>
</body>
</html>

View file

@ -0,0 +1,47 @@
<!--
.. title: Three years later
.. slug: three-years-later
.. date: 2023-08-12
.. tags: blogging,internet
.. category: PesceWanda
.. link:
.. description:
.. type: text
-->
More than three years have passed since my last blogpost. I used
to believe that a more hectic life would provide me with a
surplus of things to write about. While that holds true, the flip side
is that I now find myself with less and less time for writing.
Let's be honest, it's not just that. I have been growing a little bit
unsatisfied with the current evolution of the corporate web.
I have already touched this topic when I stopped using reddit for good
([here, in
italian](https://francescomecca.eu/blog/2018/3/27/addio-reddit/)) but
I really stopped to reflect when
~~AOL-Time-Warner-Pepsico-Viacom-Halliburton-Skynet-Toyota-Trader-Joe's~~Microsoft
bought Github. At the time I removed the dust from my personal git
server and moved most of my stuff there. For more than a year now my
GitHub heatmap has remained empty, despite it being one of the
platforms where I used to engage the most frequently.
It's not that I'm exposed to more sunlight these days: I still utilize
the internet, albeit in a more pseudonymous manner now.
As I mastered the art of evading the corporate web everyday I
gallivanted my way across three relocations: from Paris to London and
finally to Amsterdam. My faithful companion through it all? None other
than my (t)rusty server. I bid adieu to all of the social networks in favor
of selfhosted and federated solutions. Email is now king in my social
online life but I still indulge lurking on the orange site.
A bunch of good friends joined me on this adventure, and we formed a
close-knit community around the services we host ourselves. We
interact daily through our servers. We also worked on a few art
projects, if you'll permit the exageration, embodying the essence of the bygone web era.
The pièce de résistance among these creations can
be accessed by playfully prodding at my IP address.
To be continued.

View file

@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Caught in the Net (Posts about blogging)</title><link>francescomecca.eu</link><description></description><atom:link href="francescomecca.eu/categories/blogging.xml" rel="self" type="application/rss+xml"></atom:link><language>en</language><copyright>Contents © 2023 &lt;a href="mailto:francescomecca.eu"&gt;Francesco Mecca&lt;/a&gt; </copyright><lastBuildDate>Thu, 31 Aug 2023 10:13:31 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Three years later</title><link>francescomecca.eu/blog/2023/08/12/three-years-later/</link><dc:creator>Francesco Mecca</dc:creator><description>&lt;p&gt;More than three years have passed since my last blogpost. I used
to believe that a more hectic life would provide me with a
surplus of things to write about. While that holds true, the flip side
is that I now find myself with less and less time for writing.&lt;/p&gt;
&lt;p&gt;Let's be honest, it's not just that. I have been growing a little bit
unsatisfied with the current evolution of the corporate web.&lt;/p&gt;
&lt;p&gt;I have already touched this topic when I stopped using reddit for good
(&lt;a href="https://francescomecca.eu/blog/2018/3/27/addio-reddit/"&gt;here, in
italian&lt;/a&gt;) but
I really stopped to reflect when
&lt;del&gt;AOL-Time-Warner-Pepsico-Viacom-Halliburton-Skynet-Toyota-Trader-Joe's&lt;/del&gt;Microsoft
bought Github. At the time I removed the dust from my personal git
server and moved most of my stuff there. For more than a year now my
GitHub heatmap has remained empty, despite it being one of the
platforms where I used to engage the most frequently.&lt;/p&gt;
&lt;p&gt;It's not that I'm exposed to more sunlight these days: I still utilize
the internet, albeit in a more pseudonymous manner now.&lt;/p&gt;
&lt;p&gt;As I mastered the art of evading the corporate web everyday I
gallivanted my way across three relocations: from Paris to London and
finally to Amsterdam. My faithful companion through it all? None other
than my (t)rusty server. I bid adieu to all of the social networks in favor
of selfhosted and federated solutions. Email is now king in my social
online life but I still indulge lurking on the orange site.&lt;/p&gt;
&lt;p&gt;A bunch of good friends joined me on this adventure, and we formed a
close-knit community around the services we host ourselves. We
interact daily through our servers. We also worked on a few art
projects, if you'll permit the exageration, embodying the essence of the bygone web era.
The pièce de résistance among these creations can
be accessed by playfully prodding at my IP address.&lt;/p&gt;
&lt;p&gt;To be continued.&lt;/p&gt;</description><category>blogging</category><category>internet</category><guid>francescomecca.eu/blog/2023/08/12/three-years-later/</guid><pubDate>Sat, 12 Aug 2023 00:00:00 GMT</pubDate></item></channel></rss>

View file

@ -0,0 +1,52 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Posts about blogging | Caught in the Net</title>
<link rel="stylesheet" href="../../assets/blog/fonts/opensans.css">
<link href="../../assets/blog/css/normalize.css" rel="stylesheet" type="text/css">
<link href="../../assets/blog/css/cayman.css" rel="stylesheet" type="text/css">
<meta name="theme-color" content="#5670d4">
<meta name="generator" content="Nikola (getnikola.com)">
<link rel="alternate" type="application/rss+xml" title="RSS" hreflang="en" href="../../rss.xml">
<link rel="canonical" href="francescomecca.eu/categories/blogging/">
<link rel="alternate" type="application/rss+xml" title="RSS for tag blogging" hreflang="en" href="../blogging.xml">
</head>
<body>
<div id="container">
<section class="page-header"><h1 class="project-name">
Caught in the Net
</h1>
<h2 class="project-tagline">La rete ti cattura ma libera il pensiero</h2>
<a class="btn" href="../../">Home</a>
<a class="btn" href="../../pages/about/">About me</a>
<a class="btn" href="../../pages/contattami/">Contact me</a>
<a class="btn" href="../../archiveall.html">Archive</a>
<a class="btn" href="../../rss.xml">RSS</a>
<a class="btn" href="http://francescomecca.eu/git/pesceWanda">Personal Git</a>
<a class="btn" href="https://github.com/FraMecca">Github</a>
<a class="btn" href="https://lezzo.org/git/public/Curriculum_vitae/raw/master/latex.dir/francesco_mecca_cv_eng.pdf">Curriculum</a>
</section><section class="main-content"><article class="tagpage"><header><h1>Posts about blogging</h1>
<div class="metadata">
<p class="feedlink">
<a href="../blogging.xml" hreflang="en" type="application/rss+xml">RSS feed</a>
</p>
</div>
</header><ul class="postlist">
<li>
<time class="listdate" datetime="2023-08-12T00:00:00Z" title="2023-08-12 00:00">2023-08-12 00:00</time><a href="../../blog/2023/08/12/three-years-later/" class="listtitle">Three years later</a><a></a>
</li>
</ul></article><footer class="site-footer" id="footer"><span> CC BY-SA 4.0 International.<br></span>
<span class="site-footer-credits"><a href="https://getnikola.com">Nikola</a>, <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a>.</span>
</footer></section>
</div>
</body>
</html>

View file

@ -1,5 +1,34 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Caught in the Net (Posts about PesceWanda)</title><link>francescomecca.eu</link><description></description><atom:link href="francescomecca.eu/categories/cat_pescewanda.xml" rel="self" type="application/rss+xml"></atom:link><language>en</language><copyright>Contents © 2023 &lt;a href="mailto:francescomecca.eu"&gt;Francesco Mecca&lt;/a&gt; </copyright><lastBuildDate>Wed, 30 Aug 2023 15:57:17 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Breve storia della cultura hacker</title><link>francescomecca.eu/blog/2019/05/18/cultura-hacker/</link><dc:creator>Francesco Mecca</dc:creator><description>&lt;p&gt;Per tre anni ho svolto una lezione sulla cultura hacker che precedentemente era tenuta da &lt;a href="https://nexa.polito.it/people/sbasso"&gt;Simone Basso&lt;/a&gt; al Politecnico di Torino per il corso &lt;a href="http://rivoluzionedigitale.polito.it/"&gt;Rivoluzione Digitale&lt;/a&gt;.
<?xml-stylesheet type="text/xsl" href="../assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Caught in the Net (Posts about PesceWanda)</title><link>francescomecca.eu</link><description></description><atom:link href="francescomecca.eu/categories/cat_pescewanda.xml" rel="self" type="application/rss+xml"></atom:link><language>en</language><copyright>Contents © 2023 &lt;a href="mailto:francescomecca.eu"&gt;Francesco Mecca&lt;/a&gt; </copyright><lastBuildDate>Thu, 31 Aug 2023 10:13:31 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Three years later</title><link>francescomecca.eu/blog/2023/08/12/three-years-later/</link><dc:creator>Francesco Mecca</dc:creator><description>&lt;p&gt;More than three years have passed since my last blogpost. I used
to believe that a more hectic life would provide me with a
surplus of things to write about. While that holds true, the flip side
is that I now find myself with less and less time for writing.&lt;/p&gt;
&lt;p&gt;Let's be honest, it's not just that. I have been growing a little bit
unsatisfied with the current evolution of the corporate web.&lt;/p&gt;
&lt;p&gt;I have already touched this topic when I stopped using reddit for good
(&lt;a href="https://francescomecca.eu/blog/2018/3/27/addio-reddit/"&gt;here, in
italian&lt;/a&gt;) but
I really stopped to reflect when
&lt;del&gt;AOL-Time-Warner-Pepsico-Viacom-Halliburton-Skynet-Toyota-Trader-Joe's&lt;/del&gt;Microsoft
bought Github. At the time I removed the dust from my personal git
server and moved most of my stuff there. For more than a year now my
GitHub heatmap has remained empty, despite it being one of the
platforms where I used to engage the most frequently.&lt;/p&gt;
&lt;p&gt;It's not that I'm exposed to more sunlight these days: I still utilize
the internet, albeit in a more pseudonymous manner now.&lt;/p&gt;
&lt;p&gt;As I mastered the art of evading the corporate web everyday I
gallivanted my way across three relocations: from Paris to London and
finally to Amsterdam. My faithful companion through it all? None other
than my (t)rusty server. I bid adieu to all of the social networks in favor
of selfhosted and federated solutions. Email is now king in my social
online life but I still indulge lurking on the orange site.&lt;/p&gt;
&lt;p&gt;A bunch of good friends joined me on this adventure, and we formed a
close-knit community around the services we host ourselves. We
interact daily through our servers. We also worked on a few art
projects, if you'll permit the exageration, embodying the essence of the bygone web era.
The pièce de résistance among these creations can
be accessed by playfully prodding at my IP address.&lt;/p&gt;
&lt;p&gt;To be continued.&lt;/p&gt;</description><category>blogging</category><category>internet</category><guid>francescomecca.eu/blog/2023/08/12/three-years-later/</guid><pubDate>Sat, 12 Aug 2023 00:00:00 GMT</pubDate></item><item><title>Breve storia della cultura hacker</title><link>francescomecca.eu/blog/2019/05/18/cultura-hacker/</link><dc:creator>Francesco Mecca</dc:creator><description>&lt;p&gt;Per tre anni ho svolto una lezione sulla cultura hacker che precedentemente era tenuta da &lt;a href="https://nexa.polito.it/people/sbasso"&gt;Simone Basso&lt;/a&gt; al Politecnico di Torino per il corso &lt;a href="http://rivoluzionedigitale.polito.it/"&gt;Rivoluzione Digitale&lt;/a&gt;.
Quest'anno, data la situazione con il corona virus e dato che non voglio essere registrato (cosa inevitabile qualora organizzassi una videolezione), ho deciso di scrivere questo blogpost dove riassumo quello che solitamente espongo.&lt;/p&gt;
&lt;h2&gt;Scopo della lezione&lt;/h2&gt;
&lt;p&gt;Capire la cultura hacker significa entrare in contatto con quelle che sono le motivazioni e la storia di persone che hanno contribuito in maniera fondamentale alla nascita di internet e hanno presentato al mondo un modo di pensare che ancora oggi è alle radici dell'informatica come strumento di cultura di massa.&lt;/p&gt;
@ -946,26 +975,4 @@ I divided my time between irc and mailing lists. I felt the obligation to archiv
&lt;p&gt;Then web caches arrived, the &lt;a href="francescomecca.eu/blog/2017/3/20/spazio-digitale-rant-facebook__eng/archive.org"&gt;Wayback Machine&lt;/a&gt;, Reddit, social networks. Nowdata can hardly ever disappear.&lt;/p&gt;
&lt;p&gt;It seems to me that it is just a worthy form of tenacity, not remembrance in any form.&lt;/p&gt;
&lt;p&gt;For the joy of archivists and the ones with a wistful gaze. And still unpleasant for someone.&lt;/p&gt;
&lt;p&gt;(This translation is for Madeline, thank you for still taking the time to read my blog)&lt;/p&gt;</description><category>community</category><category>Facebook</category><category>feudalesimo</category><category>feudalism</category><category>PesceWanda</category><category>Rivoluzione Digitale</category><guid>francescomecca.eu/blog/2017/3/20/spazio-digitale-rant-facebook__eng/</guid><pubDate>Mon, 20 Mar 2017 00:00:00 GMT</pubDate></item><item><title>Breve riflessione dal mio piccolo mondo virtuale</title><link>francescomecca.eu/blog/2017/3/7/spazio-digitale-rant-facebook/</link><dc:creator>Francesco Mecca</dc:creator><description>&lt;p&gt;Non sono una persona che va ai concerti. &lt;/p&gt;
&lt;p&gt;La registrazione in studio esplicita i processi logici che l'artista segue per arrivare al processo di consegna e questo mi ha sempre affascinato, in maniera assai maggiore della carica emotiva sprigionata da un concerto di notte.&lt;/p&gt;
&lt;p&gt;Ma ci sono due artisti, Dale Crover dei Melvins e Jeff Mangum le cui performance live sono state per me, come spettatore, in qualche modo epifaniche.&lt;/p&gt;
&lt;p&gt;Milano, dicembre del 2015, i Melvins stanno concludendo il loro più recente tour in Europa quando Jeff Pinkus lascia cadere il basso sul pavimento, regola gli effetti sulla pedaliera e lo prende a calci finché non produce la giusta ripetizione di suoni. Lentamente ciascun musicista si allontana dal palco, il basso insistente, ancora a terra.&lt;/p&gt;
&lt;p&gt;Quell'esecuzione mi fece riflettere sui processi di produzione che dominano la nostra comunicazione.
Possiamo immaginarci delle fasi. La prima é quella di &lt;strong&gt;sperimentazione&lt;/strong&gt; che é tanto più ovvia quanto immediata e involontaria.&lt;/p&gt;
&lt;p&gt;La seconda é quella del &lt;strong&gt;superamento&lt;/strong&gt;. Superamento é la consapevolezza che il brano composto oggi verrà suonato diversamente domani, é la ragion d'essere delle bozze, anche quando infinite.&lt;/p&gt;
&lt;p&gt;La terza e quella più importante per comprendere le dinamiche di rete é la &lt;strong&gt;dissipazione&lt;/strong&gt;.
Attraverso la dissipazione l'opera, che fissata nel momento aveva acquisito una propria dimensione di senso, é costretta a ripiegarsi su se stessa, vana si perde a causa dell'assenza di memoria.&lt;/p&gt;
&lt;h3&gt;Le dinamiche della Rete&lt;/h3&gt;
&lt;p&gt;In rete l' &lt;strong&gt;accanimento&lt;/strong&gt; si sostituisce alla &lt;em&gt;dissipazione&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;L' accanimento é il motivo per cui qualche migliaio di uomini di qualsiasi fattura sociale si riuniscono in &lt;a href="http://archive.is/g6wDr#selection-989.483-989.484"&gt;gruppi&lt;/a&gt; e condividono foto delle loro mogli, fidanzate e qualche amica. Non c'é nessuno scandalo nella foto in sé, sono scatti quotidiani spesso "rubati" dagli stessi profili delle donne riprese.&lt;/p&gt;
&lt;p&gt;Ne ha parlato &lt;a href="http://espresso.repubblica.it/inchieste/2017/01/17/news/stupro-su-facebook-ecco-cosa-si-dicono-gli-uomini-che-umiliano-le-donne-1.293546"&gt;Repubblica&lt;/a&gt;, se ne é parlato su &lt;a href="https://www.reddit.com/r/italy/comments/5nqtgt/una_ragazza_su_facebook_ha_denunciato_lesistenza/"&gt;reddit&lt;/a&gt;, perfino &lt;a href="http://i.imgur.com/Of41aQ0.jpg"&gt;Mentana&lt;/a&gt; nella sua ridicola posizione da cavaliere bianco di Facebook ha urlato contro questo fenomeno.&lt;/p&gt;
&lt;p&gt;Fenomeno che dal mio punto di vista nasce da una difficoltà di alcuni abitanti della rete ad affrontare l'assenza di dissipazione nella comunicazione online.&lt;/p&gt;
&lt;p&gt;Le macchine non ricordano eppure non smettono di ricordarci, anzi invadono il nostro spazio in rete con un continuo susseguirsi di foto e momenti di vita delle altre persone.&lt;/p&gt;
&lt;p&gt;Gli algoritmi non seguono il pacato moto del nostro tempo online e anzi lo spezzano, lo frammentano in attimi che hanno il ritmo di un giro della rotella del mouse, lo scorrere di un pollice.&lt;/p&gt;
&lt;h3&gt;Memoria&lt;/h3&gt;
&lt;p&gt;Nei miei primi anni le mie fugaci interazioni virtuali non avevano la qualità della memoria.&lt;/p&gt;
&lt;p&gt;Bulimico degli ascii, passavo da lunghe e sostenute conversazioni su irc al lurking di qualche mailing list, saltuariamente 4chan. Mi sentivo (e mi sento tutt'ora) obbligato ad archiviare qualsiasi riga che suscitasse un minimo di interesse o potesse avere qualche valore futuro.&lt;/p&gt;
&lt;p&gt;Poi sono arrivate le cache, &lt;a href="francescomecca.eu/blog/2017/3/7/spazio-digitale-rant-facebook/archive.org"&gt;Wayback Machine&lt;/a&gt;, Reddit, e sembra che i contenuti non scompaiano più.&lt;/p&gt;
&lt;p&gt;Eppure mi ci é voluto un po' per capire che questa non é memoria, solo una forma nobile di accanimento.&lt;/p&gt;
&lt;p&gt;Piace ai nostalgici, agli archivisti. &lt;/p&gt;
&lt;p&gt;Spaventa a chi di Internet non vuole farsene una ragione.&lt;/p&gt;</description><category>community</category><category>Facebook</category><category>feudalesimo</category><category>PesceWanda</category><category>Rivoluzione Digitale</category><guid>francescomecca.eu/blog/2017/3/7/spazio-digitale-rant-facebook/</guid><pubDate>Tue, 07 Mar 2017 00:00:00 GMT</pubDate></item></channel></rss>
&lt;p&gt;(This translation is for Madeline, thank you for still taking the time to read my blog)&lt;/p&gt;</description><category>community</category><category>Facebook</category><category>feudalesimo</category><category>feudalism</category><category>PesceWanda</category><category>Rivoluzione Digitale</category><guid>francescomecca.eu/blog/2017/3/20/spazio-digitale-rant-facebook__eng/</guid><pubDate>Mon, 20 Mar 2017 00:00:00 GMT</pubDate></item></channel></rss>

View file

@ -42,6 +42,9 @@
</header><ul class="postlist">
<li>
<time class="listdate" datetime="2023-08-12T00:00:00Z" title="2023-08-12 00:00">2023-08-12 00:00</time><a href="../../blog/2023/08/12/three-years-later/" class="listtitle">Three years later</a><a></a>
</li>
<li>
<time class="listdate" datetime="2020-04-06T00:00:00Z" title="2020-04-06 00:00">2020-04-06 00:00</time><a href="../../blog/2019/05/18/cultura-hacker/" class="listtitle">Breve storia della cultura hacker</a><a></a>
</li>
<li>

View file

@ -66,6 +66,7 @@
<li><a class="reference listtitle" href="bitcoin/">Bitcoin</a></li>
<li><a class="reference listtitle" href="bitcoin-scam/">bitcoin scam</a></li>
<li><a class="reference listtitle" href="blog/">blog</a></li>
<li><a class="reference listtitle" href="blogging/">blogging</a></li>
<li><a class="reference listtitle" href="bpc/">bpc</a></li>
<li><a class="reference listtitle" href="bulk-download-archiveorg/">bulk download archive.org</a></li>
<li><a class="reference listtitle" href="buridan/">buridan</a></li>
@ -114,6 +115,7 @@
<li><a class="reference listtitle" href="identita/">identità</a></li>
<li><a class="reference listtitle" href="instant-messaging/">instant messaging</a></li>
<li><a class="reference listtitle" href="intelligenze-artificiali/">Intelligenze artificiali</a></li>
<li><a class="reference listtitle" href="internet/">internet</a></li>
<li><a class="reference listtitle" href="jekyll/">jekyll</a></li>
<li><a class="reference listtitle" href="leibniz/">Leibniz</a></li>
<li><a class="reference listtitle" href="lezione/">lezione</a></li>

View file

@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Caught in the Net (Posts about internet)</title><link>francescomecca.eu</link><description></description><atom:link href="francescomecca.eu/categories/internet.xml" rel="self" type="application/rss+xml"></atom:link><language>en</language><copyright>Contents © 2023 &lt;a href="mailto:francescomecca.eu"&gt;Francesco Mecca&lt;/a&gt; </copyright><lastBuildDate>Thu, 31 Aug 2023 10:13:31 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Three years later</title><link>francescomecca.eu/blog/2023/08/12/three-years-later/</link><dc:creator>Francesco Mecca</dc:creator><description>&lt;p&gt;More than three years have passed since my last blogpost. I used
to believe that a more hectic life would provide me with a
surplus of things to write about. While that holds true, the flip side
is that I now find myself with less and less time for writing.&lt;/p&gt;
&lt;p&gt;Let's be honest, it's not just that. I have been growing a little bit
unsatisfied with the current evolution of the corporate web.&lt;/p&gt;
&lt;p&gt;I have already touched this topic when I stopped using reddit for good
(&lt;a href="https://francescomecca.eu/blog/2018/3/27/addio-reddit/"&gt;here, in
italian&lt;/a&gt;) but
I really stopped to reflect when
&lt;del&gt;AOL-Time-Warner-Pepsico-Viacom-Halliburton-Skynet-Toyota-Trader-Joe's&lt;/del&gt;Microsoft
bought Github. At the time I removed the dust from my personal git
server and moved most of my stuff there. For more than a year now my
GitHub heatmap has remained empty, despite it being one of the
platforms where I used to engage the most frequently.&lt;/p&gt;
&lt;p&gt;It's not that I'm exposed to more sunlight these days: I still utilize
the internet, albeit in a more pseudonymous manner now.&lt;/p&gt;
&lt;p&gt;As I mastered the art of evading the corporate web everyday I
gallivanted my way across three relocations: from Paris to London and
finally to Amsterdam. My faithful companion through it all? None other
than my (t)rusty server. I bid adieu to all of the social networks in favor
of selfhosted and federated solutions. Email is now king in my social
online life but I still indulge lurking on the orange site.&lt;/p&gt;
&lt;p&gt;A bunch of good friends joined me on this adventure, and we formed a
close-knit community around the services we host ourselves. We
interact daily through our servers. We also worked on a few art
projects, if you'll permit the exageration, embodying the essence of the bygone web era.
The pièce de résistance among these creations can
be accessed by playfully prodding at my IP address.&lt;/p&gt;
&lt;p&gt;To be continued.&lt;/p&gt;</description><category>blogging</category><category>internet</category><guid>francescomecca.eu/blog/2023/08/12/three-years-later/</guid><pubDate>Sat, 12 Aug 2023 00:00:00 GMT</pubDate></item></channel></rss>

View file

@ -0,0 +1,52 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Posts about internet | Caught in the Net</title>
<link rel="stylesheet" href="../../assets/blog/fonts/opensans.css">
<link href="../../assets/blog/css/normalize.css" rel="stylesheet" type="text/css">
<link href="../../assets/blog/css/cayman.css" rel="stylesheet" type="text/css">
<meta name="theme-color" content="#5670d4">
<meta name="generator" content="Nikola (getnikola.com)">
<link rel="alternate" type="application/rss+xml" title="RSS" hreflang="en" href="../../rss.xml">
<link rel="canonical" href="francescomecca.eu/categories/internet/">
<link rel="alternate" type="application/rss+xml" title="RSS for tag internet" hreflang="en" href="../internet.xml">
</head>
<body>
<div id="container">
<section class="page-header"><h1 class="project-name">
Caught in the Net
</h1>
<h2 class="project-tagline">La rete ti cattura ma libera il pensiero</h2>
<a class="btn" href="../../">Home</a>
<a class="btn" href="../../pages/about/">About me</a>
<a class="btn" href="../../pages/contattami/">Contact me</a>
<a class="btn" href="../../archiveall.html">Archive</a>
<a class="btn" href="../../rss.xml">RSS</a>
<a class="btn" href="http://francescomecca.eu/git/pesceWanda">Personal Git</a>
<a class="btn" href="https://github.com/FraMecca">Github</a>
<a class="btn" href="https://lezzo.org/git/public/Curriculum_vitae/raw/master/latex.dir/francesco_mecca_cv_eng.pdf">Curriculum</a>
</section><section class="main-content"><article class="tagpage"><header><h1>Posts about internet</h1>
<div class="metadata">
<p class="feedlink">
<a href="../internet.xml" hreflang="en" type="application/rss+xml">RSS feed</a>
</p>
</div>
</header><ul class="postlist">
<li>
<time class="listdate" datetime="2023-08-12T00:00:00Z" title="2023-08-12 00:00">2023-08-12 00:00</time><a href="../../blog/2023/08/12/three-years-later/" class="listtitle">Three years later</a><a></a>
</li>
</ul></article><footer class="site-footer" id="footer"><span> CC BY-SA 4.0 International.<br></span>
<span class="site-footer-credits"><a href="https://getnikola.com">Nikola</a>, <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a>.</span>
</footer></section>
</div>
</body>
</html>

View file

@ -30,7 +30,297 @@
<a class="btn" href="https://github.com/FraMecca">Github</a>
<a class="btn" href="https://lezzo.org/git/public/Curriculum_vitae/raw/master/latex.dir/francesco_mecca_cv_eng.pdf">Curriculum</a>
</section><section class="main-content"><div class="posts">
<article class="post"><header><h1 class="post-title"><a href="blog/2018/07/27/addio-reddit/" class="u-url">Un articolo per r/italyinformatica</a></h1>
<article class="post"><header><h1 class="post-title"><a href="blog/2018/10/2/eduhack-coventry/" class="u-url">eLearning in the age of Social Networks, the EduHack Platform</a></h1>
</header><div>
<span class="post-date">26 October 2018</span>
</div>
<br><div class="e-content entry-content">
<p>This is the revised transcript of my <a href="http://conf.owlteh.org/contributions/published/elearning-in-the-age-of-social-networks-the-eduhack-model/">talk</a> at the <a href="https://www.conf.owlteh.org/">OWLTEH Conference 2018</a> at the Coventry University.</p>
<p><img alt="Me, giving the talk" src="wp-content/uploads/2018/coventry.jpg"></p>
<h2>In the beginning there was the LMS</h2>
<p>Learning Management Systems appeared on the market around the beginning of 2000.</p>
<p>Since then they have been the foundation of the modern education sector, ranging from the basic functionalities of activity tracking, grades and analytics for the students (and in some cases the parents) to complex environments for remote education or even experimental pedagogies (e.g. <a href="https://fare.polito.it">FARE</a> that provides hospitalized students means to access the physical class and labs).</p>
<p>In the last five years commercial LMS reduced the pace of their progress, while providing better accessibility and decentralization.</p>
<p>The core of their principle hasn't changed. In this talk I am going to highlight their problems and outline a vision for a different approach that is supported by modern technologies.</p>
<h3>The problem of traditional LMS</h3>
<p>The design of a Learning Management System is based mainly around closed structures, such as very strict roles management and access management.</p>
<p>In a scenario where a professor might want to bring a domain expert during classes and online, a traditional LMS doesn't provide any kind of facilities for things such a role (in terms of login rights, rights towards other users, moderation capabilities).</p>
<p>There are many corner cases that lack a general method that allows users to expand the features of an LMS, especially when an institution lacks the technical means to bring development to such platforms.</p>
<p>Moreover, traditional LMS are highly gerarchic and foster an epistemology of "possession": learners are defined by the content that they "possess", the course they subscribed to, the material they downloaded. The educator is forced to be an authoritative source of knowledge that needs to direct the activity of the learners by having students pull the knowledge through an online portal. The flow is unidirectional and content centric.</p>
<p>In my experience instructors produce delivery-centered pedagogies because LMS lacks the flexibility to be adapted to learners, especially when they are used by a variety of instructors (e.g.: all of the professors of a UNI). While this model better reflects the traditional classroom I would argue that modern users are not used to this kind of dynamics in modern online communities.</p>
<p>You can learn more about the friction in the usage of traditional LMS in the following papers:</p>
<ul>
<li>
<p>Rubin, Fernandes, Avgerinou, &amp; Moore, 2010</p>
</li>
<li>
<p>Naveh, Tubin, &amp; Pliskin, 2010</p>
</li>
<li>
<p>Parry, 2009; Sanchez-Franco, 2010</p>
</li>
<li>
<p>Beebe et al., 2010</p>
</li>
</ul>
<h3>Hacking Education with Digital Pedagogies</h3>
<p>What happens when education gets "hacked" and transitions in the digital world?
This is what we envision within the realms of the EduHack project:</p>
<ul>
<li>
<p>"Content to consume" becomes "content to consume to produce content": learners become knowledge builders because producing intellectual outputs is the logical continuation to learning.</p>
</li>
<li>
<p>The environment goes from content centric to learner centric: teachers must be comfortable with the fluidity of such new roles.</p>
</li>
<li>
<p>The distribution of information goes from knowledge-push to knowledge-pull: learners actively seek out educational material and gets rewarded.</p>
</li>
</ul>
<p>In the academia the closest study in this direction has been:
eLearning 2 0 and new literacies are social practices lagging behind, W.-Y. Lim et al.</p>
<h4>What do we gain with OSNs</h4>
<p>In the Web 2.0 landscape and in particular for younger generations, Online Social Networks (OSNs) have strong potential for building and mantaining strong connections and create an informal learning environment that collects and puts into actions the ideas that I have described.
I wont rehash widely known statistics, but it must be said that nowadays OSNs, in particular Facebook, Youtube and Twitter have a high rate of penetration towards students of upper secondary and post secondary education. For younger students OSNs are their primary means of communication while dominating their usage of the internet overall.</p>
<ul>
<li>
<p>Using Social Networks Technology to Enhance Learning in Higher Education: a Case Study using Facebook.</p>
</li>
<li>
<p>Web-Based Learning Platforms integratins Social Networking for Design Educations at High Schols in China.</p>
</li>
<li>
<p>Using online social networking for teaching and learning: Facebook use at the University of Cape Town.</p>
</li>
</ul>
<h3>Case studies: Facebook as an alternative LMS</h3>
<p>Different case studies analyzed the possible uses of Facebook as a social LMS.
The following is a list of the positive and negative results of such studies grouped by User Experience Design (UX), Behavior of the users and Quantitative Participation.</p>
<h5>UX</h5>
<p>Advantages:</p>
<ol>
<li>
<p>Photos and discussions are presented better than traditional LMS.</p>
</li>
<li>
<p>User's walls, private messages and comments are considered just communication tools.</p>
</li>
<li>
<p>Users reported that the technologies used for sharing class related material was familiar.</p>
</li>
<li>
<p>Educators reported that Facebook was useful to answer questions in bulk.</p>
</li>
<li>
<p>Educators reported that given the capabilities above, they saved a lot of time that otherwise would have been spent dealing with class related communications and questions.</p>
</li>
</ol>
<p>Disadvantages:</p>
<ol>
<li>
<p>Users where skeptical in writing long essays.</p>
</li>
<li>
<p>Friction when used as a formal learning platform.</p>
</li>
<li>
<p>Private platforms have issues related to accessibilities and language. Communication was done in english even if that wasn't the case before;</p>
</li>
<li>
<p>Facebook doesn't support a wiki system.</p>
</li>
<li>
<p>There are no tools for group management.</p>
</li>
<li>
<p>There are no tools for sending bulk messages and group notifications.</p>
</li>
<li>
<p>No capabilities for deletion and archival of material.</p>
</li>
<li>
<p>No support for common multimedia (such as powerpoint slides or pdf).</p>
</li>
<li>
<p>Maximum characters limit for posts.</p>
</li>
</ol>
<h5>Behavior of the users</h5>
<p>Advantages:</p>
<ol>
<li>
<p>Users reached to older students and befriended them.</p>
</li>
<li>
<p>Users reported that they felt less pressure online.</p>
</li>
<li>
<p>Educators found that boldlier students asked more questions because of absense of face to face shyness.</p>
</li>
<li>
<p>Students help each other in answering questions</p>
</li>
<li>
<p>Six people from prior classes idependently requested to join the group</p>
</li>
<li>
<p>Constant and more accurate feedback for teachers</p>
</li>
<li>
<p>Constant communication for teachers</p>
</li>
<li>
<p>They got to know classmates better</p>
</li>
<li>
<p>In heavily moderated OSNs, few users find disappropriate contents.</p>
</li>
<li>
<p>In a comparison Facebook's discussion were more numerous than Moodle's discussions even when people were not allowed to be friends</p>
</li>
</ol>
<p>Disadvantages:</p>
<ol>
<li>
<p>Addiction</p>
</li>
<li>
<p>Students reported difficulties to get used to the new online persona.</p>
</li>
<li>
<p>Miscommunication: many prefer face to face interaction to express views. This maybe because they are used to it in traditional classrooms.</p>
</li>
<li>
<p>Some people say that they don't feel safe on FB (this is even more common when interviewing master students).</p>
</li>
<li>
<p>Some students worry that their personal life could be discovered and misjudged by tutors.</p>
</li>
<li>
<p>Students avoided to befriend educators and lecturers in order to hide their private lives.</p>
</li>
<li>
<p>During the research period, no student befriended the interviewed lecturers.</p>
</li>
<li>
<p>Students did not accept friend requests from lecturers.</p>
</li>
</ol>
<h5>Quantitative Participation</h5>
<p>Advantages:</p>
<ol>
<li>
<p>Overall the students are more responsive to issues and questions raised in classes.</p>
</li>
<li>
<p>There is a higher number of ongoing discussions in any period.</p>
</li>
<li>
<p>Users log to Facebook for class related activities also during vacations (while the university LMS was almost not used).</p>
</li>
<li>
<p>Very active participation: more than 90% of the students used Facebook outside of classes for study related activities.</p>
</li>
<li>
<p>Improved discussion outside of classes.</p>
</li>
<li>
<p>Students post class related material.</p>
</li>
<li>
<p>Creation of many User Generated Content.</p>
</li>
</ol>
<p>There are no relevant reported challenges regarding participation and usage patterns.</p>
<h3>Where do we go from here?</h3>
<p>I want to highlight some other threats that an OSN such as Facebook poses to the Open Web.</p>
<ul>
<li>
<p>The issue of privacy: forcing students to use a service that mines and sells their data is <strong>unethical</strong>.</p>
</li>
<li>
<p>Identity pollution: the open web is based on the principle of pseudoanonimity, users should be capable of build a prism of different online identity for different communities and environments.</p>
</li>
<li>
<p>Studies report Facebook as more appropriate for younger students, but younger people have higher rates of addiction to OSNs as well.</p>
</li>
<li>
<p>Addicted OSNs users have a lower GPA.</p>
</li>
<li>
<p>20% of college students reported being stalked on OSNs.</p>
</li>
</ul>
<p>While the reported results about learners and educators participation in the usage of OSNs as LMS is astounding, forcing students to signup and give away their sensible data to private services is debatable and could be considered unethical.</p>
<h2>The EduHack model</h2>
<p>We need to develop a new LMS that is respectful of the Open Web standards without providing any friction to the users.</p>
<p>For this reasons, as part of the EduHack Project, we are developing the EduHack Knowledge Sharing Platform.</p>
<p>The EduHack Knowledge Sharing Platform was born around the assumption that many of the advantages in terms of user engagement and group dynamics</p>
<p>provided by OSNs could be replicated by adopting their widely known design patterns and mimicing closely the UX.</p>
<p>At the core of the platform there are the founding principles of the Open Web.</p>
<p>For this reason no data is collected of mined. Users are provided with an account that could be separated from their different online persona.</p>
<h5>A platform for collaborative learning</h5>
<p>The EduHack Knowledge Sharing Platform is divided into two parts.</p>
<p>The personal area is user centric and provides a window into the activities of the user in the form of multimedia blogposts.</p>
<p>The user can create and manage different roles for external editors to his private area. By default no other user is allowed to post a "story" in his personal area, but other users can be added as team members and can manage group works in different blogs.</p>
<p>Learners are expected to elaborate and remix what they learned (e.g. from online classes or MOOCs).</p>
<p>The public area is modelled after the UX of Reddit and it is divided into diffent sections (e.g.: mathematics, IT, discrete phisics, etc...), each providing a wiki.</p>
<p>Learners can subscribe to different sections or different users and be notified of new content or interactions.</p>
<p>Every user is allowed to post a link, an essay or any other widely adopted multimedia artifact to any section. Every user can positively vote and comment every post made. Comments can be positively voted as well.</p>
<p>Comments and content can be ordered by a custom algorithm (Wilson score interval) or chronologically.</p>
<p>Educators have a custom flair, can create new sections and moderate them. Moderation consists in changing links, removing posts or comments. Vote cannot be altered.</p>
<h3>Conclusions</h3>
<p>The EduHack Knowledge Sharing Platform is an ongoing effort to evolve LMS and augment them with social features and modern group dynamics.</p>
<p>The UX is modeled after a widely used social network without sacrificing consolidated approaches from traditional LMS.</p>
<p>We want to provide with this model an ethically sound framework for user centric, knowledge-pull pedagogies.</p>
<h3>References</h3>
<ul>
<li>
<p>Using online social networking for Teaching and learning: Facebook use at the University of Cape Town, Tanja E Bosch.</p>
</li>
<li>
<p>The myths about e-learning in higher education, James Kariuki Njenga and Louis Cyril Henry Fourie</p>
</li>
<li>
<p>Group Formation in eLearning-enabled Social Networks, Steffen Brauer and Thomas C. Schmidt </p>
</li>
<li>
<p>eLearning 2.0 and new literacies: are social laggin behind, Wei-Ying Lim, Hyo-Jeong So and Seng-Chee Tan</p>
</li>
<li>
<p>Using the Facebook group as a learning management system: An exploratory study, Qiyun Wang, Huay Lit Woo, Choon Lang Quek, Yuqin Yang and Mei Liu</p>
</li>
<li>
<p>Using Social Networking Technology to Enhance Learning in Higher Education: A Case Study Using Facebook, Peter Ractham and Daniel Firpo</p>
</li>
<li>
<p>Students and teachers use of Facebook, Khe Foon Hew</p>
</li>
<li>
<p>The future of e-learning: a shift to knowledge networking and social software, Mohamed Amine Chatti and Matthias Jarke</p>
</li>
<li>
<p>Using Facebook as course management software: a case study, Elizabeth M. LaRue</p>
</li>
<li>
<p>Electronic Social Media in Teaching: Usages, Benefits, and Barriers as Viewed by Sudanese Faculty Members, Ahmed Yousif Abdelraheem and Abdelrahman Mohammed Ahmed</p>
</li>
<li>
<p>The Use of Social Networking in Education: Challenges and Opportunities: Ashraf Jalal Yousef Zaidieh</p>
</li>
<li>
<p>Findings on Facebook in higher education: A comparison of college faculty and student uses and perceptions of social networking sites, M.D. Roblyer, Michelle McDaniel, Marsena Webb, James Herman and James Vince Witty e,4</p>
</li>
<li>
<p>Online social networks: Why do students use facebook? Christy M.K. Cheung, Pui-Yee Chiu and Matthew K.O. Lee</p>
</li>
<li>
<p>e-Learning: The student experience, Jennifer Gilbert, Susan Morton and Jennifer Rowley</p>
</li>
</ul>
</div>
</article><br><hr>
<br><article class="post"><header><h1 class="post-title"><a href="blog/2018/07/27/addio-reddit/" class="u-url">Un articolo per r/italyinformatica</a></h1>
</header><div>
<span class="post-date">27 July 2018</span>
</div>

View file

@ -12,7 +12,7 @@
<link rel="alternate" type="application/rss+xml" title="RSS" hreflang="en" href="rss.xml">
<link rel="canonical" href="francescomecca.eu/">
<link rel="next" href="index-19.html" type="text/html">
<link rel="prefetch" href="blog/2019/05/18/cultura-hacker/" type="text/html">
<link rel="prefetch" href="blog/2023/08/12/three-years-later/" type="text/html">
</head>
<body>
<div id="container">
@ -30,7 +30,44 @@
<a class="btn" href="https://github.com/FraMecca">Github</a>
<a class="btn" href="https://lezzo.org/git/public/Curriculum_vitae/raw/master/latex.dir/francesco_mecca_cv_eng.pdf">Curriculum</a>
</section><section class="main-content"><div class="posts">
<article class="post"><header><h1 class="post-title"><a href="blog/2019/05/18/cultura-hacker/" class="u-url">Breve storia della cultura hacker</a></h1>
<article class="post"><header><h1 class="post-title"><a href="blog/2023/08/12/three-years-later/" class="u-url">Three years later</a></h1>
</header><div>
<span class="post-date">12 August 2023</span>
</div>
<br><div class="e-content entry-content">
<p>More than three years have passed since my last blogpost. I used
to believe that a more hectic life would provide me with a
surplus of things to write about. While that holds true, the flip side
is that I now find myself with less and less time for writing.</p>
<p>Let's be honest, it's not just that. I have been growing a little bit
unsatisfied with the current evolution of the corporate web.</p>
<p>I have already touched this topic when I stopped using reddit for good
(<a href="https://francescomecca.eu/blog/2018/3/27/addio-reddit/">here, in
italian</a>) but
I really stopped to reflect when
<del>AOL-Time-Warner-Pepsico-Viacom-Halliburton-Skynet-Toyota-Trader-Joe's</del>Microsoft
bought Github. At the time I removed the dust from my personal git
server and moved most of my stuff there. For more than a year now my
GitHub heatmap has remained empty, despite it being one of the
platforms where I used to engage the most frequently.</p>
<p>It's not that I'm exposed to more sunlight these days: I still utilize
the internet, albeit in a more pseudonymous manner now.</p>
<p>As I mastered the art of evading the corporate web everyday I
gallivanted my way across three relocations: from Paris to London and
finally to Amsterdam. My faithful companion through it all? None other
than my (t)rusty server. I bid adieu to all of the social networks in favor
of selfhosted and federated solutions. Email is now king in my social
online life but I still indulge lurking on the orange site.</p>
<p>A bunch of good friends joined me on this adventure, and we formed a
close-knit community around the services we host ourselves. We
interact daily through our servers. We also worked on a few art
projects, if you'll permit the exageration, embodying the essence of the bygone web era.
The pièce de résistance among these creations can
be accessed by playfully prodding at my IP address.</p>
<p>To be continued.</p>
</div>
</article><br><hr>
<br><article class="post"><header><h1 class="post-title"><a href="blog/2019/05/18/cultura-hacker/" class="u-url">Breve storia della cultura hacker</a></h1>
</header><div>
<span class="post-date">06 April 2020</span>
</div>
@ -382,296 +419,6 @@ I miei sforzi nell'imparare questo linguaggio sono confluiti nella partecipazion
<p>See you there!</p>
</div>
</article><br><hr>
<br><article class="post"><header><h1 class="post-title"><a href="blog/2018/10/2/eduhack-coventry/" class="u-url">eLearning in the age of Social Networks, the EduHack Platform</a></h1>
</header><div>
<span class="post-date">26 October 2018</span>
</div>
<br><div class="e-content entry-content">
<p>This is the revised transcript of my <a href="http://conf.owlteh.org/contributions/published/elearning-in-the-age-of-social-networks-the-eduhack-model/">talk</a> at the <a href="https://www.conf.owlteh.org/">OWLTEH Conference 2018</a> at the Coventry University.</p>
<p><img alt="Me, giving the talk" src="wp-content/uploads/2018/coventry.jpg"></p>
<h2>In the beginning there was the LMS</h2>
<p>Learning Management Systems appeared on the market around the beginning of 2000.</p>
<p>Since then they have been the foundation of the modern education sector, ranging from the basic functionalities of activity tracking, grades and analytics for the students (and in some cases the parents) to complex environments for remote education or even experimental pedagogies (e.g. <a href="https://fare.polito.it">FARE</a> that provides hospitalized students means to access the physical class and labs).</p>
<p>In the last five years commercial LMS reduced the pace of their progress, while providing better accessibility and decentralization.</p>
<p>The core of their principle hasn't changed. In this talk I am going to highlight their problems and outline a vision for a different approach that is supported by modern technologies.</p>
<h3>The problem of traditional LMS</h3>
<p>The design of a Learning Management System is based mainly around closed structures, such as very strict roles management and access management.</p>
<p>In a scenario where a professor might want to bring a domain expert during classes and online, a traditional LMS doesn't provide any kind of facilities for things such a role (in terms of login rights, rights towards other users, moderation capabilities).</p>
<p>There are many corner cases that lack a general method that allows users to expand the features of an LMS, especially when an institution lacks the technical means to bring development to such platforms.</p>
<p>Moreover, traditional LMS are highly gerarchic and foster an epistemology of "possession": learners are defined by the content that they "possess", the course they subscribed to, the material they downloaded. The educator is forced to be an authoritative source of knowledge that needs to direct the activity of the learners by having students pull the knowledge through an online portal. The flow is unidirectional and content centric.</p>
<p>In my experience instructors produce delivery-centered pedagogies because LMS lacks the flexibility to be adapted to learners, especially when they are used by a variety of instructors (e.g.: all of the professors of a UNI). While this model better reflects the traditional classroom I would argue that modern users are not used to this kind of dynamics in modern online communities.</p>
<p>You can learn more about the friction in the usage of traditional LMS in the following papers:</p>
<ul>
<li>
<p>Rubin, Fernandes, Avgerinou, &amp; Moore, 2010</p>
</li>
<li>
<p>Naveh, Tubin, &amp; Pliskin, 2010</p>
</li>
<li>
<p>Parry, 2009; Sanchez-Franco, 2010</p>
</li>
<li>
<p>Beebe et al., 2010</p>
</li>
</ul>
<h3>Hacking Education with Digital Pedagogies</h3>
<p>What happens when education gets "hacked" and transitions in the digital world?
This is what we envision within the realms of the EduHack project:</p>
<ul>
<li>
<p>"Content to consume" becomes "content to consume to produce content": learners become knowledge builders because producing intellectual outputs is the logical continuation to learning.</p>
</li>
<li>
<p>The environment goes from content centric to learner centric: teachers must be comfortable with the fluidity of such new roles.</p>
</li>
<li>
<p>The distribution of information goes from knowledge-push to knowledge-pull: learners actively seek out educational material and gets rewarded.</p>
</li>
</ul>
<p>In the academia the closest study in this direction has been:
eLearning 2 0 and new literacies are social practices lagging behind, W.-Y. Lim et al.</p>
<h4>What do we gain with OSNs</h4>
<p>In the Web 2.0 landscape and in particular for younger generations, Online Social Networks (OSNs) have strong potential for building and mantaining strong connections and create an informal learning environment that collects and puts into actions the ideas that I have described.
I wont rehash widely known statistics, but it must be said that nowadays OSNs, in particular Facebook, Youtube and Twitter have a high rate of penetration towards students of upper secondary and post secondary education. For younger students OSNs are their primary means of communication while dominating their usage of the internet overall.</p>
<ul>
<li>
<p>Using Social Networks Technology to Enhance Learning in Higher Education: a Case Study using Facebook.</p>
</li>
<li>
<p>Web-Based Learning Platforms integratins Social Networking for Design Educations at High Schols in China.</p>
</li>
<li>
<p>Using online social networking for teaching and learning: Facebook use at the University of Cape Town.</p>
</li>
</ul>
<h3>Case studies: Facebook as an alternative LMS</h3>
<p>Different case studies analyzed the possible uses of Facebook as a social LMS.
The following is a list of the positive and negative results of such studies grouped by User Experience Design (UX), Behavior of the users and Quantitative Participation.</p>
<h5>UX</h5>
<p>Advantages:</p>
<ol>
<li>
<p>Photos and discussions are presented better than traditional LMS.</p>
</li>
<li>
<p>User's walls, private messages and comments are considered just communication tools.</p>
</li>
<li>
<p>Users reported that the technologies used for sharing class related material was familiar.</p>
</li>
<li>
<p>Educators reported that Facebook was useful to answer questions in bulk.</p>
</li>
<li>
<p>Educators reported that given the capabilities above, they saved a lot of time that otherwise would have been spent dealing with class related communications and questions.</p>
</li>
</ol>
<p>Disadvantages:</p>
<ol>
<li>
<p>Users where skeptical in writing long essays.</p>
</li>
<li>
<p>Friction when used as a formal learning platform.</p>
</li>
<li>
<p>Private platforms have issues related to accessibilities and language. Communication was done in english even if that wasn't the case before;</p>
</li>
<li>
<p>Facebook doesn't support a wiki system.</p>
</li>
<li>
<p>There are no tools for group management.</p>
</li>
<li>
<p>There are no tools for sending bulk messages and group notifications.</p>
</li>
<li>
<p>No capabilities for deletion and archival of material.</p>
</li>
<li>
<p>No support for common multimedia (such as powerpoint slides or pdf).</p>
</li>
<li>
<p>Maximum characters limit for posts.</p>
</li>
</ol>
<h5>Behavior of the users</h5>
<p>Advantages:</p>
<ol>
<li>
<p>Users reached to older students and befriended them.</p>
</li>
<li>
<p>Users reported that they felt less pressure online.</p>
</li>
<li>
<p>Educators found that boldlier students asked more questions because of absense of face to face shyness.</p>
</li>
<li>
<p>Students help each other in answering questions</p>
</li>
<li>
<p>Six people from prior classes idependently requested to join the group</p>
</li>
<li>
<p>Constant and more accurate feedback for teachers</p>
</li>
<li>
<p>Constant communication for teachers</p>
</li>
<li>
<p>They got to know classmates better</p>
</li>
<li>
<p>In heavily moderated OSNs, few users find disappropriate contents.</p>
</li>
<li>
<p>In a comparison Facebook's discussion were more numerous than Moodle's discussions even when people were not allowed to be friends</p>
</li>
</ol>
<p>Disadvantages:</p>
<ol>
<li>
<p>Addiction</p>
</li>
<li>
<p>Students reported difficulties to get used to the new online persona.</p>
</li>
<li>
<p>Miscommunication: many prefer face to face interaction to express views. This maybe because they are used to it in traditional classrooms.</p>
</li>
<li>
<p>Some people say that they don't feel safe on FB (this is even more common when interviewing master students).</p>
</li>
<li>
<p>Some students worry that their personal life could be discovered and misjudged by tutors.</p>
</li>
<li>
<p>Students avoided to befriend educators and lecturers in order to hide their private lives.</p>
</li>
<li>
<p>During the research period, no student befriended the interviewed lecturers.</p>
</li>
<li>
<p>Students did not accept friend requests from lecturers.</p>
</li>
</ol>
<h5>Quantitative Participation</h5>
<p>Advantages:</p>
<ol>
<li>
<p>Overall the students are more responsive to issues and questions raised in classes.</p>
</li>
<li>
<p>There is a higher number of ongoing discussions in any period.</p>
</li>
<li>
<p>Users log to Facebook for class related activities also during vacations (while the university LMS was almost not used).</p>
</li>
<li>
<p>Very active participation: more than 90% of the students used Facebook outside of classes for study related activities.</p>
</li>
<li>
<p>Improved discussion outside of classes.</p>
</li>
<li>
<p>Students post class related material.</p>
</li>
<li>
<p>Creation of many User Generated Content.</p>
</li>
</ol>
<p>There are no relevant reported challenges regarding participation and usage patterns.</p>
<h3>Where do we go from here?</h3>
<p>I want to highlight some other threats that an OSN such as Facebook poses to the Open Web.</p>
<ul>
<li>
<p>The issue of privacy: forcing students to use a service that mines and sells their data is <strong>unethical</strong>.</p>
</li>
<li>
<p>Identity pollution: the open web is based on the principle of pseudoanonimity, users should be capable of build a prism of different online identity for different communities and environments.</p>
</li>
<li>
<p>Studies report Facebook as more appropriate for younger students, but younger people have higher rates of addiction to OSNs as well.</p>
</li>
<li>
<p>Addicted OSNs users have a lower GPA.</p>
</li>
<li>
<p>20% of college students reported being stalked on OSNs.</p>
</li>
</ul>
<p>While the reported results about learners and educators participation in the usage of OSNs as LMS is astounding, forcing students to signup and give away their sensible data to private services is debatable and could be considered unethical.</p>
<h2>The EduHack model</h2>
<p>We need to develop a new LMS that is respectful of the Open Web standards without providing any friction to the users.</p>
<p>For this reasons, as part of the EduHack Project, we are developing the EduHack Knowledge Sharing Platform.</p>
<p>The EduHack Knowledge Sharing Platform was born around the assumption that many of the advantages in terms of user engagement and group dynamics</p>
<p>provided by OSNs could be replicated by adopting their widely known design patterns and mimicing closely the UX.</p>
<p>At the core of the platform there are the founding principles of the Open Web.</p>
<p>For this reason no data is collected of mined. Users are provided with an account that could be separated from their different online persona.</p>
<h5>A platform for collaborative learning</h5>
<p>The EduHack Knowledge Sharing Platform is divided into two parts.</p>
<p>The personal area is user centric and provides a window into the activities of the user in the form of multimedia blogposts.</p>
<p>The user can create and manage different roles for external editors to his private area. By default no other user is allowed to post a "story" in his personal area, but other users can be added as team members and can manage group works in different blogs.</p>
<p>Learners are expected to elaborate and remix what they learned (e.g. from online classes or MOOCs).</p>
<p>The public area is modelled after the UX of Reddit and it is divided into diffent sections (e.g.: mathematics, IT, discrete phisics, etc...), each providing a wiki.</p>
<p>Learners can subscribe to different sections or different users and be notified of new content or interactions.</p>
<p>Every user is allowed to post a link, an essay or any other widely adopted multimedia artifact to any section. Every user can positively vote and comment every post made. Comments can be positively voted as well.</p>
<p>Comments and content can be ordered by a custom algorithm (Wilson score interval) or chronologically.</p>
<p>Educators have a custom flair, can create new sections and moderate them. Moderation consists in changing links, removing posts or comments. Vote cannot be altered.</p>
<h3>Conclusions</h3>
<p>The EduHack Knowledge Sharing Platform is an ongoing effort to evolve LMS and augment them with social features and modern group dynamics.</p>
<p>The UX is modeled after a widely used social network without sacrificing consolidated approaches from traditional LMS.</p>
<p>We want to provide with this model an ethically sound framework for user centric, knowledge-pull pedagogies.</p>
<h3>References</h3>
<ul>
<li>
<p>Using online social networking for Teaching and learning: Facebook use at the University of Cape Town, Tanja E Bosch.</p>
</li>
<li>
<p>The myths about e-learning in higher education, James Kariuki Njenga and Louis Cyril Henry Fourie</p>
</li>
<li>
<p>Group Formation in eLearning-enabled Social Networks, Steffen Brauer and Thomas C. Schmidt </p>
</li>
<li>
<p>eLearning 2.0 and new literacies: are social laggin behind, Wei-Ying Lim, Hyo-Jeong So and Seng-Chee Tan</p>
</li>
<li>
<p>Using the Facebook group as a learning management system: An exploratory study, Qiyun Wang, Huay Lit Woo, Choon Lang Quek, Yuqin Yang and Mei Liu</p>
</li>
<li>
<p>Using Social Networking Technology to Enhance Learning in Higher Education: A Case Study Using Facebook, Peter Ractham and Daniel Firpo</p>
</li>
<li>
<p>Students and teachers use of Facebook, Khe Foon Hew</p>
</li>
<li>
<p>The future of e-learning: a shift to knowledge networking and social software, Mohamed Amine Chatti and Matthias Jarke</p>
</li>
<li>
<p>Using Facebook as course management software: a case study, Elizabeth M. LaRue</p>
</li>
<li>
<p>Electronic Social Media in Teaching: Usages, Benefits, and Barriers as Viewed by Sudanese Faculty Members, Ahmed Yousif Abdelraheem and Abdelrahman Mohammed Ahmed</p>
</li>
<li>
<p>The Use of Social Networking in Education: Challenges and Opportunities: Ashraf Jalal Yousef Zaidieh</p>
</li>
<li>
<p>Findings on Facebook in higher education: A comparison of college faculty and student uses and perceptions of social networking sites, M.D. Roblyer, Michelle McDaniel, Marsena Webb, James Herman and James Vince Witty e,4</p>
</li>
<li>
<p>Online social networks: Why do students use facebook? Christy M.K. Cheung, Pui-Yee Chiu and Matthew K.O. Lee</p>
</li>
<li>
<p>e-Learning: The student experience, Jennifer Gilbert, Susan Morton and Jennifer Rowley</p>
</li>
</ul>
</div>
</article><br><hr>
<br>
</div>

View file

@ -1,5 +1,34 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Caught in the Net</title><link>francescomecca.eu</link><description></description><atom:link href="francescomecca.eu/rss.xml" rel="self" type="application/rss+xml"></atom:link><language>en</language><copyright>Contents © 2023 &lt;a href="mailto:francescomecca.eu"&gt;Francesco Mecca&lt;/a&gt; </copyright><lastBuildDate>Wed, 30 Aug 2023 15:57:17 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Breve storia della cultura hacker</title><link>francescomecca.eu/blog/2019/05/18/cultura-hacker/</link><dc:creator>Francesco Mecca</dc:creator><description>&lt;p&gt;Per tre anni ho svolto una lezione sulla cultura hacker che precedentemente era tenuta da &lt;a href="https://nexa.polito.it/people/sbasso"&gt;Simone Basso&lt;/a&gt; al Politecnico di Torino per il corso &lt;a href="http://rivoluzionedigitale.polito.it/"&gt;Rivoluzione Digitale&lt;/a&gt;.
<?xml-stylesheet type="text/xsl" href="assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Caught in the Net</title><link>francescomecca.eu</link><description></description><atom:link href="francescomecca.eu/rss.xml" rel="self" type="application/rss+xml"></atom:link><language>en</language><copyright>Contents © 2023 &lt;a href="mailto:francescomecca.eu"&gt;Francesco Mecca&lt;/a&gt; </copyright><lastBuildDate>Thu, 31 Aug 2023 10:13:31 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Three years later</title><link>francescomecca.eu/blog/2023/08/12/three-years-later/</link><dc:creator>Francesco Mecca</dc:creator><description>&lt;p&gt;More than three years have passed since my last blogpost. I used
to believe that a more hectic life would provide me with a
surplus of things to write about. While that holds true, the flip side
is that I now find myself with less and less time for writing.&lt;/p&gt;
&lt;p&gt;Let's be honest, it's not just that. I have been growing a little bit
unsatisfied with the current evolution of the corporate web.&lt;/p&gt;
&lt;p&gt;I have already touched this topic when I stopped using reddit for good
(&lt;a href="https://francescomecca.eu/blog/2018/3/27/addio-reddit/"&gt;here, in
italian&lt;/a&gt;) but
I really stopped to reflect when
&lt;del&gt;AOL-Time-Warner-Pepsico-Viacom-Halliburton-Skynet-Toyota-Trader-Joe's&lt;/del&gt;Microsoft
bought Github. At the time I removed the dust from my personal git
server and moved most of my stuff there. For more than a year now my
GitHub heatmap has remained empty, despite it being one of the
platforms where I used to engage the most frequently.&lt;/p&gt;
&lt;p&gt;It's not that I'm exposed to more sunlight these days: I still utilize
the internet, albeit in a more pseudonymous manner now.&lt;/p&gt;
&lt;p&gt;As I mastered the art of evading the corporate web everyday I
gallivanted my way across three relocations: from Paris to London and
finally to Amsterdam. My faithful companion through it all? None other
than my (t)rusty server. I bid adieu to all of the social networks in favor
of selfhosted and federated solutions. Email is now king in my social
online life but I still indulge lurking on the orange site.&lt;/p&gt;
&lt;p&gt;A bunch of good friends joined me on this adventure, and we formed a
close-knit community around the services we host ourselves. We
interact daily through our servers. We also worked on a few art
projects, if you'll permit the exageration, embodying the essence of the bygone web era.
The pièce de résistance among these creations can
be accessed by playfully prodding at my IP address.&lt;/p&gt;
&lt;p&gt;To be continued.&lt;/p&gt;</description><category>blogging</category><category>internet</category><guid>francescomecca.eu/blog/2023/08/12/three-years-later/</guid><pubDate>Sat, 12 Aug 2023 00:00:00 GMT</pubDate></item><item><title>Breve storia della cultura hacker</title><link>francescomecca.eu/blog/2019/05/18/cultura-hacker/</link><dc:creator>Francesco Mecca</dc:creator><description>&lt;p&gt;Per tre anni ho svolto una lezione sulla cultura hacker che precedentemente era tenuta da &lt;a href="https://nexa.polito.it/people/sbasso"&gt;Simone Basso&lt;/a&gt; al Politecnico di Torino per il corso &lt;a href="http://rivoluzionedigitale.polito.it/"&gt;Rivoluzione Digitale&lt;/a&gt;.
Quest'anno, data la situazione con il corona virus e dato che non voglio essere registrato (cosa inevitabile qualora organizzassi una videolezione), ho deciso di scrivere questo blogpost dove riassumo quello che solitamente espongo.&lt;/p&gt;
&lt;h2&gt;Scopo della lezione&lt;/h2&gt;
&lt;p&gt;Capire la cultura hacker significa entrare in contatto con quelle che sono le motivazioni e la storia di persone che hanno contribuito in maniera fondamentale alla nascita di internet e hanno presentato al mondo un modo di pensare che ancora oggi è alle radici dell'informatica come strumento di cultura di massa.&lt;/p&gt;
@ -946,26 +975,4 @@ I divided my time between irc and mailing lists. I felt the obligation to archiv
&lt;p&gt;Then web caches arrived, the &lt;a href="francescomecca.eu/blog/2017/3/20/spazio-digitale-rant-facebook__eng/archive.org"&gt;Wayback Machine&lt;/a&gt;, Reddit, social networks. Nowdata can hardly ever disappear.&lt;/p&gt;
&lt;p&gt;It seems to me that it is just a worthy form of tenacity, not remembrance in any form.&lt;/p&gt;
&lt;p&gt;For the joy of archivists and the ones with a wistful gaze. And still unpleasant for someone.&lt;/p&gt;
&lt;p&gt;(This translation is for Madeline, thank you for still taking the time to read my blog)&lt;/p&gt;</description><category>community</category><category>Facebook</category><category>feudalesimo</category><category>feudalism</category><category>PesceWanda</category><category>Rivoluzione Digitale</category><guid>francescomecca.eu/blog/2017/3/20/spazio-digitale-rant-facebook__eng/</guid><pubDate>Mon, 20 Mar 2017 00:00:00 GMT</pubDate></item><item><title>Breve riflessione dal mio piccolo mondo virtuale</title><link>francescomecca.eu/blog/2017/3/7/spazio-digitale-rant-facebook/</link><dc:creator>Francesco Mecca</dc:creator><description>&lt;p&gt;Non sono una persona che va ai concerti. &lt;/p&gt;
&lt;p&gt;La registrazione in studio esplicita i processi logici che l'artista segue per arrivare al processo di consegna e questo mi ha sempre affascinato, in maniera assai maggiore della carica emotiva sprigionata da un concerto di notte.&lt;/p&gt;
&lt;p&gt;Ma ci sono due artisti, Dale Crover dei Melvins e Jeff Mangum le cui performance live sono state per me, come spettatore, in qualche modo epifaniche.&lt;/p&gt;
&lt;p&gt;Milano, dicembre del 2015, i Melvins stanno concludendo il loro più recente tour in Europa quando Jeff Pinkus lascia cadere il basso sul pavimento, regola gli effetti sulla pedaliera e lo prende a calci finché non produce la giusta ripetizione di suoni. Lentamente ciascun musicista si allontana dal palco, il basso insistente, ancora a terra.&lt;/p&gt;
&lt;p&gt;Quell'esecuzione mi fece riflettere sui processi di produzione che dominano la nostra comunicazione.
Possiamo immaginarci delle fasi. La prima é quella di &lt;strong&gt;sperimentazione&lt;/strong&gt; che é tanto più ovvia quanto immediata e involontaria.&lt;/p&gt;
&lt;p&gt;La seconda é quella del &lt;strong&gt;superamento&lt;/strong&gt;. Superamento é la consapevolezza che il brano composto oggi verrà suonato diversamente domani, é la ragion d'essere delle bozze, anche quando infinite.&lt;/p&gt;
&lt;p&gt;La terza e quella più importante per comprendere le dinamiche di rete é la &lt;strong&gt;dissipazione&lt;/strong&gt;.
Attraverso la dissipazione l'opera, che fissata nel momento aveva acquisito una propria dimensione di senso, é costretta a ripiegarsi su se stessa, vana si perde a causa dell'assenza di memoria.&lt;/p&gt;
&lt;h3&gt;Le dinamiche della Rete&lt;/h3&gt;
&lt;p&gt;In rete l' &lt;strong&gt;accanimento&lt;/strong&gt; si sostituisce alla &lt;em&gt;dissipazione&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;L' accanimento é il motivo per cui qualche migliaio di uomini di qualsiasi fattura sociale si riuniscono in &lt;a href="http://archive.is/g6wDr#selection-989.483-989.484"&gt;gruppi&lt;/a&gt; e condividono foto delle loro mogli, fidanzate e qualche amica. Non c'é nessuno scandalo nella foto in sé, sono scatti quotidiani spesso "rubati" dagli stessi profili delle donne riprese.&lt;/p&gt;
&lt;p&gt;Ne ha parlato &lt;a href="http://espresso.repubblica.it/inchieste/2017/01/17/news/stupro-su-facebook-ecco-cosa-si-dicono-gli-uomini-che-umiliano-le-donne-1.293546"&gt;Repubblica&lt;/a&gt;, se ne é parlato su &lt;a href="https://www.reddit.com/r/italy/comments/5nqtgt/una_ragazza_su_facebook_ha_denunciato_lesistenza/"&gt;reddit&lt;/a&gt;, perfino &lt;a href="http://i.imgur.com/Of41aQ0.jpg"&gt;Mentana&lt;/a&gt; nella sua ridicola posizione da cavaliere bianco di Facebook ha urlato contro questo fenomeno.&lt;/p&gt;
&lt;p&gt;Fenomeno che dal mio punto di vista nasce da una difficoltà di alcuni abitanti della rete ad affrontare l'assenza di dissipazione nella comunicazione online.&lt;/p&gt;
&lt;p&gt;Le macchine non ricordano eppure non smettono di ricordarci, anzi invadono il nostro spazio in rete con un continuo susseguirsi di foto e momenti di vita delle altre persone.&lt;/p&gt;
&lt;p&gt;Gli algoritmi non seguono il pacato moto del nostro tempo online e anzi lo spezzano, lo frammentano in attimi che hanno il ritmo di un giro della rotella del mouse, lo scorrere di un pollice.&lt;/p&gt;
&lt;h3&gt;Memoria&lt;/h3&gt;
&lt;p&gt;Nei miei primi anni le mie fugaci interazioni virtuali non avevano la qualità della memoria.&lt;/p&gt;
&lt;p&gt;Bulimico degli ascii, passavo da lunghe e sostenute conversazioni su irc al lurking di qualche mailing list, saltuariamente 4chan. Mi sentivo (e mi sento tutt'ora) obbligato ad archiviare qualsiasi riga che suscitasse un minimo di interesse o potesse avere qualche valore futuro.&lt;/p&gt;
&lt;p&gt;Poi sono arrivate le cache, &lt;a href="francescomecca.eu/blog/2017/3/7/spazio-digitale-rant-facebook/archive.org"&gt;Wayback Machine&lt;/a&gt;, Reddit, e sembra che i contenuti non scompaiano più.&lt;/p&gt;
&lt;p&gt;Eppure mi ci é voluto un po' per capire che questa non é memoria, solo una forma nobile di accanimento.&lt;/p&gt;
&lt;p&gt;Piace ai nostalgici, agli archivisti. &lt;/p&gt;
&lt;p&gt;Spaventa a chi di Internet non vuole farsene una ragione.&lt;/p&gt;</description><category>community</category><category>Facebook</category><category>feudalesimo</category><category>PesceWanda</category><category>Rivoluzione Digitale</category><guid>francescomecca.eu/blog/2017/3/7/spazio-digitale-rant-facebook/</guid><pubDate>Tue, 07 Mar 2017 00:00:00 GMT</pubDate></item></channel></rss>
&lt;p&gt;(This translation is for Madeline, thank you for still taking the time to read my blog)&lt;/p&gt;</description><category>community</category><category>Facebook</category><category>feudalesimo</category><category>feudalism</category><category>PesceWanda</category><category>Rivoluzione Digitale</category><guid>francescomecca.eu/blog/2017/3/20/spazio-digitale-rant-facebook__eng/</guid><pubDate>Mon, 20 Mar 2017 00:00:00 GMT</pubDate></item></channel></rss>

View file

@ -7,7 +7,7 @@
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<url>
<loc>francescomecca.eu/francescomecca.eu/</loc>
<lastmod>2022-08-14T12:42:00Z</lastmod>
<lastmod>2023-08-31T10:07:00Z</lastmod>
</url>
<url>
<loc>francescomecca.eu/francescomecca.eu/2015/</loc>
@ -33,13 +33,17 @@
<loc>francescomecca.eu/francescomecca.eu/2020/</loc>
<lastmod>2021-12-02T15:47:00Z</lastmod>
</url>
<url>
<loc>francescomecca.eu/francescomecca.eu/2023/</loc>
<lastmod>2023-08-31T10:07:00Z</lastmod>
</url>
<url>
<loc>francescomecca.eu/francescomecca.eu/archive.html</loc>
<lastmod>2023-08-30T16:08:00Z</lastmod>
<lastmod>2023-08-31T10:07:00Z</lastmod>
</url>
<url>
<loc>francescomecca.eu/francescomecca.eu/archiveall.html</loc>
<lastmod>2023-08-30T16:09:00Z</lastmod>
<lastmod>2023-08-31T10:13:00Z</lastmod>
</url>
<url>
<loc>francescomecca.eu/francescomecca.eu/blog/2015/3/31/chiave-pgp/</loc>
@ -376,9 +380,14 @@
<loc>francescomecca.eu/francescomecca.eu/blog/2019/3/27/addio-reddit/</loc>
<lastmod>2020-10-26T11:39:00Z</lastmod>
</url>
<url>
<loc>francescomecca.eu/francescomecca.eu/blog/2023/08/12/three-years-later/</loc>
<lastmod>2023-08-31T10:07:00Z</lastmod>
<xhtml:link rel="alternate" hreflang="en" href="francescomecca.eu/blog/2023/08/12/three-years-later/" />
</url>
<url>
<loc>francescomecca.eu/francescomecca.eu/categories/</loc>
<lastmod>2021-12-02T15:47:00Z</lastmod>
<lastmod>2023-08-31T10:07:00Z</lastmod>
</url>
<url>
<loc>francescomecca.eu/francescomecca.eu/categories/ai/</loc>
@ -444,6 +453,10 @@
<loc>francescomecca.eu/francescomecca.eu/categories/blog/</loc>
<lastmod>2021-12-02T15:47:00Z</lastmod>
</url>
<url>
<loc>francescomecca.eu/francescomecca.eu/categories/blogging/</loc>
<lastmod>2023-08-31T10:07:00Z</lastmod>
</url>
<url>
<loc>francescomecca.eu/francescomecca.eu/categories/bpc/</loc>
<lastmod>2021-12-02T15:47:00Z</lastmod>
@ -652,6 +665,10 @@
<loc>francescomecca.eu/francescomecca.eu/categories/intelligenze-artificiali/</loc>
<lastmod>2021-12-02T15:47:00Z</lastmod>
</url>
<url>
<loc>francescomecca.eu/francescomecca.eu/categories/internet/</loc>
<lastmod>2023-08-31T10:07:00Z</lastmod>
</url>
<url>
<loc>francescomecca.eu/francescomecca.eu/categories/jekyll/</loc>
<lastmod>2021-12-02T15:47:00Z</lastmod>
@ -994,7 +1011,7 @@
</url>
<url>
<loc>francescomecca.eu/francescomecca.eu/index-19.html</loc>
<lastmod>2023-08-30T16:08:00Z</lastmod>
<lastmod>2023-08-31T10:07:00Z</lastmod>
</url>
<url>
<loc>francescomecca.eu/francescomecca.eu/index-2.html</loc>

View file

@ -0,0 +1,47 @@
<!--
.. title: Three years later
.. slug: three-years-later
.. date: 2023-08-12
.. tags: blogging,internet
.. category: PesceWanda
.. link:
.. description:
.. type: text
-->
More than three years have passed since my last blogpost. I used
to believe that a more hectic life would provide me with a
surplus of things to write about. While that holds true, the flip side
is that I now find myself with less and less time for writing.
Let's be honest, it's not just that. I have been growing a little bit
unsatisfied with the current evolution of the corporate web.
I have already touched this topic when I stopped using reddit for good
([here, in
italian](https://francescomecca.eu/blog/2018/3/27/addio-reddit/)) but
I really stopped to reflect when
~~AOL-Time-Warner-Pepsico-Viacom-Halliburton-Skynet-Toyota-Trader-Joe's~~Microsoft
bought Github. At the time I removed the dust from my personal git
server and moved most of my stuff there. For more than a year now my
GitHub heatmap has remained empty, despite it being one of the
platforms where I used to engage the most frequently.
It's not that I'm exposed to more sunlight these days: I still utilize
the internet, albeit in a more pseudonymous manner now.
As I mastered the art of evading the corporate web everyday I
gallivanted my way across three relocations: from Paris to London and
finally to Amsterdam. My faithful companion through it all? None other
than my (t)rusty server. I bid adieu to all of the social networks in favor
of selfhosted and federated solutions. Email is now king in my social
online life but I still indulge lurking on the orange site.
A bunch of good friends joined me on this adventure, and we formed a
close-knit community around the services we host ourselves. We
interact daily through our servers. We also worked on a few art
projects, if you'll permit the exageration, embodying the essence of the bygone web era.
The pièce de résistance among these creations can
be accessed by playfully prodding at my IP address.
To be continued.