16 private links
Sony Alpha A7, A7II
Zstandard is a real-time compression algorithm, providing high compression ratios. It offers a very wide range of compression / speed trade-off, while being backed by a very fast decoder.
Really helpful sed tutorial with lots of examples.
Music genres word cloud
JS Plotting library
Google has developed many abstractions that either match or closely match features incorporated into C++14, C++17, and beyond. Using the Abseil versions of these abstractions allows you to access these features now, even if your code is not yet ready for life in a post C++11 world.
UpToDate® is the premier evidence-based clinical decision support resource, trusted worldwide by healthcare practitioners to help them make the right decisions at the point of care. It is proven to change the way clinicians practice medicine, and is the only resource of its kind associated with improved outcomes.
rr aspires to be your primary debugging tool, replacing — well, enhancing — gdb. You record a failure once, then debug the recording, deterministically, as many times as you want. The same execution is replayed every time.
rr also provides efficient reverse execution under gdb. Set breakpoints and data watchpoints and quickly reverse-execute to where they were hit.
rr works on real applications such as Firefox, with low overhead. It is being used by many developers inside and outside Mozilla to fix real bugs.
Counting bits (popcount), swapping bytes/endian (bswap32) and other compiler intrinsics.
The metric we all use for CPU utilization is deeply misleading, and getting worse every year. What is CPU utilization? How busy your processors are? No, that's not what it measures. Yes, I'm talking about the "%CPU" metric used everywhere, by everyone. In every performance monitoring product.