Daily developer tools intelligence: new repos, hot projects, and version tracking. Each entry includes a plain-English explanation of what it actually does.
sermuns/is-it-slop (★28 · Rust) In my experience, low effort LLM-generated slop Rust projects have three common hallmarks: - using Rust 2021 - (if using workspaces) using workspace resolver version 2 - using generally outdated versions of dependencies
IndopenSource/awesome-indonesia (★21 · Python) Kumpulan proyek open source Indonesia yang aktif dan bisa langsung dijadikan referensi belajar, integrasi, atau kontribusi.
Ali-expandings/mactune (★13 · Shell)
The honest macOS tune-up. It measures what is actually slow, fixes only what is safe and reversible, and tells you the truth when the answer is "close some tabs" — because no cache cleanup will ever beat an honest diagnosis. One self-contained bash script. Runs on the
/bin/bashevery Mac ships (bash 3.
HeZeBang/keybearer (★13 · Rust) 🔒 Keep LLM API keys local. Use them anywhere. 🌐 害怕公共服务器上的 API Key 泄露?来使用 Keybearer!
Rafaelpta/dupehound (★12 · Rust) dupehound is a duplicate-code detector built for codebases where agents write most of the code. It finds functions that exist more than once, even after every identifier and literal has been renamed, because it fingerprints the structure of the code instead of its text.
sodam-ai/Neon-CLI_One-Click_Kit (★7 · PowerShell)
# Neon CLI 원클릭 키트 (Windows) 터미널을 몰라도 더블클릭만으로 Neon CLI(neonctl)를 설치·로그인·사용·완전 제거하는 키트입니다. Neon은 인터넷에 있는 무료 데이터베이스(서버리스 Postgres) 서비스이고, neonctl은 그것을 다루는 작은 도구예요. > 한국어 ⟶ 이 문서 · English ⟶ README.en.md
sppeect/claude-accounts (★7 · PowerShell)
AWS CLI-style account profiles for Claude Code. English | Português (Brasil) Run Claude Code with multiple accounts —
claude --account work,claude --account personal— in different terminals at the same time, with per-repository defaults via a committable.claude-accountfile.
sinhoneyy/master-skills (★4 · Python)
⚡ Install · 🗂 Domains · 📦 Manifest · ▶️ Usage · ❓ FAQ bash npx skills add sinhoneyy/master-skills
AymericP/rcc-ai (★3 · Rust) rcc makes it read less — without ever touching your files. ---
vite — v8.0.16
A build tool and dev server for modern web projects. Starts instantly (no bundling in dev), uses native ES modules in the browser, and bundles with Rollup for production. The replacement for webpack in most new projects.
esbuild — v0.28.1
A JavaScript and TypeScript bundler written in Go. Extremely fast — 10-100x faster than webpack or Rollup. Used as the engine inside Vite and many other tools. Good for simple bundling; less configurable than webpack.
turbo — v2.9.18
A build system for JavaScript/TypeScript monorepos. Caches task results so you only re-run what changed. Built by Vercel. Speeds up CI and local builds in large codebases with multiple packages.
biome — v0.3.3
A single tool that replaces both ESLint and Prettier. Formats and lints JavaScript, TypeScript, JSON, and CSS. Written in Rust, so it runs much faster than the JS-based tools it replaces.
bun — v1.3.14
A JavaScript runtime, package manager, bundler, and test runner in one. Faster than Node.js at most things. Drop-in compatible with most Node.js code. Written in Zig.
vitest — v4.1.8
A unit testing framework built specifically for Vite projects. Uses the same config as your Vite build, runs tests in the browser environment, and is significantly faster than Jest.
oxc — v1.0.1
A JavaScript/TypeScript toolchain written in Rust — parser, linter, formatter, transpiler, bundler. The project behind the oxlint linter. Faster than most existing tools by a large margin.
rspack — v0.1.1
A webpack-compatible bundler written in Rust. Drop-in replacement for webpack with the same config format, but much faster. Built by ByteDance (TikTok's parent).
wrangler — v4.100.0
The CLI for deploying and managing Cloudflare Workers — serverless functions that run at the edge in Cloudflare's global network. Also manages KV storage, Durable Objects, Pages, and R2.
drizzle-orm — v0.45.2
A TypeScript ORM that lets you write SQL-like queries in TypeScript with full type safety. Lightweight, no code generation step, and closer to raw SQL than ORMs like Prisma.
Rejected Emoji Proposals (Lobsters) Comments
Statement on the US government directive to suspend access to Fable 5 and Mythos 5 (Lobsters) Comments
Turn your site into a place people can bump into each other (Lobsters) Comments
Swift at Apple: Migrating the TrueType Hinting Interpreter (Lobsters) Comments
A generic dynamic array in C that stores no capacity and needs no struct (Lobsters) Comments
Nix Flakes and their Guix Equivalents (Lobsters) Comments
Anthropic shuts down Fable, Mythos models following Trump admin directive (Ars Technica) Commerce dept. worries that a Fable 5 "jailbreak" could be a national security threat.
SpaceX is now a public company valued for its AI potential, so what comes next? (Ars Technica) As of today, SpaceX is owned by investors who will want to see it make money.
PeopleSoft 0-day affecting hundreds of organizations steals gigabytes of data (Ars Technica) Vulnerability in the Oracle-owned PeopleSoft software is about as critical as they come.
Controversial FISA spying law expires tonight. The spying will continue. (Ars Technica) Section 702 of FISA to expire tonight, but certification lasts until March 2027.
Data from GitHub public API, npm registry, and tech press (The Register, Lobsters, Ars Technica, TechCrunch, Wired, MIT Tech Review). README summaries pulled directly from each project.