{:ok, Noah}
banner
nezteb.net
{:ok, Noah}
@nezteb.net
Senior backend engineer. Passionate about functional programming, concurrency models, decentralization, local-first development, self-hosting, etc.

Curious about Elixir? https://bsky.app/profile/nezteb.net/feed/aaaemobjvwlsq
The hardest part is finding a reliable HTTP3/QUIC/WebTransport implementation to use. So far I'm experimenting with `:wtransport` [1], but `:requiem` [2] is another option that hasn't been updated in a while.

[1] github.com/bugnano/wtra...
[2] github.com/xflagstudio/...
January 26, 2026 at 1:42 AM
I'm also working on a silly side project MMO using Elixir along with WebTransport and Babylon.js; I wish you luck on your endeavor!
January 25, 2026 at 10:23 PM
It's kinda task specific. A recent example: large project on Elixir 1.17 / OTP 26; I attempt to upgrade straight to Elixir 1.19 / OTP 28 (mostly an experiment). Clone two copies of the repo so I don't have to change branches and wait for a long rebuild. Much quicker subsequent builds. 😄
January 22, 2026 at 9:17 PM
I used to proclaim the benefits of git worktrees but all of the things worktrees provided for me could be replaced by just cloning the repo again in a new directory so I have two distinct copies on my filesystem to work with simultaneously. 😂
January 22, 2026 at 7:36 PM
Lately I've been digging math rock; particularly "American Football". en.wikipedia.org/wiki/Math_rock 😄
Math rock - Wikipedia
en.wikipedia.org
January 18, 2026 at 7:18 PM
I've also found that reliable property-based tests are a godsend when working on complex application code, especially with LLM tools. StreamData is particularly nice: github.com/whatyouhide/... #ElixirLang 🙌
GitHub - whatyouhide/stream_data: Data generation and property-based testing for Elixir. 🔮
Data generation and property-based testing for Elixir. 🔮 - whatyouhide/stream_data
github.com
January 18, 2026 at 7:13 PM
I still unironically listen to L70ETC: youtu.be/uOpdyytB3OY
I AM MURLOC - L70ETC
YouTube video by Protocube
youtu.be
January 17, 2026 at 11:35 PM
Gleamux
January 15, 2026 at 5:14 PM
I also have a Beelink machine with their cool GPU dock! It runs a Proxmox server with GPU passthrough for VMs and containers. 😄
January 10, 2026 at 10:12 PM
bench2.txt
GitHub Gist: instantly share code, notes, and snippets.
gist.github.com
January 8, 2026 at 12:06 AM
Here's a better benchmark with much larger inputs: livebook.dev/run?url=http... 😄
Run - Livebook.dev
Automate code & data workflows with interactive notebooks
livebook.dev
January 8, 2026 at 12:02 AM
Example results on my machine: gist.github.com/Nezteb/e241f...
bench.txt
GitHub Gist: instantly share code, notes, and snippets.
gist.github.com
January 7, 2026 at 9:21 PM
I was curious about the performance differences, so I set up a Livebook benchmark with Benchee: livebook.dev/run?url=http...
Run - Livebook.dev
Automate code & data workflows with interactive notebooks
livebook.dev
January 7, 2026 at 9:19 PM
Ahhh I'm in the middle of trying to migrate us to OTP 28. This specific project is still on OTP 26. 😅

If I ever finish the OTP 28 upgrade I'll test the Credo speeds again!
January 7, 2026 at 5:24 PM