Giuseppe Carlino

@beps
83 Followers
429 Following
174 Posts

Co-founder of Simularia, working on air quality modelling, data analysis.

Posts automatically deleted in 3 months

#AirQuality #Fortran #HPC #RStats #Python #QGis #swift #neovim

websitehttps://www.simularia.it
GitHubhttps://github.com/Simularia
Gitlabhttps://gitlab.com/simularia
Codeberghttps://codeberg.org/gcarlino

> Women leaving the beach, going into a shop, or simply standing outside are now being approached by men usually wearing Meta's Ray-Bans, the company's "smart" or "AI" glasses, often in order to film the women's responses to casual questions or pick-up lines without their knowledge or consent.

Perhaps it is time to simply ban them from public.

Whether I'm talking about spy glasses or men, you decide...

https://www.bbc.com/news/articles/cj37z8357e5o

Smart glasses are 'an invasion of privacy' - Meta's are selling better than ever

The biggest tech firms are set to sell millions of smart glasses despite growing privacy concerns.

Come sta cambiando il clima europeo? Nella nuova puntata di #FUTURO24 ne parliamo con esperti di Copernicus ed ENEA
https://www.rainews.it/video/2026/05/futuro24-come-cambia-il-clima-europeo-9c9430bd-0684-4173-8bc7-f79b6d9acb52.html
Futuro24: come cambia il clima europeo

L'Europa e il Mediterraneo sono fra le regioni più colpite dai cambiamenti climatici. Facciamo il punto sulla situazione e su cosa dobbiamo attenderci

RaiNews
Campioni biologici allo Spallanzani, preoccupazione per un ragazzo in quarantena

Si alternano notizie sullo stato di salute del venticinquenne calabro, intanto i suoi campioni biologici saranno analizzati dallo Spallanzani di Roma

RaiNews

A workshop we're running at ECMWF in November - and very much not just for the weather/climate crowd. There are five confirmed keynote speakers from JCSDA, DKRZ, Météo-France, RMIB, and the Met Office.

If you work with large/complex scientific codebases anywhere (CFD, materials, plasma, astro...), and are thinking about software sustainability, please consider submitting an abstract by 4 September: https://events.ecmwf.int/event/529/

Workshop on software strategies for sustainable physical modelling

Overview This workshop will address the critical needs for a sustainable physical modelling capability over the next decade, amid uncertainties in HPC technology, programming languages, and scientific strategies. We will explore how to best achieve a forecasting system that can adapt to current changes in circumstances and requirements for model development. These include the rise of machine learning, which is becoming both a tool for software development and a foundation for emerging...

ECMWF Events (Indico)
@jonny I sound like a broken record at this point, but whenever the legal status of LLM training data is brought up I can't help but think of Aaron Swartz and how he was treated like he did the heist of the decade for trying to release some academic papers to the public

Sorry to #QGIS users having trouble loading #OpenStreetMap tiles from tile.openstreetmap.org. We've had to heavily rate-limit QGIS after bulk tile usage risked disrupting service for other users. We're working with the QGIS team to distinguish bulk requests from normal interactive use.

Could you donate a large server to help add tile capacity? https://wiki.openstreetmap.org/wiki/Servers/Tile_Rendering

Servers/Tile Rendering - OpenStreetMap Wiki

Il piano quinquennale per demolire la Ue

L'ultimo piano quinquennale cinese punta verso i settori dell'industria europea, tradizionale ed innovativa. La risposta è debole a causa di dipendenze oggettive ma anche per eterogeneità degli interessi nazionali europei

https://phastidio.net/2026/05/12/il-piano-quinquennale-per-demolire-la-ue/

Il piano quinquennale per demolire la Ue

L’ultimo piano quinquennale cinese punta verso i settori dell’industria europea, tradizionale ed innovativa. La risposta è debole a causa di dipendenze oggettive ma anche per eterogeneità degli…

Phastidio.net

updated blog post is now up, https://adamhsparks.netlify.app/2026/03/10/further-enhancing-r-nvim-with-arf-and-terminalgraphics/

If you try this and get confused, please let me know so I can improve it. But this seems solid across my macs.

I now have arf console and {terminalgraphics} inside my Kitty window via R.nvim, no {httpgd} no XQuartz, etc. just a single window with plots when I need them in the terminal.

Further Enhancing R.nvim with arf and {terminalgraphics}

TLDR Pass the shell’s PATH along to the kitten (split) via kitty’s config file. Kitty launches the kitten (for the split) using a minimum configuration that doesn’t see your $HOME/.cargo/bin (where arf lives) and won’t pick up the rig installation that arf looks for. Here are the lines in my config files that make this happen. $HOME/.config/kitt/kitty.conf environment, R.nvim, also see: https://github.com/R-nvim/R.nvim/blob/2d0cd152800ced779caaba4684a42efae81203b5/doc/R.nvim.txt#L1168. $HOME/.config/nvim/lua/plugins/r-nvim.lua. R_app, external_term. Updated 2026.05.11 I refined my config files and have a better understanding of the issues with trying to use the arf console in an R.

Adam H. Sparks