System Design
There are only four sensible ways to build a website
L123: A Lotus 1-2-3–style terminal spreadsheet with modern Excel compatibility
Richard Yen: Understanding Bitmap Heap Scans in PostgreSQL
Introduction When people first start reading PostgreSQL execution plans, they quickly learn a few common scan types: Seq Scan, Index Scan, Index Only Scan. But eventually another one appears that is less obvious: Bitmap Heap Scan, which is almost always accompanied by Bitmap Index Scan. At first glance, it sounds like two scans on the same table – a very inefficient choice?! But bitmap scans are actually one of the planner’s most practical tools for balancing random I/O vs sequential a...
X / Twitter
You have to have an account to read IMDB reviews now
Agentic Commerce and Payments
U.S. companies back Sam Altman's World ID even as much of the world pushes back
xAI
China blocks Meta's acquisition of AI startup Manus
AGI and AI Safety
OpenAI: Our Principles
jcd - jump change directory cli tool
Blockchain
Git-based cache saves 50% on token usage
Space Tech
The Quiet Resurgence of RF Engineering
X / Twitter
Did a Time Traveling Superintelligent AI Try to Warn About White House Correspondents Dinner Shooting? An Investigation
Exploring the origins of an incredibly dumb, Magic Eye-themed WHCD conspiracy theory.
Database Administration and Tooling
Christophe Pettus: Notice of Obsolescence
Yesterday David Steele announced that he is stepping away from pgBackRest. After thirteen years, the most widely-deployed dedicated backup tool in the PostgreSQL ecosystem is no longer maintained. The current release, v2.58.0, is the last release. Steele asks that any forks pick a new name, which…
Search Engines
Mixing numeric attributes into text search for better first-stage relevance
GitHub is having issues now
Anthropic
Claude-powered AI coding agent deletes company database in 9 seconds
Open-Source KiCad PCBs for Common Arduino, ESP32, RP2040 Boards
89 vulnerabilities in XAPI / Citrix XenServer
AWS
Deloitte optimizes EKS environment provisioning and achieves 89% faster testing environments using Amazon EKS and vCluster
In this post, we explore how Deloitte used Amazon EKS and vCluster to transform their testing infrastructure.
OpenAI
OpenAI ends Microsoft legal peril over its $50B Amazon deal
Artificial Intelligence
DeepMind’s David Silver just raised $1.1B to build an AI that learns without human data
Decoupled DiLoCo: Resilient, Distributed AI Training at Scale
I analyzed 571M Amazon reviews to find the most profanity-filled customer rants
How Rust Compiles (2025)
Intel Ends Open Ecosystem Community/Evangelism Projects
Platform Engineering
Adding a team was the wrong strategic decision
xAI
The missing step between hype and profit
This story originally appeared in The Algorithm, our weekly newsletter on AI. To get stories like this in your inbox first, sign up here. In February, I picked up a flyer at an anti-AI march in London. I can’t say for sure whether or not its writers meant to riff on South Park’s underpants gnomes. But…
X / Twitter
Investors back Skye’s AI home screen app for iPhone ahead of launch
Open Source
GitHub Copilot is moving to usage-based billing
Artificial Intelligence
From Clicks to Conversions: Architecting Shopping Conversion Candidate Generation at Pinterest
Authors: Richard Huang | Machine Learning Engineer II; Yu Liu | Senior Machine Learning Engineer; Ziwei Guo | Senior Machine Learning Engineer; Andy Mao | Staff Machine Learning Engineer; Supeng Ge | Sr. Staff Machine Learning EngineerIntroductionAt Pinterest, conversion ads are crucial for matching users with products they are likely to purchase, boosting value for both users and advertisers¹. While conversion actions like checkout or add-to-cart are highly valuable, they are also technica...
Show HN: Utilyze – an open source GPU monitoring tool more accurate than nvtop
Apple
Apple is dropping AFP/TimeCapsule support in macOS 27
X / Twitter
Canva apologizes after its AI tool replaces 'Palestine' in designs
Privacy
US Supreme Court Reviews Police Use of Cell Location Data to Find Criminals
The Woes of Sanitizing SVGs
Cloud Providers
Dutch central bank dithces AWS and chooses Lidl for European Cloud
Torsten Grust on The Haskell Interlude
Artificial Intelligence
Study Finds A Third of New Websites are AI-Generated
Researchers found the internet is becoming aggressively positive as AI-generated text floods the web.
AWS
AWS Weekly Roundup: Anthropic & Meta partnership, AWS Lambda S3 Files, Amazon Bedrock AgentCore CLI, and more (April 27, 2026)
Late March took me to Seattle for the Specialist Tech Conference, one of the most energizing gatherings of AWS specialists from around the world. It was an incredible opportunity to connect with peers, exchange experiences, and go deep on the latest advancements in Generative AI and Amazon Bedrock — and a powerful reminder of something […]
"Why not just use Lean?"
Lætitia AVROT: pgBackRest is dead. Now what?
I have been recommending pgBackRest as the best backup tool for PostgreSQL for years. I even wrote a blog post about it. My students at Université Lyon I were able to backup, restore, and perform PITR in four hours with zero prior knowledge of the tool. That is how good it was. I say “was” because David Steele, the sole maintainer of pgBackRest, has announced on the project’s GitHub page that he is stopping all work on the project.
Managing the Unmanaged Switch
HTML written only using the C preprocessor
Running Local LLMs Offline on a Ten-Hour Flight
Tendril – a self-extending agent that builds and registers its own tools
Startups and Venture
What’s behind Europe’s efforts to ditch U.S. software in favor of sovereign tech
X / Twitter
Sometimes Your Job is to Get in the Way
The Head of Product, Customer Service, and the CTO of Slack were sitting in the front row at an important conference. This was peak Slack; we were all the buzz, the fastest-growing enterprise software company in history. The conference speakers were singing out praises, and at that precise moment, Slack was down. Again. I wish… more
OpenAI and Microsoft Reach Deal to Give Startup New Freedom
Exploit Development
Government Hacking Tools Are Now in Criminals' Hands (with Lorenzo Franceschi-Bicchierai)
Here's what happened when powerful hacking tools from one of the most trusted vendors ended up in the wrong hands.
Email is crazy
Google DeepMind Paper Argues LLMs Will Never Be Conscious
Philosophers said the paper’s argument is sound, but that “all these arguments have been presented years and years ago.”
AI Psychosis
Welcome to the “find out” stage of AI
AI companies are looking a little different after going through renewal cycle.
Quantum Computing
We Are (Still) Living in the Long Boring
LLM Evaluation
Silicon Valley has forgotten what normal people want
OpenAI
The next phase of the Microsoft OpenAI partnership – OpenAI
Apple
Tim Cook Is Leaving. Good
OpenAI
Microsoft to Stop Sharing Revenue with Main AI Partner OpenAI
Artificial Intelligence
Rebuilding the data stack for AI
Artificial intelligence may be dominating boardroom agendas, but many enterprises are discovering that the biggest obstacle to meaningful adoption is the state of their data. While consumer-facing AI tools have dazzled users with speed and ease, enterprise leaders are discovering that deploying AI at scale requires something far less glamorous but far more consequential: data…
Microsoft
Windows 11's second-chance setup dialogs hurt IT, drain productivity
Ubuntu Linux Will Begin Landing AI Features Throughout the Next Year
Startups and Venture
China vetoes Meta’s $2B Manus deal after months-long probe
OpenAI
OpenAI could be making a phone with AI agents replacing apps
PostgreSQL
Christophe Pettus: Online Checksums Are Not Instant
For about fifteen years the answer to “can I turn on data checksums without an initdb?” has been “not really.” pg_checksums showed up in PostgreSQL 12 and made the job survivable, but you still had to shut the cluster down. For anyone running 24×7 production, that has left…
Database Administration and Tooling
Christophe Pettus: Retail DDL Arrives, One Function at a Time
For thirty years, the answer to “how do I get the DDL for this object?” in PostgreSQL has been: shell out to pg_dump -s and grep. Every tool that has ever needed to reconstruct an object definition — migration tools, schema diff utilities, \d replacements, every ORM that has tried to …
Generative AI
4TB of voice samples just stolen from 40k AI contractors at Mercor
Show HN: A terminal spreadsheet editor with Vim keybindings
X / Twitter
Getting my daily news from a dot matrix printer 2024
Meta
The Download: DeepSeek’s latest AI breakthrough, and the race to build world models
This is today’s edition of The Download, our weekday newsletter that provides a daily dose of what’s going on in the world of technology. Three reasons why DeepSeek’s new model matters On Friday, Chinese AI firm DeepSeek released a preview of V4, its long-awaited new flagship model. Notably, the model can process much longer prompts…
Spotify
Spotify’s next frontier: fitness content
Artificial Intelligence
Who Asked for This?
RAG
Quarkdown – Markdown with Superpowers
Pgbackrest is no longer being maintained
xAI
France's Mistral Built a $14B AI Empire by Not Being American
Fully Featured Audio DSP Firmware for the Raspberry Pi Pico
Space Tech
Meta inks deal for solar power at night, beamed from space
The QEII garden – built from its own ruins – opens in Regent's Park
Rust Memory Management: Ownership vs. Reference Counting
Software Engineering
It's OK to abandon your side-project
Space Tech