tessi
tessi.bsky.social
tessi
@tessi.bsky.social
Software Engineer. Dabbling in elixir, ruby, rust and many others
https://github.com/tessi/
Haha look at my current setup. It does wobble, but when I wobble in the rhythm of the music, it’s called dancing!
May 27, 2025 at 11:11 AM
Thanks!
And I do have a warm spot reserved in my heart for e ink displays, so can’t wait to see yours and learn more :)
May 22, 2025 at 9:29 PM
Uhhh i love it! I sadly missed your talk at the conf, but will watch it as soon as it is available :)
May 21, 2025 at 6:52 PM
The wasm compiled elixir is called popcorn, try a live demo here: popcorn.swmansion.com
Popcorn
popcorn.swmansion.com
May 15, 2025 at 7:50 AM
Thanks! And quite a lot of what I show build on your contributions, so thanks got that too 💚
May 13, 2025 at 3:22 PM
Can't wait to see you all at @elixirconf.bsky.social - there is so many people I never saw in real life that I know are coming. It will be fun! :)
May 13, 2025 at 11:01 AM
yes, that was me :) it was fun
May 13, 2025 at 10:44 AM
travel safe and see you there! :)
May 13, 2025 at 7:51 AM
Thanks! 💜

Your message motivated me to post more regular updates :)
May 13, 2025 at 7:39 AM
It’s fun!
May 4, 2025 at 4:29 PM
My favourite!
May 3, 2025 at 12:33 PM
Looks appropriately bright :D
May 1, 2025 at 3:50 PM
nah, thank but I'll probs just give it a shot myself first. Good luck on the keynote preps!
April 30, 2025 at 8:40 AM
yes! thanks a ton ☘️

gives me a reason for another fun night with benchmarks (who needs sleep anyways when you can have fun instead!)
April 30, 2025 at 8:39 AM
so maybe instead of having

```
Benchee.run(
[...],
inputs: %{
"input 1" => 1,
"input 2" => 2
}
)
```

something like

```
inputs: %{
"work items" => [1, 10, 20, ...],
"fn calls" => [1, 10, 20, ...],
"instances" => [1, 10, 20, ...]
}
```

then bench all points in this 3d space
April 30, 2025 at 8:19 AM
I want to bench a wasmex call into a Wasm, but scaling different things:
* number of items to process per call
* call the function more often on the same Wasm instance
* scale up number of instances

And then combine these into a 3D scatter plot of sorts
April 30, 2025 at 8:17 AM
@tylerayoung.com just stumbled over a text adventure programming tutorial on the orange site which can be adapted to whichever language you chose: helderman.github.io/htpataic/htp...
1. Introduction
helderman.github.io
April 27, 2025 at 4:42 PM