You are here |
www.thanassis.space | ||
| | | |
www.semiaccurate.com
|
|
| | | | It looks like AMD is going to split up their CPU designs once again. | |
| | | |
github.com
|
|
| | | | Real-time Mandelbrot zoom via SSE, AVX, OpenMP, CUDA, XaoS... - GitHub - ttsiodras/MandelbrotSSE: Real-time Mandelbrot zoom via SSE, AVX, OpenMP, CUDA, XaoS... | |
| | | |
coredumped.dev
|
|
| | | | A while ago while working on Rust-based Emacs, I was loading a new elisp file and hit a stack overflow. Digging deeper I found the issue in trying to print a cyclic list (where the tail of the list points back to previous element). I knew this was a possibility, and that at some point I would have to handle cycles. So I quickly implemented a version of Floyd's cycle detection algorithm (visualized here). | |
| | | |
nishtahir.com
|
|
| | One of the most interesting features of WebAssembly is its memory model. Despite providing a system that allows for direct access and control of raw bytes, it does this in a way that offers more safety than one would typically expect out of low-level environments like C/C++. WASM memory |