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

Testreel: Programmatic Demo Video Generation with Claude Code
Testreel is an npm package that generates polished product demo videos from JSON, YAML, or Playwright interaction descriptions. It creates webm/mp4/gif videos with cursor overlays, click ripples, and gradient backgrounds.

Benchmark Results: GitHub CLI vs MCP Approaches for AI Agents
An independent benchmark compared GitHub CLI, MCP, MCP with Tool Search, and MCP with Code Mode for AI agent tasks. GitHub CLI was the most cost-effective, while MCP approaches showed trade-offs in cost, latency, and failure modes.
TextGen (text-generation-webui) Becomes Native Desktop App with Portable Builds
TextGen, the open-source alternative to LM Studio, has evolved from a web UI to a no-install desktop app for Windows, Linux, and macOS with portable builds, full privacy, and advanced quantization support.

ClankerRank: A Benchmark for AI-Assisted Coding Skills with Claude Haiku
A developer built ClankerRank to measure proficiency in AI-assisted coding using Claude's Haiku 4.5 model. The platform presents identical bugs to users, scores outputs with hidden test suites, and has revealed clear skill gaps among hundreds of participants.