Monday 2024-07-29 Assorted Links
Assorted Links links
Published: 2024-07-29
Monday 2024-07-29 Assorted Links

Assorted links for Monday, July 29:

  1. rr

    rr aspires to be your primary C/C++ debugging tool for Linux, 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.

  2. How we improved availability through iterative simplification
  3. Introducing Bazel 7.2’s Output Service protocol

    One of the exciting new features in Bazel 7.2 is support for the Bazel Output Service which allows Bazel to lazily materialize outputs when you access them with normal filesystem operations. This allows you to maintain visibility to the entire output tree while still saving network bandwidth.

  4. How to review code effectively: A GitHub staff engineer’s philosophy
  5. What’s new in .NET Aspire 8.1 for cloud native developers!