I put something on my phone when going to sleep
I put something on my phone when going to sleep
I think it’s the air in the cloth that isolates, and water just fills the gaps.
Your eyes are not digital. Nothing physical really is. Think about a camera flash. They can get well under 3.33ms, meaning over 300fps, and you can still see it clearly (and painfully). Same for a monitor, it also has a “response time”. It is how long it takes for a pixel to transition color. (Usually “gray to gray”, as in one shade of gray to another. Black to white would be longer, as is for eyes.)
So ofc you would see all the mice.
It’s also why motion blur is a thing, even though it was usually implemented incorrectly. Seeing every motion on a tv or monitor in perfect sharpness feels weird, because they are pictures not actual movements.
Your brain makes movements out of it all.
Anyway: 16 is minimum, 24 is good for most movies, 30 for slower games, 60 minimum for fps (75 and above for faster fps, even though i played xonotic on 45), 120 for vr.
Yea, and not cooking it for too long.
Missing “;” on line 148.
Lets say you use a variable named abcd in your function. And a variable named abcb in a for loop inside the same function. But because reasons you mistakenly use abcd inside that loop and modify the wrong variable, so that your code sometimes doesnt work properly.
It’s to prevent mistakes like that.
A similar thing is to use const when the variable is not modified.
You can get lower latency with vulkan then with opengl. I remember some emulators (gamecube?) talk about why they implemented vulkan.
I actually kinda like that one.
It’s very useful in zig’s comptime.
0-127, top bit is always 0.
Bow > spear > sword (and shield, ofc) > whack.
Range ftw.
I was playing bloons td back when it was flash, in firefox. It was sometimes too slow. So i fired up perf and found out what horrors flash player was doing with memcpy. One byte memcpy, completely unaligned memcpy.
So i wrote an ssse3 memcpy that could do one byte unaligned with xmm registers. It was 30% faster then whatever glibc was doing and made the game playable. Was planing to submit it to glibc, but they came up with something different that was just as fast.
I’d like all files to have a big comment on top that says wtf this is, why is it, and roughly how it works. Bonus for ascii art.
There are already enough satelites for airplane and sea (and middle of rainforest) internet. Skylink, or whatever it’s called, was made for price gauged, infrastructure money laundered, usaians. Actually idk what it’s made for. I don’t see the point of private rocket companies at all. Guy was talking like elon, how we need to escape earth or something. Like it’s not our problem.
To be fair the cost benefit ratio of llms is way out of whack. It’s even behind outdoor heating in bars.