Andy Balaam's Blog
  • About Andy Balaam
  • All articles
Rust 101 - 47: Exercises for module F (q2)

Wrapping a C function with safe Rust code. To see the exercises code as it was when I recorded the video: git clone https://github.com/… ...more

October 21, 2024 [Programming, Programming Languages, Rust, Tech, Videos]
Heads-up: moving away from WordPress

This is an early warning: I am actively working to move this blog away from WordPress, to a static site created using Zola. I am planning to keep as m… ...more

October 16, 2024 [Writing]
Rust 101 - 46: Exercises for module F (q1)

Coding up a linked list based on raw pointers in Rust. To see the exercises code as it was when I recorded the video: git clone https://git… ...more

October 07, 2024 [Programming, Programming Languages, Rust, Tech, Videos]
Rust 101 - 45: Unsafe types and examples

Looking through some of the types of code you will be working with if you're doing unsafe Rust, and some of the unsafe types you might want to use. S… ...more

September 27, 2024 [Programming, Programming Languages, Rust, Tech, Videos]
Rust 101 - 44: Undefined behaviour

If you write unsafe Rust, you need to reason about "undefined behaviour". We talk through what that means, and try to develop an intuition about why w… ...more

September 16, 2024 [Programming, Programming Languages, Rust, Tech, Videos]
1 2 ...7891011 ... 111 112
Recent
Mini-rust in Rust 028: Lexing plus-equals
Standing again for the Matrix Governing Board
Testing nonexistence
Mini-rust in Rust 027: Parsing blocks of code
Mini-rust in Rust 026: Parsing an empty while loop
Mini-rust in Rust 025: Parsing let mut
Mini-rust in Rust 024: Lexing the <= sign
Mini-rust in Rust 023: Refactor to share structure of the syntax tree
Rust tracing basic setup
Mini-rust in Rust 022: Stop lying about types in errors
Mini-rust in Rust 021: Including type information in our syntax tree
Mini-rust in Rust 020: Gaps in our type checker
Mini-rust in Rust 019: Type checking an actual type error
Mini-rust in Rust 018: Type checking, the happy path
Mini-rust in Rust 017: Handling float literals
Andy's home page Categories Sitemap RSS Feed

© 2005 onwards Andy Balaam. CC BY-SA except where otherwise stated (source code). Powered by Zola & Abridge