Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

eli.thegreenplace.net

Eli Bendersky's website

Get the latest updates from Eli Bendersky's website directly as they happen.

Follow now 260 followers

Latest posts

Last updated 5 days ago

LaTeX, LLMs and Boring Technology

5 days ago

Depending on your particular use case, choosing boring technology is often a...

Notes on using LaTeX to generate formulae

19 days ago

This post collects some notes on using LaTeX to render mathematical documents...

Summary of reading: July - September 2025

29 days ago

"The Compromise" by Sergei Dovlatov - (read in Russian) the author was...

Consistent hashing

about 1 month ago

This post is an introduction to consistent hashing an algorithm for designing...

Hilbert space: treating functions as vectors

about 2 months ago

The tools of linear algebra are extremely useful when working in Euclidean...

Implementing Forth in Go and C

2 months ago

I first ran into Forth about 20 years ago when reading a...

Notes on even and odd functions

4 months ago

A function that satisfies f(x)=f(-x) for its entire domain is called an...

Summary of reading: April - June 2025

4 months ago

"All Thirteen: The Incredible Cave Rescue of the Thai Boys' Soccer Team"...

Notes on Cramer's rule

5 months ago

Cramer's rule is a clever solution to the classical system of linear...

Convolutions, Polynomials and Flipped Kernels

5 months ago

This is a post about multiplying polynomials, convolution sums and the connection...

Teaching coding with JavaScript and p5.js

6 months ago

When asked which programming language to learn first - especially for kids...

Bloom filters

6 months ago

The original motivation for the creation of Bloom filters is efficient set...