开源项目
🔥 cathrynlavery / diagram-design - 29 editorial diagram types for Claude Code. Self-contained H
GitHub热门项目 | 29 editorial diagram types for Claude Code. Self-contained HTML + SVG. No shadows, no Mermaid-slop. | Stars: 6,003 | 1,612 stars today | 语言: HTML
开源项目
🔥 rivet-dev / actors - Rivet Actors are the primitive for stateful workloads. Built
GitHub热门项目 | Rivet Actors are the primitive for stateful workloads. Built for AI agents, collaborative apps, and durable execution. | Stars: 5,998 | 197 stars this week | 语言: Rust
开源项目
🔥 claration / Impactor - Cross-platform & feature rich iOS/iPadOS/tvOS sideloading ap
GitHub热门项目 | Cross-platform & feature rich iOS/iPadOS/tvOS sideloading application. Formerly known as PlumeImpactor. | Stars: 2,915 | 19 stars today | 语言: Rust
开源项目
🔥 polius / FileSync - Send files from one device to many in real-time.
GitHub热门项目 | Send files from one device to many in real-time. | Stars: 1,468 | 26 stars today | 语言: JavaScript
开源项目
🔥 bmad-code-org / BMAD-METHOD - Breakthrough Method for Agile Ai Driven Development
GitHub热门项目 | Breakthrough Method for Agile Ai Driven Development | Stars: 51,759 | 46 stars today | 语言: JavaScript
开源项目
🔥 chr0nzz / traefik-manager - A clean, self-hosted web UI for managing your Traefik revers
GitHub热门项目 | A clean, self-hosted web UI for managing your Traefik reverse proxy. | Stars: 1,207 | 31 stars today | 语言: JavaScript
开源项目
🔥 huggingface / transformers - 🤗 Transformers: the model-definition framework for state-of-
GitHub热门项目 | 🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training. | Stars: 163,607 | 69 stars today | 语言: Python
开源项目
🔥 nvm-sh / nvm - Node Version Manager - POSIX-compliant bash script to manage
GitHub热门项目 | Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions | Stars: 94,417 | 18 stars today | 语言: Shell
开发者
Using the GitHub Copilot SDK for Java
Enterprise Java developers have a new superpower—drive GitHub Copilot from idiomatic Java code with annotations, virtual threads, and more. The post Using the GitHub Copilot SDK for Java appeared first on The GitHub Blog .
AI 资讯
Ayo GitHub Quietly Killed the Unreviewable Mega-PR
If you've ever opened a PR with 47 changed files and a diff so long GitHub just gives up and shows you "Load Diff" seventeen times, this one's for you. GitHub quietly shipped what might be the biggest pull request update in years, and it's aimed squarely at that problem. Let's talk about stacked pull requests. The problem, in one sentence Big PRs are where good reviews go to die. Nobody reads a 2000 line diff carefully. Some folks reach for AI code review tools like LiveReview to take the edge off, and honestly that helps, but even the best reviewer (human or model) does a better job on a tight, focused diff than on a 2000 line wall. Smaller inputs, better reviews. That's true no matter who's doing the reviewing. Stacked PRs are GitHub's answer: break one massive change into a chain of small, dependent PRs, where each one only reviews the diff it actually introduces, not everything below it. What a stack actually is The rule is simple. You need two or more PRs in the same repo where: The bottom PR targets your trunk branch (usually main ) Every PR after that targets the PR below it, not main That's it. That's the whole trick. Foundational stuff (schemas, shared types) goes at the bottom. Stuff that depends on it (API routes, UI) goes higher up the chain. And here's the part that surprised me: if you just do this manually with plain git, by opening PR #11 against the branch for PR #10 instead of against main , GitHub now recognizes that as a stack automatically. No special tool required. It just notices the base branches form a chain and lights up a banner. Stacking isn't a git concept at all, it's purely a GitHub UI concept layered on top of branches you were already making. Let's actually build one Enough theory. I built a real stack in one of my own repos ( peektea , a terminal file browser I maintain), using a harmless scratch file so nothing real got touched. Here's the actual terminal session, copy pasted, warts and all. First I tried to be fancy and use the CL
开源项目
🔥 vrtmrz / obsidian-livesync
GitHub热门项目 | | Stars: 11,959 | 137 stars this week | 语言: TypeScript
开源项目
🔥 sveltia / sveltia-cms - Leading Git-based headless CMS. Successor to Netlify/Decap C
GitHub热门项目 | Leading Git-based headless CMS. Successor to Netlify/Decap CMS. Modern UX, first-class i18n support, mobile support + numerous improvements. Hundreds of real-world examples. Framework-agnostic, open source & free. | Stars: 2,687 | 40 stars this week | 语言: JavaScript
开源项目
🔥 joelbqz / writer-computer - Local-first desktop markdown editor
GitHub热门项目 | Local-first desktop markdown editor | Stars: 1,265 | 76 stars today | 语言: TypeScript
开源项目
🔥 rgthree / rgthree-comfy - Making ComfyUI more comfortable!
GitHub热门项目 | Making ComfyUI more comfortable! | Stars: 3,326 | 7 stars today | 语言: JavaScript
开源项目
🔥 BeiDouMS / BeiDou-Server - Global MapleStory Server BeiDou(冒险岛GMS服务端北斗)
GitHub热门项目 | Global MapleStory Server BeiDou(冒险岛GMS服务端北斗) | Stars: 615 | 2 stars today | 语言: JavaScript
开源项目
🔥 cobusgreyling / loop-engineering - Practical patterns, starters & CLI tools for loop engineerin
GitHub热门项目 | Practical patterns, starters & CLI tools for loop engineering with AI coding agents. Design systems that prompt and orchestrate agents (inspired by Addy Osmani and Boris Cherny). Includes loop-audit, loop-init, loop-cost. | Stars: 10,105 | 83 stars today | 语言: JavaScript
开源项目
🔥 techjarves / Uncensored-Local-Studio - Uncensored local AI studio for Windows, Linux, and macOS. Ze
GitHub热门项目 | Uncensored local AI studio for Windows, Linux, and macOS. Zero-setup GUI for Image Generation, GGUF LLMs, Text to Speech & Speech to Text | Stars: 882 | 35 stars today | 语言: JavaScript
开源项目
🔥 stanfordnlp / dspy - DSPy: The framework for programming—not prompting—language m
GitHub热门项目 | DSPy: The framework for programming—not prompting—language models | Stars: 37,001 | 152 stars today | 语言: Python
开源项目
🔥 paperclipai / paperclip - The open-source app everyone uses to manage agents at work
GitHub热门项目 | The open-source app everyone uses to manage agents at work | Stars: 76,192 | 167 stars today | 语言: TypeScript
AI 资讯
How Pinterest Secures AWS Infrastructure at Scale with a Centralized Terraform Pipeline
Pinterest has revealed the Resource Provisioner Pipeline (RPP), its own Terraform execution engine. It ensures least-privilege access and needs dual-control reviews. This is important for the company’s AWS infrastructure, as it adds strict guardrails to the GitHub Actions workflows. By Claudio Masolo