Circa 20000 anni fa in italia vi fu un picco molto freddo dovuto all’Ultima Glaciazione chiamata anche di Wurm. Questo peroiodo si estese da 110 000 anni fa fino a circa 12000 anni fa. Il picco minimo di freddo si raggiunse però 20000 anni fa. A quell’epoca l’Italia era più o meno come mostrato in…
Author: Paolo Redaelli
Fonts, Software, Software Libero
Still no ligatures
Black Box is a GTK4 Terminal App With a Unique Look – OMG! Ubuntu Black Box is a GTK4 terminal emulator for Linux desktops. It boasts innovative UI features, 12 terminal themes, and is easy to install from Flathub. Nice, but still, font ligatures support is missing as it requires quite a lot of work…
Software
RegExr: Learn, Build, & Test RegEx
RegExr: Learn, Build, & Test RegEx is an online tool to learn, build, & test Regular Expressions (RegEx / RegExp).
Link
Rocket – Simple, Fast, Type-Safe Web Framework for Rust
A web framework for Rust that makes it simple to write fast,type-safe, secure web applications with incredible usability, productivity and performance.
Link
Mood
Why You’re More Creative in Coffee Shops
Why do we work better in a public setting? Source: Why You’re More Creative in Coffee Shops Actually I just need my teenagers daughters
Python
Did You Know — Adding = After an Expression in a Python f-string
Did You Know — Adding = After an Expression in a Python f-string | by Liu Zuo Lin # eg. f’{x=}’ returns ‘x=’ n = 5 print(f'{n+1=}’) # n+1=6 n = 5 print(f'{n+10=}’) # n+10=15
Ethics
Predizioni

Entro il 2047 l’intelligenza artificiale potrebbe superare l’intelligenza umana ed entro il 2120 potrebbe addirittura sostituire gli esseri umani nel lavoro. È quanto emerge da un sondaggio di AI Impacts – un progetto curato da un pool di sei ricercatori che studiano gli impatti dell’AI sulla società umana – condotto su un campione di 2778…
Link
Non sapevo che con la CIE si potevano fare firme digitali!
La Carta di Identità Elettronica (CIE) è rilasciata dallo Stato italiano e può essere utilizzata come dispositivo di firma elettronica avanzata (FEA) per firmare documenti elettronici.
Source: Firma con CIE – CieSign – Carta di Identità Elettronica (CIE)
Senza categoria
CRIU
CRIU Checkpoint/Restore In Userspace, (pronounced kree-oo, IPA: /krɪʊ/, Russian: криу), is a Linux software. It can freeze a running container (or an individual application) and checkpoint its state to disk. The data saved can be used to restore the application and run it exactly as it was during the time of the freeze.