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

Latest posts

Last updated 4 days ago

Benchmarking utility for Python

4 days ago

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

Decorator JITs - Python as a DSL

19 days ago

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

Reverse mode Automatic Differentiation

about 1 month ago

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

Summary of reading: October - December 2024

about 2 months ago

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

Implementing Raft: Part 5 - exactly-once delivery

2 months ago

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

GoMLX: ML in Go without Python

3 months ago

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

ML in Go with a Python sidecar

3 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

4 months ago

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

Implementing Raft: Part 4 - Key/Value Database

4 months ago

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

Linearizability in distributed systems

5 months ago

Linearizability is a strong consistency model in concurrent and distributed systems. From...