kartoffels: Emulating thousands of RISC V CPUs For Fun November 25, 2024 @ code::dive #gamedev #riscv #rust #webassembly code
Memory for Nothing: Why Vec<usize> is (probably) a bad idea October 15, 2024 #memory #performance #prices #rust
Mimalloc Cigarette: Losing one week of my life catching a memory leak August 21, 2024 #memory #mimalloc #prices #rust
Coolest algorithms and optimizations I've used at work June 6, 2024 @ Rust Wrocław #algorithms #performance #rust
Learning to Fly series got updated to 2024! April 4, 2024 #ai #genetic-algorithm #neural-network #rust #webassembly
Trace Me a River (v2): Computing stuff on GPU using Rust January 11, 2024 @ Rust Wrocław #gpu #rust code, slides
Look Ma: My computer is talking! - Markov chains and N-grams March 23, 2023 #ai #markov-chains #n-grams #rust
Let's implement a virtual machine! -- from AST to JIT in one hour October 6, 2022 @ Rust Wrocław #rust code (1), code (2)
Microdosing Rust: Why & How to Get Started with AVR? June 23, 2022 @ Rust Wrocław #avr #microcontrollers #rust slides, codes
Learning to Fly: Let's simulate evolution in Rust (pt 4) June 10, 2021 #ai #genetic-algorithm #neural-network #rust #webassembly
Learning to Fly: Let's simulate evolution in Rust (pt 3) March 24, 2021 #ai #genetic-algorithm #neural-network #rust #webassembly
Learning to Fly: Let's simulate evolution in Rust (pt 2) February 1, 2021 #ai #genetic-algorithm #neural-network #rust #webassembly
Learning to Fly: Let's simulate evolution in Rust (pt 1) January 4, 2021 #ai #genetic-algorithm #neural-network #rust #webassembly
Fantastic Actors and Where to Find Them: Actor system from scratch February 27, 2020 @ Rust Wrocław #rust slides, codes