The DOJ and Google faced off in a 10-week trial.| The Verge
Code discussions contain relevant information. Isn’t it a shame that we keep these in the centralized GitHub/GitLab servers, far away from our decentralized Git code? As soon as we move provider, we’ll lose all old discussions! And how do you ever find the pull requests back from 5 years ago? Symfony has implemented a lightweight solution to this problem years ago using a less-known feature of Git: Git Notes.| Wouter J
How to monitor some metrics directly from your CI, store them in git and add some budget boundaries.| DEV Community
Let's try to understand what the TypeScript guys mean when they talk about reverse mapped types.| andrea simone costa
Wake up call This post is about HTTP/3 and QUIC. If you don’t know what that is, there are many, many, many, many, many, many, many good resources that will get you up to speed. I’m writing this post to enlighten people on what has been happening in the last few years. All major browsers support HTTP/3 now. Most major cloud providers support HTTP/3 now. Most major load balancers support HTTP/3 now.| kmcd.dev
This new type of network learns functions rather than linear weights, allowing researchers to understand their behavior better. These networks could be the antidote to "black box" artificial intelligence, which could be particularly useful in helping scientists discover new laws.| IEEE Spectrum
Writing good benchmarks is hard. Even if you grasp the basics of performance timings and measurements, it’s easy to fool yourself: You weren’t measuring what you thought you were measur…| Read the Tea Leaves
And why it is so easy to get wrong...| hakibenita.com
The evolution of the C++ language continues to bring powerful features that enhance code safety, readability, and maintainability. Among these improvements, we got changes and additions to enum class functionalities across C++17, C++20, and C++23. In this blog post, we’ll explore these advancements, focusing on initialization improvements in C++17, the introduction of the using enum keyword in C++20, and the std::to_underlying utility in C++23.| C++ Stories
They are two kinds of undefined-ness, one for runtime and one for compile-time.| The Old New Thing
Go debug your core dumps somewhere else| trace.yshui.dev
Part One: Introduction to Radiance Cascades| mini.gmshaders.com