chaokunyang

↗ HN profile [ 83.7 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Apache Fory Schema IDL is the first cross-language schema that treats object graphs (shared refs, cycles, polymorphism) as a first-class contract and still generates idiomatic domain models. 1. `ref` encodes shared…

  2. Apache Fory's C++ serialization is our latest support for c++ Highlights: 1. Automatic idiomatic cross-language serializaton, no adapter layer, serialize in C++, deserialize in Python. 2. Polymorphism via smart…

  3. I built Browser Terminal Use: a Chrome extension + local daemon + CLI that lets you run commands in a browser-hosted terminal from your local shell on macOS, Why I built it: setups). - I wanted a bridge that keeps local…

  4. I built Browser Terminal Use for AI Agents. Project: https://github.com/chaokunyang/browser-terminal-use The goal is simple: let an Agent run iterative loops from local code, but execute commands inside a browser-hosted…

  5. Serialization framework with some interesting numbers: 10-20x faster on nested objects than json/protobuf. Technical approach: compile-time codegen (no reflection), compact binary protocol with meta-packing,…

  6. Apache Fury is a blazingly fast multi-language serialization framework powered by JIT and zero-copy. Quarkus is a Cloud Native, (Linux) Container First framework for writing Java applications. Quarkus Fury makes users…