Web
Jun
19
2018
Viewing moon images from 1966 with IIPImage
I happened to read article on how earliest images of the moon were better than people realised. That made me curious about the images and I found that they are available on NASA PDS Imaging Node The images are in raw 16bit integer format and need to be converted into something that a modern computer …
Read more...
Feb
19
2018
Compiling WebAssembly with LLVM/Clang
As you might already know the recommended tool to compile WebAssembly is by using emscripten. Basically emscripten can do everything for you: providing libc, OS emulation layer, a lot of the common libraries and even a HTML template with all the necessary Javascript boilerplate. If you just want to …
Read more...