https://jmmv.dev/2023/06/fast-machines-slow-machines.html?ref=feedle.world
Fast machines, slow machines - Julio Merino (jmmv.dev)
Well, that was unexpected. I recorded a couple of crappy videos in 5 minutes, posted them on a Twitter thread, and went viral with 8.8K likes at this point. I...
julio merinofastmachinesslowdev
https://jmmv.dev/2021/02/google-monorepos-and-caching.html
How does Google keep build times low? - Julio Merino (jmmv.dev)
Monorepos are an interesting beast. If mended properly, they enable a level of uniformity and code quality that is hard to achieve otherwise. If left...
how doesgoogle keepbuild timesjulio merino
https://jmmv.dev/2023/06/iii-iv-task-queue.html
A persistent task queue in Rust - Julio Merino (jmmv.dev)
A couple of posts ago, I described why I built custom email subscriptions for this blog. I briefly mentioned that there is new automation that scrapes the RSS...
in rustjulio merinopersistenttaskqueue
https://blogsystem5.substack.com/p/strings-encodings-nuls-and-bazel
Strings, encodings, NULs and Bazel - by Julio Merino
A story on how strings without NULs are problematic for interop with the OS
stringsencodingsnulsbazeljulio
https://jmmv.dev/2022/05/rust-is-hard-but-does-it-matter.html
Rust is hard, yes, but does it matter? - Julio Merino (jmmv.dev)
Rust is infamous for having a steep learning curve. The borrow checker is the first boss you must defeat, but with a good mental model of how memory works, how...