Tech News
← Home  ·  All topics

Github

58 GoKawiil briefs on this topic

Monica's creator announces full rebuild of the open source personal CRM

The founder of Monica, an open source personal CRM with over 25,000 GitHub stars, has announced that the project is being rebuilt from scratch and launched a new blog series called Building Monica to document the process. The series will cover the problems the team is trying to solve, the design decisions being made, and the missteps along the way. The founder explains that after nearly a decade of accumulated decisions, the current codebase no longer reflects how he would build the product today.

Opinion: Developers Still Own AI-Generated Code, Understanding Or Not

Marty Lamb argues that as coding agents drive the cost of writing software toward zero, the deeper skill of understanding that code is quietly becoming optional. He warns that offloading writing, review, and testing to AI lets developers skip building the mental models that manual coding used to force on them by default.

Libertix lets Windows users install Linux in three clicks, no USB needed

Libertix is a new Windows application that installs Linux directly without requiring a bootable USB drive or manual partitioning. It supports Windows 10 and 11 and sets up a dual-boot configuration so users can keep Windows while adding Linux, choosing between them at startup. The project is currently running a €3,000 crowdfunding campaign to fund a full-time contributor for summer 2026.

OpenClaw ships version 2.0 with 16,000 merged pull requests from 933 contributors

OpenClaw released its largest update yet, built by 933 contributors including 569 first-timers and comprising over 16,000 pull requests. The overhaul touches installation, messaging, memory, skills, models, automations, browser and native apps, plugins, and security, and grew out of a simpler plan to rebuild the browser app and streamline setup. The team took nearly seven weeks between releases, far longer than its usual one-to-two-day cadence, to ensure the update didn't break existing installations.

New 'omniflake' tool bundles nearly 12,000 Nix flakes into one input

Developer Frank Zakaria released omniflake, a meta-flake that aggregates thousands of existing Nix flakes behind a single input, letting users pull packages, overlays, or NixOS modules from any of them without manually adding separate flake URLs. The project, hosted at omniflake.com, relies on Nix's lazy evaluation and lock file mechanism to keep the massive dependency list usable, so users only pay the cost of what they actually reference.

Developer ditches GitHub for self-hosted Forgejo over reliability and AI data concerns

A longtime GitHub user since 2012 has migrated all private repositories to a self-hosted Forgejo instance and cancelled his subscription, including Copilot. He cites frequent outages and instability, alongside distrust over how GitHub's parent company uses developer code to train AI models.

Developer Details Six Months Coding Only With AI Agents, Not by Hand

A software engineer describes a personal experiment begun in February where they stopped writing code manually and instead relied entirely on AI coding agents like Copilot, Cursor, and Claude Code to implement changes. The account traces how tooling evolved from simple autocomplete suggestions to agents capable of editing multiple files from a single natural-language description, sharply reducing the amount of typing required.

New tool RealDiff detects hidden runtime behavior changes in pull requests across six languages

RealDiff is an open-source tool that compares two Git revisions by actually running their tests, rather than just diffing source code, to catch behavior changes that ripple beyond the files a pull request touched. It builds a noise baseline from repeated base runs, then flags the first divergent behavior in each call tree, supporting analysis across six programming languages including .NET, Java, and Node.js. A demo shows a one-line change from an unstable to a stable sort algorithm silently altering the output of an unrelated pricing engine elsewhere in the codebase.

Australian Federal Police Arrest Two Men Tied to TeamPCP Supply-Chain Hacking Ring

The Australian Federal Police arrested two men, aged 21 and 23, from Western Australia over their alleged roles in TeamPCP, a group accused of running the longest-running spree of software supply chain attacks. TeamPCP is said to have poisoned hundreds of open-source packages using a self-propagating worm called Shai-Hulud, stealing developer credentials to spread malicious code further. KrebsOnSecurity reports it had identified the 21-year-old suspect months earlier and had been in contact with a person claiming to speak for the group.

Australia charges two men over TeamPCP open-source supply-chain hacking spree

The Australian Federal Police, working with the FBI and Western Australia Police, arrested and charged a 21-year-old and a 23-year-old accused of belonging to TeamPCP, a hacking collective blamed for injecting malicious code into widely used open-source packages. The group's tampered code allegedly reached over a thousand organizations, including GitHub, OpenAI, Mistral AI, SAP and the European Commission, leading to theft of roughly half a million credentials and exfiltration of at least 300GB of data.

Nvidia reportedly nearing $12.9B deal to acquire Hugging Face

According to The Information, Nvidia has agreed to acquire AI model-sharing platform Hugging Face for about $12.9 billion, though Business Insider says talks are still ongoing without a signed deal. Neither company has confirmed the reports publicly. The price would make it Nvidia's largest acquisition ever, well above the $7 billion it paid for Mellanox in 2020.

Independent tracker lets developers filter GitHub's incident history by service and severity

A developer built a standalone site that aggregates GitHub's published incident history and lets users filter it by which specific services were affected and how severe each outage was rated. The tool was created because existing status reporting from GitHub doesn't let engineers isolate the exact dependencies and reliability thresholds relevant to their own products.