🦞🌯 Lobster Roll

All LHN/.~Ars

Data / Databases / Infrastructure (2025-12)

RSS

Showing stories from 2025-12. View all

Atmospheric Computing (pfrazee.com)
Why Object of Arrays (SoA pattern) beat interleaved arrays: a JavaScript performance rabbit hole (royalbhati.com)
A way to do an open and permissionless mesh network (fiatjaf.com)
SQLite3 ported to use LMDB instead of its original Btree code (github.com)
Working with custom GUCs in Postgres extension (clickhouse.com)
Show HN: Region-proxy – One-command SOCKS proxy through AWS EC2 in any region (github.com)
Show HN: Basehook – Webhook management system built on Postgres (github.com)
Hi HN! I built Basehook to automate common webhook patterns I&#x27;ve had to manually implement across multiple projects: buffering, smart deduplication, and payload inspection.<p>The core idea: webhooks are stored in Postgres, grouped by thread ID and revision number. You can then consume them eith...
Apple File System Reference (2020) (developer.apple.com)
Apple File System is the default file format used on Apple platforms. Apple File System is the successor to HFS Plus, so some aspects of its design intentionally follow HFS Plus to enable data migration from HFS Plus to Apple File System. Other aspects of its design address limitations with HFS Plus...
Show HN: Bill My Cloud, a simple no-nonsense AWS cost estimator (billmycloud.org)
I built Bill My Cloud because I wanted a faster way to estimate AWS costs during early planning, without navigating the confusing official calculator or recording on spreadsheets.<p>This started as a simple calculator, but I’ve been expanding it based on real usage needs and AWS services. What it do...
Show HN: Dockerized benchmark suite for Sharp vs. Lazy-Image (Rust-based) (github.com)
Show HN: Running Analytics on 22 GB of Hacker News in SQLite (philippdubach.com)
First of all please go check out the amazing project this analysis is based on: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=46435308" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=46435308</a><p>For my paper [1] I analyzed HN attention dynamics using 72k tempora...
Show HN: Zedis – A Native Redis GUI Built with Rust and GPUI (github.com)
Hi HN,<p>I built Zedis, a high-performance Redis client using Rust and GPUI (the UI framework from Zed).<p>Why: I wanted a GUI that starts instantly and feels native, avoiding the resource heaviness of Electron.<p>Platforms: Thanks to GPUI, Zedis supports macOS, Linux, and Windows. Disclaimer: I dev...
Web engine CI on a shoestring budget (azabani.com)
DevOps Holiday Emergency Checklist (ondemanddevops.com)
The "setup tax" on AWS H100s is killing iterative research
I&#x27;ve been benchmarking the cost economics of fine tuning 70B parameter models on AWS H100 instances versus distributed consumer hardware (RTX 4090s over WAN).<p>The common assumption is that consumer swarms are too slow due to latency. But my modeling suggests we are ignoring the &quot;setup ta...
Show HN: End-to-End Static Type Checking: PostgreSQL to TypeScript (npgsqlrest.github.io)
Immutable Infrastructure, Immutable Code (aicoding.leaflet.pub)
Show HN: DBcooper – Open-source database client for macOS built with Tauri (github.com)
Hey HN! I built DBcooper, a native macOS database client using Tauri (Rust) + React.<p>Supports PostgreSQL, SQLite, Redis, and ClickHouse in one app.<p>Features: - Schema visualizer with interactive ER diagrams - AI-powered SQL generation (bring your own OpenAI key) - Command palette for keyboard-fi...
Boxlite, SQLite-like agent runtime (github.com)
Modular Monolith and Microservices: Data ownership, boundaries, consistency and synchronization (binaryigor.com)
Understanding SQL parsers (nishchith.com)
Show HN: Sessy – Open-source email observability for AWS SES (github.com)
Show HN: PDU – Open-source PostgreSQL data rescue tool (github.com)
I built this tool after dealing with several PostgreSQL incidents where the instance could not start and logical backups were unavailable.<p>PDU is a read-only, last-resort recovery utility that extracts data directly from PostgreSQL data files. It’s fully open source, and I’m looking for feedback f...
MongoBleed: Unauthenticated memory-read vulnerability in MongoDB (bitsight.com)
Readings in Database Systems (5th Edition) (2015) (redbook.io)
OpenSSL Performance Still Under Scrutiny (feistyduck.com)
Intro to Foundation DB via a Distributed Mutex (jander.land)
Show HN: Vektor – A native PHP vector database using HNSW (github.com)
DnsMesh for Kubernetes Workloads
Hello, everyone I would like to share my new project with the name dash dns. It basically lets you define your DnsPolicies on Kubernetes and easily simulate, filter and monitor your DNS activity of the pods via sidecar pods. The comments and ideas are more than welcome.<p>Here is the link of the pro...
Docker Sandboxes (docs.docker.com)