Added public

This commit is contained in:
nono 2021-04-02 21:34:40 +02:00
parent 8fed27b2de
commit 90990c6332
306 changed files with 6022 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
title: "December"
date: 2020-12-24T15:14:21+01:00
draft: true
---

BIN
public/about-me/cover.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 404 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

View File

@ -0,0 +1,94 @@
<!DOCTYPE html>
<html lang="en-US,fr-FR" dir="ltr">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>About me &middot; The Octect Press</title>
<meta name="description" content="Who am I ?" />
<link href="/css/concated.min.css" rel="stylesheet">
</head>
<body class="single-body">
<nav class="nav-bar card-container">
<div class="card blog-card menu-container">
<h1 class="nav-header">
<a href="" class="nav-text">The Octet Press</a>
</h1>
<br>
<section id="menu">
<ul>
<li><a href="" class="">HOME</a></li>
<li><a href="/art-and-code/" class="">ART &amp; CODE</a></li>
<li><a href="/about-me/" class="">ABOUT ME</a></li>
<li><a href="/index.xml" class="hamburger-menu-overlay-link">RSS</a></li>
</ul>
</section>
</div>
</nav>
<main class="content side-text-padding">
<article class="post dropcase">
<header class="post-header">
<h1 class="post-title">About me</h1>
<p class="post-date">Posted <time datetime="2019-01-02">Jan 2, 2019</time></p>
</header>
<picture class="post-figure">
<source srcset="/about-me/cover_huc20fadf20c0107975c4d767560791f2e_413487_800x0_resize_q75_lanczos.jpg">
<img src="/about-me/cover_huc20fadf20c0107975c4d767560791f2e_413487_800x0_resize_q75_lanczos.jpg" >
</picture>
<h2 id="what-is-this-blog-about-">What is this blog about ?</h2>
<p>For the moment it&rsquo;s mostly some articles I wrote. I plan on writing about ecology, tech, society, traveling, politics and fiction. If you like hastags, #SolarPunk, #VanLife, #DIY, #dWeb&hellip;</p>
<p>I&rsquo;m writing in French and English, maybe even in Esperanto one day !</p>
<p>Most of the articles and general structure of the blog&rsquo;s source is found <a href="http://git.n07070.xyz/n07070/blog">in my git server</a> ! Feel free to correct things or propose articles and such !</p>
<h2 id="who-am-i-">Who am I ?</h2>
<p>I&rsquo;m a student in his twenties. I&rsquo;m trying to figure out life. If you have any thing to say to me, or would just like to tchat, hit me up at <a href="mailto:contact+blog@n07070.xyz">this email</a> !</p>
<h2 id="projects-and-code">Projects and code</h2>
<p>My git server is the main repository of code. Some of it is mirrored from other forges, such as Gitlab or Github.</p>
<ul>
<li><a href="http://git.n07070.xyz">git.n07070.xyz - code projects</a></li>
<li><a href="https://n07070.xyz/art-and-code/">Other projects</a></li>
</ul>
<h2 id="how-to-follow-this-blog">How to follow this blog</h2>
<p>You can follow this blog with :</p>
<ul>
<li><a href="https://n07070.xyz/index.xml">RSS</a>. <a href="https://github.com/AboutRSS/ALL-about-RSS">How to use RSS ?</a></li>
<li>Or by coming every two weeks.</li>
</ul>
<h2 id="how-you-can-help">How you can help</h2>
<p>Writing is time-consuming, and sadly, I am forced to work to feed myself. Each euro you give me is a step ahead !</p>
<p>I accept donations via Liberapay for now, but if you prefer another way, I&rsquo;m sure I can set it up for you. Just ask me !</p>
<!-- raw HTML omitted -->
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
</article>
</main>
<nav class="end-nav side-padding">
</nav>
<footer class="content card card-container side-padding " >
<h3>The Octet Press, N07070's blog. Self-hosted, low-tech, no JS and static, as it should be.</h3>
</footer>
</body>
</html>

View File

@ -0,0 +1,107 @@
<!DOCTYPE html>
<html lang="en-US,fr-FR" dir="ltr">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Art &amp; Code &middot; The Octect Press</title>
<meta name="description" content="My art and my code" />
<link href="/css/concated.min.css" rel="stylesheet">
</head>
<body class="single-body">
<nav class="nav-bar card-container">
<div class="card blog-card menu-container">
<h1 class="nav-header">
<a href="" class="nav-text">The Octet Press</a>
</h1>
<br>
<section id="menu">
<ul>
<li><a href="" class="">HOME</a></li>
<li><a href="/art-and-code/" class="">ART &amp; CODE</a></li>
<li><a href="/about-me/" class="">ABOUT ME</a></li>
<li><a href="/index.xml" class="hamburger-menu-overlay-link">RSS</a></li>
</ul>
</section>
</div>
</nav>
<main class="content side-text-padding">
<article class="post dropcase">
<header class="post-header">
<h1 class="post-title">Art &amp; Code</h1>
<p class="post-date">Posted <time datetime="2020-12-23">Dec 23, 2020</time></p>
</header>
<h1 id="yaaco">YAACO</h1>
<blockquote>
<p>Yet Another Ant Colony Optimiser</p>
</blockquote>
<p>This projet was made during my studies; the goal was to impliment a Ant Colony path finding program in Java. You can find in on my git : <a href="https://git.n07070.xyz/n07070/YAACO">https://git.n07070.xyz/n07070/YAACO</a></p>
<hr>
<p>More links will be added eventually&hellip;</p>
</article>
</main>
<nav class="end-nav side-padding">
<a href="/about-me/" class="card blog-card bc-next bg-color-4" rel="bookmark" >
<div class="card-img-container">
<p class="card-img-overlay">Next Article</p>
<picture>
<source srcset="/about-me/cover.jpg">
<img src="/about-me/cover.jpg" class="card-img" >
</picture>
</div>
<article class="card-body">
<h2 class="card-title">About me</h2>
<p class="card-text">Who am I ?</p>
<div class="card-subtext muted-text">
<p>
Posted <time datetime="2019-01-02 12:00">Jan 2, 2019</time>
</p>
<p>
</p>
</div>
<p class="card-subtext muted-text">This is the next article in the same categorie</p>
</article>
</a>
</nav>
<footer class="content card card-container side-padding " >
<h3>The Octet Press, N07070's blog. Self-hosted, low-tech, no JS and static, as it should be.</h3>
</footer>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 KiB

View File

@ -0,0 +1,120 @@
<!DOCTYPE html>
<html lang="en-US,fr-FR" dir="ltr">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>A case for the importance of multiple identities in the fediverse. &middot; The Octect Press</title>
<meta name="description" content="Let&#39;s discuss an important subject : multiple identities. Do you have severale email addresses ? Did you already present yourself under another name ? And, on the web, did you already try to make yourself anonymous ? With the new Fediverse network, multiple identities are the building blocks of the network, but it may cause some confusion. Some people also thing the network shouldn&#39;t allow it or work in a different way." />
<link href="/css/concated.min.css" rel="stylesheet">
</head>
<body class="single-body">
<nav class="nav-bar card-container">
<div class="card blog-card menu-container">
<h1 class="nav-header">
<a href="" class="nav-text">The Octet Press</a>
</h1>
<br>
<section id="menu">
<ul>
<li><a href="" class="">HOME</a></li>
<li><a href="/art-and-code/" class="">ART &amp; CODE</a></li>
<li><a href="/about-me/" class="">ABOUT ME</a></li>
<li><a href="/index.xml" class="hamburger-menu-overlay-link">RSS</a></li>
</ul>
</section>
</div>
</nav>
<main class="content side-text-padding">
<article class="post dropcase">
<header class="post-header">
<h1 class="post-title">A case for the importance of multiple identities in the fediverse.</h1>
<p class="post-date">Posted <time datetime="2019-07-01">Jul 1, 2019</time></p>
</header>
<picture class="post-figure">
<source srcset="/articles/a-case-for-the-importance-of-multiples-identites/cover_hua2363799fe692e71109f72a2dd43d14d_386404_800x0_resize_q75_lanczos.jpg">
<img src="/articles/a-case-for-the-importance-of-multiples-identites/cover_hua2363799fe692e71109f72a2dd43d14d_386404_800x0_resize_q75_lanczos.jpg" >
</picture>
<p>That&rsquo;s quite a long title, but I think the topic is pretty nice, and thus deserves a nice title. That&rsquo;s how it is, I guess ?</p>
<p>Anyway, you may ask, what are you talking about ?</p>
<p>Well, if you don&rsquo;t know what the fediverse is, it&rsquo;s&hellip; well, it&rsquo;s complicated. At the origin, it&rsquo;s a protocol that makes <a href="https://en.wikipedia.org/wiki/Federation_(information_technology)">federation</a> between websites possible. As of there, things started getting out of hand when people started making things with it. The W3C doesn&rsquo;t <strong>recommend</strong> that !</p>
<p>It was new ! It was exciting ! The first projects that started using ActivityPub where raising a lot of questions&hellip; It&rsquo;s interesting, because the protocol made a lot of people tag along, and from different horizons that are starting to converge. But let&rsquo;s discuss <a href="http://search.disroot.org/?q=protocol%20politics%20information%20technology&amp;categories=general">protocol politics</a> another time&hellip;</p>
<p>You see, people where wondering how to do things <strong>the right way</strong>. It&rsquo;s not the first time, but this new protocol is supposed to bring an end to the <a href="https://en.wikipedia.org/wiki/Big_Four_tech_companies">GAFAM</a>. By making it possible for two different websites to communicate and exchange information in real-time, there was little reason for a social network, for example, to exist under only one URL.</p>
<p>It was like email, but for social networks. And much, much more&hellip;</p>
<p>I know, we&rsquo;re getting sidetracked&hellip; I hear you from here saying what&rsquo;s the link between email and identity ?</p>
<p>Email is a bit like your id card, but on the web, don&rsquo;t you find ? You log in with it, not your name.</p>
<p>And social networks have changed the way we communicate with the world. It&rsquo;s the book of the 21th century. And, as each book you can write might be different, we, as our own, have multiples identities. I like tech, but I&rsquo;m also a gardener, and I dabble in politics. When I speak to people about art, my identity is linked to it.</p>
<p>On the fediverse, we have access to a very large crowd, and small, more personal spaces. As in life.</p>
<p>Some people have been asking hard questions about identity. Some would like your online ID to be tied to your official identity. I think it&rsquo;s a really bad ideal.</p>
<p>If we want our networks to ressemble us, and make it possible for us to express as who we are, then it is important for us to be able to create, delete, update and multiplicate our identities online.</p>
<hr>
<p><strong>This article is a small reflexion about federated identities. If you want to talk more about it with me, you can always <a href="https://n07070.xyz/post/about-me/about-me/">shoot me an email or message !</a></strong></p>
<p><strong>&ldquo;Dinnertime&rdquo; by <a href="https://www.flickr.com/photos/70937820@N00/5203710178">jabberwocky381</a> is licensed under CC BY-SA 2.0</strong></p>
</article>
</main>
<nav class="end-nav side-padding">
<a href="/articles/cool-links/june/" class="card blog-card bc-next bg-color-4" rel="bookmark" >
<div class="card-img-container">
<p class="card-img-overlay">Next Article</p>
<picture>
<source srcset="/articles/cool-links/june/cover.jpg">
<img src="/articles/cool-links/june/cover.jpg" class="card-img" >
</picture>
</div>
<article class="card-body">
<h2 class="card-title">Cool links of June</h2>
<p class="card-text">June is once a year, but there is a lot in reserve for next month. It&#39;s easier to read I guess ? We&#39;ll be talking knots, android and web accessibility.</p>
<div class="card-subtext muted-text">
<p>
Posted <time datetime="2019-06-30 630:00">Jun 30, 2019</time>
</p>
<p>
#Blog #English #Français
</p>
</div>
<p class="card-subtext muted-text">This is the next article in the same categorie</p>
</article>
</a>
</nav>
<footer class="content card card-container side-padding " >
<h3>The Octet Press, N07070's blog. Self-hosted, low-tech, no JS and static, as it should be.</h3>
</footer>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 705 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 705 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 KiB

View File

@ -0,0 +1,136 @@
<!DOCTYPE html>
<html lang="en-US,fr-FR" dir="ltr">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Cool links of April &middot; The Octect Press</title>
<meta name="description" content="Ho ho ho, this month the link stack is short. I didn&#39;t have much time to read, and most importantly I&#39;m finishing my studies for the year, which means I have examens to care about. Pfff... Anyway, I really recommend reading the Chinese Burner article and the Healing power of gardens. I loved thoses articles, it made me travel for a bit... " />
<link href="/css/concated.min.css" rel="stylesheet">
</head>
<body class="single-body">
<nav class="nav-bar card-container">
<div class="card blog-card menu-container">
<h1 class="nav-header">
<a href="" class="nav-text">The Octet Press</a>
</h1>
<br>
<section id="menu">
<ul>
<li><a href="" class="">HOME</a></li>
<li><a href="/art-and-code/" class="">ART &amp; CODE</a></li>
<li><a href="/about-me/" class="">ABOUT ME</a></li>
<li><a href="/index.xml" class="hamburger-menu-overlay-link">RSS</a></li>
</ul>
</section>
</div>
</nav>
<main class="content side-text-padding">
<article class="post dropcase">
<header class="post-header">
<h1 class="post-title">Cool links of April</h1>
<p class="post-date">Posted <time datetime="2019-05-03">May 3, 2019</time></p>
</header>
<picture class="post-figure">
<source srcset="/articles/cool-links/april/cover_hu47462baeeff491c8b07a82b58fd20db0_721753_800x0_resize_q75_lanczos.jpg">
<img src="/articles/cool-links/april/cover_hu47462baeeff491c8b07a82b58fd20db0_721753_800x0_resize_q75_lanczos.jpg" >
</picture>
<h1 id="cool-links-of-april">Cool links of April</h1>
<p>Ho ho ho, this month the link stack is short. I didn&rsquo;t have much time to read, and most importantly I&rsquo;m finishing my studies for the year, which means I have examens to care about. Pfff&hellip; Anyway, I really recommend reading the Chinese Burner article and the Healing power of gardens. I loved thoses articles.</p>
<h2 id="the-chinese-burnerhttpslogicmagio07-the-chinese-burner"><a href="https://logicmag.io/07-the-chinese-burner/">The Chinese Burner</a></h2>
<p>Each year, the great festival of Burning Man takes place in the desert, in the so-called USA. Each year, people from all around the worl come to celebrate a lifestyle of freedom, drugs, sex and new or alternative ways of thinking. Also, they burn stuff. And recently, chineses people have started to come to Burning man. For most of them, they work in startups and are rich. This article is a tale of the clash of cultures and how the OG burners and the Chineses newbies lived together. Also, the picture of the chineses tents seem to come straight out of a sci-fi story.</p>
<h2 id="tech-is-heroinehttpstiny-giant-bookscomentry1htmlentryidrecgcpfuofuesupry"><a href="https://tiny-giant-books.com/Entry1.html?EntryId:recgcpfuOFUesUpRy">Tech is Heroine</a></h2>
<p>We&rsquo;re not gonna solve the problems of tech with more tech. And, each tech we add to our lives has consequences that we don&rsquo;t see right away. But already today, we are starting to ask ourselves why some people feel so lonely in front of a portal to the whole world. This article does a comparison between the heroïne crisis and the tech influcence in our life.</p>
<h2 id="the-healing-power-of-gardenshttpswwwnytimescom20190418opinionsundayoliver-sacks-gardenshtml"><a href="https://www.nytimes.com/2019/04/18/opinion/sunday/oliver-sacks-gardens.html">The healing power of gardens</a></h2>
<p><img src="garden-healing.jpg" alt=""></p>
<p>When you wonder through a garden, you feel the daily stress fade away. Your mind opens to more peaceful thoughts, and for some people it even has a direct consequence on there well-being. This article is written by a doctor who helps neuroatypical people, and they talk about the way gardens heal, some time more than medication, people with neurological problems.</p>
<h2 id="the-south-bronxhttpwwwmartinebarratcomsouth-bronx"><a href="http://www.martinebarrat.com/south-bronx">The South Bronx</a></h2>
<p>A collection of pictures from the Bronx in the 1970?. The contrast between the Bronx and Manhattan is stunning ! Also, the pictures are very nice.</p>
<h2 id="just-switch-to-linux-is-the-losers-gamehttpsboilingsteamcomthe-switching-nonsense"><a href="https://boilingsteam.com/the-switching-nonsense/">“Just Switch to Linux” Is The Losers Game</a></h2>
<p>A new way to think about how to get people to switch to Linux.</p>
<h2 id="security-flaws-in-wpa3-protocol-let-attackers-hack-wifi-passwordhttpsthehackernewscom201904wpa3-hack-wifi-passwordhtml"><a href="https://thehackernews.com/2019/04/wpa3-hack-wifi-password.html">Security Flaws in WPA3 Protocol Let Attackers Hack WiFi Password</a></h2>
<p>I&rsquo;ve never seen WPA3 in the wild, but even before that, it&rsquo;s already borked ! What a nice time to live. I hope the people working in infosec have good hearts. In practice, it won&rsquo;t really have an effect on your router, cause theses attacks are non-trivial and can be patched.</p>
<h2 id="the-state-of-mobile-messaginghttpsframabinorgp2356b67717c54803"><a href="https://framabin.org/p/?2356b67717c54803">The state of mobile messaging</a></h2>
<p>For the moment, it&rsquo;s far from perfect. I just hope Matrix goes somewhere.</p>
<p>Edit : The link is broken, if somebody has the key to decrypt it, send it over to me !</p>
<h2 id="its-not-play-if-youre-making-money-how-instagram-and-youtube-disrupted-child-labor-laws-httpswwwtheguardiancommedia2019apr24its-not-play-if-youre-making-money-how-instagram-and-youtube-disrupted-child-labor-laws"><a href="https://www.theguardian.com/media/2019/apr/24/its-not-play-if-youre-making-money-how-instagram-and-youtube-disrupted-child-labor-laws">&lsquo;It&rsquo;s not play if you&rsquo;re making money&rsquo;: how Instagram and YouTube disrupted child labor laws </a></h2>
<p>When you&rsquo;re 5 years old, does having an instagram acccount, that makes your parents millions, is work ?</p>
<hr>
<h1 id="les-liens-cool-du-mois-davril">Les Liens cool du mois d&rsquo;avril</h1>
<p>Ce mois-ci, beaucoup d&rsquo;analyse politique de l&rsquo;actualité. En même temps, vu le climat politique en France en ce moment, c&rsquo;est normal on va dire. Quelques liens aussi sur la technologie, et notamment une nouvelle qui est passée presque inapercue, à propos des écrans de pub dans le métro. Y&rsquo;a pas grand choses, mais les partiels m&rsquo;appellent.</p>
<h2 id="les-ong-néolibérales-et-la-corruption-de-la-société-civilehttppartage-lecom201902les-ong-des-institutions-neoliberales-par-ana-minski"><a href="http://partage-le.com/2019/02/les-ong-des-institutions-neoliberales-par-ana-minski/">Les ONG néolibérales et la corruption de la société civile</a></h2>
<p>Une ONG c&rsquo;est pas forcément un moyen de lutter contre le capitalisme. Des fois, c&rsquo;est même le contraire.</p>
<h2 id="les-travailleurs-damazon-écoutent-ce-que-vous-dites-à-alexa-son-assistant-vocal-intelligenthttpswwwdeveloppezcomactu255604les-travailleurs-d-amazon-ecoutent-ce-que-vous-dites-a-alexa-son-assistant-vocal-intelligent-et-en-parlent-dans-un-forum-de-discussion-interne"><a href="https://www.developpez.com/actu/255604/Les-travailleurs-d-Amazon-ecoutent-ce-que-vous-dites-a-Alexa-son-assistant-vocal-intelligent-et-en-parlent-dans-un-forum-de-discussion-interne">Les travailleurs d&rsquo;Amazon écoutent ce que vous dites à Alexa, son assistant vocal intelligent.</a></h2>
<p>Qui aurait cru que un micro connecté à internet toute la journée serait une bonne idée ?</p>
<h2 id="quand-léconomie-circulaire-ne-tourne-pas-rondhttpskoriislatefrbizconsommation-vinted-vetements-recyclage-ecologie-economie-circulaire-fast-fashion"><a href="https://korii.slate.fr/biz/consommation-vinted-vetements-recyclage-ecologie-economie-circulaire-fast-fashion">Quand l&rsquo;économie circulaire ne tourne pas rond</a></h2>
<p>Vous savez, cette nouvelle économie dite &lsquo;circulaire&rsquo; qui serait censé réduire la consommation tout en permettant d&rsquo;être plus respectueux de la nature, etc&hellip; hé bah c&rsquo;est pas ouf en vrai. Déjà, Uber, à la base c&rsquo;était partager sa caisse et arrondir ses fins de mois. Vinted, à la base, c&rsquo;était vider ses placards. En vrai, c&rsquo;est plutot permettre aux accro à la consommation de vêtement de revendre leurs achats. Pareil avec Too Good To Go, à la base c&rsquo;est manger ce que les restaurant ont pas vendu ( même si ça devrait être gratuit ! ), mais maintenant c&rsquo;est plus une promo éternelle dans les restaurant etc..</p>
<h2 id="et-si-lavenir-du-féminisme-était-dans-la-techhttpwwwbarbieturixcom20190402et-si-lavenir-du-feminisme-etait-dans-la-tech"><a href="http://www.barbieturix.com/2019/04/02/et-si-lavenir-du-feminisme-etait-dans-la-tech/">Et si l&rsquo;avenir du féminisme était dans la tech</a></h2>
<p>Tech et féminisme, quoi de neuf ?</p>
</article>
</main>
<nav class="end-nav side-padding">
<a href="/articles/cool-links/march/" class="card blog-card bc-next bg-color-4" rel="bookmark" >
<div class="card-img-container">
<p class="card-img-overlay">Next Article</p>
<picture>
<source srcset="/articles/cool-links/march/cover.jpg">
<img src="/articles/cool-links/march/cover.jpg" class="card-img" >
</picture>
</div>
<article class="card-body">
<h2 class="card-title">Cool links of March</h2>
<p class="card-text">This month, there is, as always, a fair shaire of links about tech. I&#39;ve shared a few links that helped me fix my problems, and some political articles I read and find interesting, but it doesn&#39;t mean I agree a 100% with what&#39;s written there. Have a good read !</p>
<div class="card-subtext muted-text">
<p>
Posted <time datetime="2019-04-02 42:00">Apr 2, 2019</time>
</p>
<p>
#Blog #English #Français
</p>
</div>
<p class="card-subtext muted-text">This is the next article in the same categorie</p>
</article>
</a>
</nav>
<footer class="content card card-container side-padding " >
<h3>The Octet Press, N07070's blog. Self-hosted, low-tech, no JS and static, as it should be.</h3>
</footer>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

View File

@ -0,0 +1,148 @@
<!DOCTYPE html>
<html lang="en-US,fr-FR" dir="ltr">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Cool links of Febuary &middot; The Octect Press</title>
<meta name="description" content="Ce mois-ci, une sélection de liens en français ! And, of course, the majority of links are still in english ! In this month&#39;s cool links, I&#39;ll share a lot of content around agriculture, plants, and Solarpunk !" />
<link href="/css/concated.min.css" rel="stylesheet">
</head>
<body class="single-body">
<nav class="nav-bar card-container">
<div class="card blog-card menu-container">
<h1 class="nav-header">
<a href="" class="nav-text">The Octet Press</a>
</h1>
<br>
<section id="menu">
<ul>
<li><a href="" class="">HOME</a></li>
<li><a href="/art-and-code/" class="">ART &amp; CODE</a></li>
<li><a href="/about-me/" class="">ABOUT ME</a></li>
<li><a href="/index.xml" class="hamburger-menu-overlay-link">RSS</a></li>
</ul>
</section>
</div>
</nav>
<main class="content side-text-padding">
<article class="post dropcase">
<header class="post-header">
<h1 class="post-title">Cool links of Febuary</h1>
<p class="post-date">Posted <time datetime="2019-02-28">Feb 28, 2019</time></p>
</header>
<picture class="post-figure">
<source srcset="/articles/cool-links/febuary/cover_hu4c2d5bf22a5dabe36d9d922f754cbf19_7856998_800x0_resize_q75_lanczos.jpg">
<img src="/articles/cool-links/febuary/cover_hu4c2d5bf22a5dabe36d9d922f754cbf19_7856998_800x0_resize_q75_lanczos.jpg" >
</picture>
<p>In this month&rsquo;s cool links, I&rsquo;ll share a lot of content around agriculture, plants, and Solarpunk !</p>
<h2 id="how-cuban-agriculture-went-from-industrial-to-sustainablehttpswwwyoutubecomwatchvtz0tovrhf5y-and-what-cuban-can-teach-the-world-about-organic-farminghttpswwwyoutubecomwatchv8msnxtmc1-e"><a href="https://www.youtube.com/watch?v=TZ0tovrhf5Y">How Cuban agriculture went from industrial to sustainable</a> and <a href="https://www.youtube.com/watch?v=8MsnXTMC1-E">What Cuban can teach the world about organic farming</a></h2>
<p>After the fall of the Soviet Union in 1991, Cuban couldn&rsquo;t even have an industrial agriculture. So, after a special periode, out of necessity, most of the food is now grown on a small scale. Havana grows 90% of it&rsquo;s own food.</p>
<h2 id="autocrypthttpsautocryptorg"><a href="https://autocrypt.org/">autocrypt</a></h2>
<p>A new standard to make email encryption easiers. Just in time for email&rsquo;s death ?</p>
<h2 id="saudi-arabia-runs-a-huge-sinister-online-database-of-women-that-men-use-to-track-them-and-stop-them-from-running-awayhttpswwwbusinessinsidercomabsher-saudi-website-men-control-women-stop-escape-2019-1irt"><a href="https://www.businessinsider.com/absher-saudi-website-men-control-women-stop-escape-2019-1?IR=T">Saudi Arabia runs a huge, sinister online database of women that men use to track them and stop them from running away</a></h2>
<p>This shit is so fucked up on so many levels. It&rsquo;s the perfect cyber-dystopian control system. It&rsquo;s been like that for years, and even considering cutural differences that might make it hard for me to understand the more complexe social aspects, as one woman said in the article : it&rsquo;s bullshit.</p>
<h2 id="nothings-wrong-with-facebook-apple-or-google-httpsaral20190111i-was-wrong-about-google-and-facebook-theres-nothing-wrong-with-them-so-say-we-all"><a href="https://ar.al/2019/01/11/i-was-wrong-about-google-and-facebook-theres-nothing-wrong-with-them-so-say-we-all/">Nothing&rsquo;s wrong with Facebook, Apple or Google !</a></h2>
<p>When contradictions arise, you need to take a deep breath, and think for a second who is your ennemy and who is your friend.</p>
<h2 id="facebook-can-track-you-from-dust-on-your-webcamhttpsgizmodocomfacebook-knows-how-to-track-you-using-the-dust-on-your-1821030620"><a href="https://gizmodo.com/facebook-knows-how-to-track-you-using-the-dust-on-your-1821030620">Facebook can track you from dust on your webcam</a></h2>
<p>Nothing a small bit of tape can&rsquo;t fix. Let&rsquo;s say it&rsquo;s still a bit scary.</p>
<h2 id="find-out-teapots-on-the-internet-with-this-weird-trick-httpstoolsietforghtmlrfc2324section-232"><a href="https://tools.ietf.org/html/rfc2324#section-2.3.2">Find out teapots on the internet with this weird trick !</a></h2>
<p>418 I&rsquo;m a teapot. 🍵</p>
<h2 id="downloading-adware-on-a-mac-because-of-imageshttpsblogconfiantcomconfiant-malwarebytes-uncover-steganography-based-ad-payload-that-drops-shlayer-trojan-on-mac-cd31e885c202gid45d6616ed0"><a href="https://blog.confiant.com/confiant-malwarebytes-uncover-steganography-based-ad-payload-that-drops-shlayer-trojan-on-mac-cd31e885c202?gi=d45d6616ed0">Downloading adware on a Mac because of images</a></h2>
<p>When even simple images aren&rsquo;t safe&hellip;</p>
<h2 id="men-toohttpsmediumcomsfardme-n-too-b371a573d9ff"><a href="https://medium.com/@sfard/me-n-too-b371a573d9ff">Men too</a></h2>
<p>&ldquo;The me-too movement is an all-too-necessary crusade to expose the hidden prevalence of sexual assault and the men, particularly those in positions of authority, who abuse and intimidate non-consenting women.</p>
<p>Unfortunately public discourse has not advanced far beyond revelations of celebrity offenders and surface-level slogans as opposed to a constructive conversation about root causes, the complexities of consent, and a culture that seems to condone male sexual violence. The occasional public shaming might be cathartic but it is only a first step towards a solution. And in an environment with zero tolerance for dissent, men feel alienated from the conversation and so destructive male attitudes retreat to silence instead of being challenged.&rdquo;</p>
<h2 id="lina-iris-viktorhttpswwwlinaviktorcompainting"><a href="https://www.linaviktor.com/painting/">Lina Iris Viktor</a></h2>
<p>Black, gold and art come together. Mostly paintings, with a slight Solarpunk vibe.</p>
<h2 id="how-radix-trees-made-blocking-ips-5000-times-fasterhttpsblogsqreeniodemystifying-radix-trees"><a href="https://blog.sqreen.io/demystifying-radix-trees/">How Radix trees made blocking IPs 5000 times faster</a></h2>
<p>&ldquo;To most people, what you learn during a CS degree doesnt help much in your day to day job. That being said, you sometimes run in a problem which could have been an example used by a CS professor when introducing some core notions. This is one such instance, in regard to data structures.&rdquo;</p>
<h2 id="medic-a-rust-cli-that-checks-the-passwords-of-a-keepass-databasehttpssts10githubio20190201medichtml"><a href="https://sts10.github.io/2019/02/01/medic.html">Medic: A Rust CLI that checks the passwords of a KeePass database</a></h2>
<p>&ldquo;A Rust CLI that provides a variety of ways to check the &ldquo;health&rdquo; of a given KeePass database, including checking passwords against the Have I Been Pwned password list.&rdquo;</p>
<h2 id="a-flower-growing-in-outer-space">A flower growing in outer-space.</h2>
<p><img src="space-flower.jpg" alt="A picture of a flower abord the International Space Station"></p>
<h2 id="how-atlanta-is-turning-ex-cons-into-urban-farmershttpswwwpoliticocommagazinestory20181206food-policy-incarceration-young-people-atlanta-222758"><a href="https://www.politico.com/magazine/story/2018/12/06/food-policy-incarceration-young-people-atlanta-222758">How Atlanta Is Turning Ex-Cons Into Urban Farmers</a></h2>
<p>“I was so used to seeing death that I didnt know how itd feel to see something grow,” Trent said. “To see plants grow full of life, from something I control, its probably the best feeling in the world.”</p>
<h2 id="serverhaunthttpswwwserverhuntercomsearch23a-5db-01a"><a href="https://www.serverhunter.com/?search=23A-5DB-01A">ServerHaunt</a></h2>
<p>Cheap 0.30€ servers and more&hellip; Note : I am not sponsored in any way.</p>
<h2 id="being-a-facebook-moderator-fucks-you-uphttpswwwthevergecom201922518229714cognizant-facebook-content-moderator-interviews-trauma-working-conditions-arizona"><a href="https://www.theverge.com/2019/2/25/18229714/cognizant-facebook-content-moderator-interviews-trauma-working-conditions-arizona">Being a Facebook moderator fucks you up.</a></h2>
<p>Warning : this article talks a lot about mental trauma, death, traumatic behiavor, and more horrible things you might experience while browsing the internet.</p>
<h2 id="why-you-should-really-let-nature-do-its-thing-in-your-backyardhttpwwwelegantcodingcom201803reimagining-suburban-yard-to-reversehtmlm1"><a href="http://www.elegantcoding.com/2018/03/reimagining-suburban-yard-to-reverse.html?m=1">Why you should really let nature do it&rsquo;s thing in your backyard</a></h2>
<p>&ldquo;I wanted to share some things that I learned from growing native plants in my yard. This will be about what I learned about nature and some discoveries about how we might rethink the idea of the suburban yard from an alternate land management perspective.&rdquo;</p>
<h3 id="liens-en-français">Liens en Français</h3>
<h2 id="ric-and-rollhttpswwwyoutubecomwatchv0dxwwrorrgc"><a href="https://www.youtube.com/watch?v=0DXwWRORrGc">Ric and Roll</a></h2>
<p>C&rsquo;est quoi le RIC ? Est-ce qu&rsquo;un référundum va forcément être utilisé pour manipuler les masses ? Une petite vidéo d&rsquo;Usul.</p>
<h2 id="pas-de-google-home-mercihttpsframablogorg20190118allergie-au-google-home"><a href="https://framablog.org/2019/01/18/allergie-au-google-home/">Pas de Google Home merci</a></h2>
<p>Est-ce que tu rentrerait chez quelqu&rsquo;un qui as un assistant vocal ? Une petite BD sur la question et ses implications.</p>
<h2 id="lutte-de-classes-en-france-en-2019httpswwwmonde-diplomatiquefr201902halimi59568"><a href="https://www.monde-diplomatique.fr/2019/02/HALIMI/59568">Lutte de classes en France en 2019</a></h2>
<p>&ldquo;[···] la journaliste dun quotidien proche du patronat, LOpinion, révèle sur un plateau de télévision à quel point la bourrasque a soufflé fort : « Tous les grands groupes vont distribuer des primes, parce quils ont vraiment eu peur à un moment davoir leurs têtes sur des piques. Ah oui, les grandes entreprises, quand il y avait le samedi terrible, là, avec toutes les dégradations, ils avaient appelé le patron du Medef [Mouvement des entreprises de France], Geoffroy Roux de Bézieux, en lui disant : “Tu lâches tout ! Tu lâches tout, parce que sinon…” Ils se sentaient menacés, physiquement. »&rdquo;</p>
<h2 id="la-migration-des-grues-cendrées-au-jour-le-jourhttpschampagne-ardennelpofrgrue-cendreemigration-et-hivernagela-migration-des-grues-cendrees-au-jour-le-jourprettyphoto24"><a href="https://champagne-ardenne.lpo.fr/grue-cendree/migration-et-hivernage/la-migration-des-grues-cendrees-au-jour-le-jour#prettyPhoto/24/">La migration des grues cendrées au jour le jour.</a></h2>
<p>Le saviez-vous ? Les grues cendrées migrent en automne et au printemps, et traversent de fait la France en ce moment. La LPO observe ces déplacements et les cartographies, pour que vous sachiez quand lever le nez et être alerte pour les protéger si elles passent dans nos régions.</p>
</article>
</main>
<nav class="end-nav side-padding">
<a href="/articles/cool-links/january/" class="card blog-card bc-next bg-color-4" rel="bookmark" >
<div class="card-img-container">
<p class="card-img-overlay">Next Article</p>
<picture>
<source srcset="/articles/cool-links/january/cover.jpg">
<img src="/articles/cool-links/january/cover.jpg" class="card-img" >
</picture>
</div>
<article class="card-body">
<h2 class="card-title">Cool links of January</h2>
<p class="card-text">Finding and sharing links is what made the success of the internet. But recently, I&#39;ve been finding it harder to find such links. I&#39;ll try to make a post like this one at the end of each month with the cool links I found on the internet.</p>
<div class="card-subtext muted-text">
<p>
Posted <time datetime="2019-01-28 128:00">Jan 28, 2019</time>
</p>
<p>
#Blog #English #Français
</p>
</div>
<p class="card-subtext muted-text">This is the next article in the same categorie</p>
</article>
</a>
</nav>
<footer class="content card card-container side-padding " >
<h3>The Octet Press, N07070's blog. Self-hosted, low-tech, no JS and static, as it should be.</h3>
</footer>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 278 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 277 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

View File

@ -0,0 +1,126 @@
<!DOCTYPE html>
<html lang="en-US,fr-FR" dir="ltr">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Cool links of January &middot; The Octect Press</title>
<meta name="description" content="Finding and sharing links is what made the success of the internet. But recently, I&#39;ve been finding it harder to find such links. I&#39;ll try to make a post like this one at the end of each month with the cool links I found on the internet." />
<link href="/css/concated.min.css" rel="stylesheet">
</head>
<body class="single-body">
<nav class="nav-bar card-container">
<div class="card blog-card menu-container">
<h1 class="nav-header">
<a href="" class="nav-text">The Octet Press</a>
</h1>
<br>
<section id="menu">
<ul>
<li><a href="" class="">HOME</a></li>
<li><a href="/art-and-code/" class="">ART &amp; CODE</a></li>
<li><a href="/about-me/" class="">ABOUT ME</a></li>
<li><a href="/index.xml" class="hamburger-menu-overlay-link">RSS</a></li>
</ul>
</section>
</div>
</nav>
<main class="content side-text-padding">
<article class="post dropcase">
<header class="post-header">
<h1 class="post-title">Cool links of January</h1>
<p class="post-date">Posted <time datetime="2019-01-28">Jan 28, 2019</time></p>
</header>
<picture class="post-figure">
<source srcset="/articles/cool-links/january/cover_hua50a6cfc3c2f4199a47f71977c7b0e0c_283626_800x0_resize_q75_lanczos.jpg">
<img src="/articles/cool-links/january/cover_hua50a6cfc3c2f4199a47f71977c7b0e0c_283626_800x0_resize_q75_lanczos.jpg" >
</picture>
<h1 id="cool-links-of-january">Cool links of January</h1>
<p>Finding and sharing links is what made the success of the internet. But recently, I&rsquo;ve been finding it harder to find such links, and as I am not on most social media, sharing it is even harder. When you spend your time scrolling a timeline or another, you won&rsquo;t see most of what your friends are sharing. I&rsquo;ll try to make a post like this one at the end of each month with the cool links I found on the internet. They might be article, projects I want to share and more. I you have any cool links to share, feel free to send them over to me <a href="https://n07070.xyz/post/about-me/">via email or Mastodon</a></p>
<h2 id="prismohttpsprismonews"><a href="https://prismo.news/">Prismo</a></h2>
<p>Prismo is a <strong>soon</strong> federated link-sharing plateform. It works very much like HackerNews or JournalDuHacker, but can exchange links with otherplateform. Think a federated reddit, maybe ?</p>
<h2 id="post-work--a-world-without-jobshttpswwwtheguardiancomnews2018jan19post-work-the-radical-idea-of-a-world-without-jobs"><a href="https://www.theguardian.com/news/2018/jan/19/post-work-the-radical-idea-of-a-world-without-jobs">Post-Work : a world without jobs</a></h2>
<p>The Guardian, 2018-01-19</p>
<p>Work is everywhere, but it&rsquo;s not supposed to be like that. They are other ways to see our lives in this world, even if it means changing a few things in our society. A lot of questions are raised : does post work mean less money ? Less luxury ? Or more ? Do we even know how to live without work ? The article is quite long, but goes in depth with a lot of references.</p>
<h2 id="how-period-tracking-apps-are-monetizing-womens-private-health-data-httpswwwbloombergcomnewsarticles2019-01-24how-period-tracking-apps-are-monetizing-women-s-extremely-personal-data"><a href="https://www.bloomberg.com/news/articles/2019-01-24/how-period-tracking-apps-are-monetizing-women-s-extremely-personal-data">How period tracking apps are monetizing women&rsquo;s private health data </a></h2>
<p>Bloomberg, 2019-01-24</p>
<p>More and more women are using apps to track there health data, and menstruation. But theses apps are also using this data to present ads, or sell products. What consequences does it have ? How do women think of it ?</p>
<h2 id="greenskinhttpbjoernkarmanndkgreenskin"><a href="http://bjoernkarmann.dk/greenskin">Greenskin</a></h2>
<p>&ldquo;Assuming that one car has a surface area of about 5 square meter there are circa 35 square kilometre of sheet metal driving around. That&rsquo;s enough to cover the entire inner city of Stuttgart or half of Hollywood or 3.500 football fields in metal. Imagine this area would be covered by green space!&rdquo;</p>
<h2 id="knitting-one-row-a-day-to-record-the-temperatureshttpsmastodonsocialfranciecashman101358890439111089"><a href="https://mastodon.social/@franciecashman/101358890439111089">Knitting one row a day to record the temperatures</a></h2>
<p>&ldquo;So I cast off my 2018 temperature blanket on Jan 1st and I am so pleased with how it turned out. I knit one garter stitch row every day for 365 days based on the daily high temp for my city. It was a very rewarding project.&rdquo;</p>
<h2 id="de-lusage-dinternet-des-familles-modesteshttpwwwinternetactunet20180921linternet-des-familles-modestes-les-usages-sont-ils-les-memes-du-haut-au-bas-de-lechelle-sociale"><a href="http://www.internetactu.net/2018/09/21/linternet-des-familles-modestes-les-usages-sont-ils-les-memes-du-haut-au-bas-de-lechelle-sociale/">De l&rsquo;usage dinternet des familles modestes</a></h2>
<p>Internetactu, 2018-09-21</p>
<p>Comment les familles modestes utilisent-elles internet ? Comment sont-elles équipées ? Quel culture ont-elle vis-à-vis de cet outil ? Une analyse sociologique qui apporte un petit éclairage sur la façon dont l&rsquo;usage d&rsquo;internet change en fonction de la classe sociale.</p>
<h2 id="toying-with-barcodeshttpshooktubecomwatchvqt_gwl1drhc"><a href="https://hooktube.com/watch?v=qT_gwl1drhc">Toying with barcodes</a></h2>
<p>Do you know how barcodes, thoses that we see everyday, work ? Did you know that you could hop on a plane thanks to a inkjet printer and a bit of time ? This video of DEFCON16 is a great introduction to security and how fucked up it is in our world.</p>
<h2 id="how-late-capitalism-manufactured-k-pop-and-destroyed-the-idols-httpswwwyoutubecomwatchvj8lxorztuwy"><a href="https://www.youtube.com/watch?v=J8LxORztUWY">How Late Capitalism manufactured K-Pop (and destroyed the idols) </a></h2>
<p>The K-pop culture started in the 90s, with TV, well after western Pop. It was also born in the korean context, where liberalism and opposition to communism lead by a dictatorship shaped it&rsquo;s futur. But, soon after, it transformed into much more than just a music genre. It&rsquo;s now a manufactured culture for a whole country.</p>
</article>
</main>
<nav class="end-nav side-padding">
<a href="/articles/un-mastodon-dans-le-cyber-espace/" class="card blog-card bc-next bg-color-4" rel="bookmark" >
<div class="card-img-container">
<p class="card-img-overlay">Next Article</p>
<picture>
<source srcset="/articles/un-mastodon-dans-le-cyber-espace/cover.jpg">
<img src="/articles/un-mastodon-dans-le-cyber-espace/cover.jpg" class="card-img" >
</picture>
</div>
<article class="card-body">
<h2 class="card-title">Un Mastodon dans le cyber-espace</h2>
<p class="card-text">On ne présente plus Twitter. Le réseau social compte désormais plusieurs millions d&#39;utilisateurs, mais, récemment, de nombreuses critiques lui ont été adressé. Face à ces soucis, des alternatives ont été crées au fur et à mesure des années, comme Dispora* ou HubZilla, mais n&#39;ont pas réussit à convaincre les twittos en dehors des milieux libristes, malgré leurs nombreux atous. Toutefois, récemment, un petit nouveau fait parler de lui : Mastodon.</p>
<div class="card-subtext muted-text">
<p>
Posted <time datetime="2019-01-02 12:00">Jan 2, 2019</time>
</p>
<p>
#Blog #Français
</p>
</div>
<p class="card-subtext muted-text">This is the next article in the same categorie</p>
</article>
</a>
</nav>
<footer class="content card card-container side-padding " >
<h3>The Octet Press, N07070's blog. Self-hosted, low-tech, no JS and static, as it should be.</h3>
</footer>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

View File

@ -0,0 +1,116 @@
<!DOCTYPE html>
<html lang="en-US,fr-FR" dir="ltr">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Cool links of July &middot; The Octect Press</title>
<meta name="description" content="Summer has come, and with it, a pile of old links that I wanted to read for a long time now ! Also, I&#39;ve been getting into writing more, so expect a lot more articles on diverses things soon !" />
<link href="/css/concated.min.css" rel="stylesheet">
</head>
<body class="single-body">
<nav class="nav-bar card-container">
<div class="card blog-card menu-container">
<h1 class="nav-header">
<a href="" class="nav-text">The Octet Press</a>
</h1>
<br>
<section id="menu">
<ul>
<li><a href="" class="">HOME</a></li>
<li><a href="/art-and-code/" class="">ART &amp; CODE</a></li>
<li><a href="/about-me/" class="">ABOUT ME</a></li>
<li><a href="/index.xml" class="hamburger-menu-overlay-link">RSS</a></li>
</ul>
</section>
</div>
</nav>
<main class="content side-text-padding">
<article class="post dropcase">
<header class="post-header">
<h1 class="post-title">Cool links of July</h1>
<p class="post-date">Posted <time datetime="2020-07-30">Jul 30, 2020</time></p>
</header>
<picture class="post-figure">
<source srcset="/articles/cool-links/july/cover_huebd85963d99d275be846c45773bfbc85_625065_800x0_resize_q75_lanczos.jpg">
<img src="/articles/cool-links/july/cover_huebd85963d99d275be846c45773bfbc85_625065_800x0_resize_q75_lanczos.jpg" >
</picture>
<h1 id="cool-links-of-july">Cool links of July</h1>
<h2 id="become-a-van-dweller-for-amazonhttpswwwthevergecom201971020687434amazon-sellers-nomad-merchants-products-malls-walmart"><a href="https://www.theverge.com/2019/7/10/20687434/amazon-sellers-nomad-merchants-products-malls-walmart">Become a Van Dweller, for Amazon.</a></h2>
<p>I&rsquo;ve wanted to go live on the road for quite some time now, but I&rsquo;m reading more and more articles about people living on the road not by choice, but by obligation. More and more people in the US live in vans, by it in California where living is too costly, or across the country. Some of theses people found a very odd job : buy stuff in superstores, and selling it for a profit on Amazon. Live in your van, and Bezos might reward you if you find the right <strong>stuff</strong>.</p>
<h2 id="nazi-punks-fuck-off---from-the-fediverse-httpswwwthevergecom201971220691957mastodon-decentralized-social-network-gab-migration-fediverse-app-blocking"><a href="https://www.theverge.com/2019/7/12/20691957/mastodon-decentralized-social-network-gab-migration-fediverse-app-blocking">Nazi Punks fuck off - from the fediverse !</a></h2>
<p>Decentralized networks are resistant to censorship, but that also means that when nazis come along, they are also immune&hellip; Or are they ? If the community resists them, they might not be censord, just isolated. Is that enough ?</p>
<h2 id="why-would-you-implement-a-browser-in-the-browser-to-browse-what-you-could-browse-with-a-browser-httpscartersandeduodecimatechnologyjavascript-page-navigation"><a href="https://carter.sande.duodecima.technology/javascript-page-navigation/">Why would you implement a browser in the browser to browse what you could browse with a browser ?</a></h2>
<p>A love story between Javascript developpers who need to prove something and slowness, all of it taking place in your very own browser.</p>
<hr>
<h1 id="les-liens-cool-du-mois-de-juillet">Les Liens cool du mois de Juillet</h1>
<h2 id="la-fraude-fiscale-révolutionnairehttpsreporterrenetni-capitalisme-ni-etat-la-cooperative-integrale-s-epanouit-a-barcelone"><a href="https://reporterre.net/Ni-capitalisme-ni-Etat-la-Cooperative-integrale-s-epanouit-a-Barcelone">La fraude fiscale révolutionnaire</a></h2>
<p>En catalogne, ne payer d&rsquo;impôt, c&rsquo;est pas seulement un truc des grosses entreprises capitalistes. C&rsquo;est aussi ce qui permet, entre autres, à la coopérative intégrale de préparer, selon elle, la révolution.</p>
</article>
</main>
<nav class="end-nav side-padding">
<a href="/articles/a-case-for-the-importance-of-multiples-identites/" class="card blog-card bc-next bg-color-4" rel="bookmark" >
<div class="card-img-container">
<p class="card-img-overlay">Next Article</p>
<picture>
<source srcset="/articles/a-case-for-the-importance-of-multiples-identites/cover.jpg">
<img src="/articles/a-case-for-the-importance-of-multiples-identites/cover.jpg" class="card-img" >
</picture>
</div>
<article class="card-body">
<h2 class="card-title">A case for the importance of multiple identities in the fediverse.</h2>
<p class="card-text">Let&#39;s discuss an important subject : multiple identities. Do you have severale email addresses ? Did you already present yourself under another name ? And, on the web, did you already try to make yourself anonymous ? With the new Fediverse network, multiple identities are the building blocks of the network, but it may cause some confusion. Some people also thing the network shouldn&#39;t allow it or work in a different way.</p>
<div class="card-subtext muted-text">
<p>
Posted <time datetime="2019-07-01 71:00">Jul 1, 2019</time>
</p>
<p>
#Blog #English
</p>
</div>
<p class="card-subtext muted-text">This is the next article in the same categorie</p>
</article>
</a>
</nav>
<footer class="content card card-container side-padding " >
<h3>The Octet Press, N07070's blog. Self-hosted, low-tech, no JS and static, as it should be.</h3>
</footer>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 473 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 473 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

View File

@ -0,0 +1,120 @@
<!DOCTYPE html>
<html lang="en-US,fr-FR" dir="ltr">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Cool links of June &middot; The Octect Press</title>
<meta name="description" content="June is once a year, but there is a lot in reserve for next month. It&#39;s easier to read I guess ? We&#39;ll be talking knots, android and web accessibility." />
<link href="/css/concated.min.css" rel="stylesheet">
</head>
<body class="single-body">
<nav class="nav-bar card-container">
<div class="card blog-card menu-container">
<h1 class="nav-header">
<a href="" class="nav-text">The Octet Press</a>
</h1>
<br>
<section id="menu">
<ul>
<li><a href="" class="">HOME</a></li>
<li><a href="/art-and-code/" class="">ART &amp; CODE</a></li>
<li><a href="/about-me/" class="">ABOUT ME</a></li>
<li><a href="/index.xml" class="hamburger-menu-overlay-link">RSS</a></li>
</ul>
</section>
</div>
</nav>
<main class="content side-text-padding">
<article class="post dropcase">
<header class="post-header">
<h1 class="post-title">Cool links of June</h1>
<p class="post-date">Posted <time datetime="2019-06-30">Jun 30, 2019</time></p>
</header>
<picture class="post-figure">
<source srcset="/articles/cool-links/june/cover_huce11b1a63fc85c8525cf3e6ae839f12e_484288_800x0_resize_q75_lanczos.jpg">
<img src="/articles/cool-links/june/cover_huce11b1a63fc85c8525cf3e6ae839f12e_484288_800x0_resize_q75_lanczos.jpg" >
</picture>
<h1 id="cool-links-of-june">Cool links of June</h1>
<h2 id="the-limitation-of-androids-encryptionhttpsblogcryptographyengineeringcom20161124android-n-encryption"><a href="https://blog.cryptographyengineering.com/2016/11/24/android-n-encryption/">The limitation of Android&rsquo;s encryption.</a></h2>
<p>Android devices have a filesystem encryption, which means that it&rsquo;s possible for you to access parts of the filesystem. It also relies on the devs getting the encryption right, as the apps have to do there own cryptographic configuration. What could go wrong ?</p>
<h2 id="building-the-most-inaccessible-site-possible-with-a-perfect-lighthouse-scorehttpswwwmatuzoatblogbuilding-the-most-inaccessible-site-possible-with-a-perfect-lighthouse-score"><a href="https://www.matuzo.at/blog/building-the-most-inaccessible-site-possible-with-a-perfect-lighthouse-score/">Building the most inaccessible site possible with a perfect Lighthouse score</a></h2>
<p>Google provides a tool to test how accessible websites are. But it&rsquo;s far from perfect, and with a few tricks, you can get a perfect score while making the website totally unusable.</p>
<h2 id="animated-knotshttpswwwanimatedknotscomcomplete-knot-list"><a href="https://www.animatedknots.com/complete-knot-list">Animated knots</a></h2>
<p>A list of knots, and animated insctructions on how to do them.</p>
<hr>
<h1 id="les-liens-cool-du-mois-de-juin">Les Liens cool du mois de Juin</h1>
<h2 id="qui-aurait-cru-que-confier-la-configuration-et-lentretien-de-tes-serveurs-à-une-puissance-étrangère-ferait-quelle-tespionne--httpswwwlemondefrafriquearticle20180126a-addis-abeba-le-siege-de-l-union-africaine-espionne-par-les-chinois_5247521_3212html"><a href="https://www.lemonde.fr/afrique/article/2018/01/26/a-addis-abeba-le-siege-de-l-union-africaine-espionne-par-les-chinois_5247521_3212.html">Qui aurait cru que confier la configuration et l&rsquo;entretien de tes serveurs à une puissance étrangère ferait qu&rsquo;elle t&rsquo;espionne ? </a></h2>
<p>C&rsquo;est ce qu&rsquo;a découvert l&rsquo;Union Africaine. En analysant les logs de ses serveurs, des ingénieurs africains ont découvert que l&rsquo;intégralité des données étaient téléversé vers un serveur à Shangaï. Et un gros merci à la Chine d&rsquo;avoir construit le siège de l&rsquo;UA. Ils ont aussi découvert que le bâtiment était truffé de micros&hellip; <a href="https://mobile.twitter.com/msuiche/status/957153050845687808">Source</a></p>
<h2 id="land-and-freedomhttpswwwartetvfrvideos087366-000-aland-and-freedom"><a href="https://www.arte.tv/fr/videos/087366-000-A/land-and-freedom/">Land and Freedom</a></h2>
<p>&ldquo;La guerre dEspagne vue à travers lhistoire dun militant antifranquiste que sa petite-fille enterre à Liverpool. Ken Loach sempare avec brio dune révolution sans frontières, peu contée au cinéma, entre espoirs et désillusions.&rdquo;</p>
<hr>
<p>&ldquo;Link&rdquo; by Dunechaser is licensed with CC BY-NC-SA 2.0. To view a copy of this license, visit <a href="https://creativecommons.org/licenses/by-nc-sa/2.0/">https://creativecommons.org/licenses/by-nc-sa/2.0/</a></p>
</article>
</main>
<nav class="end-nav side-padding">
<a href="/articles/cool-links/may/" class="card blog-card bc-next bg-color-4" rel="bookmark" >
<div class="card-img-container">
<p class="card-img-overlay">Next Article</p>
<picture>
<source srcset="/articles/cool-links/may/cover.jpg">
<img src="/articles/cool-links/may/cover.jpg" class="card-img" >
</picture>
</div>
<article class="card-body">
<h2 class="card-title">Cool links of May</h2>
<p class="card-text">Some links about computers, but also about degrowth, Paris in the 20th century, ainsi que des billets d&#39;humeurs d&#39;autres blogs.</p>
<div class="card-subtext muted-text">
<p>
Posted <time datetime="2019-06-03 63:00">Jun 3, 2019</time>
</p>
<p>
#Blog #English #Français
</p>
</div>
<p class="card-subtext muted-text">This is the next article in the same categorie</p>
</article>
</a>
</nav>
<footer class="content card card-container side-padding " >
<h3>The Octet Press, N07070's blog. Self-hosted, low-tech, no JS and static, as it should be.</h3>
</footer>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 278 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 277 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

View File

@ -0,0 +1,168 @@
<!DOCTYPE html>
<html lang="en-US,fr-FR" dir="ltr">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Cool links of March &middot; The Octect Press</title>
<meta name="description" content="This month, there is, as always, a fair shaire of links about tech. I&#39;ve shared a few links that helped me fix my problems, and some political articles I read and find interesting, but it doesn&#39;t mean I agree a 100% with what&#39;s written there. Have a good read !" />
<link href="/css/concated.min.css" rel="stylesheet">
</head>
<body class="single-body">
<nav class="nav-bar card-container">
<div class="card blog-card menu-container">
<h1 class="nav-header">
<a href="" class="nav-text">The Octet Press</a>
</h1>
<br>
<section id="menu">
<ul>
<li><a href="" class="">HOME</a></li>
<li><a href="/art-and-code/" class="">ART &amp; CODE</a></li>
<li><a href="/about-me/" class="">ABOUT ME</a></li>
<li><a href="/index.xml" class="hamburger-menu-overlay-link">RSS</a></li>
</ul>
</section>
</div>
</nav>
<main class="content side-text-padding">
<article class="post dropcase">
<header class="post-header">
<h1 class="post-title">Cool links of March</h1>
<p class="post-date">Posted <time datetime="2019-04-02">Apr 2, 2019</time></p>
</header>
<picture class="post-figure">
<source srcset="/articles/cool-links/march/cover_hua50a6cfc3c2f4199a47f71977c7b0e0c_283626_800x0_resize_q75_lanczos.jpg">
<img src="/articles/cool-links/march/cover_hua50a6cfc3c2f4199a47f71977c7b0e0c_283626_800x0_resize_q75_lanczos.jpg" >
</picture>
<h1 id="cool-links-of-march">Cool links of march</h1>
<p>This month had it&rsquo;s share of problems : my two computers broke down a few days apart, and because I forgot to backup my writings, I&rsquo;ve lost most of the links I saved for the past days. Thankfully, I have a lot more in reserve, so this month will be light, and more links will be published next month. There is, as always, a fair shaire of links about tech. I&rsquo;ve shared a few links that helped me fix my problems, and some political articles I read and find interesting, but it doesn&rsquo;t mean I agree a 100% with what&rsquo;s written there. Have a good read !</p>
<h2 id="httpsgithubcomshazowssh-chatssh-chat"><a href="SSH-chat">https://github.com/shazow/ssh-chat</a></h2>
<p>Ever wanted to have a tchat server that you can connect to with SSH ? Well now you can.</p>
<h2 id="python-3-cheatsheethttpspersolimsifrpointalpythonmemento"><a href="https://perso.limsi.fr/pointal/python:memento">Python 3 CheatSheet</a></h2>
<p>Everything you need to know when coding in Python 3.</p>
<h2 id="free-books-on-linuxhttpswwwlinuxjournalcombooks"><a href="https://www.linuxjournal.com/books">Free books on Linux</a></h2>
<p>Books about anything and everything you need to know about Linux ! From SSH to Machine Learning, you&rsquo;ll have access to a load of knowledge.</p>
<h2 id="the-pacman-rosettahttpswikiarchlinuxorgindexphppacman_rosetta"><a href="https://wiki.archlinux.org/index.php/Pacman_Rosetta">The Pacman Rosetta</a></h2>
<p>As I said in introduction, my computers broke down. On my laptop, I had been using Ubuntu for the past 4 years, with virtually no problems, until my SSD failed.. I installed a new SSD, and decided it was time to move to something new, and installed Manjaro Linux. One of the things I was worried about was learning the Pacman package manager. I had read about people breaking theire system with updates. Thankfully, the archlinux wiki is a gold mine, and has a page where all the usual apt commands and translated to pacman commands ! Nice !</p>
<h2 id="entrering-the-static-webhttpsstaticadventuresnetlibreblogentering-the-static-web"><a href="https://staticadventures.netlib.re/blog/entering-the-static-web/">Entrering the static web</a></h2>
<p>Why does Wordpress have a security flaw every other month ? Why do we use so much energy to power the internet ? Is there another way ?</p>
<p>Well, yes ! And this website is part of it : it&rsquo;s a static website. Changes only happen when a new post is published. Otherwise, it&rsquo;s just a bunch of HTML files hosted by a very small computer.</p>
<p>The linked article explores briefly the history of publishing on the internet and gives a overlook of how things are changing to old, proved and efficient tech.</p>
<h2 id="ts--dont-loose-track-of-time-or-kisshttpslinuxcommandoblogspotcom201903ts-epitome-of-unix-philosophyhtml"><a href="https://linuxcommando.blogspot.com/2019/03/ts-epitome-of-unix-philosophy.html?">ts : don&rsquo;t loose track of time or KISS</a></h2>
<p>A nice little command to append the time to a command in your Linux terminal. It&rsquo;s very KISS ( Keep It Simple Stupid ).</p>
<h2 id="raspberrypi-motor-library-in-pythonhttpsgithubcomgavinlyonsreporpimotorlib"><a href="https://github.com/gavinlyonsrepo/RpiMotorLib">RaspberryPi Motor Library in Python</a></h2>
<p>A python library to control the most popular motors and servors with your raspberry pi.</p>
<h2 id="making-a-homebrew-video-game-consolehttpsinternalregistergithubio20190314homebrew-consolehtml"><a href="https://internalregister.github.io/2019/03/14/Homebrew-Console.html">Making a Homebrew video game console</a></h2>
<p>When you&rsquo;re nostalgic of the old video games you played as a kid, sometimes the only solution is to build one yourself. That&rsquo;s what Sérgio Vieira did, build the sound system, the logic, the motherboard and even writing a full game for the console ! The article is rich in details, with links to help you make your own !</p>
<p>Warning : spaghetty wires, jumper cable hell !</p>
<h2 id="building-the-digitally-gated-community-the-case-of-nextdoorhttpsojslibraryqueensucaindexphpsurveillance-and-societyarticleview12927"><a href="https://ojs.library.queensu.ca/index.php/surveillance-and-society/article/view/12927">Building the Digitally Gated Community: The Case of Nextdoor</a></h2>
<p>&ldquo;The neighborhood is a historic and contemporary site of the assertion of white racial and economic domination, particularly over Black people. Although there is strong evidence that whites continue to prefer racially segregated neighborhoods, fifty years of fair housing jurisprudence has made it more difficult to openly bar non-white residents. Among the many strategies used to protect white domination of residential space is the coordinated surveillance and policing of non-white people. In this paper, I show how Nextdoor, a neighborhood-based social network, has become an important platform for the surveillance and policing of race in residential space, enabling the creation of what I call digitally gated communities.&rdquo;</p>
<h2 id="inmates-in-finland-are-training-ai-as-part-of-prison-laborhttpswwwthevergecom201932818285572prison-labor-finland-artificial-intelligence-data-tagging-vainu"><a href="https://www.theverge.com/2019/3/28/18285572/prison-labor-finland-artificial-intelligence-data-tagging-vainu">Inmates in Finland are training AI as part of prison labor</a></h2>
<p>AI doesn&rsquo;t mean anything without the work of people who train it. And most of the time, that work is boring, badly paid and done by people who live in very though conditions. Talk about a revolution&hellip;</p>
<h2 id="the-thinkpad-x210-is-the-best-computer-you-can-gethttpsgeoffgreerfm20190304thinkpad-x210"><a href="https://geoff.greer.fm/2019/03/04/thinkpad-x210/">The thinkpad X210 is the best computer you can get</a></h2>
<p>Done by a small group of enthousiasts, the Thinkpad X210 is modular, powerfull and durable. &ldquo;Linux worked out of the box.&rdquo;, &ldquo;Battery life has increased significantly. I now get 6 hours with the flush battery and 10 hours with the extended battery.&rdquo;, &ldquo;The fan only turns on if Im doing something intensive like compiling go or scrolling in Slack.&rdquo;.</p>
<h2 id="pay-for-your-emailshttpsjlelseblogthoughts2019email-providers"><a href="https://jlelse.blog/thoughts/2019/email-providers/">Pay for your emails</a></h2>
<p>If it&rsquo;s free, you&rsquo;re the product : it&rsquo;s true for emails too. But, even by paying for your emails, you have little control over what happens to them. One solution to that is self-hosting, I&rsquo;ll write about that one day.</p>
<h2 id="make-linux-fast-againhttpsmake-linux-fast-againcom"><a href="https://make-linux-fast-again.com/">Make Linux Fast Again</a></h2>
<p>&ldquo;Just expose yourself to very serious security risks.&rdquo;</p>
<h2 id="librefoxhttpsgithubcomintikalibrefox"><a href="https://github.com/intika/Librefox">LibreFox</a></h2>
<p>Make firefox respect your privacy. Lately, Mozilla has been integrating more and more services in the browser, even tho it might not be what you&rsquo;re looking for in a browser. Keeping it simple is becoming hard, but this project&rsquo;s aim is to make it easy.</p>
<h2 id="every-network-tool-in-linux">Every network tool in Linux</h2>
<p><img src="https://wizardzines.com/images/networking-tools-poster.png" alt=""></p>
<h2 id="start-your-own-civilisation-with-this-cool-cdhttpswikiopensourceecologyorgwikicivilization_starter_kit_dvd_v001"><a href="https://wiki.opensourceecology.org/wiki/Civilization_Starter_Kit_DVD_v0.01">Start your own civilisation with this cool CD</a></h2>
<p>Open-source tools, machines and technics to kick-start your civilisation.</p>
<h2 id="ernest-illms-instagramhttpswwwinstagramcomernestillm"><a href="https://www.instagram.com/ernestillm/">Ernest Illm&rsquo;s Instagram</a></h2>
<p>A nice graph artist&rsquo;s instagram page.</p>
<hr>
<h1 id="les-liens-cool-du-mois-de-mars">Les Liens cool du mois de mars</h1>
<p>Ce mois-ci, beaucoup d&rsquo;analyse politique de l&rsquo;actualité. En même temps, vu le climat politique en France en ce moment, c&rsquo;est normal on va dire. Quelques liens aussi sur la technologie, et notamment une nouvelle qui est passée presque inapercue, à propos des écrans de pub dans le métro.</p>
<h2 id="no-g0gle-francehttpsno-googleframawikiactionsfrance"><a href="https://no-google.frama.wiki/actions:france">No G0°gle France</a></h2>
<p>Un wiki qui recense tout pleins d&rsquo;actions, de documentations et de liens du groupe No G0°gle France.</p>
<h2 id="airbnb-dans-votre-quartier--ça-donne-quoi-httpsparisvsbnbfrscraper"><a href="https://parisvsbnb.fr/scraper/">AirBnB dans votre quartier : ça donne quoi ?</a></h2>
<p>Un petit outil qui permet d&rsquo;avoir une idée précise de la présence d&rsquo;AirBnB dans votre ville, grâce à la récolte des données sur leur site web de façon automatisée. Vous pouvez ensuite les trier, les classer, etc&hellip;</p>
<h2 id="le-traité-de-lisbonne-autorise-à-tuer-des--émeutiers-httpsmobileagoravoxfractualiteseuropearticlele-traite-de-lisbonne-autorise-a-62526"><a href="https://mobile.agoravox.fr/actualites/europe/article/le-traite-de-lisbonne-autorise-a-62526">Le traité de Lisbonne autorise à tuer des « émeutiers »</a></h2>
<p>On se doute que les états font rarement des excuses quand il s&rsquo;agit de tuer des citoyens révoltés, mais le fait que ça soit inscrit dans la loi, qui leur donne un semblant de légitimité, est troublant.</p>
<h2 id="transition-écologique-et-numérique-main-dans-la-mainhttpsinformationtv5mondecominfopeut-faire-converger-la-transition-energetique-et-la-transition-numerique-291612"><a href="https://information.tv5monde.com/info/peut-faire-converger-la-transition-energetique-et-la-transition-numerique-291612">Transition écologique et numérique main dans la main</a></h2>
<p>Un institue à publié ce rapport qui traite du lien entre la transition écologique et la transition numérique au sein de la société. Mention spécial aux CHATONS, à la <a href="https://fnd.net">FDN</a> et aux solutions <a href="https://solar.lowtechmagazine.com/">low-tech</a></p>
<h2 id="la-voiture-autonome-ne-viendra-pas-toute-seulehttpswwwlesechosfrindustrie-servicesautomobilepremiers-coups-de-frein-sur-la-voiture-autonome-1003606xtorcs1-26"><a href="https://www.lesechos.fr/industrie-services/automobile/premiers-coups-de-frein-sur-la-voiture-autonome-1003606#xtor=CS1-26">La voiture autonome ne viendra pas toute seule</a></h2>
<p>« Compte tenu du coût additionnel de la technologie, le coût de la voiture devient tel que celui qui peut se la payer n&rsquo;est de toutes les façons pas derrière le volant, mais plutôt sur la banquette arrière… »</p>
<h2 id="guide-de-protection-numériquehttpsnothing2hideorgfr20190402notre-guide-de-protection-numerique"><a href="https://nothing2hide.org/fr/2019/04/02/notre-guide-de-protection-numerique/">Guide de protection numérique</a></h2>
<h2 id="les-écrans-de-pub-traquent-vos-smartphonehttpswwwfrandroidcomculture-tech577876_dans-le-metro-ces-ecrans-de-publicites-traquent-vos-smartphones"><a href="https://www.frandroid.com/culture-tech/577876_dans-le-metro-ces-ecrans-de-publicites-traquent-vos-smartphones">Les écrans de pub traquent vos smartphone.</a></h2>
<p>Dans le métro, à Paris, tout vos trajets sont maintenant traqué par les écrans de pub. N&rsquo;oubliez pas de désactiver le wifi et le bluetooth avant de prendre le métro. Vous pouvez vous enlever des listes avec un marteau et un peu d&rsquo;essence, ou en (suivant ce lien)[https://retency.com/stats/manual_optout.html]</p>
<h2 id="lexécutif-au-défi-dun-mouvement-social-disparate-et--perlé-httpswwwla-croixcomfrancelexecutif-defi-dun-mouvement-social-disparate-perle-2019-03-17-1201009429"><a href="https://www.la-croix.com/France/Lexecutif-defi-dun-mouvement-social-disparate-perle-2019-03-17-1201009429">Lexécutif au défi dun mouvement social disparate et « perlé »</a></h2>
<p>Après un samedi de manifestations et de violences, des syndicats appellent à de nouvelles mobilisations pour le pouvoir dachat, mardi 19 mars. Emmanuel Macron, qui avait repris pied grâce au grand débat, semble à nouveau subir les événements.</p>
<h2 id="permaculture-et-logiciels-libreshttpsframablogorg20190227permaculture-et-logiciels-libres"><a href="https://framablog.org/2019/02/27/permaculture-et-logiciels-libres/">Permaculture et logiciels libres</a></h2>
<p>&ldquo;Vous ne voyez pas le rapport ? Eh bien eux, si. La petite association allemande qui anime le projet Permaculture Commons a de modestes ambitions : changer le monde.&rdquo;</p>
<h2 id="le-web-indé-en-deuilhttpsnota-beneorgle-web-inde-en-deuil"><a href="https://nota-bene.org/Le-Web-inde-en-deuil">Le web indé en deuil</a></h2>
<p>Pierre Lazuly est mort. Cest comme ça, que veux-tu. Cela dit, ce qu&rsquo;il a fait, c&rsquo;est beau. Ce qu&rsquo;il pensait aussi.</p>
<hr>
<p>&ldquo;Beijing 2&rdquo; by Jonathan Kos-Read is licensed with CC BY-ND 2.0. To view a copy of this license, visit <a href="https://creativecommons.org/licenses/by-nd/2.0/">https://creativecommons.org/licenses/by-nd/2.0/</a></p>
</article>
</main>
<nav class="end-nav side-padding">
<a href="/articles/zapatista-oventik-petite-ecole/" class="card blog-card bc-next bg-color-4" rel="bookmark" >
<div class="card-img-container">
<p class="card-img-overlay">Next Article</p>
<picture>
<source srcset="/articles/zapatista-oventik-petite-ecole/cover.jpg">
<img src="/articles/zapatista-oventik-petite-ecole/cover.jpg" class="card-img" >
</picture>
</div>
<article class="card-body">
<h2 class="card-title">D&#39;abord la pratique, et ensuite la théorie : Les leçons de la Petite École Zapatiste, après 20 ans d&#39;existance.</h2>
<p class="card-text">Lors de ma première nuit durant la visite de la *Petite École Zapatiste*, mon guide et son mari ont demandé si mes étudiants avaient des questions. Mes étudiants et moi-même avions déjà eu l&#39;expérience de travailler avec les Zapatistes, nous nous sommes donc poliment limités aux questions sûres, généralement posées lors de la visite d&#39;un territoire rebelle : des questions sur les provisions, les récoltes, les points d&#39;eau locaux, et toutes autres questions n&#39;ayant rien à voir avec l&#39;Armée Zapatiste de Libération National (EZLN)...</p>
<div class="card-subtext muted-text">
<p>
Posted <time datetime="2019-03-11 311:00">Mar 11, 2019</time>
</p>
<p>
#Politique #Français
</p>
</div>
<p class="card-subtext muted-text">This is the next article in the same categorie</p>
</article>
</a>
</nav>
<footer class="content card card-container side-padding " >
<h3>The Octet Press, N07070's blog. Self-hosted, low-tech, no JS and static, as it should be.</h3>
</footer>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

View File

@ -0,0 +1,151 @@
<!DOCTYPE html>
<html lang="en-US,fr-FR" dir="ltr">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Cool links of May &middot; The Octect Press</title>
<meta name="description" content="Some links about computers, but also about degrowth, Paris in the 20th century, ainsi que des billets d&#39;humeurs d&#39;autres blogs." />
<link href="/css/concated.min.css" rel="stylesheet">
</head>
<body class="single-body">
<nav class="nav-bar card-container">
<div class="card blog-card menu-container">
<h1 class="nav-header">
<a href="" class="nav-text">The Octet Press</a>
</h1>
<br>
<section id="menu">
<ul>
<li><a href="" class="">HOME</a></li>
<li><a href="/art-and-code/" class="">ART &amp; CODE</a></li>
<li><a href="/about-me/" class="">ABOUT ME</a></li>
<li><a href="/index.xml" class="hamburger-menu-overlay-link">RSS</a></li>
</ul>
</section>
</div>
</nav>
<main class="content side-text-padding">
<article class="post dropcase">
<header class="post-header">
<h1 class="post-title">Cool links of May</h1>
<p class="post-date">Posted <time datetime="2019-06-03">Jun 3, 2019</time></p>
</header>
<picture class="post-figure">
<source srcset="/articles/cool-links/may/cover_hu98d39bbf9b5b6eb64b02b75a3936f930_1096724_800x0_resize_q75_lanczos.jpg">
<img src="/articles/cool-links/may/cover_hu98d39bbf9b5b6eb64b02b75a3936f930_1096724_800x0_resize_q75_lanczos.jpg" >
</picture>
<h1 id="cool-links-of-may">Cool links of May</h1>
<h2 id="degrowth-is-utopian-and-thats-a-good-thinghttpunevenearthorg201904degrowth-is-utopian-and-thats-a-good-thing"><a href="http://unevenearth.org/2019/04/degrowth-is-utopian-and-thats-a-good-thing/">Degrowth is utopian, and thats a good thing</a></h2>
<p>Some people might argue that degrowth, in the economic sens, is utopian. That word is being used as a synomim to &ldquo;impossible&rdquo;. But, if you look at a definition of the word utopian, it might also mean &ldquo;what has not been done, yet.&rdquo;. And that&rsquo;s a good thing : it means that we don&rsquo;t know if it will fail or succed. But what we know for sure, is that growth is failling us. So, it&rsquo;s utopian, and it&rsquo;s a good thing.</p>
<h2 id="one-in-four-drivers-in-the-us-is-being-tracked-while-drivinghttpswwwbloombergcomnewsarticles2019-04-29insurers-know-exactly-how-often-american-drivers-touch-their-phones"><a href="https://www.bloomberg.com/news/articles/2019-04-29/insurers-know-exactly-how-often-american-drivers-touch-their-phones">One in four drivers in the US is being tracked while driving</a></h2>
<p>&ldquo;The reason for all this data is that at least one in five U.S. auto insurance policies now offers a potential discount if the customer consents to a vehicle monitor. &quot;</p>
<h2 id="pubcast-or-the-new-rsshttpspubcastpub"><a href="https://pubcast.pub/">Pubcast or the new RSS</a></h2>
<p>Pubcast is an open-source, experimental replacement for RSS built on ActivityPub. The nice thing about it, it&rsquo;s that it&rsquo;s federated ! Which means you can boost some podcast you liked and share it with your friends. Also, it&rsquo;s a two-way protocol, so feel free to like it !</p>
<p>Now, it&rsquo;s still very early and I don&rsquo;t see the difference between pubcast and a standar Pleroma or Mastodon account but I guess it&rsquo;s underway and we&rsquo;ll see soon enough.</p>
<h2 id="forgefedhttpsnotabugorgpeersforgefed"><a href="https://notabug.org/peers/forgefed">ForgeFed</a></h2>
<p>A work in progress project that aims to federate forges, aka git repos. It would be greate to be able to have an account on one git repo and star, comment, open issues on any other forge that&rsquo;s part of the federation. The end of github&rsquo;s dominance maybe ?</p>
<h2 id="a-manifesto-for-opting-out-of-an-internet-dominated-worldhttpswwwnytimescom20190430booksreviewjenny-odell-how-to-do-nothinghtml"><a href="https://www.nytimes.com/2019/04/30/books/review/jenny-odell-how-to-do-nothing.html">A Manifesto for Opting Out of an Internet-Dominated World</a></h2>
<p>Presents a book that reflects on the way Internet has now become omincious, and how we can get out of the internet.</p>
<h2 id="facial-recognition-is-wrong-96-of-the-time-but-that-wont-stop-it-from-being-usedhttpswwwindependentcouknewsukhome-newsfacial-recognition-london-inaccurate-met-police-trials-a8898946html"><a href="https://www.independent.co.uk/news/uk/home-news/facial-recognition-london-inaccurate-met-police-trials-a8898946.html">Facial recognition is wrong 96% of the time. But that won&rsquo;t stop it from being used&hellip;</a></h2>
<p>Even if it&rsquo;s very wrong, video facial recognition is still being used. When the algorithms are secret, but the results grant authority to institutions, you end up being locked up even if you&rsquo;re innoncent, because a camera thought you where somewhere you where not.</p>
<h2 id="foursquare-never-forgetshttpswwwwiredcomstoryyou-may-have-forgotten-foursquare-it-didnt-forget-you"><a href="https://www.wired.com/story/you-may-have-forgotten-foursquare-it-didnt-forget-you/">Foursquare never forgets</a></h2>
<p>The most intesresting part of this article is the game they talk about at in the first part of the article. It makes you realise the extent of the data they collected, and the power they have thanks to it.</p>
<h2 id="survival-and-camping-links-httpswwwarenaultimapecamplife-camping-basic-survival-bug-out-backpacking-and-bushcraft"><a href="https://www.are.na/ultimape/camplife-camping-basic-survival-bug-out-backpacking-and-bushcraft">Survival and camping links </a></h2>
<p>A collection of links and web pages around camping, and survivalism.</p>
<h2 id="borneo-soundshttpacousticssafeprojectnet06001012684"><a href="http://acoustics.safeproject.net/06:00/10/12684">Borneo sounds</a></h2>
<p>The sounds of the forest of borneo. A good way to travel a bit, and to check on the last wild animals of the island.</p>
<h2 id="make-your-own-radio-station-with-a-raspberry-pihttpsgithubcomchristophejacquetpifmrds"><a href="https://github.com/ChristopheJacquet/PiFmRds">Make your own radio station with a Raspberry Pi</a></h2>
<p>If you ever wanted to make your own radio station, it&rsquo;s now easier than ever ! You just need a Raspberry Pi and this repo. You can even display the name of the music currently playing on the radio players, like the big stations.</p>
<h2 id="taming-the-pifm-transmitter-ie-making-it-actually-usablehttpnaichnetwordpressindexphptaming-the-pifm-transmitter-part-2"><a href="http://naich.net/wordpress/index.php/taming-the-pifm-transmitter-part-2/">Taming the PiFM transmitter i.e making it actually usable.</a></h2>
<p>The link above wouldn&rsquo;t be complet without a good explanation of <strong>how</strong> to make the antenna and make sure the radio waves are well transmitted.</p>
<h2 id="peermapshttpspeermapsorg"><a href="https://peermaps.org/">Peermaps</a></h2>
<p>A project that aims to decentralise mapping. It&rsquo;s still very early in developpement, so it&rsquo;s time to give a hand !</p>
<h2 id="katzenposthttpskatzenpostmixnetworksorg"><a href="https://katzenpost.mixnetworks.org/">Katzenpost</a></h2>
<p>“An especially problematic excision of the political is the marginalization within the cryptographic community of the secure-messaging problem, an instance of which was the problem addressed by David Chaum. Secure-messaging is the most fundamental privacy problem in cryptography: <em>how can parties communicate in such a way that nobody knows who said what.</em> More than a decade after the problem was introduced, Rackoff and Simon would comment on the near-absence of attention being paid to the it.” (Phillip Rogaway, The Moral Character of Cryptographic Work)</p>
<h2 id="we-need-to-save-the-spirit-of-fosshttpswwwlinuxjournalcomcontentwe-need-save-what-made-linux-and-foss-possible"><a href="https://www.linuxjournal.com/content/we-need-save-what-made-linux-and-foss-possible">We need to save the spirit of FOSS</a></h2>
<p>&ldquo;If we take freedom and openness for granted, we&rsquo;ll lose both. That&rsquo;s already happening, and we need to fight back. The question is how.&rdquo;</p>
<hr>
<h1 id="les-liens-cool-du-mois-de-mai">Les Liens cool du mois de Mai</h1>
<h2 id="et-si-on-fermait-tous-les-data-centers-httpmaisouvalewebfron-fermait-data-centers"><a href="http://maisouvaleweb.fr/on-fermait-data-centers/">Et si on fermait tous les data centers ?</a></h2>
<p>Bah le monde se porterait mieux. Mais surtout, comment ferait-on ?</p>
<h2 id="facebook-ma-rendu-injoignablehttpsploumnetfacebook-ma-rendu-injoignable"><a href="https://ploum.net/facebook-ma-rendu-injoignable/">Facebook m&rsquo;a rendu injoignable</a></h2>
<p>Le mythe premier de facebook, c&rsquo;est que tout le monde est dessus, et le deuxième mythe c&rsquo;est que tout le monde est joignable sur facebook. Or, quand on confit ses moyens de communications à une entreprise privée qui ne répond devant rien ni personne, on peut se retrouver avec quelques soucis, dont on se rend compte des années après&hellip;</p>
<h2 id="coup-de-gueule-sur-le-régime-françaishttpigorbaboufrla-france-sombre-dans-la-dictature"><a href="http://igorbabou.fr/la-france-sombre-dans-la-dictature/">Coup de gueule sur le régime français</a></h2>
<p>Dans quelques années, on se rendra compte à quel point le régime français est autoritaire et coule doucement vers un régime dictatorial avec une couche de peinture démocratique.</p>
<h2 id="comment-le-capitalisme-avale-notre-vie-privéehttpswwwcourrierinternationalcomarticlesurveillance-comment-le-capitalisme-avale-notre-vie-privee"><a href="https://www.courrierinternational.com/article/surveillance-comment-le-capitalisme-avale-notre-vie-privee">Comment le capitalisme avale notre vie privée</a></h2>
<p>Tout ce que l&rsquo;on produit peut et va être commodifié par le capitalisme. Le soucis, c&rsquo;est que notre vie doit pouvoir rester privé pour que l&rsquo;on ne soit pas forcé ou influencé dans nos décisions sans notre consentement. Mais quand l&rsquo;économie glisse progressivement vers une surveillance tout azimut, comment est-ce encore possible ? Et quels sont les implications politiques d&rsquo;une telle évolution ?</p>
<h2 id="microsoft-3-linuxhttpssebsauvagenetlinkskyburq"><a href="https://sebsauvage.net/links/?kyBUrQ">Microsoft &lt;/3 Linux</a></h2>
<p>Microsoft aime Linux, askip. Mais en réalité, c&rsquo;est surtout un bon moyen de co-opter les logiciels libre pour s&rsquo;en assurer le contrôle.</p>
<h2 id="les-trottoirs-mouvant-de-parishttpsparisianfieldscom20120205astounding-moving-electrical-sidewalk"><a href="https://parisianfields.com/2012/02/05/astounding-moving-electrical-sidewalk/">Les trottoirs mouvant de Paris</a></h2>
<p>Avant les trotinettes électriques, les trottoirs de Paris bougaient tout seul. Oui, vous avez bien lut, des trottoires qui se déplacent.</p>
<hr>
<p>&ldquo;Skrivare&rdquo; by Häll, Peter / Tekniska museet is licensed with CC BY 4.0. To view a copy of this license, visit <a href="https://creativecommons.org/licenses/by/4.0/">https://creativecommons.org/licenses/by/4.0/</a></p>
</article>
</main>
<nav class="end-nav side-padding">
<a href="/articles/cool-links/april/" class="card blog-card bc-next bg-color-4" rel="bookmark" >
<div class="card-img-container">
<p class="card-img-overlay">Next Article</p>
<picture>
<source srcset="/articles/cool-links/april/cover.jpg">
<img src="/articles/cool-links/april/cover.jpg" class="card-img" >
</picture>
</div>
<article class="card-body">
<h2 class="card-title">Cool links of April</h2>
<p class="card-text">Ho ho ho, this month the link stack is short. I didn&#39;t have much time to read, and most importantly I&#39;m finishing my studies for the year, which means I have examens to care about. Pfff... Anyway, I really recommend reading the Chinese Burner article and the Healing power of gardens. I loved thoses articles, it made me travel for a bit... </p>
<div class="card-subtext muted-text">
<p>
Posted <time datetime="2019-05-03 53:00">May 3, 2019</time>
</p>
<p>
#Blog #English #Français
</p>
</div>
<p class="card-subtext muted-text">This is the next article in the same categorie</p>
</article>
</a>
</nav>
<footer class="content card card-container side-padding " >
<h3>The Octet Press, N07070's blog. Self-hosted, low-tech, no JS and static, as it should be.</h3>
</footer>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 438 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 438 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 KiB

View File

@ -0,0 +1,111 @@
<!DOCTYPE html>
<html lang="en-US,fr-FR" dir="ltr">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Les liens nouveaux du mois de septembre. &middot; The Octect Press</title>
<meta name="description" content="Ce mois-ci, c&#39;est la rentrée. Et avec la rentrée, quelques changements sont à l&#39;ordre du jour... Déjà, ce blog sera beaucoup plus personnel, disons que c&#39;est le journal que j&#39;aimerai écrire. J&#39;écris pour mes amis, pour mon futur moi, et le bot moyen... " />
<link href="/css/concated.min.css" rel="stylesheet">
</head>
<body class="single-body">
<nav class="nav-bar card-container">
<div class="card blog-card menu-container">
<h1 class="nav-header">
<a href="" class="nav-text">The Octet Press</a>
</h1>
<br>
<section id="menu">
<ul>
<li><a href="" class="">HOME</a></li>
<li><a href="/art-and-code/" class="">ART &amp; CODE</a></li>
<li><a href="/about-me/" class="">ABOUT ME</a></li>
<li><a href="/index.xml" class="hamburger-menu-overlay-link">RSS</a></li>
</ul>
</section>
</div>
</nav>
<main class="content side-text-padding">
<article class="post dropcase">
<header class="post-header">
<h1 class="post-title">Les liens nouveaux du mois de septembre.</h1>
<p class="post-date">Posted <time datetime="2020-09-01">Sep 1, 2020</time></p>
</header>
<picture class="post-figure">
<source srcset="/articles/cool-links/september/cover_hu2e0796bed803ab752204b19f415b3d04_448272_800x0_resize_q75_lanczos.jpg">
<img src="/articles/cool-links/september/cover_hu2e0796bed803ab752204b19f415b3d04_448272_800x0_resize_q75_lanczos.jpg" >
</picture>
<p>Ce mois-ci, c&rsquo;est la rentrée. Et avec la rentrée, quelques changements sont à l&rsquo;ordre du jour&hellip; Déjà, ce blog sera plus personnel, disons que c&rsquo;est le journal que j&rsquo;aimerai écrire. J&rsquo;écris pour mes amis, pour mon futur moi, et le bot moyen.</p>
<p>Déjà, je me suis bien rendu compte que ça servait pas à grand chose de tenir un blog et d&rsquo;essayer de faire de ce blog un réseau social. Si je veux participer à la construction d&rsquo;un internet un peu plus chouette, c&rsquo;est pas solo que je vais faire une grande différence, même si j&rsquo;ai toujours dans l&rsquo;idée de le connecter à DAT, de le faire tourner sur un ensemble de panneaux solaires, et de lui donner une adresse en .onion.</p>
<p>Ensuite, je pense que je vais arrêter de vouloir poster régulièrement. Si tu veux suivre ce qu&rsquo;il se passe dans ce coin de l&rsquo;internet, mais que t&rsquo;a pas envie de revenir souvent, et qu&rsquo;en plus y&rsquo;a rien, je te conseille de t&rsquo;intéresser à <a href="http://www.whatisrss.com/">RSS</a> ! Encore une chose à régler : mettre tout le contenu de chacun des articles dans le flux RSS.</p>
<p>Tout ça pour dire que c&rsquo;est loin d&rsquo;être mort. Je vais quand même finir l&rsquo;année des Cool-links, mais vu que j&rsquo;ai un entourage plus francophone, je vais essayer de mettre en avant les contenus francophones. On y va :</p>
<h2 id="calendrier-des-légumes-locaux-de-saisonshttpswwwgreenpeacefrguetteurcalendrierseptembre"><a href="https://www.greenpeace.fr/guetteur/calendrier/#septembre">Calendrier des légumes locaux de saisons</a></h2>
<p>Les gens de chez Greenpeace ont fait un tableau sympa qui peut aider à savoir quoi acheter, et quand. À joindre à ce calendrier est celui des semis et de quoi faire pousser quand. D&rsquo;ailleurs, conseil : les appartements c&rsquo;est des serres formidables si on a un peu de place et de lumière.</p>
</article>
</main>
<nav class="end-nav side-padding">
<a href="/articles/cool-links/july/" class="card blog-card bc-next bg-color-4" rel="bookmark" >
<div class="card-img-container">
<p class="card-img-overlay">Next Article</p>
<picture>
<source srcset="/articles/cool-links/july/cover.jpg">
<img src="/articles/cool-links/july/cover.jpg" class="card-img" >
</picture>
</div>
<article class="card-body">
<h2 class="card-title">Cool links of July</h2>
<p class="card-text">Summer has come, and with it, a pile of old links that I wanted to read for a long time now ! Also, I&#39;ve been getting into writing more, so expect a lot more articles on diverses things soon !</p>
<div class="card-subtext muted-text">
<p>
Posted <time datetime="2020-07-30 730:00">Jul 30, 2020</time>
</p>
<p>
#Blog #English #Français
</p>
</div>
<p class="card-subtext muted-text">This is the next article in the same categorie</p>
</article>
</a>
</nav>
<footer class="content card card-container side-padding " >
<h3>The Octet Press, N07070's blog. Self-hosted, low-tech, no JS and static, as it should be.</h3>
</footer>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 496 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 496 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

View File

@ -0,0 +1,75 @@
<!DOCTYPE html>
<html lang="en-US,fr-FR" dir="ltr">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Hello World &middot; The Octect Press</title>
<meta name="description" content="I guess this is an obligatory first post ?" />
<link href="/css/concated.min.css" rel="stylesheet">
</head>
<body class="single-body">
<nav class="nav-bar card-container">
<div class="card blog-card menu-container">
<h1 class="nav-header">
<a href="" class="nav-text">The Octet Press</a>
</h1>
<br>
<section id="menu">
<ul>
<li><a href="" class="">HOME</a></li>
<li><a href="/art-and-code/" class="">ART &amp; CODE</a></li>
<li><a href="/about-me/" class="">ABOUT ME</a></li>
<li><a href="/index.xml" class="hamburger-menu-overlay-link">RSS</a></li>
</ul>
</section>
</div>
</nav>
<main class="content side-text-padding">
<article class="post ">
<header class="post-header">
<h1 class="post-title">Hello World</h1>
<p class="post-date">Posted <time datetime="2019-01-02">Jan 2, 2019</time></p>
</header>
<picture class="post-figure">
<source srcset="/articles/hello-world/cover_hu7be27d3a5e70db5ab4f60eb018a6a5c9_24007_800x0_resize_q75_lanczos.jpg">
<img src="/articles/hello-world/cover_hu7be27d3a5e70db5ab4f60eb018a6a5c9_24007_800x0_resize_q75_lanczos.jpg" >
</picture>
<p>Hello, world !</p>
<p>This blog, dubbed the octet press, is gonna be my personnal space in the web to post my toughts and share what I found on the web.</p>
<p>I might write in French or English.</p>
<p>This page is going to be updated in the futur, so keep an eye on it.</p>
</article>
</main>
<nav class="end-nav side-padding">
</nav>
<footer class="content card card-container side-padding " >
<h3>The Octet Press, N07070's blog. Self-hosted, low-tech, no JS and static, as it should be.</h3>
</footer>
</body>
</html>

256
public/articles/index.html Normal file
View File

@ -0,0 +1,256 @@
<!DOCTYPE html>
<html lang="en-US,fr-FR" dir="ltr">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Articles &middot; The Octect Press</title>
<meta name="description" content="" />
<link href="/css/concated.min.css" rel="stylesheet">
<link rel="alternate" type="application/rss+xml" href="/articles/index.xml" title="The Octect Press" />
</head>
<body class="list-body">
<nav class="nav-bar card-container">
<div class="card blog-card menu-container">
<h1 class="nav-header">
<a href="" class="nav-text">The Octet Press</a>
</h1>
<br>
<section id="menu">
<ul>
<li><a href="" class="">HOME</a></li>
<li><a href="/art-and-code/" class="">ART &amp; CODE</a></li>
<li><a href="/about-me/" class="">ABOUT ME</a></li>
<li><a href="/index.xml" class="hamburger-menu-overlay-link">RSS</a></li>
</ul>
</section>
</div>
</nav>
<main class="card-container side-gutter">
<a
href="/articles/mesh-networks-peoples-internet-in-cuba/" class="card blog-card" rel="bookmark" >
<div class="card-img-container">
<picture>
<source srcset="/articles/mesh-networks-peoples-internet-in-cuba/antenna-snet-pillar_hua533fdcd23f21963b1423de297d23b21_820384_800x600_fit_q75_lanczos.jpg">
<img src="/articles/mesh-networks-peoples-internet-in-cuba/antenna-snet-pillar_hua533fdcd23f21963b1423de297d23b21_820384_800x600_fit_q75_lanczos.jpg" class="card-img" >
</picture>
</div>
<article class="card-body">
<h2 class="card-title">Mesh Networks are the People&#39;s Internet in Cuba</h2>
<p class="card-text">In the past few days, I&#39;ve started about the history of a network in Cuba that is much easier to access, faster, nearly free, and doesn&#39;t seem to have censorship in place, like the normal Internet. Best of all ? It&#39;s run as a mesh, operated by volunteers in La Havana. Similar but smaller networks are said to exist in other Cuban cities and provinces..</p>
<div class="card-subtext muted-text">
<p>Posted <time datetime="2021-04-02">Apr 2, 2021</time></p>
<p>#Blog #English </p>
</div>
</article>
</a>
<a
href="/articles/interop-revue-de-press/" class="card blog-card" rel="bookmark" >
<div class="card-img-container">
<picture>
<source srcset="/articles/interop-revue-de-press/cover_hu284a4a34235ea87c650d581f920dbf9b_228304_800x600_fit_q75_lanczos.jpg">
<img src="/articles/interop-revue-de-press/cover_hu284a4a34235ea87c650d581f920dbf9b_228304_800x600_fit_q75_lanczos.jpg" class="card-img" >
</picture>
</div>
<article class="card-body">
<h2 class="card-title">Des nouvelles de l&#39;interop </h2>
<p class="card-text">En attendant que la revue de press reprenne du galon, je vous partage quelques articles et liens sur linterop que jai récolté à travers les internets ces derniers temps… Bonne lecture !</p>
<div class="card-subtext muted-text">
<p>Posted <time datetime="2021-01-26">Jan 26, 2021</time></p>
<p>#Blog #Fran%C3%A7ais </p>
</div>
</article>
</a>
<a
href="/articles/cool-links/september/" class="card blog-card" rel="bookmark" >
<div class="card-img-container">
<picture>
<source srcset="/articles/cool-links/september/cover_hu2e0796bed803ab752204b19f415b3d04_448272_800x600_fit_q75_lanczos.jpg">
<img src="/articles/cool-links/september/cover_hu2e0796bed803ab752204b19f415b3d04_448272_800x600_fit_q75_lanczos.jpg" class="card-img" >
</picture>
</div>
<article class="card-body">
<h2 class="card-title">Les liens nouveaux du mois de septembre.</h2>
<p class="card-text">Ce mois-ci, c&#39;est la rentrée. Et avec la rentrée, quelques changements sont à l&#39;ordre du jour... Déjà, ce blog sera beaucoup plus personnel, disons que c&#39;est le journal que j&#39;aimerai écrire. J&#39;écris pour mes amis, pour mon futur moi, et le bot moyen... </p>
<div class="card-subtext muted-text">
<p>Posted <time datetime="2020-09-01">Sep 1, 2020</time></p>
<p>#Blog #Fran%C3%A7ais </p>
</div>
</article>
</a>
<a
href="/articles/cool-links/july/" class="card blog-card" rel="bookmark" >
<div class="card-img-container">
<picture>
<source srcset="/articles/cool-links/july/cover_huebd85963d99d275be846c45773bfbc85_625065_800x600_fit_q75_lanczos.jpg">
<img src="/articles/cool-links/july/cover_huebd85963d99d275be846c45773bfbc85_625065_800x600_fit_q75_lanczos.jpg" class="card-img" >
</picture>
</div>
<article class="card-body">
<h2 class="card-title">Cool links of July</h2>
<p class="card-text">Summer has come, and with it, a pile of old links that I wanted to read for a long time now ! Also, I&#39;ve been getting into writing more, so expect a lot more articles on diverses things soon !</p>
<div class="card-subtext muted-text">
<p>Posted <time datetime="2020-07-30">Jul 30, 2020</time></p>
<p>#Blog #English #Fran%C3%A7ais </p>
</div>
</article>
</a>
<a
href="/articles/a-case-for-the-importance-of-multiples-identites/" class="card blog-card" rel="bookmark" >
<div class="card-img-container">
<picture>
<source srcset="/articles/a-case-for-the-importance-of-multiples-identites/cover_hua2363799fe692e71109f72a2dd43d14d_386404_800x600_fit_q75_lanczos.jpg">
<img src="/articles/a-case-for-the-importance-of-multiples-identites/cover_hua2363799fe692e71109f72a2dd43d14d_386404_800x600_fit_q75_lanczos.jpg" class="card-img" >
</picture>
</div>
<article class="card-body">
<h2 class="card-title">A case for the importance of multiple identities in the fediverse.</h2>
<p class="card-text">Let&#39;s discuss an important subject : multiple identities. Do you have severale email addresses ? Did you already present yourself under another name ? And, on the web, did you already try to make yourself anonymous ? With the new Fediverse network, multiple identities are the building blocks of the network, but it may cause some confusion. Some people also thing the network shouldn&#39;t allow it or work in a different way.</p>
<div class="card-subtext muted-text">
<p>Posted <time datetime="2019-07-01">Jul 1, 2019</time></p>
<p>#Blog #English </p>
</div>
</article>
</a>
<a
href="/articles/cool-links/june/" class="card blog-card" rel="bookmark" >
<div class="card-img-container">
<picture>
<source srcset="/articles/cool-links/june/cover_huce11b1a63fc85c8525cf3e6ae839f12e_484288_800x600_fit_q75_lanczos.jpg">
<img src="/articles/cool-links/june/cover_huce11b1a63fc85c8525cf3e6ae839f12e_484288_800x600_fit_q75_lanczos.jpg" class="card-img" >
</picture>
</div>
<article class="card-body">
<h2 class="card-title">Cool links of June</h2>
<p class="card-text">June is once a year, but there is a lot in reserve for next month. It&#39;s easier to read I guess ? We&#39;ll be talking knots, android and web accessibility.</p>
<div class="card-subtext muted-text">
<p>Posted <time datetime="2019-06-30">Jun 30, 2019</time></p>
<p>#Blog #English #Fran%C3%A7ais </p>
</div>
</article>
</a>
<a
href="/articles/cool-links/may/" class="card blog-card" rel="bookmark" >
<div class="card-img-container">
<picture>
<source srcset="/articles/cool-links/may/cover_hu98d39bbf9b5b6eb64b02b75a3936f930_1096724_800x600_fit_q75_lanczos.jpg">
<img src="/articles/cool-links/may/cover_hu98d39bbf9b5b6eb64b02b75a3936f930_1096724_800x600_fit_q75_lanczos.jpg" class="card-img" >
</picture>
</div>
<article class="card-body">
<h2 class="card-title">Cool links of May</h2>
<p class="card-text">Some links about computers, but also about degrowth, Paris in the 20th century, ainsi que des billets d&#39;humeurs d&#39;autres blogs.</p>
<div class="card-subtext muted-text">
<p>Posted <time datetime="2019-06-03">Jun 3, 2019</time></p>
<p>#Blog #English #Fran%C3%A7ais </p>
</div>
</article>
</a>
<a
href="/articles/cool-links/april/" class="card blog-card" rel="bookmark" >
<div class="card-img-container">
<picture>
<source srcset="/articles/cool-links/april/cover_hu47462baeeff491c8b07a82b58fd20db0_721753_800x600_fit_q75_lanczos.jpg">
<img src="/articles/cool-links/april/cover_hu47462baeeff491c8b07a82b58fd20db0_721753_800x600_fit_q75_lanczos.jpg" class="card-img" >
</picture>
</div>
<article class="card-body">
<h2 class="card-title">Cool links of April</h2>
<p class="card-text">Ho ho ho, this month the link stack is short. I didn&#39;t have much time to read, and most importantly I&#39;m finishing my studies for the year, which means I have examens to care about. Pfff... Anyway, I really recommend reading the Chinese Burner article and the Healing power of gardens. I loved thoses articles, it made me travel for a bit... </p>
<div class="card-subtext muted-text">
<p>Posted <time datetime="2019-05-03">May 3, 2019</time></p>
<p>#Blog #English #Fran%C3%A7ais </p>
</div>
</article>
</a>
<a
href="/articles/cool-links/march/" class="card blog-card" rel="bookmark" >
<div class="card-img-container">
<picture>
<source srcset="/articles/cool-links/march/cover_hua50a6cfc3c2f4199a47f71977c7b0e0c_283626_800x600_fit_q75_lanczos.jpg">
<img src="/articles/cool-links/march/cover_hua50a6cfc3c2f4199a47f71977c7b0e0c_283626_800x600_fit_q75_lanczos.jpg" class="card-img" >
</picture>
</div>
<article class="card-body">
<h2 class="card-title">Cool links of March</h2>
<p class="card-text">This month, there is, as always, a fair shaire of links about tech. I&#39;ve shared a few links that helped me fix my problems, and some political articles I read and find interesting, but it doesn&#39;t mean I agree a 100% with what&#39;s written there. Have a good read !</p>
<div class="card-subtext muted-text">
<p>Posted <time datetime="2019-04-02">Apr 2, 2019</time></p>
<p>#Blog #English #Fran%C3%A7ais </p>
</div>
</article>
</a>
<a
href="/articles/zapatista-oventik-petite-ecole/" class="card blog-card" rel="bookmark" >
<div class="card-img-container">
<picture>
<source srcset="/articles/zapatista-oventik-petite-ecole/cover_hu3e4dad390650b6dc74ed2245c90c9ff5_478496_800x600_fit_q75_lanczos.jpg">
<img src="/articles/zapatista-oventik-petite-ecole/cover_hu3e4dad390650b6dc74ed2245c90c9ff5_478496_800x600_fit_q75_lanczos.jpg" class="card-img" >
</picture>
</div>
<article class="card-body">
<h2 class="card-title">D&#39;abord la pratique, et ensuite la théorie : Les leçons de la Petite École Zapatiste, après 20 ans d&#39;existance.</h2>
<p class="card-text">Lors de ma première nuit durant la visite de la *Petite École Zapatiste*, mon guide et son mari ont demandé si mes étudiants avaient des questions. Mes étudiants et moi-même avions déjà eu l&#39;expérience de travailler avec les Zapatistes, nous nous sommes donc poliment limités aux questions sûres, généralement posées lors de la visite d&#39;un territoire rebelle : des questions sur les provisions, les récoltes, les points d&#39;eau locaux, et toutes autres questions n&#39;ayant rien à voir avec l&#39;Armée Zapatiste de Libération National (EZLN)...</p>
<div class="card-subtext muted-text">
<p>Posted <time datetime="2019-03-11">Mar 11, 2019</time></p>
<p>#Politique #Fran%C3%A7ais </p>
</div>
</article>
</a>
</main>
<nav class="pagination-nav side-padding">
<a href="/articles/page/2/" class="pagination-older pagination-text">Older Posts &gt;</a>
</nav>
</body>
</html>

117
public/articles/index.xml Normal file
View File

@ -0,0 +1,117 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Articles - The Octect Press</title>
<link>/articles/</link>
<description>Recent content in Articles on The Octect Press - Thanks for using RSS !</description>
<generator>A special machine that prints octects into text</generator>
<language>en-US,fr-FR</language>
<lastBuildDate>Fri, 02 Apr 2021 14:00:01 +0100</lastBuildDate>
<atom:link href="/articles/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Mesh Networks are the People&#39;s Internet in Cuba</title>
<link>/articles/mesh-networks-peoples-internet-in-cuba/</link>
<pubDate>Fri, 02 Apr 2021 14:00:01 +0100</pubDate>
<guid>/articles/mesh-networks-peoples-internet-in-cuba/</guid>
<description>
</description>
</item><item>
<title>Des nouvelles de l&#39;interop </title>
<link>/articles/interop-revue-de-press/</link>
<pubDate>Tue, 26 Jan 2021 00:00:01 +0000</pubDate>
<guid>/articles/interop-revue-de-press/</guid>
<description>
</description>
</item><item>
<title>Les liens nouveaux du mois de septembre.</title>
<link>/articles/cool-links/september/</link>
<pubDate>Tue, 01 Sep 2020 13:37:42 +0000</pubDate>
<guid>/articles/cool-links/september/</guid>
<description>
</description>
</item><item>
<title>Cool links of July</title>
<link>/articles/cool-links/july/</link>
<pubDate>Thu, 30 Jul 2020 13:37:42 +0000</pubDate>
<guid>/articles/cool-links/july/</guid>
<description>
</description>
</item><item>
<title>A case for the importance of multiple identities in the fediverse.</title>
<link>/articles/a-case-for-the-importance-of-multiples-identites/</link>
<pubDate>Mon, 01 Jul 2019 00:00:01 +0000</pubDate>
<guid>/articles/a-case-for-the-importance-of-multiples-identites/</guid>
<description>
</description>
</item><item>
<title>Cool links of June</title>
<link>/articles/cool-links/june/</link>
<pubDate>Sun, 30 Jun 2019 13:37:42 +0000</pubDate>
<guid>/articles/cool-links/june/</guid>
<description>
</description>
</item><item>
<title>Cool links of May</title>
<link>/articles/cool-links/may/</link>
<pubDate>Mon, 03 Jun 2019 13:37:42 +0000</pubDate>
<guid>/articles/cool-links/may/</guid>
<description>
</description>
</item><item>
<title>Cool links of April</title>
<link>/articles/cool-links/april/</link>
<pubDate>Fri, 03 May 2019 13:37:42 +0000</pubDate>
<guid>/articles/cool-links/april/</guid>
<description>
</description>
</item><item>
<title>Cool links of March</title>
<link>/articles/cool-links/march/</link>
<pubDate>Tue, 02 Apr 2019 13:37:42 +0000</pubDate>
<guid>/articles/cool-links/march/</guid>
<description>
</description>
</item><item>
<title>D&#39;abord la pratique, et ensuite la théorie : Les leçons de la Petite École Zapatiste, après 20 ans d&#39;existance.</title>
<link>/articles/zapatista-oventik-petite-ecole/</link>
<pubDate>Mon, 11 Mar 2019 20:00:00 +0000</pubDate>
<guid>/articles/zapatista-oventik-petite-ecole/</guid>
<description>
</description>
</item>
</channel>
</rss>

Binary file not shown.

After

Width:  |  Height:  |  Size: 223 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 199 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

View File

@ -0,0 +1,138 @@
<!DOCTYPE html>
<html lang="en-US,fr-FR" dir="ltr">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Des nouvelles de l&#39;interop &middot; The Octect Press</title>
<meta name="description" content="En attendant que la revue de press reprenne du galon, je vous partage quelques articles et liens sur linterop que jai récolté à travers les internets ces derniers temps… Bonne lecture !" />
<link href="/css/concated.min.css" rel="stylesheet">
</head>
<body class="single-body">
<nav class="nav-bar card-container">
<div class="card blog-card menu-container">
<h1 class="nav-header">
<a href="" class="nav-text">The Octet Press</a>
</h1>
<br>
<section id="menu">
<ul>
<li><a href="" class="">HOME</a></li>
<li><a href="/art-and-code/" class="">ART &amp; CODE</a></li>
<li><a href="/about-me/" class="">ABOUT ME</a></li>
<li><a href="/index.xml" class="hamburger-menu-overlay-link">RSS</a></li>
</ul>
</section>
</div>
</nav>
<main class="content side-text-padding">
<article class="post dropcase">
<header class="post-header">
<h1 class="post-title">Des nouvelles de l&#39;interop </h1>
<p class="post-date">Posted <time datetime="2021-01-26">Jan 26, 2021</time></p>
</header>
<picture class="post-figure">
<source srcset="/articles/interop-revue-de-press/cover_hu284a4a34235ea87c650d581f920dbf9b_228304_800x0_resize_q75_lanczos.jpg">
<img src="/articles/interop-revue-de-press/cover_hu284a4a34235ea87c650d581f920dbf9b_228304_800x0_resize_q75_lanczos.jpg" >
</picture>
<p>En attendant que la revue de press reprenne du galon, je vous partage quelques articles et liens sur linterop que jai récolté à travers les internets ces derniers temps…</p>
<p>Bonne lecture !</p>
<h3 id="designing-decentralized-moderation">Designing decentralized moderation</h3>
<blockquote>
<p>In decentralized social networks, communities can set their own moderation policies, but what tools are available for enforcement? There is no central authority to make network-wide moderation decisions. Instead, content is filtered through an interplay of interfaces, algorithms, social consensus, and protocol constraints. This post looks at technical approaches to decentralized moderation, and points out areas that could use more experimentation and research.</p>
</blockquote>
<p><a href="https://jaygraber.medium.com/designing-decentralized-moderation-a76430a8eab">https://jaygraber.medium.com/designing-decentralized-moderation-a76430a8eab</a></p>
<h3 id="techdirt-podcast-episode-242-protocols-versus-platforms-part-two">Techdirt Podcast Episode 242: Protocols Versus Platforms, Part Two</h3>
<p><a href="https://www.techdirt.com/articles/20200310/11413644073/techdirt-podcast-episode-242-protocols-versus-platforms-part-two.shtml">https://www.techdirt.com/articles/20200310/11413644073/techdirt-podcast-episode-242-protocols-versus-platforms-part-two.shtml</a></p>
<h3 id="quest-ce-quun-média-social-éthique-nest-pas--une-critique-radicale-de-mastodon-et-dactivitypub">Quest-ce quun média social éthique (nest pas) ? Une critique radicale de Mastodon et dActivityPub</h3>
<blockquote>
<p>Je pense que la sociabilité assistée est une composante fondamentale de nos vies : cette « assistance » peut être une boisson, de la musique, ou un jeu de société…
Et je pense sincèrement que sur le web on ne parle pas assez de jeux de société de manière générale. De même, une activité telle que le montage dun feu de camp assiste la sociabilité en fournissant un contexte. Dire finalement que la sociabilité est assistée napprend rien à personne. Cependant, linternet a dabord été conçu, et reste lun des outils principaux (avec le téléphone et le courrier) pour les interactions à distance.
Ce qui caractérise la manière dont linternet assiste la sociabilité, cest …</p>
</blockquote>
<p><a href="https://tilde.team/~ged/fr/sociabilit%C3%A9-assist%C3%A9e/">https://tilde.team/~ged/fr/sociabilit%C3%A9-assist%C3%A9e/</a></p>
<h3 id="our-experience-with-the-fediverse-and-why-we-left">Our experience with the Fediverse, and why we left</h3>
<blockquote>
<p>The “Fediverse” is a loose aggregation of federated servers that mainly speak the ActivityPub protocol. One of the most famous services in the Fediverse is “Mastodon.” We joined the Fediverse in the early days of Mastodon to share short-lived information that …</p>
</blockquote>
<p><a href="https://infosec-handbook.eu/news/2020-12-05-leaving-the-fediverse/">https://infosec-handbook.eu/news/2020-12-05-leaving-the-fediverse/</a></p>
<h3 id="protocols-not-platforms-a-technological-approach-to-free-speech">Protocols, Not Platforms: A Technological Approach to Free Speech</h3>
<blockquote>
<p>After a decade or so of the general sentiment being in favor of the internet and social media as a way to enable more speech and improve the marketplace of ideas, in the last few years the view has shifted dramatically—now it seems that almost no one is happy. Some feel that these platforms have become cesspools of trolling, bigotry, and hatred. 1. Zachary Laub, Hate Speech on Social Media: Global Comparisons, Council on Foreign Rel. (Jun. 7, 2019), <a href="https://www.cfr.org/backgrounder/hate-speech-social-media-global-comparisons">https://www.cfr.org/backgrounder/hate-speech-social-media-global-comparisons</a>. Meanwhile, …</p>
</blockquote>
<p><a href="https://knightcolumbia.org/content/protocols-not-platforms-a-technological-approach-to-free-speech">https://knightcolumbia.org/content/protocols-not-platforms-a-technological-approach-to-free-speech</a></p>
<h3 id="twitter-and-facebook-want-to-shift-power-to-users-or-do-they">Twitter and Facebook Want to Shift Power to Users. Or Do They?</h3>
<blockquote>
<p>A decentralized internet was hailed as a way to dethrone Twitter and Facebook. But to the tech giants, the idea could unload some of their burdens.</p>
</blockquote>
<p><a href="https://www.nytimes.com/2019/12/18/technology/facebook-twitter-bitcoin-blockchain.html">https://www.nytimes.com/2019/12/18/technology/facebook-twitter-bitcoin-blockchain.html</a></p>
<hr>
<p><!-- raw HTML omitted -->&ldquo;World Wide Web Around Wikipedia&rdquo;<!-- raw HTML omitted --><!-- raw HTML omitted --> by <!-- raw HTML omitted -->Center for Image in Science and Art _ UL<!-- raw HTML omitted --><!-- raw HTML omitted --> is licensed under <!-- raw HTML omitted -->CC BY-SA 2.0<!-- raw HTML omitted --></p>
</article>
</main>
<nav class="end-nav side-padding">
<a href="/articles/cool-links/september/" class="card blog-card bc-next bg-color-4" rel="bookmark" >
<div class="card-img-container">
<p class="card-img-overlay">Next Article</p>
<picture>
<source srcset="/articles/cool-links/september/cover.jpg">
<img src="/articles/cool-links/september/cover.jpg" class="card-img" >
</picture>
</div>
<article class="card-body">
<h2 class="card-title">Les liens nouveaux du mois de septembre.</h2>
<p class="card-text">Ce mois-ci, c&#39;est la rentrée. Et avec la rentrée, quelques changements sont à l&#39;ordre du jour... Déjà, ce blog sera beaucoup plus personnel, disons que c&#39;est le journal que j&#39;aimerai écrire. J&#39;écris pour mes amis, pour mon futur moi, et le bot moyen... </p>
<div class="card-subtext muted-text">
<p>
Posted <time datetime="2020-09-01 91:00">Sep 1, 2020</time>
</p>
<p>
#Blog #Français
</p>
</div>
<p class="card-subtext muted-text">This is the next article in the same categorie</p>
</article>
</a>
</nav>
<footer class="content card card-container side-padding " >
<h3>The Octet Press, N07070's blog. Self-hosted, low-tech, no JS and static, as it should be.</h3>
</footer>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 801 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 889 KiB

View File

@ -0,0 +1,178 @@
<!DOCTYPE html>
<html lang="en-US,fr-FR" dir="ltr">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Mesh Networks are the People&#39;s Internet in Cuba &middot; The Octect Press</title>
<meta name="description" content="In the past few days, I&#39;ve started about the history of a network in Cuba that is much easier to access, faster, nearly free, and doesn&#39;t seem to have censorship in place, like the normal Internet. Best of all ? It&#39;s run as a mesh, operated by volunteers in La Havana. Similar but smaller networks are said to exist in other Cuban cities and provinces.." />
<link href="/css/concated.min.css" rel="stylesheet">
</head>
<body class="single-body">
<nav class="nav-bar card-container">
<div class="card blog-card menu-container">
<h1 class="nav-header">
<a href="" class="nav-text">The Octet Press</a>
</h1>
<br>
<section id="menu">
<ul>
<li><a href="" class="">HOME</a></li>
<li><a href="/art-and-code/" class="">ART &amp; CODE</a></li>
<li><a href="/about-me/" class="">ABOUT ME</a></li>
<li><a href="/index.xml" class="hamburger-menu-overlay-link">RSS</a></li>
</ul>
</section>
</div>
</nav>
<main class="content side-text-padding">
<article class="post ">
<header class="post-header">
<h1 class="post-title">Mesh Networks are the People&#39;s Internet in Cuba</h1>
<p class="post-date">Posted <time datetime="2021-04-02">Apr 2, 2021</time></p>
</header>
<picture class="post-figure">
<source srcset="/articles/mesh-networks-peoples-internet-in-cuba/antenna-snet-pillar_hua533fdcd23f21963b1423de297d23b21_820384_800x0_resize_q75_lanczos.jpg">
<img src="/articles/mesh-networks-peoples-internet-in-cuba/antenna-snet-pillar_hua533fdcd23f21963b1423de297d23b21_820384_800x0_resize_q75_lanczos.jpg" >
</picture>
<p>I&rsquo;ve often heard about how Cuba has an Internet access that&rsquo;s slow, costly, and strictly censored. And while it seems to be true that <a href="https://restofworld.org/2020/the-life-and-death-of-snet-havanas-alternative-internet/">it&rsquo;s slow and costly</a>, it doesn&rsquo;t seem to be censured in the strict sense. But every connection you make to the network is strongly tied to your identity. You could argue that it&rsquo;s kind of the same in much of Europe in that regard. Connection to the Internet has also been difficult because of the <a href="https://en.wikipedia.org/wiki/Torricelli_Act">embargo imposed by the US.</a></p>
<p>But, in the past few days, I&rsquo;ve started to learn about another network, much easier to access, faster, nearly free ( I&rsquo;ll come back to it ), and doesn&rsquo;t seem to have censorship in place. Best of all ? It&rsquo;s run as a mesh, operated by volunteers in La Havana. Similar but smaller networks are said to exist in other Cuban cities and provinces. Meet SNET, for Street Net.</p>
<p>It all started with a <a href="https://mastodon.sdf.org/@peron/105350182360958266">toot</a> by @peron@mastodon.sdf.org talking about the software that hackers in Cuba are putting together. I started to read about their stories, and got interested in how they get access to software, share it and build it together. I heard about a homegrown DIY Internet, and went down the rabbit hole. Here&rsquo;s the story of a diverse people, fed up by the former way of connecting, deciding to build their own network.</p>
<h2 id="hacking-scene">Hacking scene</h2>
<p>A little word on what we are talking about, when we speak about Cuba&rsquo;s hacking scene. As you may know, Cuba has had a rough existence because of the colonization by foreign countries, namely the USA. During the &ldquo;Special Period&rdquo;, Cubans where forced <a href="https://www.pbs.org/newshour/science/isolation-generation-master-inventors-cuba">to make do</a> with what was at hand, and in nearly every aspect of life. When you think about Cuba, you might think of the old american cars, shining in the sun as if they just came out of a factory. Well, in some way, they did, and they are the most visible evidence of the <a href="https://youtube.com/watch?v=v-XS4aueDUg">hacking power</a> cuban people have.</p>
<p><img src="cover.jpg" alt=""></p>
<p>I say power, because it is knowledge, plus action. The knowledge comes from education ( 99%+ people know how to read in Cuba, and it has a very efficient education system ) and necessity. Action is simply necessary to live, as there are no repair contracts for equipement bought overseas. Now, all of this accumulated power has translated itself into what Ernesto Oroza calls <a href="https://www.technologicaldisobedience.com">Technological Disobedience</a>.</p>
<p>So, Peron, as I will call them, told me about how it was in Cuba ;</p>
<p>&ldquo;Their hackers form a thriving community, located in all their clubs and universities. They have lots of female hackers there too. They are very competent programmers. [&hellip;] They use Linux, Debian, BSD but even OpenVMS (I learned that there). But those are the official clibs. As their main problem is the lack of internet connections and speed, they build inter-home hobbist citywide LANs. They play games and share contents. They like to be provided with pirated TV programs, serials, and cartoons for the kids, and they share them using the makeshift networks.</p>
<p>&ldquo;They like to emulate everything on ARM Raspberry Pi and PC. The computer hacker girls teach that to the little kids! I was amazed as they write poems, a 10yo text adventures in spanish, all using the terminal editor on an emulated VMS using LSE (an EMACs like text editor). For the little girls it was noisy fun.&rdquo;</p>
<p>&ldquo;The little girls were told those were the computers the old folks used to have many years ago, but still you could simulate them on the tiny raspberry pi, and that is the computer their generation have. So they compare the size of a fridge (like a server) and the raspberry or a cellphone). And they girls asked if you could send love letters and poems with a VMS. So they proposed to do so. I was blasted.&rdquo;</p>
<p>&ldquo;The jovenclubs seemed to be a great of fun for them. Since I provided them with a HDD with cartoons, I was like a hero for them.
At the time it was hard to get entertainment in Cuba, and you cannot watch youtube. But they can share the cartoons via the makeshift LAN. All the small towns become criss-crossed with UTP LAN cables. They share everything and play Linux games. TuxKart and 0AD were they favorites, and also some local developments. There was one similar to SIMS made in Cuba.&rdquo;</p>
<p>You can have a glimpse of what Cubans are bulding at <a href="https://github.com/cuban-opensourcers/cuban-opensource">..Github, sadly.</a></p>
<h2 id="how-it-works">How it works</h2>
<p>Born in <a href="https://gizmodo.com/cubas-illegal-underground-internet-is-thriving-1681797114">2001</a>, The SNET has, in the past years, seen many evolutions. At first, it was mostly dumb switches connecting PCs to each other in a big LAN, but over several houses and neighborhood. A sort of Wide-Local Arena Network. Ethernet cables running from one house to another is not uncommon. And, as is the case when you run cables everywhere in the city without the cooperation of the municipality, it can get complicated. Cables are expensive to run, and in Cuba, where getting your hands on tech is a hassle, getting loads of CAT5e cable isn&rsquo;t easy to start with. Regardless, that technique is still being used today.</p>
<p><img src="snet-network-map.jpg" alt=""></p>
<p>Now, where it gets interesting, is with the addition of mesh networking via Wi-Fi. Some nodes have set up antennas to which small access point routers are connected. A lot more people have gained access thanks to the ease of connecting.</p>
<p>Technically, they seem to be using M2 and M5 NanoStations from Ubiquity, switches running under beds, glue, nails, plastics bag and old routers. Mostly what you would see everywhere else in the world, but imported at high cost. Building your Gaming PC also means building the network.</p>
<p><img src="snet-network-org.jpg" alt=""></p>
<p>To this day, <a href="https://en.wikipedia.org/wiki/Internet_in_Cuba">reports</a> have indicated that there might be between 40 000 and 90 000 people using this network.</p>
<p>Youtube user <a href="https://www.youtube.com/watch?v=lEplzHraw3c&amp;lc=Ugy96UaVOLIVapbCNi14AaABAg">Alden Padron claims</a> to be the creator of the first node ;</p>
<blockquote>
<p>You won&rsquo;t believe me but the first node in Cuba was created by me :) with this antena <a href="https://en.wikipedia.org/wiki/Slotted_waveguide">https://en.wikipedia.org/wiki/Slotted_waveguide</a> and an old Linksys router flashed with DD-WRT.</p>
</blockquote>
<p>His account seems to be mostly gaming videos, so it might check out !</p>
<h2 id="how-its-organized">How it&rsquo;s organized</h2>
<p>The SNET is composed of <strong>Nodulas</strong>, interconnected to each other. Each Node has its admins, that are responsible for part of the network, be it moderation or administration.</p>
<p>The community as a whole has <a href="http://www.lahabana.com/content/snet-shortest-distance/">governance principles in place.</a> It is completely free of charge, if you can afford it. Meaning that you need to provide your own gear. It does not provide Internet services or connection to the wider Internet, TV channels, pornography or anything else considered to be illegal, and you cannot use obscene language.</p>
<p>These rules seem to be in place as part of a informal deal with the Cuban government to avoid being repressed out of existence.</p>
<p>The SNET is used for many purposes, but one of them that comes back often <a href="https://www.youtube.com/watch?v=lEplzHraw3c">is gaming</a>! World of Warcraft, TuxKart or O A.D are games enjoyed by Cubans on SNET, because they allow for LAN gaming. The servers are run by the community, as can be seen in <a href="https://www.youtube.com/watch?v=B0qqEIZ9nQU">this video, called &ldquo;Isabel and the SNET, the illegal internet network of Cuba&rdquo;</a></p>
<p>It does offer more than just game, with a mirror of Wikipedia, VoIP servers, and social networks being hosted.</p>
<p>Even if, as said before, it&rsquo;s not easy to get access to SNET because of the lack of equipment, it&rsquo;s a tremendous feat to build such network ! Even the Associated Press is impressed</p>
<blockquote>
<p><a href="https://web.archive.org/web/20150131064800/http://hosted.ap.org/dynamic/stories/C/CB_CUBA_SECRET_NETWORK">There is no obvious indication the U.S. or any other foreign government or group had anything to do with the creation of SNet, making it by far the most impressive example of Cuba&rsquo;s homemade telecommunications engineering.</a></p>
</blockquote>
<p>And, it doesn&rsquo;t have some of the downfalls of bigger internet services, as Youtube user Ram <a href="https://www.youtube.com/watch?v=lEplzHraw3c&amp;lc=Ugx5ANKkeN49ryrRIxN4AaABAg">said in 2019</a>:</p>
<blockquote>
<p>I&rsquo;m Cuban (from a different city) and this is all true. I used to play WoW with homemade antenas and usb-wifi. It was really a great thing, because since the community on the servers is so small, you can actually get to meet them in person and have a lot of fun. So it had the benefits of gaming without all the social struggles it can bring. We also had a social-network called &ldquo;the social&rdquo; with no more than 100 active users, where, once again, you felt more safe and warm than when you use facebook.</p>
</blockquote>
<p><a href="https://michaelannedye.com/">Dr. Michaelanne Thomas Dye</a> has made very detailled in-depth research on the Cuban SNET you can read for free in here paper, <em>&ldquo;If it Rains, Ask Grandma to Disconnect the Nano: Maintenance &amp; Care in Havanas StreetNet&rdquo;</em>, written by Michaelanne Dye with David Nemer, Neha Kumar &amp; Amy Bruckman.</p>
<h2 id="governement-repression-and-control">Governement repression and control</h2>
<p>As of June 29th, 2019 , the government of Cuba has declared new regulations for networks aiming to regulate the 2.4Ghz and 5Ghz bands. Although it lifts some regulations on importing network equipment, which was happening regardless, it seems to be making <a href="https://www.youtube.com/watch?v=QsKCUsPMG8I">SNET</a>, that was tolerated until now, <a href="https://oncubanews.com/en/cuba/snet-the-cuban-street-network-resists-disappearing/">effectively illegal</a>. It&rsquo;s users protested, holding demonstrations and publishing <a href="https://www.youtube.com/watch?v=m_bi1_BR36U">a video online (youtube link)</a>, explaining their protest.</p>
<blockquote>
<p>The team released this Saturday a statement in which it expresses its position on the new rules governing private data networks and high-speed systems.<br>
On the positive side, they appreciate that it is &ldquo;optimizing the use of the radio spectrum and generating a legal framework&rdquo; to connect to the wifi zones of the Cuban Telecommunications Company (Etecsa), in addition to allowing the importation of equipment that was so far banned.<br>
SNet administrators propose to the authorities the creation of &ldquo;a special license&rdquo; so that the network, as it exists today, can connect to Etecsa services and continue to benefit its users, they fear a closure of this initiative and the increased connection without its mediation.<br>
For those who do not have economic resources, connecting to the internet by paying 1 CUC the time of navigation in the official wifi zones or buying a data package for access from the mobile can in practice be disconnected.</p>
</blockquote>
<p>Wikipedia states that &ldquo;The negotiations have ended with a decision to transfer SNET&rsquo;s services and content to ETECSA, Cuba&rsquo;s government-monopoly ISP, and to provide access through Cuba&rsquo;s nationwide chain of 611 Youth Computer Clubs (YCCs).&rdquo;</p>
<p>As to the motivation of the government behind this closure, they are yet to be explained. The obvious explanation is cracking down on dissent and controlling information, as every state seeks to do, to reinforce it&rsquo;s power. It might also be linked <a href="https://www.reuters.com/article/us-cuba-usa-google-idUSKCN1R91ZP">to the agreement with Google</a>. Before installing monopolistic powers, allied to the state, you need to destroy any mean of resistance and self-determination. Keeping control over the network has been of upmost importance, also from a geopolitical point of view; let&rsquo;s not forget about that time the US <a href="https://en.wikipedia.org/wiki/ZunZuneo">attacked Cuba using social networks and foreign aid.</a></p>
<p>On March 5, 2020, the Joven Club (a young people&rsquo;s computer club affiliated to the Youth Communist Party), stated that:</p>
<blockquote>
<p>The Youth Club in Pinar del Río facilitate the management of the radio spectrum and favor the process of computerization of Cuban society. Private network administrators can connect and receive services from this entity through wireless connections.<br>
_- translated from <a href="https://www.youtube.com/watch?v=8PUoyzkkt8M">here</a> via <a href="https://translate.fedilab.app/_">https://translate.fedilab.app/_</a></p>
</blockquote>
<p>It seems that they are now <a href="https://www.dreadxp.com/editorial/meet-snet-cubas-homegrown-gaming-internet/">tasked with running the SNET.</a></p>
<h2 id="around-the-world">Around the world</h2>
<p>Around the world, people are setting up mesh networks. <a href="https://www.youtube.com/watch?v=1B0u6nvcTsI">In Detroit</a>, for example, people are prevented from accessing high-speed Internet because of a lack of funding, infrastructure or suppliers. The poverty of some neighborhoods also means that people just can&rsquo;t afford Internet.</p>
<p>And it&rsquo;s in these moments, where traditionnal providers fail, that the successful establishment of a Internet mesh network happens, thanks to the great work of <a href="http://detroitdjc.org/wireless-mesh/">Detroit Digital Justice Coalition</a>, and involvement of many in the community. <a href="https://urbanomnibus.net/2019/10/building-the-peoples-internet/">This article</a> is a great accounts of efforts happening around the USA, and talks in length about disaster recovery and the importance autonomous networks play in it.</p>
<p>In New York, the <a href="https://www.nycmesh.net/">NYC.mesh</a> project seems to be going great, setting up a mixed mesh topology, with omnidirectional antennas. They have a <a href="https://www.nycmesh.net/map">very impressive map</a> you can look at to see how the network is organized. In Catalonia, the <a href="https://guifi.net/en">Guifi ISP</a> connects 30 000 nodes ! And in France, a speaker at <a href="https://battlemesh.org/">Battlemesh</a> gave <a href="https://media.freifunk.net/v/overview-of-community-networks-in-france">a great talk</a> about how it&rsquo;s going on..</p>
<p>The future might be meshed! :)</p>
<hr>
<h3 id="read-more">Read more</h3>
<p>A few links I didn&rsquo;t know where to put, but could be useful :</p>
<ul>
<li><a href="https://conferences.sigcomm.org/imc/2017/slides/scott-186-slides.pdf">https://conferences.sigcomm.org/imc/2017/slides/scott-186-slides.pdf</a></li>
<li><a href="https://www.nbcnews.com/news/latino/cuba-gamers-lament-what-they-see-end-island-s-underground-n1045846">https://www.nbcnews.com/news/latino/cuba-gamers-lament-what-they-see-end-island-s-underground-n1045846</a></li>
<li><a href="https://restofworld.org/2020/the-life-and-death-of-snet-havanas-alternative-internet/">https://restofworld.org/2020/the-life-and-death-of-snet-havanas-alternative-internet/</a></li>
<li><a href="https://laredcubana.blogspot.com/2019/07/cubas-new-private-network-regulations.html">https://laredcubana.blogspot.com/2019/07/cubas-new-private-network-regulations.html</a></li>
<li><a href="https://laredcubana.blogspot.com/">https://laredcubana.blogspot.com/</a></li>
<li><a href="https://www.circleid.com/posts/20171110_data_on_cubas_snet_and_a_few_suggestions_for_etecsa/">https://www.circleid.com/posts/20171110_data_on_cubas_snet_and_a_few_suggestions_for_etecsa/</a></li>
</ul>
</article>
</main>
<nav class="end-nav side-padding">
<a href="/articles/interop-revue-de-press/" class="card blog-card bc-next bg-color-4" rel="bookmark" >
<div class="card-img-container">
<p class="card-img-overlay">Next Article</p>
<picture>
<source srcset="/articles/interop-revue-de-press/cover.jpg">
<img src="/articles/interop-revue-de-press/cover.jpg" class="card-img" >
</picture>
</div>
<article class="card-body">
<h2 class="card-title">Des nouvelles de l&#39;interop </h2>
<p class="card-text">En attendant que la revue de press reprenne du galon, je vous partage quelques articles et liens sur linterop que jai récolté à travers les internets ces derniers temps… Bonne lecture !</p>
<div class="card-subtext muted-text">
<p>
Posted <time datetime="2021-01-26 126:00">Jan 26, 2021</time>
</p>
<p>
#Blog #Français
</p>
</div>
<p class="card-subtext muted-text">This is the next article in the same categorie</p>
</article>
</a>
</nav>
<footer class="content card card-container side-padding " >
<h3>The Octet Press, N07070's blog. Self-hosted, low-tech, no JS and static, as it should be.</h3>
</footer>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 311 KiB

View File

@ -0,0 +1 @@
<!DOCTYPE html><html><head><title>/articles/</title><link rel="canonical" href="/articles/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=/articles/" /></head></html>

View File

@ -0,0 +1,136 @@
<!DOCTYPE html>
<html lang="en-US,fr-FR" dir="ltr">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Articles &middot; The Octect Press</title>
<meta name="description" content="" />
<link href="/css/concated.min.css" rel="stylesheet">
<link rel="alternate" type="application/rss+xml" href="/articles/index.xml" title="The Octect Press" />
</head>
<body class="list-body">
<nav class="nav-bar card-container">
<div class="card blog-card menu-container">
<h1 class="nav-header">
<a href="" class="nav-text">The Octet Press</a>
</h1>
<br>
<section id="menu">
<ul>
<li><a href="" class="">HOME</a></li>
<li><a href="/art-and-code/" class="">ART &amp; CODE</a></li>
<li><a href="/about-me/" class="">ABOUT ME</a></li>
<li><a href="/index.xml" class="hamburger-menu-overlay-link">RSS</a></li>
</ul>
</section>
</div>
</nav>
<main class="card-container side-gutter">
<a
href="/articles/cool-links/febuary/" class="card blog-card" rel="bookmark" >
<div class="card-img-container">
<picture>
<source srcset="/articles/cool-links/febuary/cover_hu4c2d5bf22a5dabe36d9d922f754cbf19_7856998_800x600_fit_q75_lanczos.jpg">
<img src="/articles/cool-links/febuary/cover_hu4c2d5bf22a5dabe36d9d922f754cbf19_7856998_800x600_fit_q75_lanczos.jpg" class="card-img" >
</picture>
</div>
<article class="card-body">
<h2 class="card-title">Cool links of Febuary</h2>
<p class="card-text">Ce mois-ci, une sélection de liens en français ! And, of course, the majority of links are still in english ! In this month&#39;s cool links, I&#39;ll share a lot of content around agriculture, plants, and Solarpunk !</p>
<div class="card-subtext muted-text">
<p>Posted <time datetime="2019-02-28">Feb 28, 2019</time></p>
<p>#Blog #English #Fran%C3%A7ais </p>
</div>
</article>
</a>
<a
href="/articles/cool-links/january/" class="card blog-card" rel="bookmark" >
<div class="card-img-container">
<picture>
<source srcset="/articles/cool-links/january/cover_hua50a6cfc3c2f4199a47f71977c7b0e0c_283626_800x600_fit_q75_lanczos.jpg">
<img src="/articles/cool-links/january/cover_hua50a6cfc3c2f4199a47f71977c7b0e0c_283626_800x600_fit_q75_lanczos.jpg" class="card-img" >
</picture>
</div>
<article class="card-body">
<h2 class="card-title">Cool links of January</h2>
<p class="card-text">Finding and sharing links is what made the success of the internet. But recently, I&#39;ve been finding it harder to find such links. I&#39;ll try to make a post like this one at the end of each month with the cool links I found on the internet.</p>
<div class="card-subtext muted-text">
<p>Posted <time datetime="2019-01-28">Jan 28, 2019</time></p>
<p>#Blog #English #Fran%C3%A7ais </p>
</div>
</article>
</a>
<a
href="/articles/un-mastodon-dans-le-cyber-espace/" class="card blog-card" rel="bookmark" >
<div class="card-img-container">
<picture>
<source srcset="/articles/un-mastodon-dans-le-cyber-espace/cover_hu0e44be409432d6b769d2fefd84902978_435213_800x600_fit_q75_lanczos.jpg">
<img src="/articles/un-mastodon-dans-le-cyber-espace/cover_hu0e44be409432d6b769d2fefd84902978_435213_800x600_fit_q75_lanczos.jpg" class="card-img" >
</picture>
</div>
<article class="card-body">
<h2 class="card-title">Un Mastodon dans le cyber-espace</h2>
<p class="card-text">On ne présente plus Twitter. Le réseau social compte désormais plusieurs millions d&#39;utilisateurs, mais, récemment, de nombreuses critiques lui ont été adressé. Face à ces soucis, des alternatives ont été crées au fur et à mesure des années, comme Dispora* ou HubZilla, mais n&#39;ont pas réussit à convaincre les twittos en dehors des milieux libristes, malgré leurs nombreux atous. Toutefois, récemment, un petit nouveau fait parler de lui : Mastodon.</p>
<div class="card-subtext muted-text">
<p>Posted <time datetime="2019-01-02">Jan 2, 2019</time></p>
<p>#Blog #Fran%C3%A7ais </p>
</div>
</article>
</a>
<a
href="/articles/hello-world/" class="card blog-card" rel="bookmark" >
<div class="card-img-container">
<picture>
<source srcset="/articles/hello-world/cover_hu7be27d3a5e70db5ab4f60eb018a6a5c9_24007_800x600_fit_q75_lanczos.jpg">
<img src="/articles/hello-world/cover_hu7be27d3a5e70db5ab4f60eb018a6a5c9_24007_800x600_fit_q75_lanczos.jpg" class="card-img" >
</picture>
</div>
<article class="card-body">
<h2 class="card-title">Hello World</h2>
<p class="card-text">I guess this is an obligatory first post ?</p>
<div class="card-subtext muted-text">
<p>Posted <time datetime="2019-01-02">Jan 2, 2019</time></p>
<p>#English </p>
</div>
</article>
</a>
</main>
<nav class="pagination-nav side-padding">
<a href="/articles/" class="pagination-newer pagination-text">&lt; Newer Posts</a>
</nav>
</body>
</html>

View File

@ -0,0 +1,63 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Articles - The Octect Press</title>
<link>/articles/</link>
<description>Recent content in Articles on The Octect Press - Thanks for using RSS !</description>
<generator>A special machine that prints octects into text</generator>
<language>en-US,fr-FR</language>
<lastBuildDate>Fri, 02 Apr 2021 14:00:01 +0100</lastBuildDate>
<atom:link href="/articles/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Cool links of Febuary</title>
<link>/articles/cool-links/febuary/</link>
<pubDate>Thu, 28 Feb 2019 08:25:20 +0000</pubDate>
<guid>/articles/cool-links/febuary/</guid>
<description>
</description>
</item><item>
<title>Cool links of January</title>
<link>/articles/cool-links/january/</link>
<pubDate>Mon, 28 Jan 2019 08:25:20 +0000</pubDate>
<guid>/articles/cool-links/january/</guid>
<description>
</description>
</item><item>
<title>Un Mastodon dans le cyber-espace</title>
<link>/articles/un-mastodon-dans-le-cyber-espace/</link>
<pubDate>Wed, 02 Jan 2019 21:00:00 +0000</pubDate>
<guid>/articles/un-mastodon-dans-le-cyber-espace/</guid>
<description>
</description>
</item><item>
<title>Hello World</title>
<link>/articles/hello-world/</link>
<pubDate>Wed, 02 Jan 2019 00:00:00 +0000</pubDate>
<guid>/articles/hello-world/</guid>
<description>
</description>
</item>
</channel>
</rss>

Binary file not shown.

After

Width:  |  Height:  |  Size: 695 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 695 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 285 KiB

View File

@ -0,0 +1,120 @@
<!DOCTYPE html>
<html lang="en-US,fr-FR" dir="ltr">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Un Mastodon dans le cyber-espace &middot; The Octect Press</title>
<meta name="description" content="On ne présente plus Twitter. Le réseau social compte désormais plusieurs millions d&#39;utilisateurs, mais, récemment, de nombreuses critiques lui ont été adressé. Face à ces soucis, des alternatives ont été crées au fur et à mesure des années, comme Dispora* ou HubZilla, mais n&#39;ont pas réussit à convaincre les twittos en dehors des milieux libristes, malgré leurs nombreux atous. Toutefois, récemment, un petit nouveau fait parler de lui : Mastodon." />
<link href="/css/concated.min.css" rel="stylesheet">
</head>
<body class="single-body">
<nav class="nav-bar card-container">
<div class="card blog-card menu-container">
<h1 class="nav-header">
<a href="" class="nav-text">The Octet Press</a>
</h1>
<br>
<section id="menu">
<ul>
<li><a href="" class="">HOME</a></li>
<li><a href="/art-and-code/" class="">ART &amp; CODE</a></li>
<li><a href="/about-me/" class="">ABOUT ME</a></li>
<li><a href="/index.xml" class="hamburger-menu-overlay-link">RSS</a></li>
</ul>
</section>
</div>
</nav>
<main class="content side-text-padding">
<article class="post dropcase">
<header class="post-header">
<h1 class="post-title">Un Mastodon dans le cyber-espace</h1>
<p class="post-date">Posted <time datetime="2019-01-02">Jan 2, 2019</time></p>
</header>
<picture class="post-figure">
<source srcset="/articles/un-mastodon-dans-le-cyber-espace/cover_hu0e44be409432d6b769d2fefd84902978_435213_800x0_resize_q75_lanczos.jpg">
<img src="/articles/un-mastodon-dans-le-cyber-espace/cover_hu0e44be409432d6b769d2fefd84902978_435213_800x0_resize_q75_lanczos.jpg" >
</picture>
<p>On ne présente plus Twitter. Le réseau social compte désormais plusieurs millions d&rsquo;utilisateurs, mais, récemment, de nombreuses critiques lui ont été adressé. D&rsquo;une part, l&rsquo;introduction d&rsquo;un algorithme qui affiche les tweet sans tenir compte de l&rsquo;ordre chronologique a confu des utilisateurices et enervé beaucoup de monde. D&rsquo;autre part, étant une entreprise privée, Twitter Inc. est forcé de faire de plus en plus d&rsquo;argent grâce à un service qui est gratuit, et utilise donc la publicité, qui devient de plus en plus invasive.</p>
<p>Et comme si ce n&rsquo;était pas assez, dernièrement, le CEO, @jack, à été vivement critiqué pour avoir refusé de bannir un Youtuber complotiste et proche des mouvences fascistes américaines car selon lui, &ldquo;Il n&rsquo;avait brisé aucune règle.&rdquo;, même s&rsquo;il s&rsquo;est fait connaître en harcelant des victimes de terrorisme. Harcèlement qui est devenu un problème majeur pour beaucoup sur Twitter et ce, plus encore pour des femmes, des minorités et des personnalités LGBT.</p>
<p>Face à ces soucis, des alternatives ont été crées au fur et à mesure des années, comme Dispora* ou HubZilla, mais n&rsquo;ont pas réussit à convaincre les twittos en dehors des milieux libristes, malgré leurs nombreux atous. Toutefois, récemment, un petit nouveau fait parler de lui : Mastodon.</p>
<p>Annoncé le 31 mars 2017, il allie une interface simple avec des fonctionnalitées qui manquaient cruellement à Twitter, et compte désormais 2 milions d&rsquo;utilisateurices, voir plus.</p>
<p>Basé sur le principe du microblogging, il est cependant différent de son homologue en de nombreux points. Tout d&rsquo;abord, ne dite pas tweet mais toot. On ne toot pas en 280 caractères mais en 500, ce qui permet des conversations bien plus intéressantes. Autre différence majeur, il existe 3 &ldquo;flux&rdquo; différents. Comme sur le site à l&rsquo;oiseau bleue, on voit les toots des personnes que l&rsquo;on suit, mais il existe également deux autres flux : le flux locale et le flux fédéré. Pour comprendre leurs intérêt il faut capter comment Mastodon fonctionne.</p>
<p>Il faut déjà savoir que Mastodon n&rsquo;est géré par une entreprise. C&rsquo;est un réseau social basé sur un logiciel libre et gratuit, que tout le monde peut utiliser ou modifier. Ainsi, chacun·ne peut installer son propre serveur Mastodon, appelé une instance. Il n&rsquo;existe pas d&rsquo;entreprise derrière le logiciel, donc le développement est à 100% financé participativement par ses utilisateurices. Pas de pub donc, pas de profilage, pas d&rsquo;espionnage.</p>
<p>Ainsi, chaque instance sera modéré à sa manière et donc chaque instance aura sa propose communauté. Mais ce qui est le plus important, c&rsquo;est que chaque instance peut se connecter aux autres et n&rsquo;est donc pas isolée ! Un peu comme l&rsquo;email, ou <a href="mailto:machin@rocketmail.com">machin@rocketmail.com</a> pourra parler à <a href="mailto:truc@club-internet.fr">truc@club-internet.fr</a>, sur Mastodon, @eugen@mastodon.social pourra parler à @mcmoots@sunbeam.city.</p>
<p>On retrouvera donc, sur le flux fédéré tout les toots des utilisateurices dont les instances sont connectés à la vôtre, et sur le flux local les toots des utilisateurices de votre instance uniquement.</p>
<p>On est libre de choisir son instance, et il n&rsquo;y a pas besoin de savoir gérer un serveur pour ça : de nombreuses instances sont ouvertes au publique ! Je vous conseille de commencer par une instance générale, comme <a href="https://mamot.fr">mamot.fr</a> ou <a href="https://todon.nl">todon.nl</a>.</p>
<p>Mastodon fait lui-même parti d&rsquo;un réseau plus large, le Fediverse, connecté grâce au protocol ActivityPub, qui regroupe des alternatives à Instagram ou Youtube, comme Pixelfed ou PeerTube. On peut tout à fait suivre un compte sur une instance Pixelfed avec son compte Mastodon par exemple. Ou commenter une vidéo Peertube depuis son compte Pleroma ( un autre réseau de microblogging ).</p>
<p>Eugen Rochko, le développeur principal de Mastodon, indique avoir appris des erreurs de Twitter, et a donc introduit des fonctionnalités qui manquaient, comme pouvoir editer un toot, le marquer comme sensible, ajouteur un avertissement de contenue ( Content Warning ), ou encore filtrer de manière plus efficace les comptes que l&rsquo;on ne souhaite pas voir.</p>
<p>Il existe également une plétor d&rsquo;applications pour Mastodon, comme Tusky pour Android ou Amaroq pour iOS, à l&rsquo;heure ou Twitter essaye de se débarasser des applications tierces.</p>
<p>Mastodon est loin d&rsquo;avoir la taille de Twitter, mais c&rsquo;est justement ce qui fait son charme. Si Twitter est cette grande place publique où tout le monde gueule le plus fort possible, Mastodon est un ensemble de petits squares reliés par des ruelles avec des cafés, où l&rsquo;on passe du bon temps avec ses ami·es.</p>
<p>Vous pouvez dès aujourd&rsquo;hui essayer Mastodon en choissisant votre instance sur JoinMastodon.org !</p>
<p>Mots clé : #Mastodon #Decentralisation #Web3.0 #dWeb #ActivityPub #Microblogging #Fédération</p>
</article>
</main>
<nav class="end-nav side-padding">
<a href="/articles/hello-world/" class="card blog-card bc-next bg-color-4" rel="bookmark" >
<div class="card-img-container">
<p class="card-img-overlay">Next Article</p>
<picture>
<source srcset="/articles/hello-world/cover.jpg">
<img src="/articles/hello-world/cover.jpg" class="card-img" >
</picture>
</div>
<article class="card-body">
<h2 class="card-title">Hello World</h2>
<p class="card-text">I guess this is an obligatory first post ?</p>
<div class="card-subtext muted-text">
<p>
Posted <time datetime="2019-01-02 12:00">Jan 2, 2019</time>
</p>
<p>
#English
</p>
</div>
<p class="card-subtext muted-text">This is the next article in the same categorie</p>
</article>
</a>
</nav>
<footer class="content card card-container side-padding " >
<h3>The Octet Press, N07070's blog. Self-hosted, low-tech, no JS and static, as it should be.</h3>
</footer>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 467 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 441 KiB

View File

@ -0,0 +1,147 @@
<!DOCTYPE html>
<html lang="en-US,fr-FR" dir="ltr">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>D&#39;abord la pratique, et ensuite la théorie : Les leçons de la Petite École Zapatiste, après 20 ans d&#39;existance. &middot; The Octect Press</title>
<meta name="description" content="Lors de ma première nuit durant la visite de la *Petite École Zapatiste*, mon guide et son mari ont demandé si mes étudiants avaient des questions. Mes étudiants et moi-même avions déjà eu l&#39;expérience de travailler avec les Zapatistes, nous nous sommes donc poliment limités aux questions sûres, généralement posées lors de la visite d&#39;un territoire rebelle : des questions sur les provisions, les récoltes, les points d&#39;eau locaux, et toutes autres questions n&#39;ayant rien à voir avec l&#39;Armée Zapatiste de Libération National (EZLN)..." />
<link href="/css/concated.min.css" rel="stylesheet">
</head>
<body class="single-body">
<nav class="nav-bar card-container">
<div class="card blog-card menu-container">
<h1 class="nav-header">
<a href="" class="nav-text">The Octet Press</a>
</h1>
<br>
<section id="menu">
<ul>
<li><a href="" class="">HOME</a></li>
<li><a href="/art-and-code/" class="">ART &amp; CODE</a></li>
<li><a href="/about-me/" class="">ABOUT ME</a></li>
<li><a href="/index.xml" class="hamburger-menu-overlay-link">RSS</a></li>
</ul>
</section>
</div>
</nav>
<main class="content side-text-padding">
<article class="post dropcase">
<header class="post-header">
<h1 class="post-title">D&#39;abord la pratique, et ensuite la théorie : Les leçons de la Petite École Zapatiste, après 20 ans d&#39;existance.</h1>
<p class="post-date">Posted <time datetime="2019-03-11">Mar 11, 2019</time></p>
</header>
<picture class="post-figure">
<source srcset="/articles/zapatista-oventik-petite-ecole/cover_hu3e4dad390650b6dc74ed2245c90c9ff5_478496_800x0_resize_q75_lanczos.jpg">
<img src="/articles/zapatista-oventik-petite-ecole/cover_hu3e4dad390650b6dc74ed2245c90c9ff5_478496_800x0_resize_q75_lanczos.jpg" >
</picture>
<p><em>Par Kristin Bricker, CIP Americas, 5 septembre 2013, traduit par N07070</em></p>
<p>Lors de ma première nuit durant la visite de la <em>Petite École Zapatiste</em>, mon guide et son mari ont demandé si mes étudiants avaient des questions. Mes étudiants et moi-même avions déjà eu l&rsquo;expérience de travailler avec les Zapatistes, nous nous sommes donc poliment limités aux questions sûres, généralement posées lors de la visite d&rsquo;un territoire rebelle : des questions sur les provisions, les récoltes, les points d&rsquo;eau locaux, et toutes autres questions n&rsquo;ayant rien à voir avec
l&rsquo;Armée Zapatiste de Libération National (EZLN).</p>
<p><img src="zapatista-youth-fists.jpg" alt="De jeunes indigènes Zapatistes levant leurs poingts en l&rsquo;air"></p>
<p>Le mari de mon guide a poliment répondu à nos questions mondaines. Puis, il a dit : « Écoutez, nous sommes clandestins depuis 1983, quand l&rsquo;organisation venait de se former. Nous marchions des heures durant la nuit pour organiser d&rsquo;autres villes, toujours la nuit pour éviter d&rsquo;éveiller la suspicion des propriétaires de plantation, et nous allions dans le maquis pour nous entraîner. Ma femme a risqué sa vie en marchant la nuit dans le maquis pour amener des sacs de tostadas aux camps pour que les insurgés aient de la nourriture durant leur entraînement. Maintenant, avez-vous d&rsquo;autres questions ? »</p>
<p>Mes camarades de classe et moi-même nous sommes regardé, nos yeux semblant dire « Oh, c&rsquo;est ainsi que ça se passera à la <strong>Petite École Zapatiste</strong> ».</p>
<p>Nos questions commencèrent ensuite à être plus sérieuses, et nos guides ainsi que leurs voisins répondirent avec enthousiasme à chacune d&rsquo;elle. Histoire de mettre les choses au clair.</p>
<p>Les Zapatistes ont pris la décision d&rsquo;ouvrir leurs maisons à leurs sympathisants de longue date et de leur apprendre leur passé, présent, erreurs, victoires et avancées pour plusieurs raisons. Durant la <em>Petite École</em>, les Zapatistes ont répété qu&rsquo;ils espéraient que leurs partisans pouvaient apprendre de leurs expériences.</p>
<p>« Lautogestion&hellip; est possible. Nous y sommes parvenus avec quelques compañeros et compañeras, pourquoi pas avec des centaines ou des millions ? » a demandé une Zapatiste d&rsquo;Oventik. « Nous espérons que vous nous direz si nos pratiques, nos expériences avec l&rsquo;autogestion vous seront  utiles d&rsquo;une manière ou d&rsquo;une autre ».</p>
<p>« Beaucoup de gens pensent que ce que nous faisons, notre forme de gouvernance, est une utopie, un rêve » dit un autre Zapatiste d&rsquo;Oventik. « Pour nous Zapatistes, c&rsquo;est une réalité car nous le réalisons&hellip; chaque jour, à travers une pratique quotidienne depuis 19 ans. Et c&rsquo;est pour cela que nous pensons que si nous nous unissons avec des millions de Mexicains, nous pouvons former notre propre manière de gouverner ». (En opposions au gouvernement actuel, ndt)</p>
<p><img src="zapatista-oventic-mural-1.jpg" alt="Mural Zapatiste"></p>
<p>Il y a plusieurs années, un Zapatiste m&rsquo;a dit qu&rsquo;ils apprenaient souvent plus de leurs erreurs que de leurs victoires. Dans cet esprit, le curriculum de la <em>Petite École</em> inclut des discussions brutalement honnêtes sur les erreurs commises par les Zapatistes au cours des années. Par exemple, les livres scolaires incluent une discussion franche sur la disparition de la coopérative de café Mut Vitz en 2007. Bien que la fermeture soudaine et inexpliqué de la coopérative fut ressentie jusqu&rsquo;aux États-Unis et en Europe, où les torréfacteurs se sont soudainement trouvés sans une source de café zapatiste, les Zapatistes n&rsquo;avaient pas expliqué les raisons de la chute de Mut Vitz jusquà présent.</p>
<p><img src="zapatista-sign.jpg" alt="Mural à Oventik, Chiapas."></p>
<p>Dans les livres scolaires de la Petite École, Roque, un ancien membre de la coopérative et membre actuel du Conseil Autonome Municipal de San Juan, d&rsquo;Oventik, révèle que la mauvaise gestion et la corruption sont les raisons de la chute de Mut Vitz. La coopérative avait engagé un consultant extérieur qui, pour des raisons inconnues aux autres membres de la coopérative, n&rsquo;avait pas correctement déclaré les actifs au Trésor publique mexicain, ce qui a permis au gouvernement de saisir le compte en banque de la coopérative. Alors que Mut Vitz faisait lobjet dun audit interne pour déterminer quelle somme dargent non comptabilisée les membres de la coopérative avaient mis de côté pour payer les producteurs de café à crédit, attendant la vente de leur produit, le Conseil du Bon Gouvernement d&rsquo;Oventik découvrit que les membres du conseil d&rsquo;administration de Mut Vitz volaient de l&rsquo;argent de la coopérative. Le Conseil émit un ordre d&rsquo;arrestation contre les parties concernées et saisit leurs biens pour compenser l&rsquo;argent volé.</p>
<p>Les Zapatistes espéraient aussi utiliser leur Petite École pour mettre au clair le statut de leur Mouvement. Ils lisent la presse, et ils ont dit aux étudiants qu&rsquo;ils savaient que les médias dominants annonçaient que le mouvement zapatiste était en fin de vie, qu&rsquo;il avait rendu les armes, que le Subcomandante Marcos était mort d&rsquo;un cancer des poumons ou quil avait été viré, que la Comandancia (Les leaders Zapatistes) rencontrait le « mauvais » gouvernement en secret et en acceptait des millions de pesos, et que les Zapatistes étaient des communistes refoulés, parmi d&rsquo;autres accusations infondées.</p>
<p>De plus, les Zapatistes ont admis qu&rsquo;il y avait eu des traîtres, des compañeros qui avaient quitté l&rsquo;organisation et collaboré avec le gouvernement. Comme l&rsquo;a dit un militant européen à la fin de la Petite École, « Je pense qu&rsquo;ils ont réalisé qu&rsquo;ils en étaient à un point où les services secrets en savaient plus sur le mode de fonctionnement du gouvernement zapatiste que les camarades de la société civile les ayant soutenu, et ont donc décidé de nous montrer ce qu&rsquo;ils faisaient ».</p>
<p>Après tout, le gouvernement civil zapatiste, non clandestin, et les indigènes non zapatistes utilisent quotidiennement les cliniques, lesystème judiciaire, les transports publics, et d&rsquo;autres services qu&rsquo;il semblait impossible d&rsquo;obtenir du gouvernement mexicain. En plus,n&rsquo;importe quel non-Zapatiste que ça soit le « mauvais » gouvernement ou n&rsquo;importe quelle organisation zapatiste - qui veut développer une infrastructure qui passe à travers le territoire zapatiste (électricité ou routes, par exemple) doit négocier avec le « bon » gouvernement zapatiste et donc en comprendre le fonctionnement. Avec la Petite École, les Zapatistes ont officiellement et pour qu&rsquo;il en soit prit note, expliqué comment leur gouvernement fonctionne exactement.</p>
<p>Peut-être que l&rsquo;un des plus grand bénéfices de la Petite École eut lieu durant sont organisation. Les quatre livres scolaires de la Petite École, <em>Gouvernement Autonome, Partie I et II</em>, <em>La participation des femmes dans le Gouvernement Autonome</em> et <em>Résistance Autonome</em>, ainsi que les deux DVD accompagnant ces livres, furent créés par les Zapatistes eux-mêmes. Ces manuels sont le résultat des cinq <em>Caracoles</em> zapatistes (Les nœuds du gouvernement Zapatiste), au fil des voyages entrepris entre les régions pour récolter les témoignages et interviewer leurs camarades à propos de leur autogestion.</p>
<p>L&rsquo;approche du bas vers le haut du gouvernement zapatiste veut dire que chacun de ces <em>Caracoles</em> opère sous les mêmes principes de base et vers les mêmes buts, mais que leurs opérations au jour le jour diffèrent parfois singulièrement. Par exemple, chaque <em>Caracol</em> se compose d&rsquo;un <em>Conseil du Bon Gouvernement</em>, la plus haute autorité de la région. Toutefois, chaque Conseil des Caracoles est organisé différemment. Une proportion importante des questions posées par les Zapatistes à leurs camarades dans la portion des manuels sur les interviews gravitait autour de leurs expériences, échecs et succès.</p>
<p>Par exemple, un membre du Conseil d&rsquo;Oventik demande à un ancien membre du Conseil de Morelia : « Est-ce que les douze membres du Conseil [de Morelia] sont capables de faire tout leur travail ? Parce quà Caracol II, nous sommes 28 et nous nous sentons parfois surmenés ». La réponse du Zapatiste de Morelia fut de reconnaître qu&rsquo;ils se sentaient eux aussi surmenés et qu&rsquo;ils avaient besoin de restructuration, sans pour autant être capables de proposer mieux jusquà aujourd&rsquo;hui.</p>
<p>Quand les Zapatistes prirent les armes au Chiapas le 1er Janvier 1994, ils désiraient leur liberté et leur autonomie. « Mais nous n&rsquo;avions pas de guide ou de plan pour nous indiquer quoi faire », mexpliqua unpromoteur d&rsquo;éducation zapatiste. « Pour nous, c&rsquo;était d&rsquo;abord la pratique, ensuite la théorie ».</p>
<p>Tandis qu&rsquo;une partie de lEZLN faisait fuir de leurs plantations les riches propriétaires terriens de la campagne du Chiapas durant l&rsquo;aube de la journée de l&rsquo;an, d&rsquo;autres contingents prirent sept villes majeurs de lÉtat. « Tout ce que nous avions accompli fut possible grâce à nos armes, qui ouvrirent le chemin sur lequel nous marchons aujourd&rsquo;hui » explique un Zapatiste d&rsquo;Oventik dans un DVD de la Petite École. « [Depuis lors], chacune de nos réalisations, nous l&rsquo;avons concrétisée sans tirer un coup de feu ».</p>
<p>Immédiatement après le soulèvement, les Zapatistes mirent en place un gouvernement autonome au niveau des villes. Chaque cité nomma ses autorités locales et forma une assemblée. « Mais vu que nous étions en guerre, nous perdions sans arrêt des autorités locales » explique Lorena, un promoteur/ organisateur ?? de santé publique de San Pedro de Michoacan dans La Realidad. « Il y avais du chaos dans les communautés ». Comme mesure de prévention, le commandement militaire de lEZLN dût entrer en piste et endosser des rôles que les autorités civiles n&rsquo;étaient pas capable d&rsquo;assumer durant le chaos de la guerre.</p>
<p>Le commandement militaire tint des consultations avec les autorités civiles, et dun commun accord, mit en place des municipalités autonomes dans le but détablir l&rsquo;ordre et un gouvernement civil dans les territoires rebelles. En décembre 1994, les Zapatistes inaugurèrent 38 municipalités autonomes dans un nombre inconnu de villes. Chaque municipalité avait son propre conseil nommé par les villes, ce qui permit une meilleur coordination entre les villes et une plus grande organisation formelle et des affaires civiles.</p>
<p><img src="zapatista-patrol.jpg" alt="Une patrouille de combattants zapatiste dans la forêt du Chiapas.">
Une patrouille de combattants zapatiste dans la forêt du Chiapas.</p>
<p>Alors que des militants solidaires arrivaient en territoire zapatiste pour apporter leur soutien financier et faire don de leur travail, le commandement de lEZLN réalisa que certaines municipalités recevaient plus de soutien que d&rsquo;autres, plus isolées. « Suivant lordre du [Commandant], le conseil municipal se réunit et commença à superviser l&rsquo;avancement des municipalités, combien de soutien chacune recevait, et quels projets étaient réalisés » m&rsquo;expliqua Dorotea, un ancien membre du Conseil du Bon Gouvernement de La Realidad.</p>
<p>En 1997, les Zapatistes formalisèrent les assemblés municipales en créant l&rsquo;Association des Municipalités Autonomes formée de représentants de chaque municipalité. « Avec l&rsquo;association des municipalités, des tâches et du travail de la santé, de l&rsquo;éducation, et du commerce furent supervisées », se rappelle Doroteo. « Durant ce temps, un entrepôt de biens secs fut crée &hellip; dans l&rsquo;idée d&rsquo;apporter un soutien [économique] aux travailleurs à pleins temps de lhôpital [zapatiste] de San José del Rio ».</p>
<p>Durant la création de l&rsquo;Association des Municipalités Autonomes, les Zapatistes redistribuèrent formellement les terres qui avaient été saisies durant le soulèvement de 1994. Les sans-terres zapatistes partirent de leurs communautés de naissance pour s&rsquo;installer sur les terres récupérées, qu&rsquo;ils pouvaient finalement appeler la leur, réalisant la maxime du héros Emiliano Zapata : « La Terre à ceux qui la travaillent ! »</p>
<p>En 2003, les Zapatistes ont inauguré le troisième niveau de leur gouvernement autonome, les cinq Conseils Du Bon Gouvernement, situé à La Realidad, Oventik, La Garrucha, Morelia et Roberto Barrios. Néanmoins, lorganisation de plus haut niveau de gouvernement ne veut pas dire que les Zapatistes s&rsquo;éloignent d&rsquo;une démocratie directe à travers des assemblés locales. Au contraire, toutes les propositions doivent être approuvées par les assemblées des villes.</p>
<p>Les propositions émanent des assemblées des villes et remontent dans les différents niveaux du gouvernement autonome si elles concernent plus que la ville de laquelle elles proviennent. Chaque proposition passe par le conseil municipal, qui transmet ensuite les propositions approuvées au Conseil du Bon Gouvernement, qui à son tour les faits suivre à son Commandement, qui va ensuite renvoyer la proposition dans les cinq conseils du Bon Gouvernement. Une fois avalisées, ces propositions sont retournées aux conseils municipaux, qui les relaient aux différentes villes pour consultation et mise en œuvre.</p>
<p>Le Commandement peut aussi élaborer ses propres propositions et les transmettre aux trois niveaux du gouvernement citoyen pour consultation et mise en œuvre. De fait, même si les Conseils du Bon Gouvernement sont les plus hautes autorités du gouvernement autonome, ils n&rsquo;ont aucune autorité pour créer des lois. Les conseils sont cantonnés à leurs deux rôles principaux : coordonner et promouvoir le travail dans leurs régions, imposer et effectuer l&rsquo;application des lois et des mandats zapatistes qui ont été approuvés par le peuple.</p>
<p>Parce que les Zapatistes ont construit leur gouvernement de bas en haut, que les individus se sont organisés dans des assemblés de communautés, qui sont à leur tour organisées en conseils municipaux, qui, eux, sont sous-jacents aux cinq conseils du Bon Gouvernement, chaque Caracol est différent. Tous travaille à lapplication des principes zapatistes : La terre, un toit, la santé, l&rsquo;éducation, le travail, la nourriture, la justice, la démocratie, la culture, l&rsquo;indépendance, la liberté et la paix. Toutefois, les progrès réalisés par les Zapatistes dans la mise en œuvre de ces principes varient dun Caracol à lautre. Certains Caracoles, tel celui de La Garrucha, ont des projets économiques collectifs comme des boutiques ou lélevage de bovins pour financer les activités politiques dans chacun des trois niveaux de gouvernement; d&rsquo;autres Caracoles, comme celui d&rsquo;Oventik, ont seulement des projets économiques collectifs dans certaines de leurs villes.</p>
<p>Globalement, les méthodes et le succès de l&rsquo;application du Droit Révolutionnaire Des Femmes varient. Morelia, par exemple, rencontre des difficultés quant à la promotion de la participation des femmes dans les plus hauts niveaux du gouvernement autonome. Toutefois, Morelia est unique parmi les Caracoles parce que sa Commission d&rsquo;Honneur et de Justice (l&rsquo;équivalent du système de justice) a un plan spécial pour les affaires en lien avec les viols, qui vise à réduit la victimisation des femmes et les encourage à dénoncer leurs agressions.</p>
<p>Beaucoup ont parlé des récentes mobilisations zapatistes, telle celle du 21 Décembre 2012, la marche silencieuse et la création de la Petite École, comme d&rsquo;une résurgence zapatiste. La Petite École mit une chose en avant : ce n&rsquo;était pas une résurgence, parce que les Zapatistes n&rsquo;avaient jamais disparu. Durant la petite école, les étudiants ont appris de la création, qui semble sans fin, de nouvelles coopératives, des expériences zapatistes dans la gouvernance collective, en amélioration constante, et comment les donations de leurs sympathisants ont été investies dans un stock de vivres et des entrepôts pour qu&rsquo;ils puissent payer des dividendes qui servirons sur le long terme à payer le budget des hôpitaux et des cliniques.</p>
<p>La leçon du jour de la Petite École est claire : si les Zapatistes ne parlent pas à la presse, ne faites pas l&rsquo;erreur de penser que c&rsquo;est parce qu&rsquo;ils sont en perte de vitesse ou qu&rsquo;ils disparaissent&hellip; Ils sont simplement en train de travailler très dur pour l&rsquo;avancement de leur autonomie, et n&rsquo;ont pas le temps d&rsquo;entendre les critiques de leurs ennemis.</p>
<p>Après tout, leur succès se mesure en avancées et non pas en rhétorique. Comme l&rsquo;a dit un Zapatiste à la fin de la Petite École à Oventik, « Nous démontrons au mauvais gouvernement que nous ne voulons pas de lui, n&rsquo;en n&rsquo;avons pas besoin, et qu&rsquo;il n&rsquo;est pas nécessaire pour que nous puissions subvenir à nous-même ».</p>
<p>Kristin Bricker est une journaliste mexicaine . Elle contribue au Programme américain CIP.</p>
<p><a href="https://web.archive.org/web/20131021180940/http://www.cipamericas.org/archives/10606">Source Originale (Via Web Archive)</a></p>
<p><strong>Photo de couverture par <a href="https://www.flickr.com/photos/theklan/">Theklan</a></strong></p>
<p><strong>Article publié à l&rsquo;origine sur <a href="https://warriorpublications.wordpress.com/2013/09/20/practice-first-then-theory-the-zapatista-little-school-shares-lessons-learned-during-19-years-of-self-governance/">Warrior Publications en
anglais</a>.</strong></p>
</article>
</main>
<nav class="end-nav side-padding">
<a href="/articles/cool-links/febuary/" class="card blog-card bc-next bg-color-4" rel="bookmark" >
<div class="card-img-container">
<p class="card-img-overlay">Next Article</p>
<picture>
<source srcset="/articles/cool-links/febuary/cover.jpg">
<img src="/articles/cool-links/febuary/cover.jpg" class="card-img" >
</picture>
</div>
<article class="card-body">
<h2 class="card-title">Cool links of Febuary</h2>
<p class="card-text">Ce mois-ci, une sélection de liens en français ! And, of course, the majority of links are still in english ! In this month&#39;s cool links, I&#39;ll share a lot of content around agriculture, plants, and Solarpunk !</p>
<div class="card-subtext muted-text">
<p>
Posted <time datetime="2019-02-28 228:00">Feb 28, 2019</time>
</p>
<p>
#Blog #English #Français
</p>
</div>
<p class="card-subtext muted-text">This is the next article in the same categorie</p>
</article>
</a>
</nav>
<footer class="content card card-container side-padding " >
<h3>The Octet Press, N07070's blog. Self-hosted, low-tech, no JS and static, as it should be.</h3>
</footer>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Some files were not shown because too many files have changed in this diff Show More