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 242 followers

Latest posts

Last updated 19 days ago

Making any integer with four 2s

19 days ago

There's a cute math puzzle that can be interesting to folks on...

Benchmarking utility for Python

23 days ago

Go programmers have it pretty good with the benchmarking capabilities provided by...

Decorator JITs - Python as a DSL

about 1 month ago

Spend enough time looking at Python programs and packages for machine learning...

Reverse mode Automatic Differentiation

about 2 months ago

Automatic Differentiation (AD) is an important algorithm for calculating the derivatives of...

Summary of reading: October - December 2024

2 months ago

"Dr. Euler's Fabulous Formula" by Paul J. Nahin - a kind of...

Implementing Raft: Part 5 - exactly-once delivery

3 months ago

This is Part 5 in a series of posts describing the Raft...

GoMLX: ML in Go without Python

4 months ago

In the previous post I talked about running ML inference in Go...

ML in Go with a Python sidecar

4 months ago

Machine learning models are rapidly becoming more capable; how can we make...

Ranging over functions in Go 1.23

4 months ago

Go 1.23 shipped with a new major feature: ranging over functions (also...

Bloch sphere

4 months ago

When learning the basics of quantum computing, the Bloch sphere comes early...

Calculating the norm of a complex number

5 months ago

In this quick post I'll dispel a common confusion in the basic...

Implementing Raft: Part 4 - Key/Value Database

5 months ago

This is Part 4 in a series of posts describing the Raft...