~lobsters | Bookmarks (2109)
-
The YAML Exponent Problem causing chaos in your config files
It is by now well known that YAML has a Norway problem, where the country code...
-
BTrees, Inverted Indices, and a Model for Full Text Search
Whenever I get into a new technology (A new database feature, a fancy distributed queue, an...
-
Lisp Programs Don't Have Parentheses
Lisp programs don't have parentheses — they are made of nested linked lists. The parentheses only...
-
Happy 18th Birthday CUDA!
This post is a brief ‘warm up’ to a short series of posts on interesting aspects...
-
𝐖ell-𝚻yped 𝐑eflections
The Y combinator is a central concept in lambda calculus, which is the formal foundation of...
-
Django: what’s new in 5.2 - Adam Johnson
Django 5.2 was released last Wednesday, another exciting step forward for our favourite web framework. It...
-
blog :: Brent -> [String] - Competitive Programming in Haskell: stacks, queues, and monoidal sliding windows
This is a relatively simple algorithm, which is considered folklore, but is still somewhat obscure to...
-
Async from scratch 1: What's in a Future, anyway? | natkr's ramblings
There are a lot of guides about how to use async Rust from a "user's perspective",...
-
Why is Snapshot Isolation not enough?
Let's talk about why Snapshot Isolation is not enough for a general purpose concurrency control. Snapshot...
-
Visualizing a Million Time Series with the Density Line Chart
Abstract: Data analysts often need to work with multiple series of data—conventionally shown as line charts—at...
-
How Prime Video Cut UI Latency 7.6x by Switching to Rust | AIM Media House
It takes less than a minute to find programmers singing praises for Rust on an online...
-
what if the poison were rust?
The OpenBSD kernel has a set of functions to help detect memory corruption, the poison subroutines....
-
What are "promotional" websites (not doc sites) that as a developer/SW eng you find useful/descriptive of a technology you use or consider using? | Lobsters
After spending hours wading through sparse documentation when evaluating new tech, I’m wondering what promotional sites...
-
Doing the Prospero-Challenge in RPython
Recently I had a lot of fun playing with the Prospero Challenge by Matt Keeter. The...