This is a short summary. ↗ Open original to view full content
Scraping Javascript page using Python
from blog blag, | ↗ original
More from blag
Galloping Search
7 Dec 2024 |
original ↗
I recently learned about Galloping Search while building a distributed log called s3-log. It’s used to search sorted items when the upper bound is unknown. In this short post, I will share my notes and other alternatives I discovered for searching over unbounded items
Building a distributed log using S3 (under 150 lines of Go)
30 Nov 2024 |
original ↗
In this third part of the series, I will show how we can implement a durable, distributed, and highly available log using S3
Zero Disk Architecture
24 Nov 2024 |
original ↗
State is pain. The next generation of infrastructure tools will be built on diskless paradigm. In this short post I will explain what is Diskless / Zero Disk Architecture
PSA: Most databases do not do checksums by default
9 Nov 2024 |
original ↗
Most databases don’t do checksums by default. Disk corruptions go silently unnoticed.
PSA: SQLite does not do checksums
9 Nov 2024 |
original ↗
SQLite does not do checksums by default. Disk corruptions go silently unnoticed.