Knowledge Base

274 entries

wasm

webassembly

WebAssembly (Wasm) is a binary instruction format designed as a portable compilation target for multiple languages. It runs in browsers at near-native speed alongside JavaScript, and increasingly in server-side runtimes

webpack

a battle-tested JS bundler. Extremely powerful and configurable, but complex and slow on large projects.

weechat

an extensible terminal IRC client with a plugin architecture, scriptable in Python, Perl, Ruby, and others.

wikipedia

Wikipedia is... look, you know what wikipedia is. It's a publicly-editable encyclopedia. Because the public can edit it, it's useful but not considered reliable beyond crowdsourcing.

wireguard

a modern, minimal VPN protocol using Curve25519 + ChaCha20-Poly1305 encryption, built into the Linux kernel and available as a pure Go userspace implementation

wrk

a modern HTTP benchmarking tool with multi-threaded event loop, Lua scripting for custom requests, and minimal overhead.

xferlang

XferLang is a typed, delimiter-driven data format for data transfer, configuration, and structured content; however, it has explicit types, interpolated strings, bound data references, and processing instructions.

xml

XML stands for "Extensible Markup Language," and is a variant of SGML; XML is a markup language that allows documents to be strictly or loosely specified, verifiable, and heavily structured. It's well known for being *in

xsd

the W3C XML Schema Definition Language - a grammar-based schema language for describing the structure and data types of XML documents; the most widely deployed XML validation standard

yaml

YAML Ain't Markup Language. It's intended to be a human-friendly data serialization format, and largely achieves this, although its structures are a little generalized for use everywhere.

zig

a systems programming language billed as yet another successor to C. It's got some run there, but like every other successor to C, still has some work to do.

zircon

a tiling engine for Java, using console output - designed to be suitable for console roguelike games in Java, but workable for any text UI.