Lobster Roll

All LHN/.

Data / Databases / Infrastructure

RSS
Agent harness for Postgres to ClickHouse migration (clickhouse.com)
AWS suffered 'at least two outages' caused by AI tools, and now I'm convinced (tomsguide.com)
Amazon's AI coding bot caused 13-hour AWS outage (the-decoder.com)
Backing up Kubernetes clusters with Plakar (plakar.io)
IPv6 Adoption in 2026 (netmeister.org)
Show HN: MetaTrader 5 in Windows via Docker and QEMU/KVM with a REST API (github.com)
MetaTrader 5 only runs on Windows. The official Python library only works on Windows. If you want programmatic access to market data and order management from a Linux box, your options are Wine (broken), VPS (expensive and annoying), or write MQL5 (a C++ knockoff from 2005 that makes you want to cry...
Faster PlanetScale Postgres Connections with Cloudflare Hyperdrive (planetscale.com)
Open-source Discord alternatives (lwn.net)
Ten years late to the dbt party (DuckDB edition) (rmoff.net)
Show HN: I built a serverless API for automated website screenshots (npmjs.com)
Hi HN, I was tired of managing Puppeteer instances crashing my Docker containers every time I needed to take a screenshot of a modern SPA. So I wrapped an optimized Chromium layer into AWS Lambda, added smart waiting for lazy-loading, and turned it into an API. Would love your feedback on the archit...
Amazon's AI bots have been behind multiple AWS outages (sherwood.news)
OptimizeQL- open source AI-powered SQL query optimizer (github.com)
Why the Future of Postgres Is Autonomous (medium.com)
Pg-here: Run a local PostgreSQL instance in your project folder with one command (github.com)
Fault tolerant message passing C# with NATS.io: Use Distributed Object Store (nats-io.github.io)
Django ORM Standalone⁽¹⁾: Querying an existing database (paulox.net)
Django ORM Standalone⁽¹⁾: Querying an existing database (paulox.net)
Postgres for analytics: these are the ways (justpostgres.tech)
AWS Well-Architected Framework (docs.aws.amazon.com)
AWS Security Best Practices: Proven Strategies for 2026 (kellton.com)
Internationalise The Fediverse (2024) (shkspr.mobi)
The 8KB Page: PostgreSQL Page Layout Visualized (boringsql.com)
PostgreSQL's 8KB Page (boringsql.com)
Database table is an awful API (innoq.com)
Show HN: Syne – AI agent that remembers everything, built on PostgreSQL
I built Syne because I was tired of AI assistants that forget everything after each conversation.<p>Syne is a self-hosted AI agent framework where memory is a first-class citizen — stored as semantic vectors in PostgreSQL, searchable across millions of entries, and persistent forever.<p>Key features...
Show HN: SQL-tap now has a browser-based Web UI for real-time SQL monitoring
Hi HN, I shared sql-tap here a few weeks ago — a transparent SQL proxy that captures every query and lets you inspect it in real-time. Thanks for the feedback last time.<p>The biggest addition: *a built-in Web UI*. Add `--http=:8080` and open your browser — queries stream in via SSE, you can click t...
PostgreSQL Bloat Is a Feature, Not a Bug (rogerwelin.github.io)
Show HN: ClawData – reusable data engineering patterns on top of OpenClaw (github.com)
Hi HN,<p>I build data platforms (Snowflake, dbt, Airflow) and kept seeing the same issue: starting a clean analytics stack is harder than it should be. Not because of tools — but because of patterns.<p>How do you structure raw vs staging vs analytics layers? How do you ingest without creating a mess...
Show HN: pgtk - Pure SQL diagnostic functions for PostgreSQL (github.com)
Self-Hosting LLMs with Ollama and Docker (sitepoint.com)