Issue 2022-W21
Published on
This week has been about diffs in neovim, a file manager in Tauri, memory leaks in Rust, open telemetry, web accessibility of CSS units and product teams' differences.
# Diffview
A neovim plugin to work with diffs for all modified files for any git rev.
# The Surprising Truth About Pixels and Accessibility
A tutorial on when to use pixels or rem/em to maximise web accessibilty.
# Spacedrive
A cross-platform file manager written with Rust and Tauri, powered by a virtual distributed filesystem (VDFS).
# Fixing Memory Leaks in Rust
An article on the journey of hunting a memory leak in a Rust distributed system.
Rust’s safety guarantees exist to protect us from invalid memory access, not resource starvation.
# Product vs. Feature Teams
An article on the organisational differences between the different ways of working packaged under 'Product Team'.
# OpenTelemetry
A collection of tools, APIs, and SDKs. Use it to instrument, generate, collect, and export telemetry data (metrics, logs, and traces) to help you analyze your software’s performance and behavior.