AsmX Raptor: Native assembler and strict typing in system programming https://sudonull.com/asmx-raptor-native-assembler-and-strict-typing-in-system-programming
AsmX Raptor integrates assembler into the compiler's AST, offering unprecedented control and security for systems developers. Learn about the new compilation pipeline, evolution of the type system, and support for version-independent Linux kernel modules.
Elementary functions: analysis and complex properties https://sudonull.com/elementary-functions-analysis-and-complex-properties
Strict definition of exponential, logarithm, sin/cos through complex analysis. Parametrization of the circle, natural parameter. For mathematicians and developers — study properties without simplifications. Read the full breakdown.
Elvis access modifier in C# — static access control https://sudonull.com/elvis-access-modifier-in-c-static-access-control
How Elvis modifier ensures strict, compiler access control to private members in C#. Real examples, limitations and best practices for senior developers.
CoPoS: TSMC demands exclusivity from partners https://sudonull.com/copos-tsmc-demands-exclusivity-from-partners
TSMC imposes strict supply bans on competitors, locking the CoPoS supply chain. Learn how this will change the chip market and why AI giants are losing choice.
Redis Lua Queue: partition order and worker pool https://sudonull.com/redis-lua-queue-partition-order-and-worker-pool
Implementation of Redis queue on Lua for strict order in partitions, shared worker pool, retries. Benchmarks, diagrams, code. For middle/senior dev — study and implement.