Source: A look back at the Argus C44 rangefinder camera
Summary
The Argus C44 is a durable camera that was perfect for an everyman. Although it wasn’t as fancy as other cameras of its time, with proper lighting conditions and a steady hand, the images it produces stand up to modern-day standards.
Facts
Source: SIMD with Zig
Summary
We can use SIMD to leverage CPU instructions and check multiple characters of our input in parallel. Using Zig, we can create vectors and compare them using arithmetic or bitwise operations. A quick solution to extract the index of the first instance of a character is to use the std.simd.firstTrue function.
Facts