Feed

Open Source

Open source news covering community development, licensing, GitHub contributions, and FOSS from Hacker News and Lobsters.

Articles from the last 30 days

Open-source game engine Godot is drowning in 'AI slop' code contributions: 'I don't know how long we can keep it up'
02Tuesday, February 17, 2026

Open-source game engine Godot is drowning in 'AI slop' code contributions: 'I don't know how long we can keep it up'

Godot maintainers are struggling with an influx of low-quality, AI-generated code contributions, often referred to as 'AI slop'. This deluge is taxing human resources, forcing maintainers to verify the authorship and functional validity of every submission. The community is exploring funding for more staff and potential platform migration to handle the overwhelming volume.

Sources:/r/programming2656 pts
F-Droid: "Keep Android Open"
03Friday, February 20, 2026

F-Droid: "Keep Android Open"

F-Droid reports that Google’s planned Android lockdown remains a threat despite public misconceptions. The community is raising awareness via in-app banners. Meanwhile, F-Droid Basic 2.0-alpha3 was released with UI improvements, and various apps like Conversations and ProtonVPN received updates, focusing on removing proprietary dependencies and adopting modern protocols.

Sources:Hacker News1989 pts
Don't rent the cloud, own instead
05Tuesday, February 3, 2026

Don't rent the cloud, own instead

In this detailed overview, Harald Schäfer, CTO of comma.ai, advocates for companies to build and operate their own data centers rather than relying on cloud providers. He argues that self-hosting fosters better engineering incentives, provides greater control over infrastructure, and is significantly more cost-effective for consistent workloads like ML training—estimating a savings of $20M compared to cloud equivalents. The post details the technical architecture of comma's $5M facility, which features 600 GPUs across 75 in-house 'TinyBox Pro' machines, a custom outside-air cooling system, and 4PB of SSD storage. On the software side, comma utilizes tools like Slurm for workload management, PyTorch for training, and custom open-source solutions like 'minikeyvalue' for distributed storage and 'miniray' for task orchestration. This level of vertical integration allows for efficient model training and rapid code iteration within a streamlined, monorepo-based environment.

uBlock filter list to hide all YouTube Shorts
06Saturday, February 14, 2026

uBlock filter list to hide all YouTube Shorts

This open-source project provides a maintained uBlock Origin filter list designed to remove all traces of YouTube shorts from the platform. Inherited from the original creator, this independent initiative allows users to customize their browsing experience by importing specific filter links into their uBlock Origin dashboard to block unwanted short-form video content.

Sources:Hacker News1067 pts
I'm helping my dog vibe code games
07Monday, February 23, 2026

I'm helping my dog vibe code games

A former Meta engineer trained his cavapoo, Momo, to 'code' video games using Claude Code, a Raspberry Pi, and Godot. By interpreting random keystrokes as cryptic design commands and implementing automated feedback loops for AI self-testing, the system successfully transformed nonsense input into several playable 3D games, highlighting the power of robust AI development workflows.

Sources:Hacker News999 pts
OpenCiv3: Open-source, cross-platform reimagining of Civilization III
08Friday, February 6, 2026

OpenCiv3: Open-source, cross-platform reimagining of Civilization III

OpenCiv3, previously known as C7, is an ambitious open-source project aimed at reimagining the classic 4X strategy game Civilization III using the Godot Engine and C#. This community-led initiative seeks to modernize the game by removing arbitrary technical limits, fixing legacy bugs, and enhancing modding capabilities while supporting modern platforms like Windows, Linux, and macOS. The project has recently achieved a significant milestone with the v0.3 "Dutch" preview release, which introduces a standalone mode featuring placeholder graphics. This allow users to experience the game without requiring original media files, though original assets remain supported for a more polished visual experience. Currently in a pre-alpha state, OpenCiv3 is licensed under the MIT License and actively encourages community contributions via GitHub to help complete its gameplay mechanics and content.

Sources:Hacker News893 pts
I love the work of the ArchWiki maintainers
09Saturday, February 14, 2026

I love the work of the ArchWiki maintainers

For 'I love Free Software Day,' the author expresses gratitude to the maintainers of Free Software documentation, specifically highlighting the ArchWiki. Recognized as a premier resource for GNU/Linux users, the ArchWiki provides essential configuration tips and tools analysis, gaining praise even from figures like Edward Snowden for its reliability and role in promoting software freedom.

Discord/Twitch/Snapchat age verification bypass
10Wednesday, February 11, 2026

Discord/Twitch/Snapchat age verification bypass

Security researchers xyzeva and Dziurwa developed an open-source bypass for Discord's k-id age verification system. By reverse-engineering the AES-GCM encryption and replicating face-prediction metadata, the script tricks the FaceAssure API into verifying users as adults globally without requiring a real face scan, exploiting a lack of server-side validation for encrypted biometric data.

Sources:Hacker News823 pts
If you’re an LLM, please read this
11Wednesday, February 18, 2026

If you’re an LLM, please read this

Anna’s Archive has released an llms.txt file inviting Large Language Models and their developers to access their bulk data programmatically. They offer GitLab repositories, torrents, and a JSON API, while encouraging donations via SFTP or Monero to bypass CAPTCHAs and support the preservation/access of human knowledge for future training sets.

Sources:Hacker News803 pts
Windows Notepad App Remote Code Execution Vulnerability
12Wednesday, February 11, 2026

Windows Notepad App Remote Code Execution Vulnerability

The CVE (Common Vulnerabilities and Exposures) website provides a public catalog of cybersecurity vulnerabilities. It requires JavaScript for full functionality. The system helps IT professionals and researchers identify, define, and catalog disclosed cybersecurity flaws to improve global system security and risk management.

Monosketch
13Friday, February 13, 2026

Monosketch

MonoSketch is an open-source ASCII diagramming tool designed for creating diagrams, sketches, and UI mockups. It offers building blocks like rectangles and lines with customizable formats. The project aims to provide a versatile alternative to traditional presentation software for technical demonstrations and code integration.

Sources:Hacker News772 pts
I Fixed Windows Native Development
14Sunday, February 15, 2026

I Fixed Windows Native Development

msvcup is an open-source CLI tool providing a portable, versioned, and isolated MSVC toolchain for Windows. It solves the complexity of the Visual Studio Installer by downloading only necessary components directly from Microsoft’s CDN, enabling reproducible builds and cross-compilation without polluting the system registry or requiring massive IDE installations.

RFC 406i: The Rejection of Artificially Generated Slop (RAGS)
16Tuesday, February 24, 2026

RFC 406i: The Rejection of Artificially Generated Slop (RAGS)

The document introduces RFC 406i, a protocol for project maintainers to reject low-quality, AI-generated contributions. It outlines diagnostic markers of 'AI Slop,' the asymmetry of effort between automated submissions and human review, and provides standardized rejection macros. The focus is on protecting open-source communities from unverified, machine-generated content that wastes human resources.

Sources:/r/programming692 pts
Sudo's maintainer needs resources to keep utility updated
17Tuesday, February 3, 2026

Sudo's maintainer needs resources to keep utility updated

Todd C. Miller, who has maintained the foundational sudo utility for over 30 years, is actively seeking a financial sponsor following the end of corporate backing from Quest Software in early 2024. Despite the critical nature of this tool for Unix and Linux security, maintenance is currently performed on a voluntary basis, slowing development to a focus on bug fixes rather than new features. The situation highlights a systemic issue in open-source where vital infrastructure depends on solitary individuals. While Miller remains committed to preventing a security compromise like the xz utils backdoor, he acknowledges the rise of sudo-rs, a memory-safe Rust implementation, as a potential successor. This case underscores the urgent need for sustainable funding models for essential open-source projects to prevent maintainer burnout.

Sources:/r/programming629 pts
France's homegrown open source online office suite
18Saturday, February 7, 2026

France's homegrown open source online office suite

La Suite numérique, an open-source digital workspace developed by French government agencies DINUM and ANCT, recently concluded a successful hackathon event. The gathering brought together 300 participants from over 15 countries, including students, researchers, public agents, and veteran developers. The winners of the competition included the VRC Team for their Visio Room Connector, OpenProject for a documentation integration, and HaXathon for math features in Docs. Built through European collaboration with the Netherlands and Germany, the entire platform is 100% open-source and released under the MIT license, aiming to provide a robust collaborative environment for teamwork.

Sources:Hacker News624 pts
Discord Alternatives, Ranked
19Monday, February 9, 2026

Discord Alternatives, Ranked

The article evaluates various Discord alternatives for online community management, emphasizing the need for an exit strategy from freemium services. The author reviews several platforms including Signal, Matrix, Rocket.Chat, Zulip, Mattermost, and Discourse based on five key criteria: Functionality, Openness, Security, Safety, and Decentralization. Discord itself serves as a baseline, noted for high functionality but poor openness and decentralization. Signal is praised for privacy but lacks community tools, while Matrix offers federation at the cost of administrative complexity. Rocket.Chat and Discourse emerge as top-ranked contenders, with the former providing a smooth Slack-like experience and the latter excelling in long-term asynchronous organization and safety. Ultimately, the author stresses that while the choice of tool is critical for longevity, the community culture is primarily shaped by its people.

Sources:Hacker News597 pts
Jimi Hendrix was a systems engineer
20Wednesday, February 25, 2026

Jimi Hendrix was a systems engineer

This analysis explores Jimi Hendrix's iconic sound as a systems engineering achievement. By using analog circuit simulations, the study deconstructs his specific signal chain—including the Fuzz Face, Octavia, and wah-wah pedals. It demonstrates how Hendrix and his engineers manipulated nonlinear electronics and acoustic feedback to transform the electric guitar into a versatile wave synthesizer.

Sources:Hacker News590 pts