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

Claude Code CLI Toolkit: Four Tools for Code Review, Project Briefs, Auto-Journaling Git Hooks
A developer has released four CLI tools built around Claude Code's print mode that handle code reviews, project brief generation, auto-journaling git hooks, and Claude session status. The tools use existing Claude Code authentication and are available as open source.

German Bureaucracy Assistant Prompt for Claude: Structured Legal Correspondence
A detailed system prompt for Claude that turns the AI into a structured assistant for German bureaucracy, contracts, insurance disputes, and official letters, with strict fact-checking and DIN 5008 formatting.

Microsoft BitNet: 1-bit LLM inference framework for CPU and GPU
Microsoft released BitNet, an inference framework for 1-bit LLMs that achieves 1.37x to 6.17x speedups on CPUs and reduces energy consumption by 55.4% to 82.2%. It can run a 100B parameter model on a single CPU at 5-7 tokens per second.

Clawdex: A Directory for Tracking OpenClaw Derivatives and Forks
Clawdex is a directory listing 18 OpenClaw-related projects across three tiers, with data on stars, language, and category tags. The project is PR-driven, requiring contributors to fork the repo, add a YAML file to /src/data/projects/, and open a pull request.