Skip to content
View Aqua-218's full-sized avatar

Highlights

  • Pro

Block or report Aqua-218

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
Aqua-218/README.md

Aqua

Low-Level System Developer · Rust · Infrastructure Architect


>_ cat src/main.rs

//! Profile: Aqua
//!
//! A low-level system engineer capable of handling everything
//! from bare metal to web frontends.

struct Engineer {
    name:              &'static str,
    role:              &'static str,
    trade_name:        &'static str,
    primary_workspace: &'static str,
    attributes:        &'static [&'static str],
}

const AQUA: Engineer = Engineer {
    name:              "Aqua",
    role:              "Full Cycle Developer",
    trade_name:        "Provenance Works",
    primary_workspace: "Self-Hosted GitLab",
    attributes: &[
        "Low-Level Programming",
        "Compiler Infrastructure",
        "Formal Verification",
        "Cloud Native DevOps",
    ],
};

fn main() {
    println!("Building proprietary core systems...");
}

>_ tree ~/skills

.
├── system_and_low_level/
│   ├── Rust              # main weapon
│   ├── Go
│   ├── C / C++
│   ├── LLVM
│   ├── WebAssembly
│   ├── Compiler Design
│   ├── Wasm Runtime
│   └── JS Engine
│
├── formal_methods/
│   ├── TLA+
│   ├── SPARK
│   └── Lean 4
│
├── web_stack/
│   ├── TypeScript
│   ├── React / Next.js
│   ├── Tailwind CSS
│   ├── Node.js
│   ├── GraphQL
│   ├── PostgreSQL / MySQL
│   ├── Redis
│   └── Discord Bot API
│
└── infrastructure/
    ├── Kubernetes
    ├── Docker
    ├── Terraform
    ├── Nginx / Caddy
    ├── GitHub Actions / GitLab CI
    ├── Prometheus / Grafana
    ├── Linux (Arch / Ubuntu)
    └── Windows Server

>_ cat .vscode/settings.json

{
  "dev.environment": {
    "os": ["Arch Linux", "Ubuntu", "Windows 11"],
    "shell": ["Bash", "PowerShell"],
    "editor": "Visual Studio Code"
  },
  "git.defaultCloneDirectory": "Self-Hosted GitLab",
  "workbench.colorTheme": "Dark High Contrast",
  "editor.fontFamily": "Fira Code, Consolas, monospace"
}

>_ echo $STACK

Layer Technologies
Lang Rust Go TypeScript C C++
System LLVM Wasm TLA+ SPARK Lean 4
Infra K8s Docker Terraform Nginx GH Actions Prometheus Arch
Web React Next.js Tailwind Node.js GraphQL
Data PostgreSQL MySQL Redis

>_ ls ~/projects

Project Description
Radix Formally verified foundation library for Lean 4 systems programming. Word, Bit, Bytes, Memory, Binary, Concurrency, BareMetal — 702+ theorems, sorry-free.
Wasm-Num Formally verified WebAssembly numeric semantics, 128-bit SIMD, and linear memory in Lean 4. ~70 definition modules, 14 proof modules, sorry-free.

>_ cat ~/awards.txt

U-22 Programming Contest 2025  METI Director-General Award

>_ git log --oneline --graph

# GitLab (Self-Hosted)  ··· 5,333 commits
# GitHub                ··· see below


// EOF


>_ Connect




EOF

Popular repositories Loading

  1. VRC-ClassReunion VRC-ClassReunion Public

    TypeScript 1 1

  2. Aqua-218 Aqua-218 Public

  3. yozakura-temp-homepage yozakura-temp-homepage Public

    CSS

  4. windows-rs windows-rs Public

    Forked from microsoft/windows-rs

    Rust for Windows

    Rust

  5. Memo Memo Public

    Dart

  6. Pyxis-CodeCanvas Pyxis-CodeCanvas Public

    Forked from Stasshe/Pyxis-CodeCanvas

    Pyxis is an FULL client-side IDE that runs in the browser(static site) with Node.js emulator, Git, and a VSCode-like editor. Fully local, server-free, and optimized for iPad.Pyxisは、ブラウザ上で動作するクライアント…

    TypeScript