Hacker News
- Using {blocks} in Rust and Go for fun and profit https://taylor.town/code-blocks 61 comments
- Eliminating branches in Rust for fun but not much profit http://kamalmarhubi.com/blog/2015/09/15/eliminating-branches-in-rust-for-fun-but-not-much-profit/ 24 comments
- Why I rewrote my Rust keyboard firmware in Zig: consistency, mastery, and fun https://kevinlynagh.com/rust-zig/ 387 comments
Lobsters
- How I Have Fun With Rust https://thoughtbot.com/blog/how-i-have-fun-with-rust 28 comments rust
- When Rust Makes Sense, or The State of Typed Languages - No Fun Allowed http://m50d.github.io/2015/09/28/when-rust-makes-sense.html 30 comments programming
- How I Have Fun With Rust https://thoughtbot.com/blog/how-i-have-fun-with-rust 14 comments programming
- How I Have Fun With Rust https://thoughtbot.com/blog/how-i-have-fun-with-rust 8 comments rust
- Fun and Hackable Tensors in Rust, From Scratch https://getcode.substack.com/p/fun-and-hackable-tensors-in-rust 9 comments rust
- Backdooring Rust crates for fun and profit https://kerkour.com/rust-crate-backdoor 4 comments rust
- Backdooring Rust crates for fun and profit https://kerkour.com/rust-crate-backdoor 32 comments programming
- Backdooring Rust crates for fun and profit https://kerkour.com/rust-crate-backdoor/ 9 comments netsec
- Backdooring Rust crates for fun and profit https://kerkour.com/rust-crate-backdoor/ 153 comments rust
- Rust is fun https://artemix.org/blog/rust-is-fun.html 48 comments rust
- Fun with the Rust Alloc trait: A custom Vec implementation backed by elfmalloc https://github.com/ezrosent/allocators-rs/blob/master/info/custom-vec.md 3 comments rust
- Asynchronous Rust for fun & profit http://xion.io/post/programming/rust-async-closer-look.html 43 comments rust
- Worklog 2015-03-06: Shrinking Rust Distribution For Fun and Profit https://lifthrasiir.github.io/rustlog/worklog-2015-03-06.html 20 comments rust
- Rust: Safe Systems Programming with the Fun of FP - full talk http://www.techtalkshub.com/rust-safe-systems-programming-fun-fp/ 3 comments rust
- Fun with Rust traits http://maniagnosis.crsr.net/2013/03/creating-letterpress-cheating-program_26.html 17 comments programming
- Rust repository statistics (for fun) http://ruststat.youknowone.org/ 12 comments rust
- Mixing C++ and Rust for Fun and Profit https://www.kdab.com/mixing-c-and-rust-for-fun-and-profit-part-1/ 6 comments programming
- Using {Blocks} in Rust & Go for Fun & Profit https://taylor.town/code-blocks 3 comments programming
- Using {Blocks} in Rust & Go for Fun & Profit https://taylor.town/code-blocks 26 comments programming
- Hot Reloading Rust — for Fun and Faster Feedback Cycles https://robert.kra.hn/posts/hot-reloading-rust/ 4 comments rust
- Rust WASM Tetris with live demo! Not the first to do it, but lots of fun to write http://klotzandrew.com/blog/rust-wasm-tetris 4 comments rust
- Paddlers Gamedev #3: Fun with Rust and distributed systems https://www.jakobmeier.ch/blogging/Paddlers_3.html 3 comments rust_gamedev
- Fun facts about Rust's growing popularity http://www.jonathanturner.org/2017/10/fun-facts-about-rust-growth.html 56 comments rust
- Hacking a slack bot in Rust, Rocket & Anterofit for fun https://abishov.com/2017/07/27/hexocat-bot-part-1.html 8 comments rust
- Eliminating branches in Rust for fun... but not much profit http://kamalmarhubi.com/blog/2015/09/15/eliminating-branches-in-rust-for-fun-but-not-much-profit/ 24 comments rust
- I've written my first piece in Rust. A simple credit card checker. I really want to learn more. It's fun! https://github.com/oliverborner/Credit-Card-Checker 25 comments rust
- Bevy Gaming engine - Very cool library to learn Rust and have fun https://www.reddit.com/r/rust/comments/n56sk9/bevy_gaming_engine_very_cool_library_to_learn/ 14 comments rust
- Why I rewrote my Rust keyboard firmware in Zig: consistency, mastery, and fun https://kevinlynagh.com/rust-zig/ 167 comments rust
- Why I rewrote my Rust keyboard firmware in Zig: consistency, mastery, and fun https://kevinlynagh.com/rust-zig/ 12 comments zig
- Why I rewrote my Rust keyboard firmware in Zig: consistency, mastery, and fun https://kevinlynagh.com/rust-zig/ 192 comments programming
- Guerrilla Patching in Rust for (unsafe) fun and profit. https://crates.io/crates/guerrilla 16 comments rust
- bonky.io - fun little multiplayer browser game made in Typescript and Rust https://bonky.io 37 comments rust
- Jonas Hietala: Rewriting my blog in Rust for fun and profit https://www.jonashietala.se/blog/2022/08/29/rewriting_my_blog_in_rust_for_fun_and_profit/ 9 comments rust
- Peeking inside a Rust enum (memory layouts, tricks used in smartstring and ARM fun!) https://fasterthanli.me/articles/peeking-inside-a-rust-enum 32 comments rust
- Eliminating branches in Rust for fun... but not much profit [x-post from /r/rust] http://kamalmarhubi.com/blog/2015/09/15/eliminating-branches-in-rust-for-fun-but-not-much-profit/ 13 comments programming
- ToyDB: A Rust learning adventure, fun open-source project, and database learning resource for the community https://github.com/sachaarbonel/reefdb 13 comments rust
- Attacking Rust for Fun and Profit (lots of interesting information on Rust's binary-level exploit mitigation) https://avadacatavra.github.io/rust/gdb/exploit/2017/09/26/attackingrustforfunandprofit.html 22 comments rust