Notes on the Halting Problem 2023-12-07 https://blog.tal.bi/posts/halt-computability/ talbi #math #computability #turing
My 5 Favorite C Functions 2023-11-15 https://blog.tal.bi/posts/top-five-libc-functions/ talbi #c #programming #list
An Easy Factoring Problem (Factoring Prime Powers) 2023-10-21 https://blog.tal.bi/posts/factoring-prime-powers/ Ido Talbi #math #number-theory
The Cost of Virtual Functions 2023-10-02 https://blog.tal.bi/posts/virtual-functions-performance/ talbi #cpp #programming #performance
Beware when moving a std::optional! 2023-08-07 https://blog.tal.bi/posts/std-optional-move-pitfall/ talbi #programming #cpp #pitfalls
Primality Checking with Wilson’s Theorem 2023-07-14 https://blog.tal.bi/posts/wilsons-theorem-primality/ talbi #math #primes #programming #cpp #optimizations
An Introduction to C++ Concepts using Math 2023-05-09 https://blog.tal.bi/posts/guide-to-cpp20-concepts/ talbi #cpp #cpp20 #programming #math
[C++] is Turing Complete 2023-02-18 https://blog.tal.bi/posts/cpp-syntax-tc/ talbi #cpp #compilers #turing
Arbitrary-sized Integers in C23 2022-12-19 https://blog.tal.bi/posts/c23-bitint/ talbi #c #programming #c23
Integer factorisation: what’s the problem? 2022-12-10 https://blog.tal.bi/posts/factoring/ talbi #math #complexity #primes