RSSAmplifier

Blog

My Random Posts

Yet another blog

blog.marcoinacio.comRSS feed ↗6 posts

Latest posts

Playing with mechinterp and month arithmetic

This is the first of (hopefully) a series of posts about playing with mechinterp and Fourier components, inspired by and replicating Goodfire's paper Arithmetic in the Wild .

My first impressions on ROCm and Strix Halo

Here I'll share my first impressions with ROCm and Strix Halo and how I've set up everything.

Rust, self-referential structs and futures: part 2

In this post, we dive deeper into self-referential futures in Rust, manually implemented with unsafe Rust.

Rust, self-referential structs and futures: part 1

In this post, we'll have an introduction to self-referential structs, pinning, futures, and executors to be used in a follow-up post .

Rust, associated types and futures

In this post, we will explore a little bit the interaction between async Rust and associated types.

Transferring all Raspberry Pi OS data to a new SD Card

If you ever need to transfer your whole operating system data from one SD card to another on a Raspberry Pi...