Coding-Flashcards: 800+ Anki cards for Rust, SQLite, Godot, and Wolfram Language

Coding-Flashcards is a GitHub repository (ad-si/Coding-Flashcards) containing over 800 flashcards for learning programming concepts from first principles. The cards cover Rust, SQLite, Godot, and Wolfram Language. They are written in Markdown and include a conversion script to generate Anki decks or PDF files.
Key Details
- Topics: Rust, SQLite, Godot, Wolfram Language
- Format: Markdown source files
- Outputs: Anki decks (via ankiweb.net/shared/info/1541471942) or PDF
- Script: Convert markdown to Anki/PDF using provided tooling
- Language breakdown: Rust 41.4%, Wolfram Language 26.1%, Nix 19.4%, Makefile 13.1%
- Stars: 678
- Forks: 23
- Releases: v1.1.0 (latest) plus one earlier release
The repository uses a Nix flake for reproducible builds. To get started, clone the repo and run the conversion script (see the makefile and .envrc for Nix-direnv integration).
Who It's For
Developers who want to internalize the fundamentals of Rust, SQLite, Godot, or Wolfram Language through spaced repetition, without relying on a traditional textbook.
📖 Read the full source: HN AI Agents
👀 See Also

Nyx: Autonomous Testing Harness for AI Agents
Nyx is a blackbox testing harness that probes AI agents for failure modes like logic bugs, reasoning failures, and security vulnerabilities through multi-turn adaptive conversations. It tests in under 10 minutes what manual audits take hours to surface.

Zot Chrome Operator: Let Your Terminal AI Agent Drive the Browser via Side Panel
A Chrome extension + local bridge that lets zot, a terminal-based coding AI, control browser tabs through a `browser_action` tool. Install in two commands, no zot changes required.

Claude File History: VS Code Extension for Tracking Claude Code Sessions
A VS Code extension called Claude File History tracks every Claude Code session that touched your files, allowing you to find past conversations, preview what was discussed, and resume conversations with a double-click.

Discord Bridge for Autonomous Claude Code Sessions
A bridge.js script (~50 lines, discord.js v14) creates real-time two-way chat between Discord and Claude Code via WebSocket + local file queue, replacing 2-minute polling with microsecond file reads. Tested on 27K lines analyzed overnight.