Daily Shaarli

All links of one day in a single page.

April 1, 2026

your hex editor should color-code bytes
thumbnail

Interesting color coding for hex editor. It indeed brings interesting properties.

Why Don’t You Use String Views (as std::wstring_view) Instead of Passing std::wstring by const&?
thumbnail

Indeed be careful at how you use strings when interacting with C APIs. String views are likely not what you want in that context. There is a reason why they don't have c_str().

Watch out for missed warnings on vendor C++ toolchains

Vendor toolchains should see only a limited trust. Like in this case they're often partial or old.