Open Source

The reality of long-term software maintenance from the maintainer's perspective ★★★★★

Long-term software maintenance involves significantly more work than initial development, with maintenance accounting for approximately 75% of a feature's total lifecycle effort. The challenges of maintaining large codebases include dealing with software rot, backwards compatibility, and managing external contributions, which many developers underestimate. Maintaining software parallels building maintenance, where initial construction represents only a fraction of the long-term responsibility.

Vim After Bram: A Core Maintainer on How They’ve Kept It Going

Following Bram Moolenaar's passing in August 2023, Vim maintainer Christian Brabandt and the community worked to ensure the text editor's continuity, facing infrastructure challenges while maintaining development momentum. The project successfully transitioned leadership, released Vim 9.1 in January 2024, and now operates in maintenance mode while focusing on community health and backward compatibility.

PAROL6 DOCS

PAROL6 is an open-source, 3D-printed desktop robotic arm designed to match industrial robot standards in mechanics, control, and usability. The project provides comprehensive documentation, building instructions, and control software under GPLv3 license, enabling users to build and operate their own 6-axis robot for educational and small-scale automation purposes.

The Free Software Media System | Jellyfin

Jellyfin is a free, privacy-focused media server solution that enables users to stream their personal content to any device without fees or data tracking. The platform is entirely community-driven, built by volunteers under GNU GPL license, allowing users complete control over their media management and streaming experience.

How I built an AI company to save my open source project

A technical founder transformed his open-source scheduling optimization project into Timefold AI, a venture-backed startup specializing in PlanningAI solutions, after his project at Red Hat faced discontinuation. The company secured multiple funding rounds, built a cloud-based SaaS platform for complex scheduling problems, and grew to a team of 30+ specialists, while maintaining its open-source roots.

LibreOffice goes collaborative and Wasm as ZetaOffice

LibreOffice, marking its 40th year with version 25.2, introduces browser-based capabilities through ZetaOffice and real-time collaboration features using CRDT technology. The new developments allow for browser-embedded document handling and JavaScript integration, potentially revolutionizing how users interact with office suite applications without relying on cloud services.

GitHub - AkashRajpurohit/howtoprofessionallysay: 📖 A guide for your daily "professional" interactions

An open-source website project that offers professional alternatives to common workplace phrases, based on content from @loewhaley on Instagram. The creator emphasizes that the suggestions should be taken as guidance rather than literal scripts, while actively seeking community feedback for improvements.

I wrote a static web page and accidentally started a community

An engineering director's simple web page about local-first software unexpectedly grew into a thriving community of 700+ members, championing the movement for client-side data ownership and offline-capable applications. The local-first approach challenges cloud-dependent architecture by prioritizing user data control, offline functionality, and seamless collaboration while maintaining cloud benefits.

GitHub - jj-vcs/jj: A Git-compatible VCS that is both simple and powerful

Jujutsu is a modern version control system that offers Git compatibility while introducing innovative features like working-copy-as-a-commit, automatic conflict resolution, and safe concurrent replication. The system combines design elements from Git, Mercurial, and Darcs, providing a powerful yet user-friendly experience for both individual developers and large teams.

Synctrain: a rethought iOS client for Syncthing

An open-source iOS app was developed to enhance Syncthing's file synchronization capabilities with features like selective sync and media streaming. The project combines Go and Swift programming to create a more user-friendly mobile experience for self-hosted file synchronization, addressing limitations of existing solutions like Dropbox and Resilio Sync.