Skip to main content
Ido Talbi's blog
All Posts
Tags
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
Comments on Python 3.11 Integer/String Conversion Limits
2022-09-18
https://blog.tal.bi/posts/python-int-str-conversion-limits/
talbi
#python-3-11
#python
#opinions
Experiments with Allocators
2022-07-23
https://blog.tal.bi/posts/experiments-with-allocators/
talbi
#programming
#cpp
#performance
New C22 Features
2022-04-01
https://blog.tal.bi/posts/new-c22-features/
talbi
#c
#programming
VLAs: The C feature nobody uses
2022-03-16
https://blog.tal.bi/posts/vlas-in-c/
talbi
#c
#programming
Namespaces in C
2021-11-29
https://blog.tal.bi/posts/namespaces-in-c/
talbi
#c
#programming
#bad-ideas
The Abuse of Superscript
2021-11-16
https://blog.tal.bi/posts/abuse-of-superscript/
talbi
#math
#notation
Fast $\varphi$ exponentiation
2021-10-28
https://blog.tal.bi/posts/fast-phi-powers/
talbi
#golden-ratio
#fibonacci
#math
#programming
Exception handling in C
2021-10-24
https://blog.tal.bi/posts/exceptions-in-c/
talbi
#c
#programming
Development on an iPad
2021-10-05
https://blog.tal.bi/posts/development-on-ipados/
talbi
#ipad