RE: https://zeppelin.flights/@sixcolors/116568098058096365
fond memories
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
| website | https://www.simularia.it |
| GitHub | https://github.com/Simularia |
| Gitlab | https://gitlab.com/simularia |
| Codeberg | https://codeberg.org/gcarlino |
RE: https://zeppelin.flights/@sixcolors/116568098058096365
fond memories
> 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...
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/

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...
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
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/
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.
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.