#go

Wiki 18

  • Adding Golang to a browser code runner GOOS=js hangs inside a V8 isolate; GOOS=wasip1 plus a 50-line WASI shim runs Yaegi instead
  • arp242 (Martin Tournoij) Open-source developer; primary fsnotify maintainer; long-running personal site at arp242.net
  • asciimoth/ygg (Yggdrasil fork) Fork of yggdrasil-go separating the library (ygglib) from the daemon (yggd) and adding an embedded userspace TCP/IP stack for in-process networking
  • Dropping Privileges in Go A Go program self-restricting at startup β€” chroot, setrlimit, pledge/unveil, seccomp, Landlock β€” via x/sys/unix
  • Eliminating Golang bounds checks with unsafe unsafe.SliceData + unsafe.Add drops a bounds check the compiler won't β€” 2x faster LE loads
  • Forge β€” one CLI for every git forge Nesbitt's Go CLI and library that presents a single unified interface over GitHub, GitLab, Gitea/Forgejo, and Bitbucket β€” detects the forge from the git remote, reuses existing tokens, targets both humans and coding agents
  • fsnotify Go cross-platform filesystem-notifications library; 321k dependent projects, the de facto file-watching primitive in the Go ecosystem
  • fsnotify Maintainer Dispute and Supply-Chain Concerns A maintainer-access dispute in fsnotify (321k dependents) read from the outside as a possible takeover; what actually happened, and why governance ambiguity is itself a supply-chain risk
  • Installing Ruby gems with go get Nesbitt points GOPATH at a Ruby load path β€” and gets a transparency log RubyGems doesn't have
  • internals-for-interns JesΓΊs Espino's weekly blog on software internals β€” Go runtime, filesystems, Linux kernel β€” written as "useful maps" not exhaustive references
  • Kenn Software: local-first agent tooling suite Kenn Software's five single-binary, local-first Go tools for the agentic era β€” kata, middleman, agentsview, msgvault, roborev
  • Language Choice for Agents The proposed inversion of language-pick economics once agents write most code β€” strong types, fast check loops, and compiler-error feedback favor Rust/Go over Python/TS
  • log.0x21.biz (oxzi) oxzi's blog β€” systems and security writeups in Go, OpenBSD/Linux sandboxing primitives; author of syscallset-go
  • mattn (Yasuhiro Matsumoto) Prolific Japanese Go and Vim open-source developer; author of many widely-depended-on Go libraries
  • Rye Homoiconic general-purpose language in pure Go, designed to be embedded as a config or scripting layer with per-word capability registration
  • Ryelang Blog refaktor/rye project blog at ryelang.org/blog β€” language design notes, embedding tutorials, and capability-control writeups
  • Whitelist Config with Rye Refaktor's case for embedding Rye in Go apps as a config language with zero hardcoded keywords and per-feature capability whitelisting
  • Yggdrasil Network as an Embedded Go Library asciimoth's tutorial on embedding Yggdrasil mesh networking in Go apps via their fork β€” Core + VTun + transports + autopeering, no daemon required

Toolbox 17

  • agentsview Local-first browser, search and cost tracker for sessions across 50+ coding agents
  • beads CLI issue tracker giving coding agents a dependency task graph stored in version-controlled Dolt
  • forge One CLI and Go library over GitHub, GitLab, Gitea, Forgejo and Bitbucket, picked from the remote
  • forgezero Makefile-free build tool wrapping NASM/GAS/FASM/GCC behind one strict-by-default command
  • gecit System-wide DPI bypass that injects fake TLS ClientHellos from eBPF, no tunnel or remote server
  • gobee Go-to-BPF-C transpiler that reuses clang's BPF backend and generates typed cilium/ebpf bindings
  • GooseRelayVPN SOCKS5 VPN tunneling raw TCP through a Google Apps Script relay to a small VPS exit, with end-to-end AES-256-GCM so Google never sees plaintext
  • kastor HCL specs for AI agents, compiled to LangGraph code or reconciled Terraform-style with plan/apply
  • kata Local-first issue tracker for agent work β€” one SQLite daemon behind a JSON CLI and a TUI
  • middleman Local-first PR and issue review dashboard across GitHub, GitLab, Forgejo and Gitea
  • mindwalk Replays a coding-agent session as light moving over a 3D map of the repository it touched
  • msgvault Offline email archive with SQLite full-text, DuckDB analytics and an MCP server over it
  • ratatoskr Embeds a Yggdrasil mesh node in a Golang process with a gVisor userspace stack β€” no TUN, no root
  • re_gent Git-shaped version control for AI agent activity, with log, blame and show per tool call
  • roborev Post-commit hook that reviews every commit with AI agents and feeds findings back for fixes
  • surf Go HTTP client impersonating Chrome and Firefox down to the TLS handshake and QUIC packets
  • wazero WebAssembly runtime in pure Go with no CGO, so embedding it keeps cross-compilation free