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

TUI Studio: Visual Terminal UI Design Tool in Alpha
TUI Studio is a Figma-like visual editor for designing terminal user interfaces with drag-and-drop components, real-time ANSI preview, and planned export to six frameworks including Ink, BubbleTea, and Textual. Currently in alpha with non-functional exports, it's available for macOS, Windows, and Docker.
DuckDB’s Quack Protocol Enables Client-Server with Multiple Concurrent Writers
DuckDB introduces the Quack remote protocol, allowing two DuckDB instances to communicate as client and server, supporting concurrent writers and leveraging HTTP for transport.

Claude Code vs OpenCode: Key Technical Differences a Developer Found
A developer compares Claude Code and OpenCode on context, memory, tool use, subagents, permissions, safety, and model flexibility, concluding Claude Code still wins for production repos.

Open-Source Ralph Loop Toolkit for Claude Code: Pickle Rick and Mr. Meeseeks Agents
An open-source extension for Claude Code implements the Ralph Loop technique with two autonomous agents: Pickle Rick for PRD-driven development and Mr. Meeseeks for code review. Both use tmux with live dashboards and macOS notifications.