Bookmarks
Open-Source Spotlight
Project of the Week
- H3-metal
- A native inference engine for MiniMax-H3 hybrid SSM/attention models, written by Redis creator Salvatore Sanfilippo and built for Apple Silicon; it earned 348 points and 76 comments on Hacker News this week and shows how far efficient local inference has come without a GPU datacenter.
Top 5 Trending Repos
- pdf-inspector
- Fast Rust library that classifies PDFs as scanned vs. text-based and extracts position-aware text into clean Markdown without OCR, with Python, Node.js, and WebAssembly bindings.
- AirLLM
- Lets 70B-parameter LLMs run on a single 4GB GPU—and sparse MoE models like DeepSeek-V3 (671B) on ~12GB—by streaming one expert at a time, with no quantization, distillation, or pruning.
- google/skills
- Official first-party repository of Agent Skills for Google products and Google Cloud, installable via npx skills add google/skills.
- DeepSeek-Reasonix
- DeepSeek-native coding agent shipped as one MIT-licensed Go binary, offering plan mode, permissions, a workspace sandbox, per-turn checkpoints, and four interfaces (terminal, desktop, browser, editor over ACP).
- TencentDB-Agent-Memory
- A team-level memory hub that turns conversations, docs, and code into four reusable, governed agent assets (Chat Memory, Skill, LLM-Wiki, Code-Graph).
Notable New Releases
- Chicken Scheme 6.0
- Major version release of the long-lived Chicken Scheme compiler; drew 237 points and 32 comments on Hacker News.
- Needle 2
- A 14MB agentic LLM (45M params at 2-bit) that runs a full session in 28MB RAM and hits ~500 tokens/sec on a Raspberry Pi 5, aimed at phones, wearables, smart homes, and robots.
- Git 2.55
- GitHub's rundown of the most interesting features and changes in the newly released Git 2.55.
Community & Ecosystem News
- GitHub crosses $100M for open source
- Community contributions to the people who build and sustain open source reached the $100 million milestone.
- GitHub and UNDP in Ghana
- A partnership exploring how open source governance can support one of West Africa's most ambitious digital reform efforts.
- ShieldFont
- An open source project that poisons font files to disrupt AI scrapers and protect published copy.
- Malware advisories beyond npm
- GitHub wired OpenSSF's malicious-packages data into its Advisory Database to extend malware advisories past npm.
- GitHub outage squeezes Actions and Pages
- A recent GitHub outage disrupted Actions and Pages workloads, a reminder of CI/CD platform fragility.
- Building a more inclusive open source ecosystem
- Progress report on GitHub's accessibility goals and how maintainers can make projects more inclusive.
Hidden Gems
- Juror
- An open-source alternative to the Greptile AI codebase assistant; early Show HN with 6 points.
- book-to-skill
- Converts any technical book PDF into a unified agent skill for Claude Code, Copilot CLI, or Amp, claiming 24×–51× fewer tokens than dumping the book into context.
- code-graph-rag
- Parses multi-language monorepos with Tree-sitter into a knowledge graph in Memgraph, letting you query, edit, and optimize code in plain English; Ruby support was just added.
- reverse-skill
- A cybersecurity skill router that bootstraps reverse-engineering and penetration-testing toolchains inside Claude Code, Kiro, Cursor, and Cline.
Developer Tooling Highlights
- GitHub Copilot SDK for Java
- Drives GitHub Copilot from idiomatic Java code using annotations, virtual threads, and more for enterprise Java developers.
- Copilot slash commands guide
- Practical reference for using slash commands in the Copilot app to plan, collaborate, automate, and customize workflows.
- Copilot behind a MitM proxy
- A developer's findings from intercepting GitHub Copilot traffic with a man-in-the-middle proxy; 18 points on Hacker News.
- Scrapemychats
- Third-party utility that exports ChatGPT chats for Business and Enterprise users who lack the standard export option.
- Tame Dependabot
- How grouping updates, slowing cadence, and keeping security fixes fast cut pull request noise on a Microsoft open source project.
- Stacked PRs for AI-generated changes
- Technique for teaching coding agents to decompose one giant AI pull request into a clean, ordered stack of reviewable changes.
- 6 security settings for maintainers
- Six free settings that close the easy attack doors on any GitHub project.