Feb 12 · 29 min read · Arithmetic is the beating heart of every processor. Whether your machine is rendering 3-D graphics, training a neural network, or simply incrementing a loop counter, the ALU (Arithmetic Logic Unit) is doing the heavy lifting. In this deep-dive, I wan...
Join discussionMay 13, 2025 · 1 min read · В силу тривиальности понимания арифметических операций, нет смысла дополнительно интерпретировать их авторские описания, поэтому в дополнение к предыдущим двум постам просто список всех символов, классифицируемых автором категорией “Арифметика“ со сс...
Join discussionMay 11, 2025 · 2 min read · После необходимой и скучной отладки, второй неинтересный аспект - арифметика. Да, конечно, это базис, без которого невозможно представить себе вычисления, но поэтому и тривиально. Особенно раздражает, когда авторы, описывающие свою систему, начинают ...
Join discussionJan 10, 2025 · 2 min read · Есть возможность проверить, является ли что-то числом и есть класс для числовых отношений - num? , +Number. Можно отметить ещё такую деталь, что числа и списки чисел не надо “кавычить”, что естественно. Я числа называю автореферентными символами, пос...
Join discussionJul 3, 2024 · 16 min read · TypeScript is a statically typed language that allows you to define your own types. This is useful for many reasons, but one of the most powerful features of TypeScript is the ability to manipulate types in a similar way to how we manipulate values, ...
Join discussion
Jun 30, 2024 · 3 min read · Imagine a world where everything—patterns, nature, technology—can be explained through numbers. To navigate this world, we must first understand its language. We start at the very beginning: whole numbers, the first building blocks of mathematics, be...
Join discussion
Dec 11, 2023 · 3 min read · As Ethereum continues to be at the forefront of smart contract development, the introduction of Solidity 0.8 has marked a paradigm shift in how developers approach creating secure and efficient contracts on the blockchain. This pivotal update focuses...
Join discussionSep 18, 2023 · 8 min read · Performance is one of the main reasons people use assembly language programming. Assembly code can offer significant performance benefits over high-level languages due to its closeness to the hardware. This is especially true for arithmetic operation...
Join discussion