Recently, I’ve been interested in the DuckDB project (like a SQLite geared towards data applications). And one of the amazing features is that it has many data importers included without requiring extra dependencies. This means it can natively read and parse JSON as a database table, among many other formats.
I work extensively with JSON day to day, and I often reach for jq when exploring documents. I love
jq, but I find it hard to use. The syntax is super powerful, but I have to study the docs anytime I want to do anything beyond just selecting fields.Once I learned DuckDB could read JSON files directly into memory, I realized that I could use it for many of the things where I’m currently using
Source: DuckDB as the New jqjq. In contrast to the complicated and customjqsyntax, I’m very familiar with SQL and use it almost daily.
Author: Paolo Redaelli
Tutto quello di cui abbiamo bisogno per cuocere in Reverse Searing a casa è avere un forno e possibilmente un termometro per controllare la temperatura interna degli alimenti in fase di cottura. Come prima cosa bisogna asciugare bene la carne e metterla su una griglia da forno a 35 °C. Il tempo di cottura è circa di un’ora e la modalità del forno deve essere ventilata. La parte esterna inizierà a disidratarsi e ossidarsi perché si avvierà il processo di coagulazione: tutto questo è normale. Una volta finito il processo di cottura in forno si passa a cauterizzare, attivando la reazione di Maillard, in padella o sulla griglia, limitando al minimo il tempo di permanenza della carne sulla griglia, data l’elevata temperatura, e cercando di mantenere la temperatura interna a 55 °C.
…
Generalmente la cottura a bassa temperatura fatta con il sous-vide prevede l’utilizzo del Roner inserito all’interno di un recipiente con dell’acqua: ciò che viene inserito al suo interno, chiuso nel sottovuoto, cuoce a una temperatura controllata e costante. Per quanto riguarda la cottura della carne con la tecnica Reverse Searing è previsto l’uso del forno ventilato. Cosa differenzia le due metodologie in termini di risultato finale?
Prima di rispondere bisogna andare a specificare bene alcuni passaggi. Iniziamo con la cottura in forno: la carne non ha bisogno di aggiunte di grassi e va cotta a 35 °C per un’ora (importante è far restare la carne almeno un’ora all’interno della camera, una volta raggiunti i 35 °C).
Nel caso optiate per la cottura in forno, consigliamo di sciogliere una noce di burro sulla carne nella fase di cauterizzazione in padella: il risultato sarà incredibile.
Source: Cos’è il metodo di cottura Reverse Searing
Mood
A long time
Software, Software Libero
Loselesscut or Video trimmer?
Recently I needed to cut several videos for a little presentation I gave in a school about earthquakes and buildings. So I started using LosslessCut, a free and open-source video trimming and cutting tool (that you can easily install from https://flathub.org/apps/no.mifi.losslesscut). Then I moved on my laptop and accomplice to my fallacious hamster memory I…
Tricks
Multi-threading is always the wrong design
“We’ll just do that on a background thread” Source: Multi-threading is always the wrong design Well, really?
Mood
Brutalismo o bruttalismo?
Dai gatti giganti alla musica elettronica, dalla divulgazione culturale alle lotte per salvare gli edifici, una selezione di account che celebrano il brutalismo e quello che è diventato, in tutte le sue sfumature. Source: 10 profili Instagram per capire cos’è il brutalismo, oggi – Domus
399Mb for tabby terminal… is just too much… Therefore sudo apt purge tabby-terminal
The following packages will be REMOVED:
tabby-terminal*
After this operation, 399 MB disk space will be freed.
Link
AreWeWebYet gives insight on whether you can build your latest web-project on top of Rust
Link
A byproduct of dairy has been found to be exceptionally good at extracting precious metals from electronic circuit boards.
Source: Scientists use whey protein sponges to extract gold from computer parts, like motherboards — the process is 50X less expensive than the cost of gold and eco-friendly
Link
The state of Rust GUI libraries – LogRocket Blog
Compare popular Rust GUI frameworks like gtk-rs, fltk-rs, iced, relm, Azul, and egui based on their components, features, and ease of use.

