惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
Docker
I
InfoQ
L
LangChain Blog
阮一峰的网络日志
阮一峰的网络日志
Y
Y Combinator Blog
博客园_首页
Martin Fowler
Martin Fowler
宝玉的分享
宝玉的分享
A
About on SuperTechFans
Apple Machine Learning Research
Apple Machine Learning Research
Vercel News
Vercel News
T
The Blog of Author Tim Ferriss
C
Check Point Blog
B
Blog RSS Feed
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Engineering at Meta
Engineering at Meta
B
Blog
爱范儿
爱范儿
Stack Overflow Blog
Stack Overflow Blog
aimingoo的专栏
aimingoo的专栏
WordPress大学
WordPress大学
F
Fortinet All Blogs
月光博客
月光博客
GbyAI
GbyAI

Show HN

GitHub - astefanutti/shaderbang: Shebang for Shaders Show HN: Generate Claude Code Workflows using Spec Driven Development approach Show HN: AI agents for UK GDAD PCF roles and their skills The Two Pillars: Mixer Mode and Meta-Software in the Reorganization of Software Work After AI GitHub - JaiCode08/teleport-env What 1,000+ Harness Experiments Taught Me About Self-Improving Agents Show HN: Liiists, a Markdown-first, iOS and CLI list app SwiperTab – Get this Extension for 🦊 Firefox (en-US) GitHub - kouhxp/fftext: Summarize, explain, fact-check, or translate any text, URL, or file. No GPU. No cloud. One command GitHub - sweetpad-dev/sweetpad: Develop Swift/iOS projects using VSCode GitHub - dogmaticdev/IRON: IRON a.k.a. Intermediate Representation Object Notation is a Interpreter/Database that is used to create Programming Languages. GitHub - sjhalani7/vaen: Package your AI coding harness into a portable .agent file, and share it across repos, teams, & the community without ever having to copy-paste instructions, skills, MCP config, or secrets. Show HN: Gandalf the Grader Show HN: Citadeld – replay any CI failure locally from a single file GitHub - tdortman/cuSBF: High-Performance GPU Super Bloom Filter coral-ai/claude-code-token-xray at main · Coral-Bricks-AI/coral-ai GitHub - ulyssestenn/funes: Funes is a Git-based framework for LLM-managed knowledge work: an AI Librarian ingests raw sources, builds an interlinked Markdown knowledge base, and uses it to produce cited reports, analyses, and other outputs. GitHub - ThatXliner/gah: Git Add Hunk, built for agents to use GitHub - harmont-dev/harmont-cli: Command-line client for the Harmont CI platform GitHub - brooksmcmillin/mcp-authflow: OAuth 2.0 Authorization Server framework for MCP servers GitHub - javaid-codes/audit-supply-chain-agents GitHub - amorey/gochan: A small library of common channel architectures for Go, inspired by Rust GitHub - arifozgun/OpenGem: Free, Open-Source AI API Gateway with Gemini, OpenAI & Anthropic Compatibility in 1 file GitHub - Pranesh950/BioPetals: 🌸 Run BIOxAI models at home, BitTorrent-style. Fine-tuning and inference up to 10x faster than offloading GitHub - cnguyen14/bounty-doctor: Diagnose a GitHub bounty issue before you waste hours: detects honeypot scam repos, AI-bot attempt swarms, and stale contests. Show HN: CoreMCP – MCP Server for On-Prem DBs Show HN: KittyHTML – Render HTML/CSS as an inline image in your terminal GitHub - bingud/filemat: Web-based file manager Show HN: TruthLens – Free multi-signal deepfake image detector GitHub - apexlocal-jz/claude-usage-tray: Windows system-tray app showing your Claude Code rate-limit usage at a glance. Zero deps, ~300 lines of PowerShell. Cross-IDE (works regardless of VS Code, Cursor, plain terminal).
Otty — A fast, modern terminal
ilchenearly · 2026-06-17 · via Show HN

Otty

A native, beautiful terminal app.

Designed for anyone who cares about the feel of every keystroke. Tuned for code agents you already run.

agent shell git :3000 +

⌘K

zsh — review⌄ ⌃

~/web-app feat/socket-metadata

$ agent run --review socket.rs

● analyzing main-thread hot path…

modified src/ipc/socket.rs

- self.flush_all_metadata();

+ self.coalesce(&mut pending);

+ if pending.len() > BATCH { flush() }

✓ 3 files · +42 −18 · 1.2s

$ cargo bench socket_meta

main-thread lag 58.3ms23.1ms

● watching · 2 agents active

agentonline

A Agent · review

Coalesced the socket metadata writes — main-thread lag down ~60%. Patch applied & benched.

edit socket.rs bench open PR ↗

Reply to agent…

socket.rsRUST

13fn coalesce(&mut self, p: &mut Vec<Meta>) {

14 for m in p.drain(..) {

15 self.buf.merge(m);

16 }

17 self.dirty = true; // batch

18}

localhost:3000

Ship faster.

Live preview updates as the agent edits your code.

Get startedDocs

Pull Request#209

Merged2h ago

Reduce main-thread lag from repeated socket metadata updates

coalesce writes+42−18

✓ 4 checks passed

Otty Complex ADE

Simple where you start.

Otty sits between a traditional terminal and a full agent dev environment. Keep the focused, keyboard-first UI you already love — and gain the workflows you actually reach for, without the panels, buttons, and complexity of an IDE getting in the way.

Drag the handle to see how it compares.

Compare with

Modern from the ground up.

A native, GPU-accelerated terminal that feels like a modern app — designed for how you actually use a terminal in 2026.

One window, many threads.

Tabs, panes, and splits — laid out however you think. Pick up exactly where you left off.

Tab sidebar with live status badges and unread dots

Every command, a shortcut away.

Reach for what you need without leaving the keyboard. Tune the shortcuts and recipes that fit your workflow.

The command palette searching for commands

Command palette

Fuzzy-find any action.

Inline autocomplete

Ghost-text suggestions as you type.

Open Quickly

Jump between sessions instantly.

Snippets, commands & layouts

Custom recipes for your workflow.

Also, plays well with the you already run.

First-class affordances for the agents and chat sessions that now live inside your terminal.

Parallel agent tasks with progress monitoring

Want Otty?

Free for macOS, with no account required.

Download for Mac Apple Silicon Download for Mac Intel

Windows / Linux is on the way