s4ndw1ch_@internet
dark
dark
light
en
en
ru
tips
> if `ping 8.8.8.8` works but DNS doesn't, it's always DNS.
◆ ls -la ~/projects

> projects/

> filter:
> ls -la ~/projects/
backend 2.1k★ v1.4.2 MIT 2023– halberd/
> cat halberd/README.md

k8s-native deploy pipeline with zero-downtime rollbacks. Replaces three bash scripts and a prayer. Rewritten in Rust this spring — 4× faster than the Go original, a third of the code. Used in production at several startups.

Rust ·
#kubernetes#rust#cli#devops
devtool 891★ v0.9.4 Apache-2.0 2024– glacier/
> cat glacier/README.md

Incremental build cache for monorepos. Content-addressed, local-first, no daemon, no cloud. Drop-in replacement for npm/pnpm scripts. Shaved 40% off CI times on a 60-package monorepo.

TypeScript ·
#build#monorepo#node#typescript
gamedev 412★ 2024– northwind/
> cat northwind/README.md

Top-down sailing roguelike. Procedurally-generated archipelagos with Voronoi coastlines, permadeath, real Beaufort-scale wind simulation. Closed-alpha demo on itch.io. Devlogs on writing/.

C++ / Godot 4 ·
#godot#game#indie#procgen
frontend 334★ v0.6.1 MIT 2025– rimlight/
> cat rimlight/README.md

Lightweight browser-based shader preview editor built on WebGPU. Live-reload, uniform sliders, texture slots, export to WGSL/GLSL. No install, no build step. Scratch-your-own-itch — for prototyping shaders without opening Godot.

Svelte / WGSL ·
#webgpu#shaders#svelte#wgsl
backend 178★ v2.0.0 MIT 2022–24 patchwork/
> cat patchwork/README.md

Content-addressed config diff and merge engine. Handles structured YAML/TOML/JSON diffs across environments. Superseded by a better design in glacier's cache layer. Still useful for config-only pipelines.

Python ·
#python#cli#config
devtool 96★ v1.1.3 MIT 2022–23 waypoint/
> cat waypoint/README.md

SSH jump-host manager with per-project config and automatic tunnel lifecycle management. Wrote a postmortem essay about why I abandoned the Rust rewrite. Still used personally.

Go ·
#go#ssh#cli#networking