Schleswig-Holstein and Thuringia are switching to OpenTalk for teleconference. It's really wild to see things actually happen - not just research grants and talking.
I noticed a similar thing as an European with COVID. Noise from a new disease came from China, so everybody is a bit scared and does nothing. Then Italy got the full blast of it, overloaded hospitals and all. This somehow made it real. People in our ingroup were suffering. At that point, governements got actively involved.
The Microsoft vs ICC situation seems similar. IT independence is now taken serious at governemental organisations. Our ingroup got a problem.
I wonder if it's because of the ICC, or in general because suddenly US cloud providers ended up in the same category of Chinese cloud providers: under the regime of a ruler and subservient "parliament" who can make a new rule as they wish...
Munich switched to Linux in 2012. But they switched back to Microsoft in 2020 because they never could get it to work completely. At least not to the level of comfort in the old system. Open source has its advantages, but MS dominates the business world because of its tech support that is truly second to none on that scale. If Europe wants independence, they need to support local businesses and not just technology.
Well, Minich's return to MS tech oddly coincides with MS Germany moving their HQ there (and the ruling party change in the city); it's of course hard to explicitly call backroom deals on this (even though ex-mayor seems to be doing exactly that: https://www.linux-magazin.de/ausgaben/2019/10/interview-2/), but it might be that the decision wasn't fully technical.
According to the former major, bill gates went all the way there and asked for a private meeting. Although at the time he was officially no longer actively involved with microsoft.
Employees do not participate in the procurement process. It boils down to the requirements and how does it affect possible bidders. Most of the requirements can be easily met with OSS, there were prob others plus the drop of the price from MS
This shows total disregard for the reality of the workplace. You can't shove 30,000 linux PCs onto boomer government workers and expect things to work like magic. It was a catastrophe. Especially since they no longer had the same level of tech support. The majority of them weren't even fully onboarded by the time they switched back to Windows.
I think you are not familiar with how governments work. They are not going to rely on a random git repo, they are going to have contractors to ensure a basic level of support and bug fixing. And some contractors to ensure development and availability of tooling. And deployment and integration. They are also going to test, audit and validate updates, not just pull from remote.
Also, in some cases there are research agencies doing some work as well (sometimes they have been doing it for a long time on not-so-sexy but vital projects like Inria and the open source tax code in France).
The product is a vehicle. Governments are looking for an assurance. That comes from the reputation of the system integrators/contractors.
That said, Birmingham UK turned a £38 million Oracle Financials project into a £90 million failure after including re-implementation costs. That kind of stuff probably isn't replaceable, simply because they spent all the money.
The last thing we need is cheap consulting messing with open source projects. I don't want TCS and Accenture developing libreoffice or stuff like that and turn it into shit
It seems to be working for QGIS, where multiple consulting companies provide probably the majority of the project's manpower. It's certainly a change from fully-volunteer-driven FLOSS without deadlines or promised features, but I think it's for the better for such a large project.
I wouldn't call it a shallow dismissal. If you used Libreoffice you already know the current state of it. It is slow, buggy, way behind in features compared to MS Office and the UI is a mess. If I tried to take Excel away from my co-workers and gave them Libreoffice Calc there would be a riot.
I introduced libreoffice at work in 2013 while reducing Microsoft dependencies around the office and we had success migrating from Excel and Word for about 20 employees.
Governments don't generally get Bob from accounting to install it on a spare laptop they have lying around. There's a contractor involved that will also be tasked with fixing bugs and other improvements and change requests. As long as the software is GPL improvements will flow back upstream somehow.
It doesn't seem like it, but can someone shed any light on whether La Suite Numerique (https://lasuite.numerique.gouv.fr/en) and the Territoire Numérique Ouvert are related?
I don't think so. "Territoire Numérique Ouvert" seems to be a private project that would give tools to the "collectivités territoriales" (i.e. mayors and local people).
La Suite Numerique is a bunch of tools for a more global population. It's mostly for government workers I guess but it looks like anyone can use it. The most famous tool is Tchap (see <https://en.wikipedia.org/wiki/Matrix_(protocol)>) which is used by cops in France as a secure messaging platform.
I found it hard to even bid to solve problems for councils locally. The requirements are mental sometimes, there is a reason the company would focus on consumers rather than gov sales. This in turn makes it easy for the large corps to win over contracts. There needs to be more willingness to engage locally with the engineers to help them setup and run OSS systems. With the new generation this could become true.
I said this before, but will say it again: Trump is pure evil, but he is having positive (unintended) consequences. One of them will be is the migration he is triggering away from Big Tech.
Don't count your chickens before they hatch. Europe is likely to get in as many civil society and foreign aid funding cuts as they can while Trump is in office. It's Trump all the way down.
There's been plenty Republican presidents who did evil things and mixed it up with acceptable or even positive change. Trump is the first one who's actually an evil fascist at heart. That's the difference.
You are for or against fascism.
The bipolar tribalism is in the viewpoint, there are tons of political groups out there that are not fascist, saying that Trump is pure evil doesn't exclude being open to multiple alternative and having various aligments with thoses.
No there isn't. In fact proprietary projects are very happy to run "npm" or "pip install" or the java/go equivalents and install whatever.
I expect most projects don't even check they're not violating licenses or ever audit any dependency… let alone do a security check on who the authors are.
Also just FYI, russians are not stupid. If they want to contribute malware they won't do it from their kgb email address. They will create a fake identity with a very standard WASP name.
Yes, but you have less people that can look at such commits. It's not so easy to claim that one is intrinsically more secure than the other. As someone in the cybersecurity field, I prefer FOSS software. But the situation is more nuanced than how you present it.
Don't forget, "open source" is not enough: we need _lean_ open source and I do include the SDK (then programing language).
That for software/protocol/file formats (and hardware programing interfaces...).
It is much easier to say than done, and when you read that, often it is to apply pressure on microsoft pricing only without a real intent to start to "digitally assume themselves".
Keep in mind: there is ZERO, Z-E-R-O, economic competition with big tech as they are backed by funds with thousands of billions of $ and they their billions of $ too. They will spend anybody out of business (~usually 5-10 years, even longer), and "buy" anybody (then throw them away once lock-in is assured).
For instance: libreoffice is horrible (c++ grotesque syntax complexity is the culprit), PDF file format is insane (I cannot event download the specs with noscript/basic (x)html browsers!). Better write simple utf8 text files along with some PNG images mkv(AV1/OPUS) video if needed.
Basically, you need to generate programmatically the PDF files of the administration since there are no "reasonable" (as far as I know) open source software to do so (often c++, then excluded de-facto).
I agree with you that the PDF format is insane (I have had my head buried in the spec for the last month) but it has won in the marketplace. It's unlikely anything can supersede it now.
Microsoft had a technically strong alternative but it was far too late.
We generate pdf files using weasyprint (convert html+css into cool pdf files), I think tools like this are very valuable and practical for building higher-level pdf-generators tools.
Yep, in-house PDF generators should be some sort of good middle ground, but I dunno if this 'weasyprint' is open source, is _lean_ open source? (no c++, java, etc).
When dealing with an ultra-complex file format which cannot be dodged, usually a good way to deal with it is to only use a very simple but coherent subset and enforce this usage with validation tools.
For instance, the web, noscript/basic (x)html (or you are jailed in the 2.5 web engines of the whatng cartel).
With PDF, I dunno much of the format (since I did not manage to download easily the specs), but when I have to print some text, I have a very small PDF generator for that (written ~25 years ago, so no utf-8 for me).
But what's important: such attempt must be sided with re-assessing the pertinence of the usage of the information systems, and yes, it will annoying and much less comfy and that MUST be acknowledged before even trying.
And big tech is not the only one trying hard to do vendor and developer lock-in.
> usually a good way to deal with it is to only use a very simple but coherent subset and enforce this usage with validation tools
You’re right, that’s exactly what we do. We support a growing subset of HTML and CSS that’s documented. We also use the W3C testing suite for HTML/CSS, and PDF validators, on top of custom unit tests.
> And big tech is not the only one trying hard to do vendor and developer lock-in.
We "only" follow open specifications and refuse vendor-specific features to avoid lock-ins (equivalent closed-source tools love that). And we even love the other open-source "concurrents": ♥ to Paged.js and Vivliostyle, try them, they’re great too!
"Open" is not enough anymore: it also has to be lean, stable in time, and able to do a good enough _pertinent_ (can be very subjective) job (and in the case of software, that includes the SDK, for instance if some c++ or similar are around, it should be excluded de-facto for obvious reasons).
It is _EXTREMELY_ hard to justify an honnest and permanent income writing software... REALLY HARD.
You can learn more about weasyprint on their website (https://weasyprint.org/ ). It's an open source Python package that can be launched using cli or from Python code.
It uses pypdf, which is "pydyf is a low-level PDF generator written in Python and based on PDF specification 1.7" (from their README at https://github.com/CourtBouillon/pydyf ).
Compile a minimal python interpreter with tinycc &| cproc &| scc, run this pydyf and you should be good to go :)
Hopefully, its API a C API bridge for interop.
But pydyf pretends to go up to PDF 1.7: this is kind of arrogant due to the file format complexity.
That's why such tools are not enough: what's important is to evaluate and to assess a subset of the PDF format, that to reduce significantly the technical cost of ownership and exit cost, and maybe use such tools to write also validation tools in order to enforce the usage of that subset of PDF.
Very often, complex file formats (open or not) end up being generated and consumed by one program.
A warning: big tech and its minions will fight super hard everything that is simple, stable in table and does a good enough job (like noscript/basic (x)html for nearly all online services as they were working a few years back).