Non-programmers’ solutions to programming problems.
Rust’s Annual Tech Report: Trusted Publishing for Packages and a C++/Rust Interop Strategy
Thursday saw the release of Rust 1.89.0 But this week the Rust Foundation also released its second comprehensive annual technology report. A Rust Foundation announcement shares some highlights: – Trusted… Weiterlesen »Rust’s Annual Tech Report: Trusted Publishing for Packages and a C++/Rust Interop Strategy
ShadowEngine2D v1.2.0: Rust-based 2D game engine with physics, tilemaps, and performance profiling now on crates.io
I just published ShadowEngine2D v1.2.0, a 2D game engine written in Rust. New features in v1.2.0: – Text rendering system with font management – 2D physics engine built on parry2d… Weiterlesen »ShadowEngine2D v1.2.0: Rust-based 2D game engine with physics, tilemaps, and performance profiling now on crates.io
Rustroid – The Rust IDE that runs locally on your Android phone.
Hello there. I’m Mohammed Khaled, and I’ll just get straight to the point. I have just completed one of the biggest projects of my life. For about a year, I’ve… Weiterlesen »Rustroid – The Rust IDE that runs locally on your Android phone.
How big trucks and SUVs gobbled up the entire auto industry
How it started When I was growing up in the Midwest, everyone I knew drove small cars. My dad had a light pink Volvo 240, my mom drove a Dodge… Weiterlesen »How big trucks and SUVs gobbled up the entire auto industry
Wrote a Beginner-Friendly Linear Regression Tutorial (with Full Code)
Hey everyone! I just published a beginner-friendly guide on Simple Linear Regression where I cover: Understanding regression vs classification Why “linear” matters in the algorithm Error minimization explained in plain… Weiterlesen »Wrote a Beginner-Friendly Linear Regression Tutorial (with Full Code)