Explore >> Select a destination


You are here

www.da.vidbuchanan.co.uk
| | ashvardanian.com
11.6 parsecs away

Travel
| | David Patterson had recently mentioned that (rephrasing): The programmers may benefit from using complex instruction sets directly, but it is increasingly challenging for compilers to automatically generate them in the right spots. In the last 3-4 years I gave a bunch of talks on the intricacies of SIMD programming, highlighting the divergence in hardware and software design in the past ten years. Chips are becoming bigger and more complicated to add more functionality, but the general-purpose compilers like GCC, LLVM, MSVC and ICC cannot keep up with the pace. Hardly any developer codes in Assembly today, hoping that the compiler will do the heavy lifting.
| | lemire.me
13.2 parsecs away

Travel
| |
| | jborza.com
14.2 parsecs away

Travel
| | Does it run DOOM? I was trying to find a good use case for my LILIGO TTGO T-Watch . It's a programmable smart watch featuring the amazing ESP32 chip and a 240x240 color LCD screen. I keep hearing about Doom running on this and that, sometimes directly and sometimes using the device as an exotic external screen. My project falls into the latter category, but it was a lot of fun to implement!
| | benhoyt.com
90.3 parsecs away

Travel
| My re-implementation of the code from the official Go tutorial 'Developing a RESTful API with Go and Gin', using only the standard library, adding tests, and fixing issues.