Tag: open-source
All the articles with the tag "open-source".
-
Introducing slog: structured logging for every JS runtime
slog is a zero-dependency structured logger for Node.js, Deno, Bun, and Cloudflare Workers with pluggable transports and a Hono waitUntil middleware.
-
Show HN: Cairn — append-only SQLite event store, immutability enforced by triggers
cairn is an append-only SQLite event store where immutability is enforced by triggers, not convention. Go, TypeScript, and Rust SDKs share one test spec.
-
Debian: Why the Universal Operating System Still Matters in 2026
Debian turns 33 and keeps earning its title as the universal OS — community governance, 59,000 packages, and the foundation of over 1,000 Linux distributions.
-
MarkyMarkov - Markov Chain-Based Code Guidance for LLM Agents and Humans Alike
MarkyMarkov uses Markov chains to learn patterns from your codebase and provide fast, explainable code guidance that complements LLM agents.
-
Using casq for Content-Addressable Storage in CI Pipelines
casq brings content-addressable storage to CI pipelines, eliminating redundant builds and test runs by identifying identical inputs with a git-style hash.
-
Introducing casq: Content-Addressable File Storage CLI in Rust
casq is a Rust CLI and library for content-addressed file storage — git-style deduplication without the overhead of a full version control system.