Explore >> Select a destination


You are here

www.coelacanth-dream.com
| | blog.tst.sh
62.5 parsecs away

Travel
| | SHENZHEN-IO [http://www.zachtronics.com/shenzhen-io/] is an interactive circuit building and programming puzzle game with a programmable microcontroller called the MC6000, it has an extremely simple instruction set and no memory besides 2 registers that can only store numbers from -999 to 999. Each instruction consists of a label,
| | ashvardanian.com
71.4 parsecs away

Travel
| | The race for AI dominance isn't just about who has the most computing - it's increasingly about who can use it most efficiently. With the recent emergence of DeepSeek and other competitors in the AI space, even well-funded companies are discovering that raw computational power isn't enough. The ability to squeeze maximum performance out of hardware through low-level optimization is becoming a crucial differentiator. One powerful tool in this optimization arsenal is the ability to work directly with PTX, NVIDIA's low-level Instruction Set Architecture (ISA). However, PTX instructions are quite different from those for traditional CPU assembly. PTX Intermediate Representations (IR) live between high-level languages like CUDA and the actual hardware-specific Streaming Assembler (SASS) instructions. PTX is more akin to Java bytecode than x86 Assembly. And as we're about to discover, they can reach lengths that would make even the most verbose x86 "opcodes" blush!
| | thatonegamedev.com
58.8 parsecs away

Travel
| | Intrinsics are like a recipe for the most optimized code that you can write to achieve certain behavior.
| | coornail.net
137.6 parsecs away

Travel
| A recent Hacker News thread got me to revisit my dotfiles repository and reflect on the tools I've been using for the past 10+ years. Technologies like the cloud and docker came, but surprisingly nothing major has changed in these years.