LibreOffice, the open-source office suite, is celebrating its 14th anniversary (not 40th) with new features aimed at boosting online collaboration. A key development is the experimental browser-based version using WebAssembly, allowing users to run LibreOffice directly in their browser without installation. This version, dubbed "Zetaoffice," is currently limited but demonstrates the potential for enhanced accessibility and collaborative editing. Further developments include improved real-time collaboration within the desktop suite, progress towards a single, consistent codebase across different platforms, and enhanced interoperability with Microsoft Office formats.
ZDNet argues that the Microsoft 365 Copilot launch was a "disaster" due to its extremely limited availability. While showcasing impressive potential, the exorbitant pricing ($30 per user/month on top of existing Microsoft 365 subscriptions) and restriction to just 600 enterprise customers renders it inaccessible to the vast majority of users. This limited rollout prevents widespread testing and feedback crucial for refining a product still in its early stages, ultimately hindering its development and broader adoption. The author concludes that Microsoft missed an opportunity to gather valuable user data and generate broader excitement by opting for an exclusive, high-priced preview instead of a wider, even if less feature-complete, beta release.
HN commenters generally agree that the launch was poorly executed, citing the limited availability (only to 600 enterprise customers), high price ($30/user/month), and lack of clear value proposition beyond existing AI tools. Several suggest Microsoft rushed the launch to capitalize on the AI hype, prioritizing marketing over a polished product. Some argue the "disaster" label is overblown, pointing out that this is a controlled rollout to large customers who can provide valuable feedback. Others discuss the potential for Copilot to eventually improve productivity, but remain skeptical given the current limitations and integration challenges. A few commenters criticize the article's reliance on anecdotal evidence and suggest a more nuanced perspective is needed.
Summary of Comments ( 51 )
https://news.ycombinator.com/item?id=43038200
HN commenters are generally positive about LibreOffice's continued development and the potential of WebAssembly. Several express excitement about running LibreOffice in the browser, particularly for simplified deployment and access. Some raise concerns about performance and resource usage, especially with complex documents. Others question the practicality of real-time collaboration within a browser-based office suite, comparing it to existing solutions like Google Docs/Sheets. A few commenters delve into technical details, discussing the WASM compilation process and the challenges of porting a large codebase like LibreOffice. There's also discussion about licensing, with some pointing out the limitations of the MPL license in certain commercial scenarios.
The Hacker News discussion on "LibreOffice still kicking at 40, now with browser tricks and real-time collab" contains a moderate number of comments, focusing primarily on the viability and potential of WebAssembly (Wasm) for desktop-grade applications like LibreOffice.
Several commenters express excitement about the possibilities of running complex applications like LibreOffice entirely in the browser, eliminating the need for local installation and offering seamless cross-platform compatibility. This enthusiasm is tempered with pragmatic concerns about performance. Some users question whether Wasm can truly deliver a comparable experience to native applications, particularly for resource-intensive tasks. The discussion touches upon the current state of Wasm performance and anticipates future improvements that could bridge the gap.
A significant thread of conversation revolves around the implications for collaborative editing. Commenters discuss the potential benefits of real-time collaboration within the browser-based version, while also acknowledging the existing collaborative features in the desktop version and questioning the extent to which the Wasm version offers a substantial improvement. Some highlight the complexities of implementing robust and efficient collaborative editing features, and the potential challenges of integrating with existing cloud storage solutions.
Some commenters express skepticism about the overall value proposition of a browser-based LibreOffice. They argue that the need for a full-fledged office suite within the browser is limited, given the availability of lightweight online alternatives like Google Docs. Others counter this argument by emphasizing the importance of offline functionality, data privacy, and the ability to work with complex documents that may not be fully supported by simpler online editors. The open-source nature of LibreOffice is also cited as a significant advantage, allowing for greater flexibility and control compared to proprietary solutions.
The topic of security is also briefly touched upon, with some users raising concerns about the potential vulnerabilities of running complex software within a browser environment.
Finally, a few comments delve into the technical details of the Wasm implementation, discussing the challenges of porting existing C++ code to Wasm and the potential benefits of using technologies like WebGPU for improved performance.