2024-11-11 |
ML in Go with a Python sidecar |
misc ‧ Eli Bendersky |
|
2024-11-02 |
Ranging over functions in Go 1.23 |
misc ‧ Eli Bendersky |
|
2024-10-30 |
Bloch sphere |
misc ‧ Eli Bendersky |
|
2024-10-18 |
Calculating the norm of a complex number |
misc ‧ Eli Bendersky |
|
2024-10-11 |
Implementing Raft: Part 4 - Key/Value Database |
misc ‧ Eli Bendersky |
|
2024-10-08 |
Linearizability in distributed systems |
misc ‧ Eli Bendersky |
|
2024-10-01 |
Summary of reading: July - September 2024 |
misc ‧ Eli Bendersky |
|
2024-09-14 |
Notes on running Go in the browser with WebAssembly |
misc ‧ Eli Bendersky |
|
2024-09-07 |
Notes on the Euler formula |
misc ‧ Eli Bendersky |
|
2024-08-24 |
SentencePiece BPE Tokenizer in Go |
misc ‧ Eli Bendersky |
|
2024-07-31 |
Building static binaries with Go on Linux |
misc ‧ Eli Bendersky |
|
2024-07-24 |
Notes on Taylor and Maclaurin series |
misc ‧ Eli Bendersky |
|
2024-07-10 |
Asking an LLM to build a simple web tool |
misc ‧ Eli Bendersky |
|
2024-07-04 |
Locally patching dependencies in Go |
misc ‧ Eli Bendersky |
|
2024-06-30 |
Summary of reading: April - June 2024 |
misc ‧ Eli Bendersky |
|
2024-06-26 |
Projections and Projection Matrices |
misc ‧ Eli Bendersky |
|
2024-06-01 |
Reading Google Sheets from a Go program |
misc ‧ Eli Bendersky |
|
2024-04-25 |
Tokens for LLMs: Byte Pair Encoding in Go |
misc ‧ Eli Bendersky |
|
2024-04-16 |
Method of differences and Newton polynomials |
misc ‧ Eli Bendersky |
|
2024-04-01 |
Summary of reading: January - March 2024 |
misc ‧ Eli Bendersky |
|
2023-08-23 |
Eli Bendersky: My favorite prime number generator |
misc ‧ Eli Bendersky |
|
2023-07-25 |
Common pitfalls in Go benchmarking |
misc ‧ Eli Bendersky |
|
2023-07-22 |
Preview: ranging over functions in Go |
misc ‧ Eli Bendersky |
|
2023-07-08 |
Ungrammar in Go and resilient parsing |
misc ‧ Eli Bendersky |
|
2023-07-01 |
Summary of reading: April - June 2023 |
misc ‧ Eli Bendersky |
|
2023-06-04 |
Plugins case study: Envoy WASM extensions |
misc ‧ Eli Bendersky |
|
2023-05-23 |
Demystifying Tupper's formula |
misc ‧ Eli Bendersky |
|
2023-05-09 |
Twenty years of blogging |
misc ‧ Eli Bendersky |
|
2023-05-06 |
FAAS in Go with WASM, WASI and Rust |
misc ‧ Eli Bendersky |
|
2023-04-22 |
WebAssembly Text code samples |
misc ‧ Eli Bendersky |
|
2023-04-18 |
itoa (integer to string) in WebAssembly |
misc ‧ Eli Bendersky |
|
2023-04-01 |
Summary of reading: January - March 2023 |
misc ‧ Eli Bendersky |
|
2023-03-29 |
RPC-Based Plugins in Go |
kretaceous |
|
2023-03-17 |
The power of single-method interfaces in Go |
misc ‧ Eli Bendersky |
|
2023-03-12 |
Sum of same-frequency sinusoids |
misc ‧ Eli Bendersky |
|
2023-03-05 |
Higher-order functions in Go |
misc ‧ Eli Bendersky |
|
2023-02-26 |
Using GoatCounter for blog analytics |
misc ‧ Eli Bendersky |
|
2023-02-16 |
Playing with indirect calls in WebAssembly |
misc ‧ Eli Bendersky |
|
2023-02-04 |
Building abstractions using higher-order functions |
misc ‧ Eli Bendersky |
|
2023-01-21 |
Reverse proxying a sub-domain via Apache |
misc ‧ Eli Bendersky |
|
2023-01-07 |
Summary of reading: October - December 2022 |
misc ‧ Eli Bendersky |
|
2022-12-15 |
Go and Proxy Servers: Part 3 - SOCKS proxies |
misc ‧ Eli Bendersky |
|
2022-11-20 |
SSH port forwarding with Go |
misc ‧ Eli Bendersky |
|
2022-11-10 |
Go and Proxy Servers: Part 2 - HTTPS Proxies |
misc ‧ Eli Bendersky |
|
2022-11-03 |
Replacing my home desktop computer |
misc ‧ Eli Bendersky |
|
2022-10-25 |
Go and Proxy Servers: Part 1 - HTTP Proxies |
misc ‧ Eli Bendersky |
|
2022-10-20 |
Book review: "The Future of Fusion Energy" by J. Parisi and J. Ball |
misc ‧ Eli Bendersky |
|
2022-10-02 |
Serving static files and web apps in Go |
misc ‧ Eli Bendersky |
|
2022-10-01 |
Summary of reading: July - September 2022 |
misc ‧ Eli Bendersky |
|
2022-09-17 |
Basic Go tooling for generics |
misc ‧ Eli Bendersky |
|
2022-09-13 |
Derivative of the Exponential Function |
misc ‧ Eli Bendersky |
|
2022-09-05 |
Sudoku, Go and WebAssembly |
misc ‧ Eli Bendersky |
|
2022-09-03 |
Parent links in Go ASTs |
misc ‧ Eli Bendersky |
|
2022-08-06 |
Error handling with Go tooling |
misc ‧ Eli Bendersky |
|
2022-07-15 |
How I went about learning Rust |
misc ‧ Eli Bendersky |
|
2022-07-12 |
Book review: "Crafting Interpreters" by Robert Nystrom |
misc ‧ Eli Bendersky |
|
2022-07-09 |
Exploring function parameter types with Go tooling |
misc ‧ Eli Bendersky |
|
2022-07-01 |
Summary of reading: April - June 2022 |
misc ‧ Eli Bendersky |
|
2022-06-20 |
Why is it easy to implement a Lisp? |
misc ‧ Eli Bendersky |
|
2022-06-11 |
The Y combinator in Go with generics |
misc ‧ Eli Bendersky |
|
2022-06-07 |
Performance of coroutine-style lexers in Go |
misc ‧ Eli Bendersky |
|
2022-05-30 |
Rewriting the lexer benchmark in Rust |
misc ‧ Eli Bendersky |
|
2022-05-04 |
A faster lexer in Go |
misc ‧ Eli Bendersky |
|
2022-04-02 |
Faster sorting with Go generics |
misc ‧ Eli Bendersky |
|
2022-04-01 |
Summary of reading: January - March 2022 |
misc ‧ Eli Bendersky |
|
2022-03-29 |
Interface method calls with the Go register ABI |
misc ‧ Eli Bendersky |
|
2022-03-19 |
Why coding interviews aren't all that bad |
misc ‧ Eli Bendersky |
|
2022-03-12 |
Some clues to understanding Benford's law |
misc ‧ Eli Bendersky |
|
2022-02-13 |
File-driven testing in Go |
misc ‧ Eli Bendersky |
|
2022-02-05 |
Building binary trees from inorder-depth lists |
misc ‧ Eli Bendersky |
|
2022-01-29 |
Rust extension traits, greppability and IDEs |
misc ‧ Eli Bendersky |
|
2022-01-23 |
Asimov, programming and the meta ladder |
misc ‧ Eli Bendersky |
|
2022-01-18 |
In defense of books |
misc ‧ Eli Bendersky |
|
2022-01-10 |
Summary of reading: October - December 2021 |
misc ‧ Eli Bendersky |
|
2021-11-13 |
Rust data structures with circular references (2021) |
thunderbong |
|
2021-11-13 |
Testing multiple implementations of a trait in Rust |
misc ‧ Eli Bendersky |
|
2021-10-27 |
A comprehensive guide to go generate |
misc ‧ Eli Bendersky |
|
2021-10-02 |
Summary of reading: July - September 2021 |
misc ‧ Eli Bendersky |
|
2021-10-02 |
Rewriting Go source code with AST tooling |
misc ‧ Eli Bendersky |
|
2021-08-28 |
Plugins in Go |
misc ‧ Eli Bendersky |
|
2021-07-17 |
Accessing PostgreSQL databases in Go |
misc ‧ Eli Bendersky |
|
2021-07-01 |
Summary of reading: April - June 2021 |
misc ‧ Eli Bendersky |
|
2021-06-10 |
REST Servers in Go: Part 7 - GraphQL |
misc ‧ Eli Bendersky |
|
2021-05-14 |
REST Servers in Go: Part 6 - authentication |
misc ‧ Eli Bendersky |
|
2021-04-24 |
Go socket servers with TLS |
misc ‧ Eli Bendersky |
|
2021-04-03 |
Go HTTPS servers with TLS |
misc ‧ Eli Bendersky |
|
2021-04-01 |
Summary of reading: January - March 2021 |
misc ‧ Eli Bendersky |
|
2021-03-07 |
REST Servers in Go: Part 5 - middleware |
misc ‧ Eli Bendersky |
|
2021-02-28 |
Implementing Raft: Part 3 - Persistence and Optimizations |
misc ‧ Eli Bendersky |
|
2021-02-28 |
Implementing Raft: Part 2 - Commands and Log Replication |
misc ‧ Eli Bendersky |
|
2021-02-28 |
Implementing Raft: Part 0 - Introduction |
misc ‧ Eli Bendersky |
|
2021-02-28 |
How to send good pull requests on GitHub |
misc ‧ Eli Bendersky |
|
2021-02-28 |
Graceful shutdown of a TCP server in Go |
misc ‧ Eli Bendersky |
|
2021-02-28 |
PubSub using channels in Go |
misc ‧ Eli Bendersky |
|
2021-02-28 |
My Reading Habits |
misc ‧ Eli Bendersky |
|
2021-02-28 |
"Beating" C with 400 lines of unoptimized assembly |
misc ‧ Eli Bendersky |
|
2021-02-28 |
Diffie-Hellman Key Exchange |
misc ‧ Eli Bendersky |
|
2021-02-28 |
Simple Go project layout with modules |
misc ‧ Eli Bendersky |
|
2021-02-28 |
Summary of reading: July - September 2019 |
misc ‧ Eli Bendersky |
|
2021-02-28 |
Summary of reading: October - December 2020 |
misc ‧ Eli Bendersky |
|