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

Latest posts

Last updated 4 days ago

Implementing Raft: Part 5 - exactly-once delivery

4 days ago

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

GoMLX: ML in Go without Python

30 days ago

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

ML in Go with a Python sidecar

about 1 month ago

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

Ranging over functions in Go 1.23

about 2 months ago

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

Bloch sphere

about 2 months ago

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

Calculating the norm of a complex number

2 months ago

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

Implementing Raft: Part 4 - Key/Value Database

2 months ago

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

Linearizability in distributed systems

3 months ago

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

Summary of reading: July - September 2024

3 months ago

"A City on Mars" By Kelly and Zach Weinersmith - actual discussion...

Notes on running Go in the browser with WebAssembly

3 months ago

Recently I've had to compile Go to WebAssembly to run in the...

Notes on the Euler formula

4 months ago

The Euler formula states that for any real x \[e^{ix}=cos(x)+i sin(x)\] Where...

SentencePiece BPE Tokenizer in Go

4 months ago

Earlier this year I wrote a post about implementing BPE tokenization in...