Giuli salvi la casa-studio di Luigi Serafini - Arte - Ansa.it
https://www.ansa.it/sito/notizie/cultura/arte/2025/07/10/giuli-salvi-la-casa-studio-di-luigi-serafini_cf7d63fd-20ef-40ef-9d68-d2d55b8292d1.html?utm_source=flipboard&utm_medium=activitypub
Pubblicato su Spettacolo e Cultura @spettacolo-e-cultura-AgenziaAnsa
Giuli salvi la casa-studio di Luigi Serafini - Arte - Ansa.it
Un appello al Ministero della Cultura e alle istituzioni competenti ad intervenire per riconoscere la Casa Studio di Luigi Serafini, l'artista e architetto noto in tutto il mondo per il suo Codex Seraphinianus, una delle opere più enigmatiche e affas…Agenzia ANSA
Al via la nuova stagione: date, sedi e orari di tutte le amichevoli delle 20 squadre di Serie A
https://www.gazzetta.it/Calcio/Serie-A/storie/10-07-2025/le-amichevoli-delle-squadre-di-serie-a/amichevoli-estive-2025.shtml?utm_source=flipboard&utm_medium=activitypub
Pubblicato su Calcio @calcio-Gazzetta
Tutte le amichevoli delle 20 squadre di Serie A: date, sedi e orari
Il Milan parte in tournèe asiatica, l'Atalanta affronta un agosto "tedesco" così come il Parma: ecco le amichevoli estive 2025Vittorio Luzzi (La Gazzetta dello Sport)
The red squirrel is the UK's only native squirrel species.
My little drawing is available to buy...
theweeowlart.etsy.com/listing/…
#FediGiftShop #ScottishArtist #MastoArt #CreativeToots
#RedSquirrel #AnimalArt #OriginalArt #Drawing #PenAndInk #ColourPencil #MixedMedia #Painting #Artwork #TraditionalArtist #ArtFromScotland #GiftIdeas #ArtShop
Personal Reflections on Immutable Linux
Immutable distributions are slowly spreading across the Linux world– but should you care? Are they hacker friendly? What does “immutable” mean, anyway?
Immutable means “not subject or susceptible to change” according to Merriam-Webster, which is not 100% accurate in this context, but it’s close enough and the name is there so we’re stuck with it. Immutable distributions are subject to change, it’s just that how you change them is quite a bit different than bog-standard Linux. Will this matter to you? Read on to find out! (Or, if you know the answers already, read on to find out how angry you should be in the comments section.)
Immutability is cloud-based thinking: the system has a known-good state, and it’s always in it. Everything that is not part of the core system is containerized and controlled. I’m writing this from a KDE-based distribution called Aurora, part of the Universal Blue project that builds on Fedora’s Atomic Desktop work. It bills itself as being for “lazy developers”.
The advantage to this hypothetical lazy dev is that the base system is already built, and you can’t get distracted messing around with it. It works, and it isn’t at all likely to break. Every installation is essentially identical to every other installation, which means reproducibility is all but guaranteed. No more faffing about arguing on forums to figure out which library is conflicting with which. In an immutable system, they’ve all been selected to play well together, and anything else is safely containerized. (Again, a cloud ideal.) If the devs make a mistake during an update, well, just roll back!
50 Shades of Immunability
The different flavours of immutable linux differ in how they accomplish that, but all have rollbacks as a basic capability. Each change to the system becomes a new, indivisible image; that’s why we talk about atomic updates. You create a new system image when you update, but you don’t start using it until you reboot the system. (This has some advantages to stability, as you might imagine, although the rebooting can get old.) The old image is maintained on your system, just in case you happen to need it.
MicroOS and its descendants (like Aeon) use a system based on BRTFS snapshots to provide rollbacks. Fedora’s atomic desktops, like Silverblue, and the Universal Blue downstreams that are based on Fedora like Bazzite or Aurora use a system called OSTree, which is considerably more complex and more interesting. You can do something similar with Nix, of course, but that is a whole other kettle of fish.
OSTree bills itself as “Git for operating system binaries”. Every update, or every package installed is layered onto the tree and can be rolled back if needed– en masse, or individually. You can package up that tree of commits, and deploy it onto a new system, making devising new “distros” so trivial they don’t really deserve the name. In theory, you can install everything via OSTree, but the further you take your system from the base image, the less you have that “every system is identical” easy-problem-solving that the immutable guys like to talk about.
Of course you do want to install applications, and you do it the same way you might on a server: in containers. What sort of containers can vary by taste, but typically that means Flatpak for GUI applications. Fedora-based immutable distributions like Silverblue or Aurora use Flatpak, as does OpenSuse. (AppImage and snap are also options, technically speaking, but who likes snaps?) The Universal Blue team adds in Homebrew for those terminal applications that don’t tend to get Flatpaks. I admit that I was surprised at first to see Homebrew when I started using Aurora, since I knew it as “the missing package manager for MacOS” but its inclusion makes perfect sense when you think about it.
MacOS is the First Immutable UNIX
MacOS, you see, is the first immutable UNIX. As much as we in the Linux community don’t like to talk about it, Macs aren’t just POSIX compatible– they run Certified UNIX(). And Curputino has been moving towards this “immutable” thing for a long time, until Catalina finally sealed the system folders away completely on a read-only volume. Updates for MacOS also come as snapshots to replace that system volume– you could certainly call them “atomic”. Since the system volume is locked down, traditional package managers won’t be able operate. Homebrew was created to solve that problem. It works just as well on a Linux system that has the same lockdown applied to its system folders.
If Homebrew isn’t your cup of tea – and it seems to not be everyone’s, since I think Universal Blue is the only distro set to ship with it – you can go more hard-core into containerization with docker or podman. Somewhere in between, you could use something like Distrobox. If you haven’t heard of it, Distrobox is a framework for deploying traditional linux systems inside containers. For devs, it’s great for testing, even if you aren’t basing it on top of an immutable distribution. If you’ve never worked in the cloud, this may all sound like rube-goldberg gobbbly-gook, (“linux in a box on my linux!?”) but once you adapt to it, it’s not so bad.
The Year of Immutable on the Desktop?
The question is: do you want to adapt to it? Is cloud-based thinking necessary on the desktop? Well I’d say it depends on who is using the desktop. I would absolutely steer Windows users who are thinking of switching to Linux in the wake of the Windows 10 EOL to a Universal Blue distribution, and probably Aurora since KDE is more windows-y than Gnome. Most of those ex-Windows users are people who just want to use a computer, not play with it. If that describes you, then maybe an immutable distribution could be to your liking.
MacOS has shown that very few desktop users will ever notice if they can access the system folders or not; they are most interested in having a stable, reproducible environment to work in. Thus, immutable Linux may be the way to bring Linux mainstream – certainly Steam thinks so, with SteamOS. For their use case, it’s hard to argue the benefits: you need a stable base system for the stack of cards that is gaming on Linux, and tech support is much simplified for a locked-down operating system that you cannot install packages on. The rising popularity of Bazzite, Universal Blue’s gaming-centric distribution, also speaks to this.
There are downsides to this kind of system, of course, and it is important to recognize that. Some people really, really hate containerization because Flatpaks, and other similar options, use more memory, both on disk and in RAM. Of course not everything is available as a Flatpak, or on Homebrew if the system uses that. If you want to use Toolbox or Distrobox to get a distro-specific set of packages, well, of course running a whole extra Linux system in a container is going to have overhead.
From an aesthetic perspective, it’s not as elegant as a traditional Linux environment, at least to some eyes, mine included. Those of us who switched to Linux because we wanted absolute control over our computers might not feel too great about the “do not touch” label implicitly scrawled across the system folders, even if we do get something like rpm-ostree
to make changes with. Even with a package manager, there are customizations and tweaks you simply cannot make on a read-only system. For those of us who treat Linux as a hobby, that’s probably a no-go.
For the “Lazy Developer” Aurora sells itself to, well, that’s perhaps a different story. Speaking of lazy, I’ve been using Aurora for a few months now, almost in spite of myself. I initially loaded it as the last step on a distro-hopping jaunt to see if I could find a good Windows 10 replacement for my parents. (I think this is it, to be honest.) It’s still on my main laptop simply because it’s so unobtrusively out of the way that I can think of no reason to install anything else.
At some point that may change, and when it does I might just overcorrect and do a Linux From Scratch build or try out like NixOS like I’ve been meaning to. Something like that would let me regain the sense of agency I have forfeited to the Universal Blue dev team while running Aurora. (There have been times where I can feel the ghostly hand of an imaginary sysadmin urging me not to mess with my own system.)
After seeing how well containerization can work on desktop, Nix looks extra appealing – it can do most of what this article talks about with the immutable distros, but without trusting configuration of any facet of the system to anyone else. What do you think? Are the touted benefits to stability, reproducibility, and security worth the hassle of an immutable distribution? Is the grass greener in the land of Nix? If you’ve tried one of the immutable Linux distributions out there, we’d love to hear what you think in the comments.
Starmer-Macron, patto su nucleare è monito a nostri nemici - Ultima ora - Ansa.it
https://www.ansa.it/sito/notizie/topnews/2025/07/10/starmer-macron-patto-su-nucleare-e-monito-a-nostri-nemici_db5ce7f8-3593-406a-ab06-af1a79166c40.html?utm_source=flipboard&utm_medium=activitypub
Pubblicato su ANSA Ultima ora @ansa-ultima-ora-AgenziaAnsa
Starmer-Macron, patto su nucleare è monito a nostri nemici - Ultima ora - Ansa.it
Il patto di coordinamento sull'uso congiunto dei rispettivi deterrenti nucleari indipendenti stretto da Regno Unito e Francia nell'ambito del vertice fra Keir Starmer ed Emmanuel Macron è un avvertimento "ai nostri avversari": i quali ora "sanno che …Agenzia ANSA
Trump Says 50% Levy on Copper to Take Effect Aug. 1
https://www.bloomberg.com/news/videos/2025-07-10/trump-says-50-levy-on-copper-to-take-effect-aug-1-video?utm_source=flipboard&utm_medium=activitypub
Posted into Profiles @profiles-bloomberg
Gecko Robotics CEO on AI, Energy, Scaling Up
https://www.bloomberg.com/news/videos/2025-07-10/gecko-robotics-ceo-on-ai-energy-scaling-up-video?utm_source=flipboard&utm_medium=activitypub
Posted into Profiles @profiles-bloomberg
Borsa: Milano chiude debole (-0,72%), pesano Iveco e Unicredit - Ultima ora - Ansa.it
https://www.ansa.it/sito/notizie/topnews/2025/07/10/borsa-milano-chiude-debole-072-pesano-iveco-e-unicredit_21ed5ad8-c43c-4380-9452-ea74f8a3021c.html?utm_source=flipboard&utm_medium=activitypub
Pubblicato su ANSA Ultima ora @ansa-ultima-ora-AgenziaAnsa
Borsa: Milano chiude debole (-0,72%), pesano Iveco e Unicredit - Ultima ora - Ansa.it
Chiusura debole per Piazza Affari (Ftse Mib -0,72% a 4.528 punti) in coda alle altre borse europee, tra scambi vivaci per 3,15 miliardi di euro di controvalore, inferiori però a quelli delle ultime due sedute. (ANSA)Agenzia ANSA
globalist.it/world/2025/07/10/…
La reazione
Il Brasile prepara il piano per reagire ai dazi 'politici' del 50% imposti da Trump
Il Brasile sta elaborando piani per reagire ai dazi del 50% imposti dagli Stati Uniti sulle sue esportazioni, aprendo la strada a un’ulteriore escalation nella guerra commerciale avviata da Donald Trump con la più grande economia dell’America Latina.globalist (Globalist.it)
"Over 2,000 senior staff set to leave #NASA under agency push."
politico.com/news/2025/07/09/n…
"At least 2,145 senior-ranking NASA employees are set to leave under a push to shed staff…The 2,145 employees are those in GS-13 to GS-15 positions — senior-level government ranks that are typically reserved for those with specialized skills or management responsibilities."
#DefendResearch #Funding #Trump #TrumpVResearch #USPol #USPolitics
Tim Chambers reshared this.
Bettini, lavoreremo per nuovo contratto dei metalmeccanici - Ultima ora - Ansa.it
https://www.ansa.it/sito/notizie/topnews/2025/07/10/bettini-lavoreremo-per-nuovo-contratto-dei-metalmeccanici_9255dde1-a0f6-44bc-9bb3-4b9b3d13d8c7.html?utm_source=flipboard&utm_medium=activitypub
Pubblicato su ANSA Ultima ora @ansa-ultima-ora-AgenziaAnsa
Bettini, lavoreremo per nuovo contratto dei metalmeccanici - Ultima ora - Ansa.it
"E' un anno che stiamo discutendo il rinnovo del contratto dei metalmeccanici. Il 15 ci siederemo al tavolo nuovamente. Sono convinto che la situazione dei mercati possa aiutarci a trovare un momento di incontro. (ANSA)Agenzia ANSA
Il gas chiude in rialzo sopra i 35 euro al Ttf di Amsterdam - Ultima ora - Ansa.it
https://www.ansa.it/sito/notizie/topnews/2025/07/10/il-gas-chiude-in-rialzo-sopra-i-35-euro-al-ttf-di-amsterdam_c809d894-1e16-4cb9-a881-68550ca1d0bd.html?utm_source=flipboard&utm_medium=activitypub
Pubblicato su ANSA Ultima ora @ansa-ultima-ora-AgenziaAnsa
Il gas chiude in rialzo sopra i 35 euro al Ttf di Amsterdam - Ultima ora - Ansa.it
Chiude in rialzo sopra a quota 35 euro il gas naturale sulla piazza Ttf di Amsterdam. (ANSA)Agenzia ANSA
Netanyahu alle famiglie, Hamas sceglierà chi sarà liberato - Ultima ora - Ansa.it
https://www.ansa.it/sito/notizie/topnews/2025/07/10/netanyahu-alle-famiglie-hamas-scegliera-chi-sara-liberato_a6e2e7a1-7d9d-4f95-bcaa-d16b7c37a0e4.html?utm_source=flipboard&utm_medium=activitypub
Pubblicato su ANSA Ultima ora @ansa-ultima-ora-AgenziaAnsa
Netanyahu alle famiglie, Hamas sceglierà chi sarà liberato - Ultima ora - Ansa.it
Il primo ministro israeliano Benyamin Netanyahu ha incontrato ieri sera a Washington alcune famiglie degli ostaggi, e ha parlato con loro in ebraico: "Mi sembra che ci stiamo avvicinando, stiamo procedendo passo dopo passo...Agenzia ANSA
L'immagine mostra un ramo di vite con grappoli di uva in un vigneto. I grappoli sono di diverse tonalità di marrone e viola, indicando diverse fasi di maturazione. Alcuni grappoli sono completamente maturi, mentre altri sono ancora verdi, suggerendo che la raccolta potrebbe essere imminente. Le foglie sono di un verde brillante, con alcune che iniziano a mostrare segni di colorazione autunnale, come bordi gialli e marroni. Il ramo è sostenuto da una corda tesa tra due punti, tipico di un sistema di treppiede utilizzato per supportare le viti. La luce del sole filtra attraverso le foglie, creando un effetto di luce soffusa e riflessi. Il terreno è coperto di erba e piccoli cespugli, tipico di un vigneto.
Fornito da @altbot, generato localmente e privatamente utilizzando Ovis2-8B
🌱 Energia utilizzata: 0.240 Wh
Dimon Says an EU-US Tariff Framework ‘Needs to Get Done’
https://www.bloomberg.com/news/articles/2025-07-10/dimon-says-an-eu-us-tariff-framework-needs-to-get-done?utm_source=flipboard&utm_medium=activitypub
Posted into Economics @economics-bloomberg
news4teachers.de/2025/07/ki-ma… #KI #Schule
„KI macht das Leben als Schüler zur Hölle“ – Gymnasiast, der ehrlich lernen will, sieht sich krass benachteiligt - News4teachers
DÜSSELDORF. Ein Gymnasiast schlägt Alarm: Künstliche Intelligenz wird immer häufiger zum digitalen Spickzettel. In einem Online-Forum berichtet er anonym,Redaktion (News4teachers)
Francesca Albanese premio Nobel per la pace: la petizione ha già superato 2500 firme
L'appello, lanciato da Eliana Como Direttivo Nazionale CGIL, Raffaella Bolini, Vicepresidente Nazionale dell'Arci, Elena Mazzoni, attivista ambientale e della sRifondazione Comunista
reshared this
Svezia, auto investe pedoni a Malmo, almeno 5 feriti - Europa - Ansa.it
https://www.ansa.it/sito/notizie/mondo/europa/2025/07/10/svezia-auto-investe-pedoni-a-malmo-almeno-5-feriti_4d14b52e-0de6-4fa2-a05a-e78dd42bc55c.html?utm_source=flipboard&utm_medium=activitypub
Pubblicato su ESTERI @esteri-AgenziaAnsa
Svezia, auto investe pedoni a Malmo: almeno 5 feriti - Europa - Ansa.it
Le vittime erano su un marciapiede del centro cittadino (ANSA)Agenzia ANSA
Whittier ist ein (sehr) kleiner Ort in Alaska. Er hat etwa 200 Einwohner, von denen fast alle im selben Gebäude wohnen.
Andreas Kilgus likes this.
Optimizing a Math Expression Parser in Rust
Link: rpallas.xyz/math-parser/
Discussion: news.ycombinator.com/item?id=4…
Optimizing a Math Expression Parser in Rust
Optimizing a math expression parser for speed and memory.Ricardo Pallas (Ricardo Pallás)
✨ En saco roto (textos de ficción) | Lo nuevo.
En el horizonte crecen edificios, centros comerciales, gasolineras y carreteras. Y, tras la bruma de contaminación, en los días claros se distingue el perfil de las montañas.
✍️Javier de Frutos.
📷Mirada de Mujer.
elsaltodiario.com/en-saco-roto…
If You Have Mature Skin, Run To These Prime Day Beauty Deals
https://www.huffpost.com/entry/anti-aging-beauty-deals-amazon-prime-day_l_686faf7be4b0d01c494cd6a5?utm_source=flipboard&utm_medium=activitypub
Posted into Style & Beauty @style-beauty-huffingtonpost
If You Have Mature Skin, Run To These Prime Day Beauty Deals
These beauty deals are disappearing fast, and prices won’t stay this low.Griffin Wynne (HuffPost)
Starmer-Macron, patto su nucleare è monito a nostri nemici - Europa - Ansa.it
https://www.ansa.it/sito/notizie/mondo/europa/2025/07/10/starmer-macron-patto-su-nucleare-e-monito-a-nostri-nemici_0c57b7b4-f7fe-4eae-a6ee-187f8f3f636f.html?utm_source=flipboard&utm_medium=activitypub
Pubblicato su ESTERI @esteri-AgenziaAnsa
Starmer-Macron, patto su nucleare è monito a nostri nemici - Europa - Ansa.it
Il patto di coordinamento sull'uso congiunto dei rispettivi deterrenti nucleari indipendenti stretto da Regno Unito e Francia nell'ambito del vertice fra Keir Starmer ed Emmanuel Macron è un avvertimento "ai nostri avversari": i quali ora "sanno che …Agenzia ANSA
'Emma - Original Character' by Magnavis
blenderartists.org/t/emma-orig…
#b3d #blender3d #blenderart #blenderrender #blendercommunity
Emma - Original Character
Blender Artists CommunityHi all, I’m back with another character portrait, and the first of several new characters that appear in my second book, KARA: Seeds of the Universe - Book 2 of the Astrex Series Meet Special Agent, E…Thumbnail
Netanyahu alle famiglie, Hamas sceglierà chi sarà liberato - Medio Oriente - Ansa.it
https://www.ansa.it/sito/notizie/mondo/mediooriente/2025/07/10/netanyahu-alle-famiglie-hamas-scegliera-chi-sara-liberato_7cc03d9f-07db-4ee5-bf9d-45e52d4d27ad.html?utm_source=flipboard&utm_medium=activitypub
Pubblicato su ESTERI @esteri-AgenziaAnsa
Netanyahu alle famiglie, Hamas sceglierà chi sarà liberato - Medio Oriente - Ansa.it
Il primo ministro israeliano Benyamin Netanyahu ha incontrato ieri sera a Washington alcune famiglie degli ostaggi, e ha parlato con loro in ebraico: "Mi sembra che ci stiamo avvicinando, stiamo procedendo passo dopo passo...Agenzia ANSA
youtube.com/watch?v=4aPTxXtW34…
- YouTube
Profitez des vidéos et de la musique que vous aimez, mettez en ligne des contenus originaux, et partagez-les avec vos amis, vos proches et le monde entier.www.youtube.com
youtube.com/watch?v=Lm4IS3tYkD…
- YouTube
Profitez des vidéos et de la musique que vous aimez, mettez en ligne des contenus originaux, et partagez-les avec vos amis, vos proches et le monde entier.www.youtube.com
Tumori, cresce adesione agli screening ma il Sud è ancora indietro - Medicina - Ansa.it
https://www.ansa.it/canale_saluteebenessere/notizie/medicina/2025/07/10/tumori-cresce-adesione-screening-ma-il-sud-e-ancora-indietro_b0cb4491-9953-42c5-977c-76e797c1510c.html?utm_source=flipboard&utm_medium=activitypub
Pubblicato su Salute e Benessere @salute-e-benessere-AgenziaAnsa
Tumori, cresce adesione agli screening ma il Sud è ancora indietro - Medicina - Ansa.it
Iss, 'nel 2024 aderenza mammografia supera livelli pre-Covid' (ANSA)Agenzia ANSA
The image shows a settings menu for a social media application, specifically focusing on the "Timeline and note" section. The background is dark, with text and options in white and green. The options are listed vertically, with some toggles on and some off. The toggled options are: "Display the posting form at the top of the timeline," "Collapse boosts you’ve already seen," "Collapse notes replied to," "Uncollapse CWs on notes," "Always expand long notes," and "Show a gap between posts on the timeline." The untoggled options include "Display the posting form at the top of the timeline (Channels)," "Collapse files," "Disable real-time timeline updates," and "Show instance ticker on replies." There is also a section for "Pinned list," a search engine selection for "Search Engine For Search MFM" with "Duckduckgo" selected, and a "Note Design" section with "Sharkey" selected. The overall layout is clean and organized, with a consistent theme throughout the settings menu.
Provided by @altbot, generated privately and locally using Ovis2-8B
🌱 Energy used: 0.234 Wh
Revolut In Talks to Raise New Funds at $65 Billion Valuation
https://www.bloomberg.com/news/articles/2025-07-10/revolut-in-talks-to-raise-new-funds-at-65-billion-valuation?utm_source=flipboard&utm_medium=activitypub
Posted into Bloomberg U.K. @bloomberg-u-k-bloomberg
BTW: This isn't my code. But I'm pretty sure I did something similar 30 years ago. I didn't know better then. Probably could do it again in a vacuum.
Now the company that allows this code to pass into PROD unimpeded has a bigger institutional problem!
Their review process? Bad.
Their coaching process? Bad.
Their managerial process? Super bad!
A lone programmer could be excused for putting this out in a github repo with no subscribers.
A multinational multibilli... oh wait I've said too much!
reshared this
Ideona.
Poiché allo stand dei cocktail cubani ci sarà un dutur, potrei preparargli l'insegna "La bodeguita del medico", con un chiaro riferimento geoculturale¹.
O magari faccio "La bodeguita du megu", per inserire un altro riferimento più locale².
~~
reshared this
rag. Gustavino Bevilacqua reshared this.
Mike In The Autumn Garden
in reply to Chri$tian • • •Chri$tian
in reply to Mike In The Autumn Garden • • •Mike In The Autumn Garden
in reply to Chri$tian • • •