The German state of Schleswig-Holstein is making waves with its ambitious plan to ditch Microsoft Office, Exchange, and Windows in favor of Open Source alternatives. This bold move has significant implications for digital sovereignty, public procurement, and the future of the European digital ecosystem. The EuroStack Project unpacks the plan and its broader implications.
they will save 188,000 € on Microsoft license fees per year
We need enough, not more. The concept of “more” and “surplus” got us into this capitalist dystopia. I know this isn’t the point you’re making. I’m just making a separate point that I thought of reading yours. :)
Same, I’m largely being facetious. But viruses come with success, and success also means more software and hardware compatibility. I think that’s worth a periodic scan every so often and some slightly inconvenient security systems in place.
That is scary. But it does require using a custom repository, so hopefully few were hit.
We use poetry, enough which allows specifying additional package repos and it looks like we’d be susceptible to the same attack, but for our internal package index. Looks like I have something to fix this week, thanks for the link!
Please become a thing. Having viruses custom tailored for your OS means you’ve made it.
I don’t wanna “make it”. I just want fast, secure, private computing.
Agreed. However, more users (personal, institutional or business) equals more devs focused on the OS.
We need enough, not more. The concept of “more” and “surplus” got us into this capitalist dystopia. I know this isn’t the point you’re making. I’m just making a separate point that I thought of reading yours. :)
Same, I’m largely being facetious. But viruses come with success, and success also means more software and hardware compatibility. I think that’s worth a periodic scan every so often and some slightly inconvenient security systems in place.
There already are. I barely missed a linux virus from a hijacked python package what… two years ago?
Linux desktops are quite non-homogenous though, so their vectors/nature is kinda different.
Sure, and they have been for decades. They’re still not that common though.
What Python package almost got you?
I wonder if I’ve been hit but just haven’t noticed because I tend to run things in containers.
Pytorch Nightly: https://pytorch.org/blog/compromised-nightly-dependency/
https://www.theregister.com/2023/01/04/pypi_pytorch_dependency_attack/
Funnily enough I can’t even post what it does without the Lemmy comment filter zapping me, but it tried to scrape accounts and passwords.
Was pretty scary from my perspective. I missed it by a week. PyPi is a mess, and it makes me wonder how much isn’t caught.
That is scary. But it does require using a custom repository, so hopefully few were hit.
We use poetry, enough which allows specifying additional package repos and it looks like we’d be susceptible to the same attack, but for our internal package index. Looks like I have something to fix this week, thanks for the link!