Analyse Stratégique de la Modification Immuable en Java

https://peer.adalta.social/w/sTJTerG8XX9rt3Q8QFG3R5

Analyse Stratégique de la Modification Immuable en Java

PeerTube

Wenn du in Java programmierst, wirst du früher oder später auf den Begriff Immutability stoßen. Wörtlich übersetzt bedeutet das „Unveränderlichkeit“. Eine *immutable* Klasse ist also eine Klasse, deren Objekte nach ihrer Erstellung nicht mehr verändert werden können.

https://magicmarcy.de/immutability-–-warum-unveraenderlichkeit-so-wichtig-ist

#Immutable #Immutability #Unveränderlichkeit #thread-safe #Mutable #Synchronisierung #Stabilität #Programming #Java

Immutability – Warum Unveränderlichkeit so wichtig ist | magicmarcy.de

Wenn du in Java programmierst, wirst du früher oder später auf den Begriff Immutability stoßen. Wörtlich übersetzt bedeutet das „Unveränderlichkeit“. Eine immutable Klasse ist also eine Klasse, deren Objekte nach ihrer Erstellung nicht mehr verändert werden können.

magicmarcy.de

Immutable Linux distros are great until you need to add something to /usr. Here's the fix. 🛠️

https://itsfoss.com/systemd-sysext/

#linux #immutable

How I Use sysext to Inject Tools Into a Read-Only Linux System

There's a systemd utility that lets you "inject" tools into a read-only OS at runtime, without rebooting the system. Here's my exploration.

It's FOSS

I found 2 external projects:
- Vanilla OS looks like a project targeted to end users, with Enterprise/Commercial support
- Nitrux, but I'm not completely sure is based on Debian because it seems to go its own way. Looks like it's more experimental and targeted to power users

#immutable #linux #experimental #debian

RE: https://framapiaf.org/@sebsauvage/116313774703216263

This article is quite interesting and I'm interested about the idea of #immutable #Linux, at least for end users. I found nothing official on the #debian wiki.
On Debian, I don't remember having often experienced myself upgrade problems, with more than 25 years using it. Not on stable at least. (because ofc I run #testing :)
I don't know much about Fedora but I had the idea that it was not *that* stable because of its bleeding-edge nature.

#sysadmin #desktop #desktoplinux #yearofdesktoplinux

If you have the devices that your sister or parents use and they are too weak for #MicrosoftWindows, just give them #Fedora Atomic or any #immutable #Linux distros that make them comfort and prevent them from system failure due to some unknown tweaks that might be they did.
#Agama 19 is here. Checkout the major architectural overhaul of the #openSUSE installer. New #API design, revamped #webUI, rewritten #software and user management, and installation modes for standard or #immutable setups. #Linux https://agama-project.github.io/blog/2026/03/20/agama-19
Agama 19 - A New Beginning | Agama

In our previous post from November 2025 we already told you to expect a

Went #immutable on my desktop/laptop OS. #linux #linuxgaming #arch
But really first is the understanding from all of the amazing #urban planning, #homelessness data science people, and all of the #fundraisers in the world that there is an #IMMUTABLE human right to a home. All calculations that do not begin there are fruitless. That IS manifest. Yes, that part.
What if mutability was part type's feature? And I don't mean that type can be mutable or immutable, I mean it can be both at different times.
And what mutability even means for series types? Does it mean that series is fixed in size and only its values can change, or does it mean it can also expand or shrink freely?
Well @recoil has a solution - each series type has an attribute, #immutable, #mutable and #flexible. Mutable series can change content but cannot change size,flexible series can both