The Markup’s Publishing System Will Now Include Right-Aligned Text: Here’s Why

The Markup, now a part of CalMatters, uses investigative reporting, data analysis, and software engineering to challenge technology to serve the public good. Sign up for Klaxon, a newsletter that delivers our stories and tools directly to your inbox. Picture this: you’re me, Miles, Full Stack Operations Engineer at The Markup. It’s the day of … Read more

The HackerNoon Newsletter: AI Doesn’t Mean the End of Work for Us (2/1/2026)

How are you, hacker? 🪐 What’s happening in tech today, February 1, 2026? The HackerNoon Newsletter brings the HackerNoon homepage straight to your inbox. On this day, we present you with these top quality stories. From Why Kubernetes Outages Are Usually Human Failures, Not Platform Bugs to Claude Code Launches Teleport Workflow: Start Anywhere, Continue … Read more

Generic interfaces: When to Use Them

There is an idea that is not obvious until you hear about it for the first time: as interfaces are types themselves, they too can have type parameters. This idea proves to be surprisingly powerful when it comes to expressing constraints on generic functions and types. In this post, we’ll demonstrate it, by discussing the … Read more