Yesterday, someone in the #include<C++> discord server asked the following question: how std::function works with lambda captures and functions handling I still don't understand Below was my…
Read MoreDuring the years, a lot of people ask me for help in learning C++.
I am no C++ expert,
but as a person who is doing C++ for years,
I want to share a bunch of beginner-friendly C++ resources that are…
Read MoreI read almost nothing for a few months after the lockdown, but I started to pick up reading more for the last couple of months. "C++ Best Practices" by Jason Turner — Buying Jason's book is a no…
Read MoreToday I stumble upon an article These Modern Programming Languages Will Make You Suffer
after Twitter outrage.
The post is absurd and indeed a suffer to read for me.
However, it also receives 1k…
Read MoreToday I start to experiment with the WebGPU API, and I choose to use the wgpu-rs implementation in Rust.
I am happy with the experience overall, but one difficulty I met is the long iterative…
Read More