Daily Shaarli

All links of one day in a single page.

June 17, 2026

Memory Management in C++ by Patrice Roy

Looks like a good book. This review definitely tempts me.

How memory safety CVEs differ between Rust and C/C++

Interesting take on why CVEs are reported differently for C/C++ and Rust libraries. The responsibility for API misuse is treated differently because the abilities to express contracts is treated differently.

Getting Creative with Perlin Noise Fields
thumbnail

So many possibilities with Perlin noise! There are some really fascinating textures in the lot.

Report: How Developers React to AI-Scented Blog Posts
thumbnail

Badly apparently, looks like it makes for prose people avoid. Now the thing is... with the widespread suspicion, some people might be wrongfully flagged as using LLM to write their posts.

Why stdx is not on crates.io
thumbnail

Indeed, skipping the centralized package manager might be better in the long run.

Async Task Locals From Scratch
thumbnail

Wondering how those are implemented and the challenges behind them? This is a good exploration of the idea.