"alt":"A multiplexed terminal window. The left pane shows a Cargo project setup of a simple game where it is installing 19 crates because we require the `rand` crate. The right pane shows the output binary, despide being advertised as static, depending on other standard dynamic libraries, as well as Cargo's large cache sizes",
"purpose":"To show the dependency hell and complexity of Rust as well as its size.",
"alt":"The image illustrates the compilation times and binary sizes of a simple random number guessing game written in C and C++ through a terminal window. Two commands were run: the first one shows the compile time and binary size of the C version, and the C++ version is below showing the same information. The C++ one is slower to compile, but the size remains 14 KB",
"purpose":"To juxtaposition Rust's apprach to a simple game with the simple approach C and C++ take.",
"title":"C and C++ compilation times and binary sizes of a simple game",
"alt":"A quote by Terry A. Davis: \"An idiot admires complexity, a genius admires simplicity\"",
"purpose":"To highlight the idea that intelligent individuals tend to appreciate straightforward solutions rather than convoluted ones, while less knowledgeable people may find complexity impressive simply because they do not understand it.",
"title":"Terry A. Davis quote",
"license":"CC-BY-SA-4.0",
"credit":"Ari Archer (image), Terry A. Davis (quote)",
"alt":"A meme. At the top, black on white, the text reads \"Three generations of languages that will replace C\". Below the text, there's 3 men of differing ages around a couch. The oldest man has a text box above him with the PASCAL logo, middle-aged man - Java, and the youngest one of 3 - Rust logo",
"purpose":"For irony purposes, to illustrate how people keep trying to \"replace C\" but never really do.",
"title":"3 generations of languages that \"replaced C\" (they didn't)",
"alt":"A screenshot of a Rust example that intentionally causes a Rust panic by creating an error in the borrow checker at runtime. The compiler has a couple of warnings regarding unused variables, and after compiling the binary and running it, rust throws a borrow checker error",
"purpose":"To show the runtime costs of Rust and its compiler not saying anything about a clear error in borrowing.",
"alt":"The search page on crates.io querying for \"random number\". The returned page states that there are 2077 total results for \"random number\" libraries",
"purpose":"To illustrate the overwhelming choice in the Rust ecosystem that even simple things like random number generators have over 2000 choices of libraries.",
"title":"Rust's choice of random number generators",
"alt":"The Simpsons meme format where Homer closes the garage door on Flanders as he tries to talk to Homer. From top left the first pannel reads \"Have you heard about Rust?\" as the door begins closing. Second pannel reads \"Did you know that you can write safe code with it\" as the door is half-closed, then in the 3rd pannel - \"Without memory leaks and with high performance?\". The door finally closes and Homer looks at peace",
"purpose":"To illustrate how hype leads to negative perception of the Rust community in a meme format.",