Skip to content
View s1oopX's full-sized avatar

Highlights

  • Pro

Block or report s1oopX

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.

Content in all repositories owned by your account will be closed.
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
s1oopX/README.md

s1oopX

持续学习,深耕交付,写真正跑在公网与日常工具里的代码。
Crafting systems and practical tooling that survive on the public internet.


✦ Engineering Philosophy

  • 内存真值与最终一致:库存由 Redis 内存原子保证,一致性交由异步对账与自愈补偿收口。不迷信单一分布式锁,用 CAS 与数据库唯一索引筑牢资损防御底线。
  • 资源敬畏与极限防御:在 1核1G VPS 的物理约束下探索系统上限,以 Linux 内核参数微调、OOM 防御与轻量容器编排守护高可用公网服务。
  • 协议优先与底层观测:习惯用 Wireshark 与 Burp Suite 抓包深入分析原始 TCP/TLS 报文与链路瓶颈,而非停留在表层现象。

✦ Selected Works

  • ReserveX · 湿地公园高并发预约系统
    基于 Redis 7 + Lua 原子扣减、5 桶顺时针环形借桶、RocketMQ 削峰异步落库与四类对账机制。JMeter 27 万样本实测 1,520 QPS (P99 < 26.4ms)。
    ↳ 在线架构观测台:reservex.stylex.cyou (纯黑终端实时 EVALSHA 指令、状态机与沙盒平账)

  • agent-memory-workflow · Coding Agent 跨会话长期记忆契约
    设计 .agents/ 显式文件契约,物理隔离机器事实与人类审查,打通多端 Agent 对话上下文孤岛,消除全盘冷启动扫描。

  • Narrow-X · 内容优先 Astro 个人站主题
    安静、克制、高信噪比的个人站与思考载体。追求零运行时 JS 膨胀与接近满分的 Web Vitals 边缘体验。

  • FolioX · 个人工程化作品集
    基于 React 19 + Tailwind CSS v4 + Cloudflare 边缘托管,具备严格的 ESLint / Prettier / TypeScript 自动化 CI 质量门禁。
    ↳ 在线访问:stylex.cyou


✦ Connect

Personal Site (s1oopx.bond) · Portfolio (stylex.cyou) · contact@stylex.cyou

Pinned Loading

  1. ReserveX ReserveX Public

    湿地公园预约系统。Redis 预占 + 普通消息 + 补偿 + 对账的抢号链路,三数据源分库分表,单进程模块化单体。Spring Boot 3.5 / Java 21 / React 18。

    Java

  2. SentimentPlatform-Open SentimentPlatform-Open Public

    One of the projects I keep around while learning from text, signals, and product feedback.

    Python

  3. agent-memory-workflow agent-memory-workflow Public

    A study of memory, context, and continuity in agent use.

    PowerShell

  4. narrow-x narrow-x Public

    Narrow-X — a quiet, content-first Astro blog theme. 安静的内容优先 Astro 博客主题。

    Astro