You can also also view the full archives of micro-posts. Longer blog posts are available in the Articles section.
by failing to provide programmers with features they need to make the best use of modern hardware, programmers instead resort to enabling an option that is known to be blatantly unsafe. — Beware of fast-math
Sad Sad Apple Tears: A thoughtful review and commentary on Apple’s evolution from a developer’s point of view. #apple
Happy birthday to you dearest …
I am not saying that it’s not useful at all. If what you’re doing to begin with is copying and pasting code from e.g. Stack Overflow, then sure, because Google and other search engines have become so bad, AI can often provide you with relevant answers much faster than you shifting through page after page of useless Google junk. The reason why i don’t use AI or even code completion
Perfect Random Floating-Point Numbers. TL;DR generate floating-point numbers with probabilities given by drawing a real number and then rounding to floating point.
/me is listening to “Danny” by The Durutti Column
A simple search engine from scratch. Looks interesting.
TIL about basedpyright, which provides better defaults and additional capabilities compared to pyright, like inlay hints. #python
Differentiable Programming from Scratch: A clear and concise exposition of DP applied to computer graphics.