Skip to content
View dwgx's full-sized avatar
😶‍🌫️
Study
😶‍🌫️
Study

Organizations

@genesis-wiki @origin-realm

Block or report dwgx

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
DWGX/README.md

dwgx.menu · AMIBIOS POST

dwgx.menu / personal-machine faceplate


Typing SVG

   

   

MAIN — jump to section PROCESS — jump to section ORIGIN — jump to section MODULES — jump to section PHANTASM — jump to section GUESTBOOK — jump to section

配置 / ORIGIN / 项目 / 幻想万華鏡 / 留言


SYSTEM CONFIGURATION

dwgx.cfg

; 2026-09-23 03:51 JST

[who]
name = dwgx
aka  = 帝王尬笑
from = Kobe
note = 也许我就是dwgx

[ship]
ORIGIN      = genesis.wiki
WindsurfAPI = js · openai/anthropic · v3.9.37
KiroStudio  = rust · kiro gateway · v1.2.4

[also]
other = VRChat RE · SmartCLI
from  = MC clients

PROCESS MEMORY

process.table

process.table

setup.utility

Boot — 1st ORIGIN · 2nd WindsurfAPI · 3rd KiroStudio

AMIBIOS Boot


status.pages

Main — last public work · open oh-my-pi · 5d ago · bug(compaction): first context_notes write of a fresh session is always

AMIBIOS Main

Advanced — git HEADs as IDE devices

AMIBIOS Advanced

Log — public events

AMIBIOS Log


cmos.book

POST — CPU cache · memory test · IDE auto-detect

POST

DMI — SMBIOS Type 0 BIOS · Type 1 system · Type 2 ROG · Type 3 Homecloud

DMI


GENESIS CHAMBER

origin.genesis

ORIGIN — World protocol · causal history · replay: Declare a world, let change happen under its laws, and preserve cause and result in replayable history.

World protocol · causal history · replay

万物有其源。变化有其因。

我正在构建一套世界协议与参考运行时。先声明法则、时间和初始条件,再让变化在这些约束里发生,留下原因、依据与结果。

模型可以参与观察和决策,但输出本身不是世界事实。叙事应该解释发生过的事情,而不是反过来改写它。

概念索引 含义
DECLARE 定义世界可以发生什么
RESOLVE 在约束内处理变化
RECORD 保留变化的原因与结果
REPLAY 对保留的历史进行一致性核验

这四项是介绍用的概念索引,不是四个同名 API,也不是固定调用顺序。

当前在推进什么 / 更远的方向

当前围绕世界声明、执行内核、因果记录和重放核验推进。更完整的生命、生态、社会与文明演化,是继续研究的方向,不是已完成的功能清单。

我希望历史来自规则、资源、时间与相互作用,而不是预先写好的剧情。重放核验能检查执行一致性,本身不证明世界模型符合现实。

打开 genesis.wiki →


EXPANSION SLOTS

pinned

vrchat-il2cpp-re release archive KiroStudio release archive WindsurfAPI release archive
SmartCLI release archive MCPClient release archive VRCSM release archive

01 / 逆向笔记

整理 VRChat 的 IL2CPP 结构,让类、方法与字段成为可以继续查阅的研究材料。

classes methods fields
Unity / IL2CPP · C# · ★30

打开项目 →

02 / 协议网关

把 Anthropic Messages 请求转接到 Kiro / AWS Q,配合凭据调度和内置管理面板。

Messages → Gateway → Kiro
proto-bridge + pool · Rust · ★15 · v1.2.4

打开项目 →

03 / 接口适配

为 Windsurf / Devin 接入提供多协议接口,把兼容边界、部署和更新留在项目文档里。

Chat · Responses · Messages · Gemini
multi-protocol · zero-dep · JavaScript · ★3,034 · v3.9.37

打开项目 →

04 / 终端工具

读取真实终端的屏幕状态,再操作、等待并确认结果;不只是把命令塞进字节流。

$ read → act → confirm
PTY + pyte · Python · ★4

打开项目 →

05 / 内核门控

把 Minecraft 1.8.9 客户端经 MCP 暴露给 LLM,用 7 层 NT 风格内核做权限门控。

mc.1.8.9 client
mcp.server
nt.kernel 7L
MCP · Java · Java · ★1

打开项目 →

06 / 桌面工具

面向 VRChat 的 Windows 桌面工具,把缓存和配置放进可操作的界面。

cache / config / desktop
VRChat / Windows · C++ / TypeScript · ★3 · v0.16.5

打开项目 →

106 public repos · 3,309 stars · browse all →

六个项目,保留原名单与原顺序;磁盘卡是入口,文字卡给细节。

原版 ASCII 卡片 / 设计快照(数字与阶段不是实时数据)
╔══════════════════════════╗
║ vrchat-il2cpp-re         ║
╠══════════════════════════╣
║                          ║
║  64K classes             ║
║  570K methods · 188K fld ║
║  Unity 6 baseline RE     ║
║                          ║
║  lang  · C#              ║
║  stage · live            ║
║  diff  · ★★★★☆           ║
╚══════════════════════════╝
╔══════════════════════════╗
║ KiroStudio               ║
╠══════════════════════════╣
║                          ║
║  Kiro unified gateway    ║
║  proto-bridge + pool     ║
║  Rust + SQLite + Docker  ║
║                          ║
║  lang  · Rust            ║
║  stage · shipping        ║
║  diff  · ★★★★☆           ║
╚══════════════════════════╝
╔══════════════════════════╗
║ WindsurfAPI              ║
╠══════════════════════════╣
║                          ║
║  Windsurf ⇄ OpenAI       ║
║  100+ models · 3 APIs    ║
║  zero-dep self-host      ║
║                          ║
║  lang  · JavaScript      ║
║  stage · flagship        ║
║  diff  · ★★☆☆☆           ║
╚══════════════════════════╝
╔══════════════════════════╗
║ SmartCLI                 ║
╠══════════════════════════╣
║                          ║
║  3 agent skills · 1 PTY  ║
║  pyte cell-accurate TUI  ║
║  pip smartcli-toolkit    ║
║                          ║
║  lang  · Python          ║
║  stage · shipped         ║
║  diff  · ★★★☆☆           ║
╚══════════════════════════╝
╔══════════════════════════╗
║ MCPClient                ║
╠══════════════════════════╣
║                          ║
║  Live MC 1.8.9 client    ║
║  MCP surface for LLMs    ║
║  7-layer NT kernel       ║
║                          ║
║  lang  · Java            ║
║  stage · public          ║
║  diff  · ★★☆☆☆           ║
╚══════════════════════════╝
╔══════════════════════════╗
║ VRCSM                    ║
╠══════════════════════════╣
║                          ║
║  VRChat cache / config   ║
║  Windows desktop app     ║
║  C++20 + WebView2 + TS   ║
║                          ║
║  lang  · C++ / TypeScript║
║  stage · shipping        ║
║  diff  · ★★★☆☆           ║
╚══════════════════════════╝

release.disks

WindsurfAPI — release archive KiroStudio — release archive SmartCLI — release archive

发布档案入口 · 点开查看版本与说明

demo.deck

SmartCLI — open the existing project demonstration

PLAY 01 · 看 SmartCLI 已有的 lazygit 演示

SmartCLI 项目已有的 lazygit TUI 演示;这是录制画面,不是实时终端

演示来自 SmartCLI 仓库;这里没有新执行一次测试,也不把装饰图当成运行证据。


recent.log

 2026-09-17 13:26  push  WindsurfAPI            ★3034  js     Turn Windsurf / Devin Desktop's 100+ AI m…
 2026-09-16 11:06  push  SmartCLI               ★4     py     Three Agent Skills over one pluggable PTY…
 2026-09-09 08:53  push  vrc-dcc-workstation    ★4     py     Public VRChat DCC workflow template: Blen…
 2026-09-08 08:08  push  debugger-workstation   ★2     ps     Portable reverse-engineering / security-a…
 2026-09-07 10:03  push  windows-agent-doctor   ★0     py     Diagnose Windows coding-agent execution e…
 2026-09-06 10:19  push  MCPClient              ★1     java   Live Minecraft 1.8.9 client exposed to LL…
 2026-09-05 04:25  push  Obfuscatevrcavatar     ★1     c#     OVA: blue-team NDMF/VPM VRChat avatar pro…
 2026-09-04 14:39  push  KiroStudio             ★15    rust   Kiro API Gateway · Anthropic-compatible p…
 2026-09-03 05:36  push  blog                   ★1     -      DWGX Blog — Markdown articles
 2026-09-03 05:07  push  windsurf-ls-release    ★2     py     Maintained public release mirror for Wind…

MACHINE INVENTORY

Decorative rear I/O panel

hardware.dmp

               ╭─── dwgx@main ──────────────────────────────────╮
               │                                                │
 ROG Strix ════╡  host       ASUS ROG Strix G18  (primary)      │
               │  cpu        Intel Ultra 9 275HX                │
               │  gpu        NVIDIA RTX 5070 Ti                 │
               │  mem        32 GB DDR5                         │
               │  disp       18"  2.5K                          │
               │                                                │
 Homecloud ════╡  host       Debian 13 worker  (LAN)            │
               │  cpu        AMD R5-5600                        │
               │  gpu        Colorful iGame RTX 3060 12GB       │
               │  mem        16 GB DDR4                         │
               │  role       compile · deploy · long jobs       │
               │                                                │
 MacBook ══════╡  host       MacBook Air M2 · A2681             │
               │  mem        8 GB · 256 GB SSD · 13.6" Retina   │
               │                                                │
 Mobile ═══════╡  phone      iPhone 17 · 256GB · JP-region      │
               │  phone-2    iPhone SE · 32GB · US origin       │
               │  wear       Apple Watch 1st · Stainless · 2015 │
               │  ; stolen     Redmi K60 512GB · scratched      │
               │                                                │
 Peripheral ═══╡  kbd        VGN FLASH Ultra 太陽神 · mag-switch│
               │  mouse      VGN Dragonfly 3 Master 超跑紅 · 56g│
               │  mouse-2    VGN Dragonfly King · 太空银        │
               │  audio      AirPods Pro 3 · Panasonic SL-CT790 │
               │  vr         Meta Quest 3                       │
               │                                                │
               │  uptime     5924 days                          │
               │  status     online · JST+9                     │
               ╰────────────────────────────────────────────────╯

discord.presence

discord presence
bili.stat

media.aux

NewAppleMusicPlayer — project link, decorative equalizer


PHANTASM ARCHIVE

Touhou / The Memories of Phantasm danmaku ornament

featured

幻想万華鏡 ~ The Memories of Phantasm

幻想万華鏡

滿福神社製作 · 全18話 · BDRip · 東方Project 二次創作





影像 / 作品 → · 演示 / 留档 →


stack

stack

achievements




ACTIVITY MEMORY

3d.contrib

3d contribution

stats

stats.panel    langs.panel

contribution.snake

dwgx contribution snake

hex.dump

 00401000  e5 b8 9d e7 8e 8b e5 b0   ac e7 ac 91 00 00 00 00   帝王尬笑
 00401010  6d 61 79 62 65 20 49 27   6d 20 64 77 67 78 00 00   maybe I'm dwgx
 00401020  67 65 6e 65 73 69 73 2e   77 69 6b 69 00 00 00 00   genesis.wiki
 00401030  e5 b9 bb e6 83 b3 e4 b8   87 e8 8f af e9 8f a1 00   幻想万華鏡
 00401040  57 69 6e 64 73 75 72 66   41 50 49 00 00 00 00 00   WindsurfAPI
 00401050  69 6e 64 65 70 2e 32 30   31 30 00 00 00 00 00 00   indep.2010

hotkeys

DEL Setup F2 HDD-0 ORIGIN F8 BBS YouTube F9 BBS Bilibili F10 maybe I'm dwgx

field.notes

工程笔记 — public reading destination WindsurfAPI 开发账本 — public reading destination ORIGIN 文档 — public reading destination

笔记 · 开发记录 · 世界文档

BBS GUESTBOOK

event.log

DWGX BBS · 留言/讨论/DEVLOG/PR

留言大厅 讨论话题 我的 DEVLOG 改动与 PR

留言,讨论,还有边做边写的记录。

频道 放什么 入口
GUESTBOOK 留一句话 回复 #5
TALK 聊问题、交换想法 打开 Issues
DEVLOG 记录一次有意义的推进 列表未接入 · 先发在 Issues 里
PATCHES 真实的文件变更与审阅 主页仓库的 PR
写 DEVLOG / 使用约定

一个问题或一个阶段开一篇:写清这次想解决什么、改了什么、看到了什么结果、还不确定什么。代码改动留在所属项目仓库,这里链接原 PR 或做复盘。

留言正文在 GitHub 原帖阅读,首页不自动搬运每一条。所有内容公开,请不要贴密钥与私人资料。

没有接入的频道会直接写未接入,不用“0 条”代替未知。→ 打开 Event Log #5

F1 Sign Event Log

event.log

VGA marquee Best viewed with AMIBIOS 80x25 VGA

BIOS decorative web button ASCII decorative web button TOUHOU decorative web button DWGX decorative web button

End of file — return to boot.menu

Pinned Loading

  1. WindsurfAPI WindsurfAPI Public

    Turn Windsurf / Devin Desktop's 100+ AI models (Claude, GPT, Gemini, DeepSeek, Kimi, GLM, SWE) into OpenAI-, Anthropic- & Gemini-compatible APIs. Zero-dependency self-hosted reverse proxy for Claud…

    JavaScript 3k 633

  2. vrchat-il2cpp-re vrchat-il2cpp-re Public

    VRChat IL2CPP deobfuscation pipeline — Unity 6 (6000.0.60f1) baseline. Reverse MethodInfo enumeration, 64K classes / 570K methods / 188K fields, reproducible naming.

    C# 30 2

  3. KiroStudio KiroStudio Public

    Kiro API Gateway · Anthropic-compatible proxy for Kiro/AWS Q · Multi-account pool · Admin UI · Claude Code compatible

    Rust 15 3

  4. javaht/claude-desktop-zh-cn javaht/claude-desktop-zh-cn Public

    Claude Desktop Chinese Patch (macOS & Windows)

    Python 7.1k 330

  5. hj01857655/kiro-account-manager hj01857655/kiro-account-manager Public

    🚀 智能管理 Kiro IDE 账号,一键切换,配额监控 | 官网:https://kiro-website-six.vercel.app

    Rust 2k 346

  6. punkpeye/awesome-mcp-servers punkpeye/awesome-mcp-servers Public

    A collection of MCP servers.

    95.4k 16.5k