Note di Matteo


Note

Waymo con la neve, questo inverno è quello decisivo e i taxi sono attrezzati:

In addition to better data, Waymo is exploring other solutions to help its robotaxis navigate slicker, slushier streets. For example, tiny mechanical wipers have been installed to help clear snow off the vehicle’s rooftop lidar sensor. More powerful heaters are also included to help defrost all the sensors. Waymo’s current system is already trained on icy road conditions and can handle challenges like black ice.

I taxi comunicano tra loro per comunicare situazioni di pericolo:

Each vehicle in its fleet records this data while out on the road, like a mobile weather station, he said. “Let’s say the vehicle encounters a slippery patch,” Chen said. “It’ll actually send that information to the rest of the fleet and now other other vehicles in the fleet know that that particular location is slippery.”

#102 /
25 ottobre 2025
/
17:26
/ #mobilità#waymo

"Ora solare" -> risultato per "ora legale". AI.

#101 /
25 ottobre 2025
/
14:25

I database PostgreSQL managed di Ubicloud sono ora anche su infrastruttura AWS. Ubicloud è olandese anche se controllata da Ubicloud Inc., statunitense.

#100 /
24 ottobre 2025
/
13:50
/ #database#cloud

Le email di risposta dell'assistenza TreC+ (fascicolo sanitario elettronico della provincia di Trento) arrivano da supporto.trec@dedagroup.it:

Ma c'è un Reply-To verso easyredmine@dedagroup.it, per cui se nel client email si preme "rispondi" si risponde a quest'ultimo indirizzo email.

Spoiler: l'indirizzo email non esiste. L'email torna indietro come bounce subito dopo, e il messaggio di rimbalzo finisce però in spam perché il dominio ha una policy DMARC di reject ma il messaggio non è autenticato con DKIM né è presente un record SPF.

Authentication-Results: phl-mx-07.messagingengine.com;
    dkim=none (no signatures found);
    dmarc=fail policy.published-domain-policy=reject
      policy.applied-disposition=quarantine
      policy.evaluated-disposition=reject
      policy.override-reason=local_policy policy.arc-aware-result=fail
      (p=reject,d=quarantine,d.eval=reject,override=local_policy,arc_aware_result=fail)
      policy.policy-from=p header.from=dedagroup.it;
    iprev=pass smtp.remote-ip=92.242.172.106 (mail.dedagroup.it);
    spf=none smtp.mailfrom="" smtp.helo=mail.dedagroup.it
#97 /
24 ottobre 2025
/
10:21
/ #email#digitalizzazione#italia

Anche il NIC, registro domini .IT, attiverà il servizio RDAP sostitutivo di WHOIS. RDAP è già obbligatorio da quest'anno per tutte le gTLD ma non per le ccTLD che non seguono le regole dell'ICANN.

Al prossimo CIR, previsto per il 30 ottobre p.v., come Registro presenteremo il servizio RDAP che intendiamo attivare nei prossimi mesi.

#96 /
23 ottobre 2025
/
10:57
/ #domini

MinIO sta diventando crescentemente un progetto prevalentemente commerciale:

  • MinIO removed web management features from its open-source community version, forcing users to command-line tools or paid upgrades
  • MinIO Community version was downgraded to basic object browser only with no account management, policy configuration, or administrative functions
  • The cost of MinIO’s paid version is substantial: software and support alone cost a MINIMUM of $96,000 per year, rising to $244,032 per year for 1 PB of usable capacity, according to MinIO’s website.

Ora la versione community non è più su Docker Hub ed è sparita anche la documentazione community apparentemente.

#95 /
23 ottobre 2025
/
09:35
/ #open-source#storage

I grandi temi nell'AI negli ultimi 4 anni:

  • 2022: ChatGPT
  • 2023: Multimodality
  • 2024: Modelli di reasoning
  • 2025: Agenti e browser AI

Vedremo il 2026!

#94 /
22 ottobre 2025
/
16:43
/ #ai

La nuova dark mode sul Post:

Lo sfondo è quasi nero puro, forse too much.

#92 /
21 ottobre 2025
/
21:23
/ #design

GitHub ha un nuovo capo prodotto, Jared Palmer, ex Vercel, e dice che GitHub implementerà le stacked PR/stacked diff (stile Graphite.dev):

RE: Stacked Diffs on @GitHub

After discussion w @ttaylorr_b, we can implement stacked PRs/PR groups already (in fact we kind of do with Copilot) but restacking (automatically fanning out changes from the bottom of the the stack upwards) would be wildly inefficient. To do it right, we need to migrate @GitHub to use git reftables instead of packed-refs so that multi-ref updates / restacking will be O(n) instead of ngmi.

This will take some time but has been greenlit.

Molto interessante!

#91 /
21 ottobre 2025
/
15:19
/ #dev

Giornata nerissima per AWS: siamo a 14 ore di problemi diffusi in us-east-1, a varie fasi e con diversi servizi coinvolti.

#90 /
20 ottobre 2025
/
23:01
/ #cloud#aws

Con questo captcha (5 volte) sto sudando veramente tanto:

#88 /
20 ottobre 2025
/
21:14


Qualche dettaglio in più sui nuovi piani Hetzner Cloud:

  • The CX (cost-optimized x86 cloud servers) Gen3 line is no longer Intel-only, but uses the previous generation of both Intel and AMD servers (from CX Gen1, CX Gen 2, and CPX Gen1). This is still the go-to option for budget needs.
  • The CPX (still shared, but performance-optimized cloud servers) Gen2 has been refreshed with a more recent AMD hardware (Genoa), offering both better price and performance.
  • The CAX (costs-optimized ARM cloud servers) and CCX (cloud servers with dedicated vCPUs) lines did not receive a hardware update as far as I can tell.
#86 /
20 ottobre 2025
/
09:23
/ #cloud#hetzner


Lavorare con Safari è una pena:

  • i cookie Secure non vanno su localhost perché Safari non supporta Secure Context come gli altri browser.
  • i sottodomini di localhost non funzionano fino a macOS 26, da cui starò alla larga per un po'.
  • nella scheda Storage -> Cookies non si vedono i cookie di terze parti o dei sottodomini??? come in tutti gli altri browser.
  • al momento non riesco a far funzionare un semplice cookie SameSite=Lax del tutto, su localhost con HTTPS. Nella risposta c'è, ma non lo salva. Con gli altri browser funziona.
  • ok, non sono l'unico. Rinuncio.
#82 /
18 ottobre 2025
/
10:08
/ #dev#security#browser

Defunte definitivamente quasi tutte le iniziative di Chrome per uccidere i cookie di terze parti (Privacy Sandbox), restano solo i cookie partizionati e poco altro:

CHIPS and FedCM, which improve cookie privacy and security and streamline identity flows respectively, have seen broad adoption, including support from other browsers. We'll continue to support those APIs and evaluate opportunities for future enhancements. We'll also maintain Private State Tokens and explore additional approaches to help developers reduce fraud and abuse.

After evaluating ecosystem feedback about their expected value and in light of their low levels of adoption, we've decided to retire the following Privacy Sandbox technologies: Attribution Reporting API (Chrome and Android), IP Protection, On-Device Personalization, Private Aggregation (including Shared Storage), Protected Audience (Chrome and Android), Protected App Signals, Related Website Sets (including requestStorageAccessFor and Related Website Partition), SelectURL, SDK Runtime and Topics (Chrome and Android). We will follow Chrome and Android processes for phasing out these technologies and share updates on our developer site.

#81 /
18 ottobre 2025
/
09:46
/ #dev#security#browser

CIE arrivata in tre giorni (!). Ma il processo di attivazione di CieID è da migliorare. Grande confusione di domini come ho già scritto, interfacce incoerenti tra loro, icone schiacciate, app che non funziona con i password manager, zero integrazione con IO, ecc.

#80 /
17 ottobre 2025
/
16:06
/ #digitalizzazione#italia#cie

Me l'ero perso: Bending Spoons vuole acquisire anche Typeform ed Elysium (che non so cosa sia):

The Milan-based company has submitted a $255 million offer for Typeform, an app designed to streamline customer data management, the newspaper reported, without disclosing how it got the information. It’s also in talks to buy Elysium for $240 million.

#78 /
16 ottobre 2025
/
23:09
/ #bending-spoons#business

Fineco scrive via email: "Attenzione alle frodi bancarie". Alla fine si specifica che il sito ufficiale è https://it.finecobank.com, ma il link non porta lì. Non è così che si costruisce un sistema di fiducia.

#77 /
16 ottobre 2025
/
22:43
/ #security

In Firefox 144 ora si può cercare un'immagine con Google Lens dal menù "tasto destro".

#74 /
16 ottobre 2025
/
14:55
/ #ai#browser