Miguel Ángel Pastor Olivar 's Avatar

Miguel Ángel Pastor Olivar

@migue

Proud dad and husband

151
Followers
126
Following
762
Posts
25.08.2023
Joined
Posts Following

Latest posts by Miguel Ángel Pastor Olivar @migue

GNU and the AI reimplementations - <antirez> GNU and the AI reimplementations

GNU and the AI reimplementations antirez.com/news/162

09.03.2026 09:21 👍 0 🔁 0 💬 0 📌 0
Preview
Parma for Mortals A plain-language walkthrough of how Parma protects your containers from the people running them.

Parma for Mortals

08.03.2026 09:21 👍 0 🔁 0 💬 0 📌 0
Preview
Building a Database on S3 Hold your horses, though. I'm not unveiling a new S3-native database. This paper is from 2008. Many of its protocols feel clunky today. Yet...

Building a Database on S3 muratbuffalo.blogspot.com/2026/03/buil...

05.03.2026 09:21 👍 0 🔁 0 💬 0 📌 0
Preview
Rust zero-cost abstractions vs. SIMD A customer query was taking over 4× longer than it should have. The profiler pointed at Rust code we'd assumed was free. We followed the trail all the way down to assembly to find the true cost.

Rust zero-cost abstractions vs. SIMD

04.03.2026 16:53 👍 0 🔁 0 💬 0 📌 0
Beej's Guide to Network Programming Using Internet Sockets

Beej's Guide to Network Programming: Using Internet Sockets beej.us/guide/bgnet/...

04.03.2026 16:53 👍 0 🔁 0 💬 0 📌 0
Preview
Inside the M4 Apple Neural Engine, Part 1: Reverse Engineering How we bypassed CoreML and talked directly to the hardware

Inside the M4 Apple Neural Engine, Part 1: Reverse Engineering

04.03.2026 16:53 👍 1 🔁 0 💬 0 📌 0
Preview
the mathematics of compression in database systems why compression is (almost) always worthwhile

the mathematics of compression in database systems

04.03.2026 16:16 👍 0 🔁 0 💬 0 📌 0
Preview
GenDB: The Next Generation of Query Processing — Synthesized, Not Engineered Content selection saved. Describe the issue below:

GenDB: The Next Generation of Query Processing — Synthesized, Not Engineered arxiv.org/html/2603.02...

04.03.2026 15:30 👍 0 🔁 0 💬 0 📌 0
Preview
Bespoke OLAP: Synthesizing Workload-Specific One-size-fits-one Database Engines Modern OLAP engines are designed to support arbitrary analytical workloads, but this generality incurs structural overhead, including runtime schema interpretation, indirection layers, and…

Bespoke OLAP: Synthesizing Workload-Specific One-size-fits-one Database Engines arxiv.org/abs/2603.02001

04.03.2026 09:21 👍 1 🔁 0 💬 0 📌 0
Preview
When AI Writes the World's Software, Who Verifies It? Leonardo de Moura — Creator of Lean and Z3

When AI Writes the World’s Software, Who Verifies It? leodemoura.github.io/blog/2026/02...

03.03.2026 16:16 👍 0 🔁 0 💬 0 📌 0
https://brooker.co.za/blog/2026/02/25/sfq.html

SFQ: Simple, Stateless, Stochastic Fairness

26.02.2026 09:21 👍 0 🔁 0 💬 0 📌 0
Turing Award Winner On Thinking Clearly, Paxos vs Raft, Working With Dijkstra | Leslie Lamport
Turing Award Winner On Thinking Clearly, Paxos vs Raft, Working With Dijkstra | Leslie Lamport I interviewed Leslie Lamport, a Turing Award winner known for his contributions to distributed systems and the inventor of the Paxos algorithm. We walked through the major contributions of his career…

Turing Award Winner On Thinking Clearly, Paxos vs Raft, Working With Dijkstra

24.02.2026 06:36 👍 1 🔁 0 💬 0 📌 0
Preview
Modular: The Claude C Compiler: What It Reveals About the Future of Software Compilers occupy a special place in computer science. They're a canonical course in computer science education. Building one is a rite of passage. It forces you to confront how software actually…

Modular: The Claude C Compiler: What It Reveals About the Future of Software

22.02.2026 09:21 👍 0 🔁 0 💬 0 📌 0
Preview
BitFields API: Type-Safe Bit Packing for Lock-Free Data Structures Modern concurrent data structures increasingly rely on atomic operations to avoid the overhead of locking. A valuable but under-utilized technique for maximi...

BitFields API: Type-Safe Bit Packing for Lock-Free Data Structures rocksdb.org/blog/2025/12...

19.02.2026 16:16 👍 0 🔁 0 💬 0 📌 0
MariaDB innovation: binlog_storage_engine MariaDB 12.3 has a new feature enabled by the option binlog_storage_engine . When enabled it uses InnoDB instead of raw files to store the b...

MariaDB innovation: binlog_storage_engine smalldatum.blogspot.com/2026/02/mari...

17.02.2026 16:16 👍 0 🔁 0 💬 0 📌 0
Preview
Zvec | A lightweight, lightning-fast, in-process vector database Meet Zvec

Zvec: A lightweight, lightning-fast, in-process vector database

17.02.2026 09:21 👍 1 🔁 0 💬 0 📌 0
Preview
Native Geospatial Types in Apache Parquet Native Geospatial Types in Apache Parquet

Native Geospatial Types in Apache Parquet

15.02.2026 16:16 👍 0 🔁 0 💬 0 📌 0
Preview
How to build a distributed queue in a single JSON file on object storage How to build a single global queue for distributed systems on object storage: Start with a single file on object storage, then add write batching, a stateless broker, and high-availability.

How to build a distributed queue in a single JSON file on object storage

14.02.2026 09:21 👍 0 🔁 0 💬 0 📌 0
Preview
Sourav Singh Rawat Systems engineer writing about databases, distributed systems, and low-level programming.

Redis/Valkey Replication Internals: The Architecture Behind Zero-Copy Command Propagation frostzt.com/blog/redis-v...

13.02.2026 16:16 👍 0 🔁 0 💬 0 📌 0
Preview
Vector search using only Parquet and DataFusion – Xiangpeng’s blog Just tune your existing stack

Vector search using only Parquet and DataFusion blog.xiangpeng.systems/posts/vector...

13.02.2026 09:21 👍 0 🔁 0 💬 0 📌 0
Preview
High-Throughput Graph Abstraction at Netflix: Part I By Oleksii Tkachuk, Kartik Sathyanarayanan, Rajiv Shringi

High-Throughput Graph Abstraction at Netflix: Part I netflixtechblog.medium.com/high-through...

12.02.2026 16:16 👍 0 🔁 0 💬 0 📌 0

PGO: Current state and challenges fosdem.org/2026/events/...

12.02.2026 07:14 👍 0 🔁 0 💬 0 📌 0

Go: Inside Reflection fosdem.org/2026/events/...

11.02.2026 16:23 👍 0 🔁 0 💬 0 📌 0

Delegating SQL Parsing to PostgreSQL fosdem.org/2026/events/...

11.02.2026 09:21 👍 1 🔁 0 💬 0 📌 0
Preview
The Quest for One Million IOPS: Benchmarking Storage at LanceDB Learn how LanceDB benchmarks storage and how we achieved one million disk reads per second.

The Quest for One Million IOPS: Benchmarking Storage at LanceDB

09.02.2026 16:16 👍 0 🔁 0 💬 0 📌 0
Preview
Clickhouse Internals: A Deep Dive into ClickHouse Distributed Connection Pooling A deep dive into ClickHouse distributed connection pooling and why bursty workloads can trigger scary warnings without real failures.

Clickhouse Internals: A Deep Dive into ClickHouse Distributed Connection Pooling medium.com/@pranavmehta...

09.02.2026 09:21 👍 0 🔁 0 💬 0 📌 0
CockroachDB Serverless: Sub-second Scaling from Zero with Multi-region Cluster Virtualization You have to enable JavaScript in your browser's settings in order to use the eReader.

CockroachDB Serverless: Sub-second Scaling from Zero withMulti-region Cluster Virtualization dl.acm.org/doi/epdf/10....

06.02.2026 09:21 👍 0 🔁 0 💬 0 📌 0
Preview
The Art of Being Lazy(log): Lower latency and Higher Availability With Delayed Sequencing We're excited to launch Lightning Topics and Ripcord Mode. Lightning Topics use delayed sequencing to achieve 33ms median produce latency with S3 Express One Zone — a 70% reduction. Ripcord Mode lets…

The Art of Being Lazy(log): Lower latency and Higher Availability With Delayed Sequencing www.warpstream.com/blog/the-art...

05.02.2026 16:16 👍 1 🔁 0 💬 0 📌 0
Preview
Complexity in Computer Science Complexity in Computer Science is a textbook on computational complexity theory by Thomas Watson.

Complexity in Computer Science

05.02.2026 09:21 👍 0 🔁 0 💬 0 📌 0
Preview
TigerStyle TigerStyle is a coding philosophy focused on safety, performance, and developer experience.

TigerStyle: The software engineering methodology developed by TigerBeetle to produce safer, faster software in less time. tigerstyle.dev

04.02.2026 20:33 👍 2 🔁 1 💬 0 📌 0