We Rewrote JSONata with AI in a Day, Saved $500K/Year

we-rewrote-jsonata-with-ai-in-a-day,-saved-$500k/year

A few weeks ago, Cloudflare published “How we rebuilt Next.js with AI in one week.” One engineer and an AI model reimplemented the Next.js API surface on Vite. Cost about $1,100 in tokens. ‍ The implementation details didn’t interest me that much (I don’t work on frontend frameworks), but the methodology did. They took the […]

The ANSI art ”telecomics” of the 1992 election

the-ansi-art-”telecomics”-of-the-1992-election

This is the final part of a multi-part series. In an alternate universe somewhere, nobody has heard of “webcomics.” Instead, there are thousands of “telecomics.” Thirty years ago, Don Lokke Jr. hoped to make that universe a reality. In 1992, he coined the term “telecomics” to describe his new digital comic strips, drawn primarily in […]

Joining databases across teams without copying data or running servers

March 2026 When two teams need to combine data, the usual answer is infrastructure: an ETL pipeline, an API, a message bus. Each adds latency, maintenance burden, and a new failure mode. The data moves because the systems can’t share it in place. There’s a simpler model. If your database is an immutable value in […]

Apple discontinues the Mac Pro

apple-discontinues-the-mac-pro

It’s the end of an era: Apple has confirmed to 9to5Mac that the Mac Pro is being discontinued. It has been removed from Apple’s website as of Thursday afternoon. The “buy” page on Apple’s website for the Mac Pro now redirects to the Mac’s homepage, where all references have been removed. Apple has also confirmed […]

New York City hospitals drop Palantir as controversial AI firm expands in UK

new-york-city-hospitals-drop-palantir-as-controversial-ai-firm-expands-in-uk

New York City’s public hospital system announced that it would not be renewing its contract with Palantir as controversy mounts in the UK over the data analytics and AI firm’s government contract. The president of the US’ largest municipal public healthcare system, Dr Mitchell Katz, testified last week before the New York city council that […]

We haven’t seen the worst of what gambling and prediction markets will do

we-haven’t-seen-the-worst-of-what-gambling-and-prediction-markets-will-do

Here are three stories about the state of gambling in America. Baseball In November 2025, two pitchers for the Cleveland Guardians, Emmanuel Clase and Luis Ortiz, were charged in a conspiracy for “rigging pitches.” Frankly, I had never heard of rigged pitches before, but the federal indictment describes a scheme so simple that it’s a […]

CERN to host Europe’s flagship open access publishing platform

cern-to-host-europe’s-flagship-open-access-publishing-platform

Representation of the multidisciplinary nature of the ORE platform (Image: Santa Fe) In an important step for open science, CERN has been selected to host a new phase of Open Research Europe (ORE), an initiative supported by the European Commission and a new funding consortium of European national funding agencies and research organisations. Aligned with […]

Chroma Context-1: Training a Self-Editing Search Agent

chroma-context-1:-training-a-self-editing-search-agent

Using search systems in conjunction with a large language model (LLM) is a common paradigm for enabling language models to access data beyond their training corpus. This approach, broadly known as retrieval-augmented-generation (RAG), has traditionally relied on single-stage retrieval pipelines composed of vector search, lexical search, or regular expression matching, optionally followed by a learned […]

Show HN: Turbolite – a SQLite VFS serving sub-250ms cold JOIN queries from S3

show-hn:-turbolite-–-a-sqlite-vfs-serving-sub-250ms-cold-join-queries-from-s3

turbolite is a SQLite VFS in Rust that serves point lookups and joins directly from S3 with sub-250ms cold latency. It also offers page-level compression (zstd) and encryption (AES-256) for efficiency and security at rests, which can be used separately from S3. turbolite is experimental. It is new and contains bugs. It may corrupt your […]