Thoughts and random opinions of a Entrepeneur, Software Engineer and Consultant based in Germany... (more…)
Read more »
TLDR: I think that the primary benefit of async/await is that it lets us concisely express complex concurrency; any (potential) performance improvements are just a second-order effect. We should thus judge async primarily based on how it simplifies our co... (more…)
Read more »
Imagine you are implementing a calculator application and want users to be able to extend the application with their own functionality. For example, imagine a user wants to provide a random() function that generates true random numbers using random.org in... (more…)
Read more »
I’ve been meaning to post about this for a while. I plan to start a series ondifferent patterns for Rust / C++ FFI that are being used in Gecko. (more…)
Read more »
Lightning-fast and Powerful Code Editor written in Rust - GitHub - lapce/lapce: Lightning-fast and Powerful Code Editor written in Rust... (more…)
Read more »