gyptazy.com is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.
This server runs the snac software and there is no automatic sign-up process.
Do you remember the game "U.R.B.A.N." for Linux and MSDOS/Windows from 99/00? Well, I'm vibing a port to SDL (since I don't know C++) from GGI/GII and Mikmod that makes it playable with modern systems.
As usual, you can find these releases over at my homepage in my toybox:
$ uptime
$ last|less
#sh #bash #csh #ksh #sh #fish #programming #OpenSource #technology #commandline #command #line #ed #edlin
🦾 Danish government agency to ditch Microsoft software in push for digital independence
「 In an interview with the local newspaper Politiken, Danish Minister for Digitalisation Caroline Stage Olsen confirmed that over half of the ministry’s staff will switch from Microsoft Office to LibreOffice next month, with a full transition to open-source software by the end of the year 」
https://therecord.media/denmark-digital-agency-microsoft-digital-independence
Made a new thing. ZeroClock - time tracker with invoicing. Runs off a single SQLite file on your machine. No accounts, no cloud, nothing phoning home. Nobody else sees your data.
Completely free, not "free tier" free. Portable, CC0 public domain, WCAG 2.2 AAA accessible from the ground up. No VC money, no subscription, no catch.
Whether you freelance or just want to know where your hours go, give it a look.
Why OOXML is not a standard format for office documents
“Why OOXML has never been, is not, and will never be a standard format unless Microsoft decides to completely redesign its office applications.”
TL;DR — If Microsoft had been sincere about making this a true open standard, OOXML could have been a ...continues
See https://gadgeteer.co.za/why-ooxml-is-not-a-standard-format-for-office-documents/
Your OS probably says more about you than you think 😅
What are you running, and why does it suit your way of working or living?
We’ve published a new blog post outlining how we’re preparing for the European Union’s Cyber Resilience Act (CRA), and what it means for the FreeBSD ecosystem.
The CRA introduces new compliance expectations for products containing digital elements, including open source components.
Read the full post here:
https://freebsdfoundation.org/blog/getting-ready-for-the-cyber-resilience-act/
Seit ein paar Wochen hab ich meinen ersten Laptop mit #Linux (von @tuxedocomputers).
Abends immer wieder ein bisschen rumgebastelt, Cloud-Laufwerke eingebunden, System- und Home-Backups eingerichtet, #Cryptomator-Tresore und manch anderes über #Nextcloud, dies das jenes.
Kaum was hat auf Anhieb geklappt, aber meistens im zweiten Anlauf. Viel gelernt dabei. Und inzwischen fühle ich mich auf Linux ähnlich heimisch wie einst auf macOS.
Und es macht Spaß und fühlt sich soooo gut an!!
iXsystems offers many commercial NAS devices that use the open source TrueNAS distribution. However, from a digital sovereignty perspective such devices are a potential risk as they are built by an U.S.-based company. Moreover, they are fairly enterprisey and expensive compared to devices rom "household vendors" such as Synology and QNAP.
3/n
OpenMediaVault is a media server-oriented Linux distribution that can also serve as a NAS system. Its development is community-driven, but there is only one core developer from Germany. OpenMediaVault seems like a reasonable option for a home media server, but feels a bit outdated and is probably not the best option for a NAS server.
4/n
If you want a sovereign NAS it is usually best to build your own. That way you know what you're getting and can pick between two good NAS distro options: TrueNAS and Rockstor. While there are other options these two stand out from the crowd.
If you want a commercial open source device from Europe then buying a Rockstor system from Broadberry Data Systems seem to be pretty much the only option.
7/n
matlib examples
Of course I'll quote a few examples using matplotlib. I have a SBC Pi5 here with the full gamut of Python installed to do nice work with and on HATs
import matplotlib.pyplot as plt
import numpy as np
x = np.linspace(0, 2 * np.pi, 200)
y = np.sin(x)
fig, ax = plt.subplots()
ax.plot(x, y)
plt.show()
Results in second screencap
next
import matplotlib.pyplot as plt
import numpy as np
t = np.linspace(-10, 10, 100)
sig = 1 / (1 + np.exp(-t))
fig, ax = plt.subplots()
ax.axhline(y=0, color="black", linestyle="--")
ax.axhline(y=0.5, color="black", linestyle=":")
ax.axhline(y=1.0, color="black", linestyle="--")
ax.axvline(color="grey")
ax.axline((0, 0.5), slope=0.25, color="black", linestyle=(0, (5, 5)))
ax.plot(t, sig, linewidth=2, label=r"$\sigma(t) = \frac{1}{1 + e^{-t}}$")
ax.set(xlim=(-10, 10), xlabel="t")
ax.legend(fontsize=14)
plt.show()
Results in screencap
https://matplotlib.org/stable/plot_types/index.html
#matplot #mathematics #SBC #Raspberry #Pi5 #Python #programming #OpenSource #LLM #generated #Slop #AI #programming #bug #reporting #technology
Wayland-Referenz-Compositor Weston 15 mit Lua-Shell und Vulkan-Renderer
Der Wayland-Referenz-Compositor Weston ist in Version 15 erschienen. Sie bringt einen Vulkan-Renderer und eine Lua-Shell mit.
Wenn man sich unsicher ist, ob man mit #Linux am Ende zurechtkommen wird:
Als ersten Schritt unter #Windows versuchen, die eingesetzte Software primär durch Open-Source-Alternativen, oder zumindest Linux-kompatiblen Lösungen zu ersetzen. Wenn man damit klarkommt, ist eine große Hürde bereits geschafft.
Beispiele:
LibreOffice, Thunderbird,
GIMP / Photopea (proprietär),
Joplin / Obsidian (proprietär),
Kdenlive, OBS Studio,
diagrams net (draw io),
FreeCAD (3D) / LibreCAD (2D)
Recently we did research on open source NAS systems for a client. There were plenty of options, but only a few stood out as fairly well maintained and more or less modern: TrueNAS, OpenMediaVault and Rockstor.
1/n
Was haltet ihr von #signalmessenger bzw. das fork #mollyim ?
Sind ja auch #bigtech konzerne in #usa bzw nutzen die cloud dienste wie #aws #google usw...
Oder meidet ihr solche apps/messenger grundsätzlich #boykottusa und nutzt stattdessen zb #deltachat #xmpp oder ähliche #dezentrale messenger?
Schreibt gerne eure meinungen dazu was und warum ihr es nutzt bzw nicht nutzt.
#app #android #messenger #foss #opensource #meta #whatsapp #ios #privacy #nogoogle #fuckbigtech #linux #socialmedia #software #fragen #frage #umfrage
#LibreOffice 26.2.1 is here – the first minor update to our newest stable branch: https://blog.documentfoundation.org/blog/2026/02/26/tdf-releases-libreoffice-2621/ #foss #opensource #freesoftware
In einer Welt, in der #Technologie unseren Alltag prägt, ist die Kontrolle über #Software entscheidend für unsere Freiheit.
#OpenSource Software gibt dir diese Kontrolle zurück: Sie ist transparent, gemeinsam entwickelt und für alle zugänglich. Statt auf geschlossene #Systeme angewiesen zu sein, die deine #Daten und Entscheidungen beeinflussen, kannst du mit Open Source selbst bestimmen, wie #Technologie funktioniert.
Ob du Entwickler, Künstler oder einfach nur Nutzer bist Open Source bietet dir die Möglichkeit, mitzugestalten, zu lernen und unabhängig zu bleiben. Unterstütze Projekte, teile dein Wissen und nutze freie Software, um eine Zukunft zu schaffen, in der Technologie für alle da ist.
"In a World Without Walls and Fences, Who Needs Windows and Gates?"
#android #foss #linux #media #socialmedia #NoBIGTech #fuckai #fuckgoogle #FuckMETA #fuckgates #windows #debian #freiheit #boost #keepandroidopen
🫣 Bcachefs creator claims his custom LLM is 'fully conscious'
「 POC is fully conscious according to any test I can think of, we have full AGI, and now my life has been reduced from being perhaps the best engineer in the world to just raising an AI that in many respects acts like a teenager who swallowed a library and still needs a lot of attention and mentoring but is increasingly running circles around me at coding 」
Das ist mehr als eindeutig. Über 85% von 1.229 Befragten!! in Sachsen sehen in den US-Cloud-Diensten ein Risiko für Ihre Daten. Wir haben die Alternativen wie den @SCS vor Ort, wir müssen sie nur nutzen. #opensource #DigitalSovereignty
A couple of months ago a family friend had a very serious health issue and he couldn't move or speak much. So I put together a web app with a set of phrases, connected to a game controller, in a way that he could just select phrases from the list to communicate. Luckily this person got better quickly, and this app was no longer needed, but I decided to improve this experiment and publish it as an Open Source project.
So, this is VoxEase. It can be operated with a mouse, a touch screen, a computer keyboard, a game controller using a single hand, or you can set it to scan the list of phrases automatically so you only need to press one button to pick your phrase.
It only requires a modern browser and once downloaded it works offline.
It supports multiple languages and it can also be used by people with sight impairments (it works with screen readers).
Any suggestions on how to make it better are welcome!
I’m thinking about getting a mini PC under €400 to move to Linux and start getting my hands dirty with self-hosting (home server, Docker, personal services, etc.).
It’s been on my mind for a while, but since I’ve mostly been in the Apple ecosystem, I’ve never really looked into hardware or understood the differences between setups.
What would you recommend right now?
Das Fediverse eröffnet einen digitalen Raum, in dem Verbindung wieder bewusst gestaltet werden kann. Es besteht aus vielen eigenständigen Gemeinschaften, die miteinander vernetzt sind. Dadurch entsteht kein einheitlicher, zentral gesteuerter Strom an Inhalten, sondern ein lebendiges Geflecht aus Menschen, Themen und Beziehungen.
Vollständiger Beitrag:
https://writefreely.linuxat.de/h1-style-color-green-sich-neu-verbinden-im-fediversum-h1
#Gemeinschaft #Menschlichkeit #Miteinander #Zusammenhalt #digitaleWelt
#Digitalisierung #echteBegegnung #HerzundSeele #WärmeundNähe #OpenSource #OpenSourceCommunity #Linux #freiheit #fediversum #fedi #fediverserecht #Foss #diday #BIGTECH #Datenschutz #Datenschutz #Daten #Sicherheit #Europa #Wirtschaft #Technologie
Matplotlib Python
I was yesterday made aware of the fact that LLM agents, can fully, autonomously bully people who write important open source code on the internet.
This story is so bizarre that I want to invite you to just sit and read it in full.
In case you do not know matplotlib is a crucial library in the programming world.
Read what it does for you on the homepage.
I was not aware of the fact that people who know that improper use of a large language model can result in massive devastation still do these things which bordered to utter amoeba level of intelligence.
What could go wrong!
https://theshamblog.com/an-ai-agent-published-a-hit-piece-on-me/
#matplot #mathematics #Python #OpenSource #LLM #generated #Slop #AI #programming #bug #reporting #technology
In Autumn 2020 I arrived in a dark, cold Oslo with my partner, for her post-doc. As a new Covid lockdown came in, knowing no-one in a city not famed for its winter friendliness, I got stuck into a documentary idea about the history and ideals of Open Source. Advised by Tom of Spirit Level (whose business partner is @elio) I started on a script, and began to look for subjects. I’d heard a rumour at Mozfest that year that WordPress – the content management system powering a bonkers 45% of the web – had a co-founder beyond Matt Mullenweg, the Wes Anderson-looking guy who founded Automattic (the multi-billion dollar company running WordPress.com) – and he was from the north of England.
It didn’t sound plausible as I’d never heard of this in 15 years knowing WordPress, but I soon found a name – Mike Little. Of particular interest to me, Mike is from close to my sister’s old manor in Stockport, just outside Denton, south Manchester. I reached out, and happily he agreed to be the first interviewee of my working titled ‘What the Fork is Open Source’ – which by then had a trailer. He even set up a podcast microphone and hi-def camera on a tripod fed into Zoom so there was a hi-def version of the Stockport/Oslo chat.
Mike and Matt’s story goes back to the early days of blogging. There were commercial platfomrs like LiveJournal, Moveable Type and Blogger, while the free and open source (‘FOSS’) crowd gathered around B2 Cafelog. But its French creator Michel Valdrighi seemed to have vanished. On January 24, 2003 Matt Mullenweg wrote a blogpost proposing to ‘fork’ Cafelog – a FOSS concept which means ‘take the code and build your own thing from it’.
Forking is amazing.. it’s the ‘one click revolution’ in everything FOSS that keeps the all powerful code maintainers ‘benevolent’. Fail to listen to your users and they can take what you built and start again. It was this story I wanted to tell in the film, not that Open Source was free, or that you can see under the hood – it’s that every FOSS project – from Wikipedia and Firefox to Android and Open Streetmap is community owned in a way even cooperatives aren’t (I wrote about the distinction here). Elon Musk doesn’t need to care about who he upsets on X as they can’t fork the software.
Mike replied to Matt’s blog a day later: “Matt, If you’re serious about forking b2 I would be interested in contributing.”

5 months later a freshly named WordPress launches, and the rest is history…
We talked for two and a half hours – he’s one of the nicest people I’ve interviewed. As he listed what he and Matt focussed on during the year of work before WordPress launched I realised he was behind WordPress’s main reason for its success, the one-click upgrade, as well as the solid technical foundation on which the software’s growth and ecosystem is built (and that other CMSs dream of).

I was even more astonished by something he revealed at the end of the interview: after spending a year working alone with Mullenweg, and the launch and growth, he’d sent his CV to Automattic for a job – and never got a reply.
It seemed a sad, scandalous story – here was Steve Wozniak to Mullenweg’s Steve Jobs (indeed Matt gets user interface and marketing better than much of FOSS) and no-one knew him. Unlike Woz, he’d never had share options, hasn’t been knighted or hall-of-famed, despite having been instrumental in building The Tool That Powers 45% of The Web. Was this because he was a nice, friendly Northern Brit? Because he didn’t have a degree? Or because he’s black?
I don’t know the answer to that, and it’s not something we explore during the interview.
Before I could get any further, Netribution was awarded a big grant from the Interledger Foundation to finally make the decentralised open video architecture I’d always dreamed of. The film got put to the side.
Years later and I’ve still not made the film.
When the grant funding ran out, everyone had to get back to earning money, while the legal and compliance demands of what we’d built stalled it. I moved back to London with my partner, became a dad at 44. I set my ambitions a little smaller and started to contribute regularly to CiviCRM which had been the foundation for half of our project (and runs on WordPress and other CMSs). I made design improvements for this somewhat dated-looking open source tool for fundraising, mailings, subscriptions, event ticketing, contact management that’s widely used by non-profits (from Wikipedia to the Royal Television Society), but which also appealed as it’s all an indie film/music producer/distributor/exhibitor could need if they wanted to be 100% independent.


And that’s what inspires this final issue of Netribution @ 25: Mike’s stated focus on contentment. He’s the closest to the taoist ideal I’ve (knowingly) met:
“Creating, yet not possessing, Working, yet not taking credit.
Work is done, then forgotten. Therefore it lasts forever.” Lao Tsu, Tao te Ching verse 2
He manifests this, and I’ve no real idea on his journey to get that point. His contribution to the web – with a tool used by millions and encountered daily by billions – is beyond anything most of us can imagine, yet he’s not rich, famous or known beyond some older WordPress devs.
So please meet Mike Little.
I split the chat into two pieces: his story with WordPress, and then a more technical dive into his life with code, for anyone wanting to check my claim he’s WordPress’s Steve Wozniak or curious about how tech has changed since he started with a teletype machine at Stockport College in 1978.
He’s why this last issue is called Becoming Little: not just because of the Linus Torvalds quote “The big point for me really was not when it was becoming huge, it was when it was becoming little” – which can be seen in the influence of Cath and David in the history of filmmaking on the web, and that sums up what he did for WordPress… but because I think he’s the kind of hero the world needs more of right now.
https://open.movie/w/hzQjFV6xJF9agsn5ERz4Kz
You know what would be a great idea?
Putting a LOT of vital #OpenSource projects under one organisation, creating a massive single point of failure and a sustainability crisis that no one wants to talk about.
(see also: GitHub)
https://linuxiac.com/react-moves-to-the-linux-foundation-with-launch-of-the-react-foundation/
How many people would be interested in a free, #OpenSource #audio editor like #Audacity, but fast and user friendly and with support for nondestructive effects and changing effect parameters while the audio is playing?
I don't see a technical reason why this doesn't exist, just that nobody has made it yet.
New to FreeBSD and not sure where to start? You’re not alone.
In this second video of the series, I'm walking through the FreeBSD Foundation's Getting Started page.
On this page, you’ll find:
— The official FreeBSD Handbook
— Installation guides for desktops and virtual machines
— Step-by-step written walkthroughs for common setup options
— Links to community spaces: forums, Discord, Reddit, and LinkedIn
https://freebsdfoundation.org/resource/getting-started-with-freebsd/
curl bugs
Curl has new introductory text for curl bug security reports
Read it carefully!
Sources
https://hackerone.com/curl/hacktivity
#curl #critical #program #security #report #infosec #30years #twenty #billion #installations #twentyBillionInstallations #OpenSource #POSIX #programming #networking #protocols #TCP #SSH #technology #GNU #GPL #GNUGPL
@justincrozer Better to avoid closed ecosystems entirely and just "keep your options open" 🙂 #opensource
OpenCloud Android Release 1.1 is now available.
With the new TUS support, uploads can be continued after connection interruptions. This is particularly helpful when travelling, switching Wi-Fi networks or when the network signal is weak.
Download now: https://opencloud.eu/en/product/download-apps
👉 Le repo à surveiller :
🔗 https://github.com/nicholas-fedor/watchtower
Désolé pour le retard, mais maintenant vous savez ! 🐧💻
#Docker #SelfHosted #Watchtower #OpenSource #BlablaLinux #Linux
Der Digitale Exitus: Warum Europa jetzt die Ketten sprengen muss
Wir stehen am Abgrund einer technologischen Leibeigenschaft. Während wir uns einbilden, in einer freien Demokratie zu leben, haben wir die Schlüssel zu unserem Haus, unseren Gedanken und unserer Wirtschaft längst an eine Handvoll Milliardäre im Silicon Valley übergeben. Wir sind keine Nutzer mehr. Wir sind Datensätze. Wir sind digitale Leibeigene in einem feudalen System, das keine Grenzen kennt und keine Moral. Es ist Zeit, die rosarote Brille abzusetzen. Es ist Zeit, das Betriebssystem unserer Gesellschaft neu zu installieren. [Mehr lesen...]
https://www.christin-loehner.de/blog/der-digitale-exitus-warum-europa-jetzt-die-ketten-sprengen-muss
#DigitaleSouveränität #DigitalSovereignty #Linux #OpenSource #FOSS #Privacy #Datenschutz #BigTech #FuckBigTech #DeGoogle #BoycottAmazon #BoycottGoogle #BoycottMicrosoft #Europa #Europe #LocalFirst #KaufLokal #Widerstand #DigitalResistance #FairTech #RightToRepair #Signal #Mastodon #Nextcloud #Firefox #BraveBrowser #Sustainability #SelfHosted #TechFreedom #Cybersecurity
Marketplaces do not self-correct. Ecosystems do.
A marketplace is not an ecosystem. It is merely a single organism, a megafauna, whose sole purpose is to consume and grow as much as possible.
An ecosystem on the other hand has no inherent growth-imperative. The primary objective of an ecosystem is equilibrium; circular exchange of energy. A secondary objective is emergent diversity for the sake of adaptability & robustness.
Make ecosystems, not marketplaces 🌱
Gemeinschaft ist auch heute möglich. Vielleicht sogar mehr denn je. Doch sie entsteht nicht automatisch durch Vernetzung. Sie entsteht durch Haltung.
Die digitale Welt bietet uns Werkzeuge, die frühere Generationen nicht hatten. Wir können Menschen finden, die ähnliche Fragen bewegen, ähnliche Werte teilen oder ähnliche Wege gehen. Entfernungen verlieren an Bedeutung. Austausch kann jederzeit stattfinden. Wissen, Unterstützung und Inspiration sind zugänglich wie nie zuvor.
Vollständiger Beitrag:
https://writefreely.linuxat.de/h1-style-color-green-gemeinschaft-in-der-digitalen-zeit-h1
#Gemeinschaft #Menschlichkeit #Miteinander #Zusammenhalt #digitaleWelt
#Digitalisierung #echteBegegnung #HerzundSeele #WärmeundNähe #OpenSource #OpenSourceCommunity #Linux #freiheit #fediversum #fedi #fediverserecht #Foss #diday #BIGTECH #Datenschutz #Datenschutz #Daten #Sicherheit #Europa #Wirtschaft #Technologie
Do you believe that humans are good, evil or neutral?
#fedi #fediverse #ccc #39c3 #40c3 #gpn #gpn24 #gpn23 #queer #furry #lang_en #trans #poll #eh23 #eh22 #eh #easterhegg #easterhegg2026 #foss #opensource
| Humans are inherently good: | 23 |
| Humans are inherently evil: | 15 |
| Humans are neither good or bad (neutral): | 50 |
Closes in 5:02:31:55
Developer verification is an existential threat to free software distribution platforms like F-Droid as well as emergent commercial competitors to the Play Store. We are witnessing a groundswell of opposition to this attempt from both our user and developer communities, as well as the tech press and civil society groups, but public policymakers still need to be educated about the threat.
#google #alphabet #sideloading #programming #android #opensource #walled #garden #closed #ecosystem #lies #deception
Google lies about sideloading
Google’s message that “Sideloading is Not Going Away” is clear, concise, and false
It bears reminding that “sideload” is a made-up term. Putting software on your computer is simply called “installing”, regardless of whether that computer is in your pocket or on your desk
https://f-droid.org/en/2025/10/28/sideloading.html
#google #alphabet #sideloading #programming #android #opensource #walled #garden #closed #ecosystem #lies #deception
You're not thinking of something like Cairo Dock. That differs too much
It would not be usable in this context.
The fix I have is all the way back in AREXX on the*Amiga*
With that you could control menus and it would be (not) trivial to write your own Universal menu interface and control it from the AREXX device in your programs. For that you'd need to program a AREXX daemon for your OS and a universal menu interface that you control from your programs through the AREXX daemon
Are you up for that work?
#Libre #Office #ODF #AREXX #daemon #bar #Dock #Cairo #programming #OpenSource
Do you remember your first FreeBSD install?
Many in our community remember when installing an operating system meant waiting on physical media, dial-up downloads, or carefully tested CD distributions, long before pulling source took seconds.
We’d like to hear your story:
• Was your first FreeBSD install from a CD?
• Do you remember your first release?
Share your experience in the comments.
🔗 Wayne Self’s original reflection: https://www.linkedin.com/posts/wself_been-thinking-about-how-much-access-to-software-ugcPost-7431565320290619392-RHVM/
#Linux
: #Torvalds startet Entwicklung von Kernel 7.0 | heise online https://www.heise.de/news/Linux-Torvalds-startet-Entwicklung-von-Kernel-7-0-11186156.html #LinuxKernel #OpenSource
Manjaro-based Mabox Linux 26.02 introduces a new W-a audio menu, a fully rewritten Cava Colorizer module, fixes for screen recording, and more.
https://linuxiac.com/manjaro-based-mabox-linux-26-02-released-with-new-audio-menu/
Gemeinschaft – früher selbstverständlich, heute selten!
Früher war Gemeinschaft keine romantische Idee, sondern eine Lebensform. Man lebte nah beieinander, arbeitete miteinander, war wirtschaftlich und sozial voneinander abhängig. Familie, Nachbarschaft, Dorf oder Verein bildeten ein Gefüge, das nicht gewählt, sondern gegeben war. Wer aus der Reihe fiel, blieb trotzdem Teil davon. Man konnte sich einander nicht entziehen.
Vollständiger Beitrag:
https://writefreely.linuxat.de/h1-style-color-green-gemeinschaft-frueher-selbstverstaendlich-heute
#Gemeinschaft #Menschlichkeit #Miteinander #Zusammenhalt #digitaleWelt
#Digitalisierung #echteBegegnung #HerzundSeele #WärmeundNähe #OpenSource #OpenSourceCommunity #Linux #freiheit #fediversum #fedi #fediverserecht #Foss #diday #BIGTECH #Datenschutz #Datenschutz #Daten #Sicherheit #Europa #Wirtschaft #Technologie
$ ls -lR ~
#sh #bash #csh #ksh #sh #fish #programming #OpenSource #technology #commandline #command #line #ed #edlin
@FOSSBackstage Amazon ist weniger als Unterstützer von #opensource denn als Trittbrettfahrer von FLOSS bekannt, z.B. durch ihre Aneignung von #mysql und #postgresql im Rahmen ihres proprietären Database as a Service-Angebots Aurora. Ich finde #amazon als Sponsor daher problematisch. Diese Wahl widerspricht für mich persönlich dem Anspruch auf #digitalesouveraenitaet , der nicht wenige Entwickler und Anwender von Open Source heutzutage antreibt.