For fuck sake can the barometric pressure stop swinging wildly above and below 1000mbar? My brain contains zero coherent thoughts FOR ONCE
Posts by OwenTheProgrammer
A joke taking Rice Krispies famous "Snap, Crackle, Pope" as the calculus equivalent "Snap" being the fourth derivative, "Crackle" being the fifth, and "Pop" being the sixth derivative.
I’m glad you woke up today
Redid my error function approximation for really no reason lol
but I got the deviation terms down even more! it also doesnt die past like 14.. so thats a bonus..
For anyone curious why the erf(x) function is useful,
erf(x) = 2/sqrt(pi) * int_0^x{e^{-t^2} dt}
figured I'd relay my current list of min and max properties since I've found them quite useful for simplification. I haven't put the time and effort into formal proofs of each property since its part of my personal math property list
Desmos graph comparing the errors of both LV_FastAcos (the red line) and The Shader Grimoires acos function (the blue line) against the Desmos arccosine function.
just fyi as I was passing through the shader code (and not a joke lol) use if you wish
github.com/REDSIM/VRCLi...
github.com/OwenTheProgr...
shader-playground.timjones.io/dafec0022fbf...
bros about to read a research paper if this works as intended lol
trippy.. (64x64 conformal mapping from polar coordinates to [-1, 1] x [-1, 1] square; dont worry bout it :3)
W morals
aint no one gonna be ready for this one lmao
Every professional beatsaber player will eventually end up reading:
"lighthouse: LHR-18765EEA C: IMU went off scale."
and once you do, you will see it many, many, maaanyyy times.
PSA on cos(atan(y,x)), sin(atan(y,x))
cos(atan(y,x)) = x/sqrt(x*x+y*y) = normalize(float2(x,y)).x
sin(atan(y,x)) = y/sqrt(x*x+y*y) = normalize(float2(x,y)).y
There’s always surly a way.. can someone else study calculus and linear algebra for like five years for me? I don’t have enough time to do *everything* please kthnx~
My god I’m gonna know AleXas music very well by the end of the night lmao
I’m no us citizen, but it’s the “we will share with third parties for 3y” in their privacy policy that pisses me off the most. Sure the government has it, they issued it to you after all, but the government isn’t going to spread your id to the internet accidentally, at least it’s their job not to.
Showing people how to do things on screen share be like
I fear trying to keep 200+ people on onboard to one app (assuming free servers, which means something has to not be free somewhere) all at the same time. I’m probably going to fall out of contact with like 90% of my connections.. including my sister..
Update me in a month if it’s any good and on an incline of good 🗣I’ll be watching discord like a hawk come March
The internet recycling back to dedicated chat rooms, ohhh boyyy honestly exciting, although I find the most daunting thing is keeping 200+ people all within arms reach; discord did that, but now I’ve got a few more arms in between lol
Weeelp imma start going through all my discord dms over the past 7ish years, collecting everything I care about, and same with servers. If I have to drop discord round march, I at least want to have the imprint of every chat I’ve started ever. I don’t really have plans if I have to leave, we’ll see
I’ve kinda given up on most social media to be honest. It’s an infinite cycle of “yo new platform to fix __!” Looks inside, same shit different name, or it’ll end the same way in a few months. And now the sales happening with discord, and same with the next best chat app. Saving all ma shit 😒
yeah respectfully fuck that one.
just kidding I figured out the 3x3 transformation lol
Resolume to Unity Tiling/Offset converter!
I was going to make a rotation matrix as well, but aspect ratios really fucked me over and I cant be bothered right now.
docs.google.com/spreadsheets...
I google the artNet specification, it’s a little uhh word-y like 109 pages but it’s all there as well
wireshark has the formats and such fyi, just wireshark your LAN and capture the packets, itll automatically detect what type of stream it is
birfday today, im 22 now :3
id put an unpopulated resistor on ITERM for when you want to change the current from 10% threshold, also 10u decoupling capacitors are great, but they're better with ones that act quicker (10u + 100n type beat) although the datasheet has 1u on input, 4u7 on output.. so good jab
im actually stupid. this can be done much simpler lol