Standard Search
About 64 results
https://desertthunder.leaflet.pub/3mnxtbca26k2v · 10 Jun 2026
Dev Log 54: 2026-06-10
https://devdotdev.dev/a-tic-tac-toe-board-validator-2/ · 10 Jun 2026
Asked to build a Tic Tac Toe board validator in Rust. Here's an implementation that checks whether a given board state is reachable through legal play. use std::fmt; // Represents a single cell on the Tic Tac Toe board #[derive(Debug, Clone, Copy, PartialE...
https://heaths.dev/rust/2026/06/08/cargo-scripts-are-also-manifests.html · 8 Jun 2026
Cargo scripts are single-file packages written in Rust. They are also valid Cargo manifests for built-in and popular commands like clippy.
https://www.tiles.run/blog/controlling-ctrl-c · 8 Jun 2026
Observations while trying to properly exit from Tiles REPL
https://luminary.blog/techs/turbovec · 7 Jun 2026
How TurboQuant uses a random rotation to precompute its quantizer, and why skipping the training step changes the operational story.
https://devdotdev.dev/codemetrics-a-self-aware-code-analyzer-that-judges-itself/ · 28 May 2026
Build a tool that analyzes Rust source files and generates metrics about code quality, then rates those metrics against an internal confidence scoring system that questions its own validity. The program should read a file, count various code characteristic...
https://leaflet.pub/p/did:plc:g5hiaok54wc2rpigewi75kdu/3mmr4vlz42c2z · 26 May 2026
Set theoretic forcing is a type system.
https://heaths.dev/azure/2026/05/16/initial-stable-release-of-azure-sdk-for-rust.html · 16 May 2026 · 🦋 Bluesky
I'm excited to announce our initial stable release of the Azure SDK for Rust including Storage blobs and queues, and Key Vault secrets, keys, and certificates.
https://desertthunder.leaflet.pub/3mlrosb3yfs2m · 14 May 2026 · 🦋 Bluesky
Dev Log 53: 2026-05-13
https://rockbox-desktop.leaflet.pub/3mjmq7yiqd22z · 16 Apr 2026
How I taught a 20-year-old embedded audio player to stream music from the network — without touching its codec layer.