Cohere Transcribe: Speech Recognition

Cohere is announcing Transcribe, a state-of-the-art automatic speech recognition (ASR) model that is open source and available today for download. Speech is rapidly becoming a core modality for AI-enabled workloads and automations — from meeting transcription and speech analytics to real-time customer support agents. Our objective was straightforward: push the frontier of dedicated ASR model […]
Tell HN: Chrome says ”Suspicious Download” when trying to download yt-dlp
> Chrome itself is ”a tool to download files from Google’s servers.” …legitimately. While Google (I will reinforce: Google, not everyone) sees downloading of the videos and other content from the YouTube by third-party services as illegitimate because of YouTube’s ToS. After all, they’re making money from the YouTube Premium and ”Download” option provided by […]
GitHub Monaspace Case Study

The Monaspace superfamily contains five distinct typefaces, each with their own voice. Syntax highlighting, which in the past has relied on color and in some cases, bold or italics, now has an entirely separate dimension of emphasis to explore: typographic style. Our task was to satisfy all the constraints of making legible and successful monospace […]
Good code will still win

A couple of years ago, ”slop” became the popular shorthand for unwanted, mindlessly generated AI content flooding the internet including images, text, and spam. Simon Willison helped popularize the term, though it had been circulating in engineering communities in the years prior. At Greptile, we spend a lot of time thinking about questions like: Is […]
Zml-smi: universal monitoring tool for GPUs, TPUs and NPUs
zml-smi is a universal diagnostic and monitoring tool for GPUs, TPUs and NPUs. It provides real-time insights into the performance and health of your hardware. It is a mix between nvidia-smi and nvtop. It transparently supports all the platforms ZML supports. That is NVIDIA, AMD, Google TPU and AWS Trainium devices. It will be extended […]
What changes when you turn a Linux box into a router

This was written on March 1, 2026 What does it mean to turn a Linux system into networking infrastructure? I think it is incredibly cool that we can change a Linux system into a networking device. But have you ever wondered: What are we changing when we turn a Linux system into a router or […]
The Claude Code Source Leak: fake tools, frustration regexes, undercover mode
I use Claude Code daily, so when Chaofan Shou noticed earlier today that Anthropic had shipped a .map file alongside their Claude Code npm package, one containing the full, readable source code of the CLI tool, I immediately wanted to look inside. The package has since been pulled, but not before the code was widely […]
Open source CAD in the browser (Solvespace)
EXPERIMENTAL WEB VERSION SolveSpace is developed primarily as normal desktop software. It’s compact enough that it runs surprisingly well when compiled with emscripten for the browser, though. There is some speed penalty and there are many remaining bugs, but with smaller models the experience is often highly usable. In keeping with the experimental status of […]
Combinators
A combinator is a function or operator that only refers to its arguments and operands without modifying them in any way. Additionally, some other primitives have combinator-like behavior: Footnotes Some combinators have bird names, originating from To Mock a Mockingbird by Raymond Smullyan. Some of the bird names are taken from the Uiua combinator page. […]
Herbie: Automatically improve imprecise floating point formulas

Herbie Tutorial Herbie rewrites floating point expressions to make them more accurate. Floating point arithmetic is inaccurate; even 0.1 + 0.2 ≠ 0.3 in floating-point. Herbie helps find and fix these mysterious inaccuracies. To get started, download and install Herbie. You’re then ready to begin using it. Giving Herbie expressions Start Herbie with: racket -l […]