HackerTrans
トップ新着トレンドコメント過去質問紹介求人

c4pt0r

no profile record

投稿

Pie: Yet another open-source coding agent in Rust

github.com
3 ポイント·投稿者 c4pt0r·先月·2 コメント

Yet Another AI Teammate

yaat.sh
1 ポイント·投稿者 c4pt0r·2 か月前·0 コメント

Mem9: Persistant Memory for OpenClaw

mem9.ai
1 ポイント·投稿者 c4pt0r·4 か月前·0 コメント

Show HN: DB9 – Postgres, but for Agents

db9.ai
2 ポイント·投稿者 c4pt0r·4 か月前·0 コメント

Minibook: Self-hosted Moltbook for agents collaboration

github.com
1 ポイント·投稿者 c4pt0r·5 か月前·0 コメント

What We Talk About When We Talk About Agent Infra

me.0xffff.me
1 ポイント·投稿者 c4pt0r·5 か月前·0 コメント

Boxlite: Embedded micro-VM runtime for AI agents

github.com
2 ポイント·投稿者 c4pt0r·5 か月前·0 コメント

Vibe Engineering in 2026.1

me.0xffff.me
1 ポイント·投稿者 c4pt0r·6 か月前·0 コメント

Some thoughts after intensive use of opencode and oh-my-opencode

me.0xffff.me
2 ポイント·投稿者 c4pt0r·6 か月前·0 コメント

Welcome to the Machine, a guide to building infra software for AI agents

me.0xffff.me
1 ポイント·投稿者 c4pt0r·7 か月前·0 コメント

Show HN: Agfs – Aggregated File System, a modern tribute to the spirit of Plan9

github.com
9 ポイント·投稿者 c4pt0r·8 か月前·0 コメント

Chinese Nobel laureate and physicist Chen Ning Yang dies aged 103

bbc.com
9 ポイント·投稿者 c4pt0r·9 か月前·1 コメント

Manus 1.5

twitter.com
3 ポイント·投稿者 c4pt0r·9 か月前·0 コメント

コメント

c4pt0r
·8 日前·議論
Local open weight models will definitely be a future trend. Imagine if an Opus-level model could run locally: many more latent use cases would likely emerge, since Opus is priced so high. Perhaps the future will be a multi-model architecture, where frontier models handle planning and local models carry out the concrete execution.
c4pt0r
·先月·議論
Hi HN, Pie author here

I’ve been building pie, an open-source coding agent written in Rust. The initial reason was that I had some proactive, long-term automated tasks to run on a local DS v4 model. Therefore, I needed a customizable agent runtime to support these custom tasks, such as triggers, to perform some simple automation, Over time, the project gradually became more and more usable, so I thought I might as well turn it into a proper project. Of course, most of the code in this project was written by AI. If you’re sensitive to AI-generated code or AI coding, feel free to simply ignore it.

Pie runs inside your local project directory, can inspect/edit files, run shell commands, keep resumable sessions, and use different model providers, including local OpenAI-compatible servers.

The goal is not just to build another chat UI for coding, but a local agent runtime for developer workflows: slash commands, session history, skills, MCP tools, cron/triggers, and a small hub so agents running on different machines can send messages to each other.

A few things I’ve been focusing on recently:

- local/session-first workflows: resume sessions, search history, save transcripts

- model flexibility: Anthropic/OpenAI/etc., plus local OpenAI-compatible endpoints

- MCP and skills for attaching project-specific tools/instructions

- cron/triggers for lightweight automation inside a coding session

- SSH/headless support for running agents on remote dev boxes

- a web UI that mirrors the terminal runtime rather than replacing it

- an optional hub for agent-to-agent messaging and notifications

Love to hear feedback from you, thank you!
c4pt0r
·4 か月前·議論
i know they will have alsamixer in this list.
c4pt0r
·4 か月前·議論
it has nothing to do with TiDB, db9 is built from scratch.A good way to think about it is that db9 is similar to tidb-server, it provides a PostgreSQL wire protocol and SQL layer, while the actual data lives in the underlying KV layer.
c4pt0r
·4 か月前·議論
yes, it’s quite a journey
c4pt0r
·4 か月前·議論
Hello, the developer of db9 here. You’re right, that section is indeed a bit too brief. We will add more architecture documentation later. What I wanted to convey is that, unlike a standard PostgreSQL, db9 is more like a pg SQL-compatible layer built on top of a large distributed KV store. I also shared a brief introduction in this tweet, which might help clarify things. https://x.com/dxhuang/status/2032016443114733744
c4pt0r
·6 か月前·議論
IMHO, sometimes strangers can offer advice without bias, whereas those closest to you cannot.
c4pt0r
·6 か月前·議論
In large-scale metadata scenarios, JFS recommends using a distributed key-value store to host metadata, such as TiKV or FoundationDB. Based on my experience with large JFS users, most of them choose TiKV.

Disclaimer: I'm the co-founder of TiKV.
c4pt0r
·6 か月前·議論
https://0xffff.me some random stuff

https://me.0xffff.me blog
c4pt0r
·8 か月前·議論
well...Many database vendors offers free databases for dev purpose for years, i mean it's not a news.