Skip to content
View xxxxzb's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report xxxxzb

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
xxxxzb/README.md

Hi, I'm Ben

AI · Rust · Systems

喜欢从真实问题出发,把陌生技术学明白,再做成真正能运行的东西。

GitHub

About

我的技术轨迹从 Java / Python 后端、工业系统与 Linux 开始,逐步延伸到 Rust、区块链复杂系统,以及目前关注的 AI Agent 与工程化工作流。

比起追逐技术名词,我更享受三个过程:理解问题、建立系统认知、把方案落地为可验证的软件。

目前主要关注:

  • AI & Agent:LLM 应用、RAG、Agent 编排、AI 工作流与开发效率
  • Rust & Systems:异步后端、跨平台工具、Linux 与底层系统
  • Engineering:架构取舍、复杂系统拆解、自动化与可维护性

Selected Work

TypeBridge

type-bridge-rs 是一个用 Rust 重写的局域网远程键盘工具:电脑端运行轻量服务,手机打开网页即可使用任意输入法向电脑输入文字。

Rust Axum Tokio Cross-platform Local-first

  • 支持 macOS、Windows 与 Linux
  • 使用 Bearer Token、异步 I/O 和无状态 HTTP API
  • 单文件二进制、系统托盘、二维码连接与剪贴板恢复
  • 基于 Hacker-Shohan/TypeBridge 重新设计并使用 Rust 实现

Systems & Learning

Project What it shows
os 使用 Rust 探索 RISC-V 最小内核、启动流程与底层系统结构
auto_chat 早期 Rust 自动聊天机器人实践
dwm_and_st 对 dwm、st 与 Linux 桌面工作流的定制和脚本化
nvim 长期维护的 Neovim 开发环境配置

主页只展示本人实现或持续改造的项目;Fork 仓库主要用于学习、跟踪上游和技术试验。

Learning Path

Java / Python backend
        ↓
Industrial systems & Linux
        ↓
Rust & blockchain systems
        ↓
AI applications, agents & workflows

持续跨越不同技术领域,是为了建立更完整的系统视角:既能理解业务问题,也能深入工程细节。

Toolbox

Rust Python Java Linux Docker PostgreSQL

LLM RAG Agent Axum Tokio SQLx Spring Boot Shell


Stay curious. Build things. Keep learning.

Pinned Loading

  1. os os Public

    riscv os writed by rust

    Rust

  2. dwm_and_st dwm_and_st Public

    dwm and st and scripts. 经过修改后的

    C

  3. type-bridge-rs type-bridge-rs Public

    ⌨️ 用手机浏览器通过 Wi-Fi 在电脑上打字 — 无需 App、无需蓝牙,打开网页就能打。支持任意手机输入法(含语音输入)。Rust 重写版。

    Rust 1

  4. auto_chat auto_chat Public

    the auto chat robot🙂

    Rust