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

Latest posts

Last updated about 3 hours ago

GoMLX: ML in Go without Python

about 3 hours ago

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

ML in Go with a Python sidecar

11 days ago

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

Ranging over functions in Go 1.23

20 days ago

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

Bloch sphere

24 days ago

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

Calculating the norm of a complex number

about 1 month ago

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

Implementing Raft: Part 4 - Key/Value Database

about 1 month ago

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

Linearizability in distributed systems

about 2 months ago

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

Summary of reading: July - September 2024

about 2 months ago

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

Notes on running Go in the browser with WebAssembly

2 months ago

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

Notes on the Euler formula

3 months ago

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

SentencePiece BPE Tokenizer in Go

3 months ago

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

Building static binaries with Go on Linux

4 months ago

One of Go's advantages is being able to produce statically-linked binaries [1]...