SQL

Stacked PRs in GitHub, Gemma 4 on Mac & Kimi K3 - The Weekly Diff #8

GitHub introduces stacked pull requests, Gemma 4 uses roughly 2 GB of memory for weights and KV cache on Apple Silicon, and Kimi K3 offers an unusual open-weight model architecture. Portable AI sessions, PostgreSQL 3D visualization, and why faster coding does not always produce better software. [...]

How to Run SQL Server on a Mac: A Step By Step Guide

SQL Server is not natively supported on macOS and thus, there is only one option to use it on macOS, and that is via Docker. In this tutorial, I will setup and configure SQL Server database on macOS via Docker, demonstrate how to connect to the database, and also show how to backup and restore the DB. [...]

Running PostgreSQL using Docker

In this tutorial, you will learn how to run PostgreSQL in a Docker container, map its port so tools on your machine can connect to it, persist data using volumes, and manage it with docker compose. [...]