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~
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
Ever wanted to store a quaternion / versor in 3 floats instead of four? there is actually a mathematically 1:1 (in practice e05 error terms for FP16, e09 for F32) representation using lie algebra.
Heres all the code to encode / decode that. Versor -> rotation axis with length of the angle.
should add the shader compiler to your exceptions list in windows defender, and 7z / all the major unity exes
ahh yes, the good ol Event.current.type repaint calculating layout / not allocating the region problem.
I forgor bilinear interpolation has quadratic terms lol whoops
seems like some fixed curve triangle thing maybe? I feel like you could form a hyperbola, but I have no clue what the equation would be
math.stackexchange.com/questions/50...
lines are still parallel after transformation, so bilinear interpolation would be an affine transform
looks a lot like the same thing you'd get from a 3x3 homography matrix, which has the benefit of being stable in projection
I got tired of working between mathematica and desmos, so heres a simple linear algebra matrix implementation using desmos lists. This will work in both desmos 2D and 3D; also I dont wish to guarantee this works 100% of the time lol its a pet project
www.desmos.com/3d/0xdebvyeia
I bought a ruler recently. I spent 20 minutes picking one.
I sleep-talk math subjects, then proceed to no-life math when im awake. I see lights as conic sections, I have a math property list in overleaf, I learned LaTeX just to write notes efficiently.. wtf kinda wack ass "adult" have I become?
P = MAN lol
uhuhuuhhhhhhh next step strattera wtf hope you're good
Probably not you, I couldn’t give a single fuck about 99% of my feed at the moment
I knew it would be directly equivalent, but im still surprised its directly equivalent lol
This actually might make things for latrix ever so slightly faster / easier to work with, although it does come with the prerequisite of complex analysis, since I cant preprocessor test for i^2=-1 it seems..