Advertisement · 728 × 90

Posts by OwenTheProgrammer

For fuck sake can the barometric pressure stop swinging wildly above and below 1000mbar? My brain contains zero coherent thoughts FOR ONCE

3 hours ago 1 0 0 0
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.

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.

11 hours ago 1 0 0 0

I’m glad you woke up today

12 hours ago 1 0 1 0
Post image
3 days ago 4 0 0 0
Post image Post image

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}

2 weeks ago 2 0 0 0
Post image

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

2 weeks ago 4 0 0 0
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.

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...

2 weeks ago 3 0 0 0
Post image

bros about to read a research paper if this works as intended lol

2 weeks ago 1 0 0 0
Post image

trippy.. (64x64 conformal mapping from polar coordinates to [-1, 1] x [-1, 1] square; dont worry bout it :3)

2 weeks ago 7 0 2 0

W morals

2 weeks ago 2 0 0 0
Advertisement
Post image

aint no one gonna be ready for this one lmao

3 weeks ago 2 1 0 0

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.

1 month ago 2 0 0 0
Post image

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

1 month ago 2 0 0 0

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~

1 month ago 2 0 0 0

My god I’m gonna know AleXas music very well by the end of the night lmao

1 month ago 1 0 0 0

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.

2 months ago 0 0 0 0

Showing people how to do things on screen share be like

2 months ago 2 0 0 0

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..

2 months ago 2 0 1 0
Advertisement

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

2 months ago 1 0 1 0

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

2 months ago 2 0 0 0

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

2 months ago 1 0 0 0

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 😒

2 months ago 1 0 1 0

yeah respectfully fuck that one.

2 months ago 1 0 1 0

just kidding I figured out the 3x3 transformation lol

2 months ago 0 0 0 0
Preview
Resolume To Unity Converter

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...

2 months ago 4 0 1 0
Advertisement

I google the artNet specification, it’s a little uhh word-y like 109 pages but it’s all there as well

2 months ago 0 0 0 0

wireshark has the formats and such fyi, just wireshark your LAN and capture the packets, itll automatically detect what type of stream it is

2 months ago 0 0 1 0

birfday today, im 22 now :3

2 months ago 5 0 4 0
Post image

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

2 months ago 1 0 1 0

im actually stupid. this can be done much simpler lol

3 months ago 2 0 0 0