HOL Guard
The 1st Firewall for AI Agents Discussion | Link
找到 805 篇相关文章
The 1st Firewall for AI Agents Discussion | Link
Run GPT-5.6 on OpenClaw & Hermes safely on your Mac Discussion | Link
Full-Stack Platform for Training Small Language Models Discussion | Link
Stop typing, start talking, get perfectly written text Discussion | Link
Describe your problem, get the YC startup that solves it Discussion | Link
Undetectable AI copilot for live meetings Discussion | Link
Build better color palettes. Ship complete color systems. Discussion | Link
San Francisco co-working dataset visualized, as a game! Discussion | Link
A game development tutor now on iOS Discussion | Link
Turns hours of team video and notes into searchable memory Discussion | Link
A platform that teaches how to navigate real-world code. Discussion | Link
Explain what you know to AI and discover what you don't Discussion | Link
Mission control for Codex CLI on a Logitech MX keypad Discussion | Link
QA agent that tests apps the way you'd explain them Discussion | Link
Starts a fresh Codex worker and critic every cycle Discussion | Link
Before you rename, move, or delete a Python module: who still imports this? Grepping hits strings and comments. Importing the package can run side effects. whoimports walks the tree with the AST and prints every matching import / from … import line. Install pip install git+https://github.com/SybilGambleyyu/whoimports.git Usage whoimports src/auth/session.py whoimports auth.session -f json whoimports pkg.util -f md Notes Zero dependencies, Python 3.10+ File paths and dotted module names Understands src/ layouts text / markdown / JSON output Pairs with gitchurn and redactx for safe refactor context. Source: github.com/SybilGambleyyu/whoimports · MIT
Cut the noise. Keep the stack traces. CI logs are mostly package installs. The failure is a few dozen lines buried under thousands of Downloading… lines. Scrolling for the real stack trace is a tax paid on every red build. logsnip is a zero-dependency Python CLI that extracts those failure regions and collapses the rest. Install pip install git+https://github.com/SybilGambleyyu/logsnip.git # or the whole toolkit: curl -fsSL https://raw.githubusercontent.com/SybilGambleyyu/devkit/main/install.sh | bash One-liners # Last failure from a GitHub Actions run gh run view --log-failed | logsnip --last # Headlines only logsnip ci-full.log --summary # Safe to paste into an AI assistant gh run view --log-failed | logsnip --last | redactx What it matches Built-in patterns cover pytest E lines and AssertionError , npm ERR! , rustc error[E…] , TypeScript error TS… , GitHub Actions ##[error] , make failures, and common exit-code messages. Stack frames after a hit are pulled in automatically. Design No network, no config files, no dependencies — pipe-friendly --check exits 1 when error-like lines appear (CI gate) --json for machines; --summary for humans in a hurry Pairs with redactx before anything leaves your machine Source: github.com/SybilGambleyyu/logsnip · MIT
Break the English ↔ Japanese language barrier with a QR scan Discussion | Link
Market research and idea validation from 140K+ signals Discussion | Link
Capture your rambles and keep what matters Discussion | Link