1 comment

[ 2.1 ms ] story [ 12.2 ms ] thread
Hey HN, i just wanted to show this simple Go program i wrote that had quite a splashy effect (to me), i was inspired by https://justine.lol/memzoom/ but did wanted something that preserved the perceived value of the bytes in the visualization.

I used mozilla's mache[1] for reading program memory, and ebiten[2] for the UI, for the byte to color transformation I chose turbo[3] but it should be easy to change if you're colorblind for something like Viridis or Inferno.

[1] https://github.com/mozilla/masche [2] https://ebiten.org/ [3] https://ai.googleblog.com/2019/08/turbo-improved-rainbow-col...

Any suggestions, criticism and etc. are appreciated!