WesOS v1.0.0 · wesmux · 3 panels · tty0
⏻ WesOS
│
mounts:
>_
wesh
·
~
now.working
·
§
blog.reader
│
●
WESNET
SYN
10.0.7.3:8080 → node-04
HB
proxmox-cluster: healthy
FAN
proxmox-03 rpm 1420
WES
--:--
· YOU
--:--
slot·01
>_
wesh
·
PID 0421
·
12.4M
·
up 00:00:00
·
conn:
local
WesOS shell
load
▾
wesh 0.9 — panel shell
type 'help' · 'slots' · try
load blog 3
guest
@
wes-os
:~$
slot·02
~
now.working
·
PID 0704
·
5.8M
·
up 00:00:00
·
conn:
git
NOW://WORKING
load
▾
NOW://WORKING
●
synced 2026-07-15 06:45 UTC
Right now:
shipping dao_tree 0.6.1 with lattice viewport improvements and solver documentation polish
88ba8ee
dao_tree
×8
shipping 0.6.1 with fit-to-view lattice, scrollable viewport, and import/export UI
1w
6f29228
git-fugue
file upload
1w
e889df8
solver
×8
preparing for publication with capacity probes, license, and documentation cleanup
1w
※ mirrored from
github.com/TickTockBent
· refreshes nightly
slot·03
§
blog.reader
·
PID 0882
·
24.1M
·
up 00:00:00
·
conn:
ssl
BLOG://INDEX
load
▾
BLOG://INDEX
half-formed ideas · notes · works-in-progress · 25 posts
2026-04-23
series: Review Bomb
Your Phone as a Terminal: One Command, One QR Code, No SSH Client
A code review of TermBeam, a Node CLI that shares a local terminal to your phone over a QR code — no SSH, no port forwarding, no static IP.
#opensource
#javascript
#security
#devtools
2026-04-19
series: Review Bomb
htop for Your Git History
A code review of gittop, a Go TUI that turns a dozen git log incantations into a seven-tab dashboard — with a participle-based filter language and braille-rendered charts. I wrote the project's first 22 stats tests and opened the PR.
#opensource
#go
#git
#tui
2026-04-14
series: Review Bomb
What's Actually in Your Docker Image? Reading the Parser That Tells You
A Rust TUI that inspects multi-gigabyte Docker images using 80 MB of RAM where dive chokes. I read the streaming tar-in-tar parser, wrote the project's first 55 unit tests, and got them merged same day.
#opensource
#rust
#docker
#devtools
2026-04-12
series: Review Bomb
When AI Writes Your Firewall, Check the Math
An AI-generated eBPF firewall with 8,500 lines of Rust, an LLM honeypot, and a suspicion scoring bug that made its own behavioral engine useless. I read the code, fixed the math, and wrote it up.
#opensource
#rust
#security
#ai
2026-04-09
series: Review Bomb
A Rust TUI for Your UniFi Network That Actually Takes Code Review Seriously
A code review of Unifly, a Rust CLI and TUI dashboard that tames Ubiquiti's split API mess into 27 commands and 10 monitoring screens — plus a contributed NAT update feature.
#opensource
#rust
#networking
#cli
2026-04-08
series: Charlotte MCP
Anatomy of a GitHub Actions Supply Chain Attack Targeting MCP Repos
A pull request to my MCP server Charlotte led me to uncover a supply chain attack spanning 250+ repos, 64 sockpuppet accounts, and five phases of escalating access — all funneling GitHub OIDC tokens to a single organization.
#opensource
#security
#github
#supplychain
2026-04-06
series: Review Bomb
Your Artifact Registry Doesn't Need 2 GB of RAM
A deep-dive into Nora, a 32 MB Rust binary that replaces Nexus and Artifactory — serving seven package protocols on under 100 MB of RAM.
#opensource
#rust
#devops
#docker
2026-04-03
series: Charlotte MCP
I Renamed All 43 Tools in My MCP Server. Here's Why I Did It Now.
Charlotte 0.6.0 ships a breaking change, batch form fills, and lazy browser launch. Plus the story of 7 strangers improving code I wrote alone in February.
#mcp
#ai
#webdev
#opensource
2026-04-03
Your System Is Not a State Machine
State machines can't describe agentic AI systems. The state space is too vast, the behavior isn't stochastic, and the flowchart is a lie. What replaces it?
#ai
#architecture
#agents
#systems-design
2026-04-02
Anthropic Leaked Its Own Source Code and May Not Own It
The Claude Code leak exposed 500,000 lines of source code. The DMCA takedowns that followed may have exposed something worse — that Anthropic can't legally claim copyright over code its own AI wrote.
#ai
#opensource
#security
#legal
2026-04-02
series: Review Bomb
Your Encrypted Backups Are Slow Because Encryption Isn't the Bottleneck
A look at Concryptor, a Rust CLI that pipelines io_uring and AES-256-GCM to hit GB/s file encryption on commodity NVMe — and the CI cleanup PR that followed.
#opensource
#rust
#security
#cli
2026-03-30
series: Review Bomb
The Blackwall Between Your AI Agent and Your Filesystem
A code review of greywall, a container-free sandbox that isolates AI coding agents with kernel-level enforcement — no Docker required.
#opensource
#security
#go
#ai
2026-03-29
series: Review Bomb
Why Your SFTP Transfer Is Stuck at 2 MB/s (and the Fix Is a Protocol from 1983)
How a 2 MB/s file transfer on localhost exposed a protocol bottleneck in russh-sftp — and why cubic switched to SCP to fix it.
#opensource
#rust
#ssh
#tooling
2026-03-18
series: Review Bomb
Finding Blocking Code in Async Rust Without Changing a Single Line
A code review of hud, an eBPF profiler that attaches to running Tokio processes and finds blocking code without recompilation.
#opensource
#rust
#performance
#async
2026-03-14
series: Review Bomb
Nobody Reviews Their Agent's Code
A code review of crit, a Go tool that brings PR-style inline review to AI agent output with multi-round feedback loops.
#opensource
#go
#ai
#tooling
2026-03-10
series: Guardrails
Secrets, Agents, and .env Files
Your AI agent can read your environment variables. It can also commit them. Here's how to make sure it doesn't.
#github
#security
#ai
#beginners
2026-03-09
series: Guardrails
Stop Letting Agents Push to Main
Your AI coding agent is one bad prompt away from force-pushing to production. Here's the five-minute fix.
#github
#devops
#ai
#beginners
2026-03-05
series: Charlotte MCP
I Let an AI Agent Use My Browser Tool Unsupervised. It Found 3 Bugs in 20 Minutes.
Dogfooding Charlotte MCP by watching an agent struggle through a real task, then fixing everything it hit.
#mcp
#ai
#webdev
#opensource
2026-03-04
series: Charlotte MCP
My MCP Server Was 2x Larger Than Playwright. Now It's 136x Smaller.
How I took Charlotte from embarrassingly bloated to the most token-efficient browser MCP server available, and what I learned about building tools for AI agents.
#mcp
#ai
#webdev
#opensource
2026-03-04
series: Review Bomb
Your LLM Doesn't Need 200 Lines of Test Output
A code review of tokf, a Rust CLI that compresses terminal output for LLM context windows — with 40 built-in filters and Claude Code integration.
#opensource
#rust
#ai
#tooling
2026-03-02
series: Review Bomb
This CLI Launches Parallel AI Agents. It Didn't Launch on Linux.
A deep-dive into iloom's codebase after its parallel AI agent workflow failed on Linux — and the four issues filed to fix it.
#opensource
#typescript
#ai
#tooling
2026-03-01
series: Review Bomb
Your Benchmarks Are Lying to You (And This 148-Star Crate Knows Why)
A code review of Tango, a Rust benchmarking harness that interleaves baseline and candidate runs to eliminate thermal drift and scheduling noise.
#opensource
#rust
#performance
#benchmarking
2026-02-27
series: Review Bomb
Your RSS Feeds Are Broken and This Rust Tool Fixes Them
A code review of rss-funnel, a Rust-based RSS processing pipeline that filters, merges, and transforms feeds with a YAML config and web UI.
#opensource
#rust
#rss
#tooling
2026-02-27
series: Review Bomb
I Read 9,000 Lines of a Stranger's Mergetool
A code review of ec, a terminal-native 3-way git mergetool in Go that replaces vimdiff with a sane TUI for resolving merge conflicts.
#opensource
#git
#go
#tooling
series: Review Bomb
Your Package Manager's Installer Doesn't Know Fish Exists
A deep-dive into parm, a Go binary package manager for GitHub Releases — and why CLI tool installers keep ignoring fish shell users.
#opensource
#go
#cli
#tooling