LPCWSTR is a pointer to a "wide" character string (the W in the name), which is a 16 bit per chara…
I'm picking backup my HMH project after a year off Using VS code , it complains: a value of type "…
a cpysign at the end to get the result of the sin remapped beck from 0 - pi/2 to -pi/2 - 0 is a fa…
Hi, I'm using Windows 10 and RemedyBG 0.3.8.5. On my laptop (Lenovo X1) when I click on "Session" …
abs is the operation that does remapping same parabola to 0..pi/2 just with negative sign in cases…
The link didn't work for me, but it does now. The author calculated sin in the range [-pi, pi] usi…
It's just derived from parabola equation. Look at that web archive link of devmaster. It explains …
Regarding the parabola equation, I know that 1.27323954473516 is 4 / PI (based on Casey's Turns ar…
The one in wikipedia does 0..360 range. So simply replace each x with x*360 and you'll get 0..1 ra…
Regarding the Bhaskarasine formula, Is there any way for it to take turns (0-1 range) rather than …
Thankyou both for the links. I'm going through them :)
I believe this episodes (day 440) of handmade hero gives some explanations about how it work (not …
It was not implemented, and sinf from CRT is called in the code. There is no "hardware instruction…
Please tell me he was just going to use the hardware instruction... this is a project in itself.
I have been going over the first few days of HMH trying to get them in my head, and the TODO about…
Okay, now you've piqued my interest. XD What exactly do you find dishonest about a range [0-10)? …
New version of RemedyBG is available for download on itch.io. New FeatureAdded a Control | Source …
A popular use for macros is for extending syntax, but this often goes wrong. Even if you have a la…
Macros and compile time evaluation are popular ways to extend a language. While macros fell out of…
Shouldn't the link to enter in feed reader be https://macoy.me/rss instead of https://macoy.me ? I…
Well.... I have used elaborate type systems from time to time in haskell and typescript. And after…
It's increasingly popular to use type inference for variable declarations. – and it's understand…
This article is mirrored on my blog.News It has been nearly a month since my last post, and there …
I imagine Casey Muratori would have kept going much longer beyond this point... and someday I woul…
Hey i ran this benchmark on firefox and it seems like firefox is also doing the same with innerHTM…
Ah of course! I was thinking about the rant on Jeff and Casey show about creating the website usin…
So I am stumped! To me this seems to indicate that they should run in the same time... Not sure w…
Hello, I tried to find the code for innerHTML and appendChild in Chromium in the hopes that the ex…
I see. Thanks for the link. I'll watch it tonight. And Ill google the things you mentioned as well…
It can mean a lot of things. I would say there are two types of effects:fullscreen effect like mot…