ThanosCon Retrospective
A retrospective on organizing and running ThanosCon, a co-located event at KubeConEU 2024, focused on the Thanos open-source project for metrics.
A retrospective on organizing and running ThanosCon, a co-located event at KubeConEU 2024, focused on the Thanos open-source project for metrics.
Discusses the nuanced role of assumptions in statistics, distinguishing between necessary and sufficient conditions, and their impact on interpreting models like linear regression.
Microsoft Entra ID's public preview for passkeys marks a major step towards enterprise adoption of passwordless, phishing-resistant authentication.
A guide to performing project-wide find and replace operations in Neovim using Telescope, Quickfix, and the cfdo command.
A tutorial on using Terraform to create and initialize AWS CodeCommit repositories, including syncing initial files.
Explores the application of diffusion models to video generation, covering technical challenges, parameterization, and sampling methods.
A detailed review of the Keyboardio Model 100, a premium split mechanical keyboard with a wooden case, programmable keys, and custom sculpted keycaps.
Explores design considerations and challenges in message-passing applications using the SObjectizer framework and the actor model in C++.
A software developer's monthly business retrospective covering deployment security, release processes, and financial performance for TinyPilot hardware company.
A guide on how to test Angular components using the new Signal APIs with Angular Testing Library, covering input properties and setup.
A developer explores setting up a self-hosted Nextcloud server as a free, secure alternative to Dropbox for local file storage and backup.
A podcast episode discussing the pros and cons of solo versus team-based game development, focusing on decision-making, timelines, and motivation.
Explores the pros and cons of discretizing continuous features in machine learning, with a practical guide using scikit-learn's KBinsDiscretizer.
An analysis of key qualities that define excellent non-corporate technical blogs, including tackling complex topics and showing working code.
Explores the development of AI-powered typography tools that assist designers with font selection, spacing, and layout to create more empathetic and accessible designs.
Explains how to configure darkman to expose dark/light mode preferences via the xdg-desktop-portal API on Linux.
A tutorial on using Server Actions in Next.js 14 for full-stack CRUD operations with Prisma and SQLite.
A developer investigates a segmentation fault in a .NET crash-analyzer tool, detailing the debugging process on Linux using WinDbg.
FDO bans Hyprland maintainer Vaxry for toxic behavior, sparking public debate about community conduct and enforcement in open-source projects.
A tutorial on reading CSV data, deserializing it into Rust structs, and displaying it as a formatted table in the terminal using crates like csv, serde, and ratatui.