Daily Shaarli

All links of one day in a single page.

July 2, 2026

my review of uruky
thumbnail

Several times I bump into articles praising this one. I've been test driving it a bit, the experience is still a bit bare but it's clearly maturing. Definitely an option to keep an eye on in my opinion.

Hobby’s algorithm for aesthetic Bézier splines

Interested in splines? This is a gentle introduction which points to further resources if you want to implement them.

The Physics of Memory

Unsurprisingly cache locality is a very important factor. What's interesting here is that it still applies to a language like Javascript where you'd expect to not have enough control on the memory layout to reap any benefits.

High-performance Rust: Understanding and eliminating memory fragmentation
thumbnail

Interesting Rust options to limit the amount of heap allocations if you're constrained by memory or for performance reasons.