Comparison of spatial patterns in categorical raster data for overlapping regions using R
A technical guide comparing spatial patterns in categorical raster data using R, focusing on land cover change analysis.
A technical guide comparing spatial patterns in categorical raster data using R, focusing on land cover change analysis.
Explores using C++23's std::chrono library to handle dates, times, and time zones, including formatting and retrieving current global times.
Key lessons from 2024 ML conferences on building effective machine learning systems, covering reward functions, trade-offs, and practical engineering advice.
A technical guide on implementing hackable date-based URL indexes (year, month, day) in the Eleventy static site generator using custom collections and templates.
Analyzing ORNL's AI-generated dataset of 131 million US building footprints, including download, setup, and technical analysis.
A response to Jason Fried's article advocating for 'Maximally Proud Version 1s' (MPV1s) over traditional MVPs in software product development.
October 2024 updates for Azure OpenAI, including Data Zone Standard deployment, Global Batch API, and a real-time audio API.
A quick tip on using the `.git-blame-ignore-revs` file to exclude specific commits (like formatting changes) from Git blame output.
Explores using Python's pattern matching and comprehensions for efficient data cleaning, transformation, and analysis.
A critique of modern bug trackers, proposing a 'separation of concerns' principle to better distinguish factual bug records from planning data.
An experiment by MongoDB to predict customer demand and auto-scale database resources in MongoDB Atlas, aiming to reduce costs and carbon emissions.
A technical tip showing how to use AWK to convert CSV/TSV data into a human-readable markdown or HTML table for documentation.
A guide to building a declarative Copilot agent with actions using Visual Studio Code and the Teams Toolkit extension.
An exploration of ASCII control characters in the terminal, explaining their functions, categories, and limitations.
A technical analysis of the Outbox Pattern for microservices, its implementation, criticisms, and modern alternatives in 2024.
A guide to building a personal 'AppRunner' on a single EC2 instance using Cloudflare Zero Trust for secure, internal app hosting.
A hands-on tutorial for setting up a local data lakehouse with Apache Iceberg, Dremio, and Nessie using Docker in under 10 minutes.
Explains the Tip & Tail release model used by OpenJDK to manage Java library dependencies and releases, helping developers innovate faster.
A technical analysis of the Outbox Pattern for microservices, examining its implementation, criticisms, and modern alternatives in 2024.
A guide to using the Porcupine library to check for linearizability in distributed systems like registers and key-value stores, implemented in Go.