Categories

How to Install

Generics in Go: three years later, what has survived

Generics arrived in Go in March 2022 with high expectations and some skepticism. Three years on, idiomatic code barely uses them on the surface, but they have transformed deep libraries: type-safe collections, database clients, concurrency primitives. This analysis examines what has taken hold and why.

Technology

GitHub Copilot: The Future of AI Programming

GitHub Copilot is an AI-powered coding assistant that suggests code as you type, built into VS Code, JetBrains, and Neovim. It speeds up repetitive tasks and API exploration, but it also generates plausible code with real errors: studies document security vulnerabilities in a meaningful share of its suggestions, so every suggestion still needs human review.