A comprehensive guide to modern, well-maintained open-source RSS/Atom feed readers and aggregators.
A comprehensive guide to modern testing and browser automation tools designed for AI agents
This gist summarizes modern secrets-management options that are open, popular, and well‑maintained, with a bias toward agentic workflows (non‑interactive auth, short‑lived credentials, CLI/SDK‑first, auditability).
- Non‑interactive auth (service accounts, OIDC) for CI/agents
- Short‑lived / dynamic secrets (rotation + revocation)
- CLI/SDK‑first so secrets can be injected on demand
- Auditability (who accessed what, when)
A proposal for an open-source sync engine that treats blobs (images, audio, video) as first-class citizens alongside structured data.
Modern local-first applications need to sync two fundamentally different types of data:
| Type | Examples | Characteristics |
|---|
This is a test to see if animated D2 SVG files work in GitHub's Markdown renderer.
Your browser doesn't support embedded SVG. View the diagram directly.
A demonstration of using GraphQL Codegen to generate [Zod][zod] schemas with Temporal type support using Deno and TypeScript.