donhatch
donhatch
The example calls clipnotify and, when it returns, does something with the new selection value. But what if a change arrives just before clipnotify starts listening? Then the program will...
I have trouble taking native/A+ promises seriously, mostly due to its impossible-to-analyze behavior around automagically unwrapping thenables (I believe this is commonly known as "failure to be a monad"). As...
I notice that, e.g. - Complex(1e-16, 1e-8).toString() is "1e-8i" (I expected "1e-16 + 1e-8i") - Complex(1e-16, 1e-16).toString() is "0" (I expected "1e-16 + 1e-16i") It looks like this behavior is...
The helper function cosm1(x) (where x is real) takes care to avoid catastrophic cancellation when x is near 0 (by switching to taylor series when abs(x) set samples 1001 gnuplot>...
I find large puzzles (e.g. hypermegaminx) to be not very usable when antialias-when-still (the "Allow Antialiasing" checkbox) is enabled: the antialiased view takes 2 seconds to render, and it's on...
"Read and change all your data on the websites you visit"? Really? Why? If this is legitimate, it would be good to explain in the top-level description for the benefit...
It looks to me like `canonical_reordering_sign_euclidean()`'s running time is probably quadratic in the highest index of any bit set in `bitmap_a` (or maybe linear, if `count_bits_set()` is fast, i.e. if...
I had trouble trying to understand the definition of Magnitude from the doc at https://clifford.readthedocs.io/en/latest/tutorials/g3-algebra-of-space.html?highlight=magnitude#Magnitude . It says: "Using the reversion and grade projection operators, we can define the magnitude...