LibreOffice was a big part of the problem. Their import code was half-baked, and silently changing Arial to Liberation Sans wasn't particularly liberating, either.
Then, try to standardize them.
They are using Microsoft formats instead of the open-source one.
I find this an odd statement. I would understand an explanation that forking was chosen on ideological grounds, but, how is development "not transparent and open" in an open source project? Sounds a bit contradictory. Plus doesn't the fact that a fully functioning fork was performed effortlessly show that the project was indeed truly transparent and open?
Im guessing cathedral rather than bazaar?
Please have a look at how Android is developed, and how each new version is released. It's far from the only example of "open source but closed development process".
Never mind "shared source" like QNX where people can pass through hoops to view source, but code is not open in the libre sense.
Always have been. It's like people have forgotten Halloween Documents.
https://en.wikipedia.org/wiki/Halloween_documents
> In discussing ways of competing with open source, Document I suggests that one reason that open source projects had been able to enter the server market is the market's use of standardized protocols. The document then suggests that this can be stopped by "extending these protocols and developing new protocols" and "de-commoditiz[ing] protocols & applications". This policy has been internally nicknamed "embrace, extend, extinguish". Document I also suggests that open source software "is long-term credible ... FUD tactics can not be used to combat it", and "Recent case studies (the Internet) provide very dramatic evidence ... that commercial quality can be achieved / exceeded by OSS projects."
Its an amazing schadenfruede, and im revelling in it
Cloud/browser based office tools were already a thing decade ago. Do we have an open format except .md ? Sadly no.
Afterall, format is just a way to serialize features.
And they don't share a universal format.
When the format is proprietary, you get a blob of binary data that you have to reverse engineer through guesswork, made orders of magnitude more difficult if the original service isn't even available anymore.
Also PDF is turing complete.
Modern rich content formats are hard. Open formats solves only small part of the problem.
I think the universal interchangable format is static HTML.
It’s possible to create read-only viewers for Word, Excel & PowerPoint files that are more-or-less pixel accurate on 99% of files, so long as the user has the correct fonts installed (or, in the case of the PowerPoint, they come embedded).
We need interoperability between MSOffice and everything else. But were stuck with MSOffice because even the so called open format is not well documented.
MS Office is the last roadblock for Linux desktop. It's literally the last thing holding back many users from moving to anything else.
No support from OEM vendors to sell pre-installed devices on consumer stores, even if they do support it, it is a custom OEM distro, because differentiation, like on the netbooks, Android, or drivers tied to a specific Ubuntu release, with shovelware.
Games, no studio cares about Linux native games, thus Proton. Game studios keep happily using Windows, Visual Studio, up to Valve to do the needful, at least as long as current management is around.
Governments, plenty of jurisdictions still have software that requires either Windows or macOS desktop software.
And then we have the whole desktop fragmentation, that makes people don't care and ship shitty Electron apps or command line software.
What this means for the users is that their interests are overpowered by the interests of the organization supplying them with the software. An organization can be more easily bribed both "legally" by offering a (temporary) discount and straight-up illegally by paying the procurement officer. Microsoft is known to do both. This is not a battle one can win on technological merit alone, unfortunately...
More concretely, Microsoft used to claim that the price of their software is compensated for by the operational costs (which is false, but they managed to convince a lot of people).
In the same way, due to having deep pockets, Microsoft can, temporarily, operate at a loss only to out-survive the competition only to crank up the price to the ceiling once the competition is gone.
Given my experience building this, I think the idea of "a truly independent document":
> one that displays identically on any system, in any country, for any user, regardless of the software used
Will be very difficult to achieve in practice.
Building software is an expression of opinions. And one of the main drivers of building an app is to innovate or improve the user experience vs. what exists today. These things combine to result in new features, and new features breaks the open standard.
If I wanted to build a new Excel, I might want to add something to spreadsheets which a basic open source reader cannot, or even Excel itself, might not be able to handle.
With SmallDocs, I built on the standard rendering of markdown, but then added a bunch of properties which traditional markdown renders would ignore.
For example, styles front matter:
---
styles:
fontFamily: Lora
baseFontSize: 17
h1: { fontSize: 2.3, fontWeight: 700 }
p: { lineHeight: 1.9, marginBottom: 1.2 }
...
---
Which means you can create colorful files like: https://smalldocs.org/s/v_CHCaQHdGNVlsQtk6skEY#k=ZajP0oeiW86...And slide blocks like:
~~~slide
grid 100 56.25 bg=#0b1220
r 6 9 82 4 text=caption color=#fbbf24 align=left | LAUNCH REVIEW - Q2 2026
r 6 18 84 16 text=title color=#f8fafc align=left | Atlas 2.0 shipped to every customer
r 6 37 78 6 text=subtitle color=#94a3b8 align=left | What changed, what it cost, and what we learned
l 6 47 24 47 stroke=#fbbf24 strokeWidth=0.2
~~~
Which means you can generate slides like: https://smalldocs.org/s/EKnIk-YdUBZeDA9yQs97mh#k=Eo-p46k-k6Q...All this means SmallDocs markdown files only render correctly through our rendering engine - but this enables me to add something new to an existing document format.
[1] https://smalldocs.com; https://github.com/espressoplease/smalldocs
Competitive products like Google Docs, WPS or Euro Office solve proprietary file format problem very nicely. Microsoft themselves had to solve that exact problem for Lotus 1-2-3.
Proprietary file formats are an industry standard. It is the lowest resistance way to deliver features and you cannot blame your competitor to have more features or hidden features in their formats. ALL strongly competitive software for the desktop workstations have proprietary formats: Autodesk, Altium, Adobe, Corel, Apple. All of them serialize their featureset on their own format since it is the easiest to do. FOSS won't get the marketshare pie by complaining about it.
LibreOffice has to provide feature parity before complaining here and TDF needs to find the funding source to hire the engineers to achieve that. They need to have convincing arguments and consistently delivered features. Otherwise it will not get adopted.
Microsoft hasn't actually selling their product on the premise of proprietary file format support. They sell it with the promise of total platform integration for every single software an office needs. You not only get an office suite but IT Admin tooling integrates with the computers and the office suite, e-mail management, SSO and licensing management software and Cloud storage all in once.
To compete with the Microsoft (or Google Workspace) you need to be selling all of that at a very competitive price. Otherwise all private companies and many government departments will continue to choose Microsoft. If a change is wanted in the government, governments need to start investing Microsoft levels of money in hiring engineers.
In my company I decided we would not depend on Microsoft products. We use kSuite that offers everything MS does, ~90% cheaper. The one real problem we run into is PowerPoint decks that look different or get corrupted when used across different Office suites, including ones that are focused on Microsoft compatibility like OnlyOffice.
Proprietary formats are a clear lock-in tool, because the cost of dealing with incompatibility is higher than the cost of paying the piper. (Although me being stubborn I made claude rewrite the OOXML to behave, but that's an absurd thing to need to do!)
If open formats were the standard and could be reliably exchanged, it would remove a big reason to ever use Office products.
We use Microsoft at work because we would either use Microsoft or Google for email. The email service is critical to the choice. We can’t run our own reliably and other vendors just don’t interoperate the same way.
Microsoft Office simply isn’t that expensive and it’s very easy to hire people who know how to use it and are comfortable with it. We don’t usually libre office because it’s really not practical to spend hours retraining expensive knowledge workers. Payroll is over half of our budget and our largest single expense. Software is cheap and isn’t even close.
The office-document format wars played out _at least_ twenty years ago.
The path dependence and "everyone uses it" (installed base) inertia of Microsoft's formats continue to benefit Microsoft (and its OOXML formats), despite ODF being more open and, in many ways, superior--not least because it's easier to implement, manipulate programmatically, and reason about.
But refighting that battle seems pointless. Users and the market have moved on, not least toward cloud-based tools; file formats no longer seem the primary barrier to competition.
In the end Word & co are nothing else like fancy browsers rendering the file's contents.
As we all know from the early days of the Interwebz, each engine renders it differently...
I suspect they still use MS formats internally though.
Oh that and the following paragraphs are salty, after all of the mess of Euro-Office violating their copyright (OO's arguments about which may or may not hold up in court).
Personally, I'll probably just stick with LibreOffice until things calm down a bit.
They will need to focus on Microsoft's formats for the foreseeable future because of the sheer amount of archaic, but still vitally important, government processes which depend on them.
Once Euro Office gains a significant foothold in those government processes, then they'll have the market power to influence. And, hopefully, force change in Microsoft's behaviour by forcing them to compete against a cheaper and just as capable open product suite.
A good start would be to cut use of this OOXML Transitional format entirely. Default to LibreOffice's default formats, and (perhaps) support OOXML Strict where it helps transition.
That way any government employee saving their work in OOXML Transitional or other proprietary format, would automatically stick out as a dumbass who failed to do their job. Pass documents that are published through some validators / allowed-format checkers, and the public only gets stuff that's viewable with software of their choosing.
None of this is hard. It's mostly about changing defaults & a bit of employee training.
https://en.wikipedia.org/wiki/Embrace,_extend,_and_extinguis...
The problem is when you try to establish barriers to the customer ever switching to a competitor. Microsoft isn't the only company that does that but they are obviously a company that always has and still does do that.
Of course it’s ridiculously hard to change something that’s so foundational, and I don’t trust any of the players with enough juice to pull it off (besides Google if they actually put their whole ass into it)
Meanwhile you look at actual standard formats like PNG or UTF-8 or, as you say, HTML, and the implementations generally do a lot better because there is a proper spec.
Which isn’t to say that everyone in that generation thinks the cloud is the sensible way to do it or that prior generations didn’t (it wouldn’t have “won”).
My boy only understands what a file system is because I explained it to him, all his tech (with the exception of his gaming PC) might as well be magic black boxes for the amount of understanding he has on how it works.
The "Linux" ecosystem is utter chaos, and there are too many developers who are their own worst enemies. There's too much churn, and too little strategic thought. Compatibility is king. Microsoft know this, or used to. But too many developers on the Linux/open source side of things don't care. They have repeatedly self-sabotaged the development of a coherent ecosystem throughout the last three decades by repeatedly breaking backward compatibility and replacing well-established software with incompatible replacements. Even RedHat. The pursuit of new and shiny trumps compatibility every time, and half-baked new technologies replace stable and established technologies long before they are ready, leading to developers and end users being eternal beta testers of rubbish. It is not possible to develop software for a platform which does frequent rug-pulls leaving your software unusable.
This isn't solvable by any individual, no matter how hard or how long they work for.
That's part of the reason why I switched to FreeBSD as a replacement for a good bit of stuff I previously did on Linux. It might be lacking in some aspects, but there's not quite the same level of insane and pointless churn without purpose.
And I say this as someone who used to hand-build kernels from applied patch files, back when it was fun and the improvements were consequential.
I'm pretty sure Apple proved that compatibility isn't the end-all-be-all of customer satisfaction. It was useful to Microsoft at a certain point in time. But what people actually care about is getting their stuff to work right now, not being stuck in the past. We now tend to run old software in VMs or just old hardware rather than trying to make it work on the latest OS version. VMs weren't yet very popular or developed at the time Microsoft had a singular focus on compatibility.
In fact, Microsoft wasn't even trying to keep customer systems working. Microsoft was trying to sell unnecessary upgrades to those customer systems, which will only be bought if they make the systems better. The customer was perfectly fine with not upgrading their software and letting the system continue to run as-is. The software industry doesn't really work like that any more - platforms are free and non-free software comes with a subscription - there's not as much pressure to sell unnecessary system upgrades. Also you can just make the system upgrade itself over the internet and tell the customer to cope and seethe.
Do people still try to run Word 97 or do they just buy Google Docs?
When it comes to compatibility, different companies and groups make different tradeoffs. Last week, I had to use a (brand new) datalogger. It came with a CD, and instructions for installing on Windows 98! And yet, it worked flawlessly on Windows 11. Looked dated, but perfectly functional. Can you imagine a third-party application from 1998 working on a contemporary Linux installation, or a Mac? Of course not, it's almost impossible to do this. Like it or loath it, Windows will run software from 35 years ago without trouble. It's not just about big office suites, it's about the thousands and thousands of useful tools that it will run without complaint, and that's what has made it so indispensable even while they continue to make it increasingly awful.
Apple made a different tradeoff, where compatibility is not guaranteed. It might be fine for a few years, but no one is using software from a 1998 Mac on a modern Mac, it just won't run. It's one of the reasons the Mac ecosystem is so limited, since there just isn't that huge backlog of material.
And Linux is that on steroids. The incompatible churn in libraries, tools, system services, windowing systems, it's both relentless and counterproductive. How many years will your software work until it breaks. Is it even possible to run on more than one blessed distribution in the present day. Linux is great, and it's a great platform to develop on. But it's an absolutely cursed platform to distribute software for.
Developers run software in VMs. Most people do not.
The one thing Linus himself sensibly enforces though is kernel backwards compatibility - "we do not break userspace".
Which runs on a FOSS kernel, just that it's BSD instead of Linux.
> Games, no studio cares about Linux native games
Steam deck?
That was long time ago, good luck trying to make your own distro out of Darwin.
> Steam deck?
Runs Windows games developed on Windows, with Visual Studio, using DirectX, via Proton.
I think the last one has DRM shenanigans specifically to prevent it to run on Wine? Not sure of the legality of that regarding antitrust legislations but it seems that's what they've done.
And even when the basic format is documented, the important details rarely are. If you're making an Office competitor you have to render fonts pixel-perfect to how Microsoft renders them, or you'll wrap lines at different places and the cascading differences will inevitably put some element like a floating image in a different location than it's meant to be, messing up the document. And yet, does Microsoft document how they render fonts in so much detail that you can code it identically? No they don't - the only detailed enough spec for that is the code itself.
Once I wrote a custom Minecraft server from scratch. The client-to-server protocol was well documented. It was straightforward to make a grid of blocks and let the player place and destroy blocks. But as soon as anything detailed enters the picture, it's game over for accuracy. When you break a block in Minecraft it turns into a "dropped item" entity, which you can pick up. The dropped item has physics. The client predicts the physics. If I didn't precisely emulate the client's physics, then the entity would glitch up and down as the client predicts it falling down and the server says it's still in its original spot, or fell down a different amount. The only detailed enough reference is the code itself.
One time I tried to write Doom for a platform, from scratch. I got the 3D BSP renderer working and could move around a space with walls. I was looking for reference for how to implement the rest of the game and didn't find it. I didn't realize you're supposed to port Doom to a platform by starting from the original Doom code and not by writing it from scratch, because the only detailed enough reference is the code itself.
One time I tried to write an N64 emulator. I downloaded all the documentation I could find and got writing. My emulator ran a large portion of Mario's startup code and then I got stuck without enough information to proceed. I didn't realize that most N64 and later emulators are ports of existing emulators because they've been battle-tested and - say it with me - the only detailed enough reference is the code itself (or a real N64 which I didn't have).
Basically working code is working code and you can never replicate it precisely without either years of work or actual copy-pasting. Even protocols designed to be reimplemented many times have inconsistency problems. Look up HTTP Request Smuggling if you haven't already. More benignly, see the controversy on JSON comments.
The innovation of PDF was that it precisely specifies the font and layout of every element of the document, trying to leave nothing to chance. There are still differences between PDFs in different viewers but they are much less important than the differences in a Word document because the PDF specifies the exact placement of every character, because Adobe knew it wouldn't be possible to rely on word-wrap algorithms being identical.
Most obvious when viewing PDFs in Adobe Reader versus in Chrome's built-in viewer. The former has subpixel anti-aliasing. The latter doesn't.
Microsoft is known to have a lot of inconsistencies between its spec and reality. One important part of adoption open standards formats is that when you have real interoperability and competition between consumers of the format, the spec needs to actually work. HTML and the welcome demise of Internet Explorer specific markup through real competition in the browser space is a case in point
Same with most protocols. HTTP is followed closely enough, but forget about even strictly spec-compliant SMTP. Protocol specs are more like statements of intent.
What matters to me, if I'm communicating with my government (or vice-versa), is that they only use recognised standards.
I will need a web browser, email client, document editor... but not a specific web browser, email client, document editor.
This takes effort from governments, because the vendors of all the products they consume want to try and leverage their government connection to get lock-in and thus make their products mandatory for everyone in the country.
For example, even if government developers only use Chrome browser and neglect to test on Safari, you can end up with millions of Safari or iPhone users unable to perform legally essential tasks, and have no workaround. The same is true for using proprietary office document formats, and that includes Adobe when there's a difference between PDF-as-specified versus PDF-as-implemented-in-Adobe's-proprietary-software.
The importance of standards is that they tell every vendor exactly how to conform and not-conform to the standard. Hence the standard itself has to be made be robust. Hence why a standards committee has to own it, not a proprietary vendor. If it's a proprietary format undergoing standardisation, the standardisation's job is to file off the rough edges and make it interoperable. It doesn't take some fragile code that only works in one way, and say "that's the standard". It throws out the fragile bullshit like Microsoft's broken date handling that they don't even bother to fully document in OOXML.
For comparison, a better standard and standards body (even though they have their own problems e.g. being dominated by Google) would be HTML5 and WHATWG. Everything is carefully specified so that all browser vendors can implement a standard, identically. That even includes things like word-wrapping (a small subset of document layout!), and there are test suites to catch deviations from the standard.
"Microsoft is paying more than $25 million to settle federal corruption charges involving a bribery scheme in Hungary and other foreign offices."
https://apnews.com/article/f6852284a2154ac5ab422d51495c4056
Trump government now makes bribing more useful.
https://apnews.com/article/fcpa-bribery-trump-antibribery-la...
I noticed this HN comment from four months ago and boy does it have his number:
https://news.ycombinator.com/item?id=47630474
> I'm confident the person who most wants to sabotage LibreOffice's success is Italo Vignoli. [...] Most of his blogs are about how awful OOXML (Microsoft Office's open standard) formats are [...] This is a self-sabotaging marketing approach. [...]
And now I look at who authored this article. "2026-07-17 Italo Vignoli"
When disagreeing, please reply to the argument instead of calling names. "That is idiotic; 1 + 1 is 2, not 3" can be shortened to "1 + 1 is 2, not 3."
Idk, the entire reason I've ever used Office was because someone gave me files I'm afraid to screw up.
Or demand a PDF and list out the things you want to change so they can change it themselves.
The formatting goes wonky or the macros stop working and you get the blame for doing something "weird" to the document everyone else managed to pass around just fine.
As much as you're doing the right thing by using open formats, you still end up looking like the incompetent employee. No good deed goes unpunished.
Oh well that changes things. Use whatever your boss tells you to use, they're the one paying for it.
It's the same for any case where someone sends you something and wants it sent back with changes.
If you screw up their files it's never going to go well for you (family, friends, volunteer groups).
Nobody will ever thank you for messing up their work because it's now saved in an open format.
If they end up using a feature that triggers the format nag screen they'll likely end up saving it back into the native Microsoft format anyway.
We didn't, and have decided to go with someone else who costs three times as much as you do. It's a bargain after the dozen internal emails back and forth, the missed deadline, and the subsequent heated discussions with you that your ODT caused. We know they aren't as good as you are.
That's important because in plenty of other software - databases, OSes, compilers and binary formats, networks, etc. name your favorite CS topic, there is an open standard for it.
You can either achieve interoperability by... achieving interoperability, or by dominating market share and edging the user's action space to solely stay in your ecosystem (change the action distribution of your user) that for all intents and purposes that it "interoperates with everything" means that, "since I bought entirely into this ecosystem, I interoperate with everything".
So ultimately I agree with you, but to present it as a failure of objective engineering prowess on open source is weird. As you said yourself, it's clearly the network effects that prop the business model. And sure, gaining market share isn't a trivial task, but it's not engineering.
I think framing it in the interoperability way is healthier - because it actually provides a potential new out to work towards, rather than this weird beration double-bind that frames Microsoft's approach as The Objective Way to do things. It's not and doesn't have to be.
Maybe, but I still disagree.
What "game-changing" features are missing from document file formats (such as word processing documents or spreadsheets)?
I'd prefer that format being an open standard with wide compatibility over those new features.
It was only the magical atmosphere in which Microsoft and ‘tech’ must succeed that made this flat out obvious conclusion invisible.
I remember beginning writing a pandoc writer the minute it happened but some bright young brain beat me to it.
The XML if I remember, had manifold curiosa probably meant to impede other implementations, but it was real.
My impression is that his complaints, which echo those of the doc period in detail, arise from users’ failure to adopt best practices.
This is the greatest misunderstanding of a programmer's job I've ever seen (by someone who apparently programs). Of course you don't write a game from scratch every time you port it to a new platform. You aren't even really supposed to be "referencing" the game code. The game code is built on a series of abstractions over the hardware. You swap in a set of abstractions for different hardware. If the game is properly encapsulated, you may not even need to touch what would be considered the "game" code rather than the engine code, or only minimally to update API boundaries.
eg.
Layer 0: Hardware
Layer 1: OS
Layer 2: DirectX
Layer 3: Engine code, has functions like Draw3D(params) which call DirectX functions
Layer 4: Game code, which calls Draw3D(params)
If you swap in OpenGL for DirectX, you simply change engine code so that Draw3D calls OpenGL instead of DirectX as appropriate, and the game code is still just happily plopping along with the exact same Draw3D calls ignorant of whether those are being served with DirectX or OpenGL. This applies all the same even if Layer 2 is a software renderer, as Doom's was. Ditto for OS layers or anything else.
If you want to reverse engineer it from scratch for learning, have at it, but why in God's name would you think that's what porting entails? And even after you understand porting is not about writing from scratch, you should understand that this has no relevance to your overall point. I'd also note that it is possible to reverse engineer a game from scratch without ever referencing the original source code -- that's called a decompilation project, it's intensive and time-consuming work, but it can be done.
whatever1•16h ago
I could not access it until I signed up for a Microsoft account and forced to download their authenticator app.
vladvasiliu•15h ago
We use OneDrive at work, so I have all the right apps and accounts and whatnots. When I wanted to download a folder with a lot of files in it, it would regularly crap out.
There's no way to download the files as files unless you do it one by one. If you select multiple files, it produces a zip, which sometimes fails to transfer properly.
The Windows app is somewhat better, in that at least you can move the files as files. But even so, it's unreliable. The tray icon says everything is synced, but in the explorer some files still have the "syncing" icon. And of course, when I look on the browser, said files are missing. But there's no network activity, so it just... does nothing.
I have also not found an easy way to confirm all files are synced from the web. I haven't found an equivalent to the right-click -> properties to get the number of files and the actual size. So if you have a structure with several folders, you're SoL.
consonaut•15h ago
This works the same for Google drive and most of the other services. The problem is that most users don't understand that the link they create still has access controls attached (that they can change).
preisschild•15h ago
wazoox•14h ago
mexicocitinluez•11h ago
venzaspa•14h ago
inigyou•13h ago
Someone•12h ago
AFAIK, that’s not forced, ‘only’ strongly directed towards. You certainly can use a third party authenticator with Microsoft accounts, and I expect that to work with OneDrive, too.
notabotiswear•11h ago
Of course, even if they did give an “insecure” link, you’d probably have suffered a terrible experience of failed downloads, partial and corrupted downloads, random snail speeds, etc.
(Sorry, I had to vent)
mexicocitinluez•10h ago
Not if you're in enterprise dev. You have 2 types of accounts: Microsoft and Google. Not because you want to, but because that's reality and it's practical.
What I'm saying is if you're an enterprise dev and you don't have a Microsoft account of some type that's a failure on your part. It's part of the job.
mexicocitinluez•11h ago
But regardless, what alternative would you propose? Did it contain any sensitive information? Does the alternative integrate with your current system? Do people need to create accounts for it like Dropbox? Do I have to teach all of the employees how do use this new service instead of just right-clicking and sharing the file?
SFTP is a no-go for obvious reasons. I can't even get people to stop clicking birthday initiation links from Australia (we're in the US) let alone teach them how to use FTP.
Dropbox would require a dropbox account. 100% not going to push another piece of softare on them when our current software already does.
whatever1•5h ago