HackerTrans
TopNewTrendsCommentsPastAskShowJobs

c4pt0r

no profile record

Submissions

Pie: Yet another open-source coding agent in Rust

github.com
3 points·by c4pt0r·letzten Monat·2 comments

Yet Another AI Teammate

yaat.sh
1 points·by c4pt0r·vor 2 Monaten·0 comments

Mem9: Persistant Memory for OpenClaw

mem9.ai
1 points·by c4pt0r·vor 4 Monaten·0 comments

Show HN: DB9 – Postgres, but for Agents

db9.ai
2 points·by c4pt0r·vor 4 Monaten·0 comments

Minibook: Self-hosted Moltbook for agents collaboration

github.com
1 points·by c4pt0r·vor 5 Monaten·0 comments

What We Talk About When We Talk About Agent Infra

me.0xffff.me
1 points·by c4pt0r·vor 5 Monaten·0 comments

Boxlite: Embedded micro-VM runtime for AI agents

github.com
2 points·by c4pt0r·vor 5 Monaten·0 comments

Vibe Engineering in 2026.1

me.0xffff.me
1 points·by c4pt0r·vor 6 Monaten·0 comments

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

me.0xffff.me
2 points·by c4pt0r·vor 6 Monaten·0 comments

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

me.0xffff.me
1 points·by c4pt0r·vor 7 Monaten·0 comments

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

github.com
9 points·by c4pt0r·vor 8 Monaten·0 comments

Chinese Nobel laureate and physicist Chen Ning Yang dies aged 103

bbc.com
9 points·by c4pt0r·vor 9 Monaten·1 comments

Manus 1.5

twitter.com
3 points·by c4pt0r·vor 9 Monaten·0 comments

comments

c4pt0r
·vor 8 Tagen·discuss
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
·letzten Monat·discuss
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
·vor 4 Monaten·discuss
i know they will have alsamixer in this list.
c4pt0r
·vor 4 Monaten·discuss
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
·vor 4 Monaten·discuss
yes, it’s quite a journey
c4pt0r
·vor 4 Monaten·discuss
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
·vor 6 Monaten·discuss
IMHO, sometimes strangers can offer advice without bias, whereas those closest to you cannot.
c4pt0r
·vor 6 Monaten·discuss
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
·vor 6 Monaten·discuss
https://0xffff.me some random stuff

https://me.0xffff.me blog
c4pt0r
·vor 8 Monaten·discuss
well...Many database vendors offers free databases for dev purpose for years, i mean it's not a news.