aeva
Posts
-
how do you "turn off denormals" -
how do you "turn off denormals"@glyph oh god i just started reading this. i hate the "we must make computers unusably slow at all costs. for security." people so so very much
-
how do you "turn off denormals"@glyph I realized it was probably the problem when I was digging through @TomF 's blog the other day looking for his blog post imploring people to not do the thing I'm doing in another project to find the tolerances on the thing and found a different blog on a completely different topic and it obliquely mentioned shutting off denormals to improve perf and i was like wait i remember hearing something about that somewheres
-
how do you "turn off denormals"@glyph nope. is it good
-
I am BEGGING you.@theleftistlawyer do you have to already have an attorney for that to work (and if so are they expensive?)? or can you, like, rent a used one at the clink
-
how do you "turn off denormals"@rygorous ah, so for example, a not quite zero value and zero compare differently depending on whether DAZ is on, stuff like that?
-
how do you "turn off denormals"@rygorous so like if I leave DAZ and FTZ on what situation will I be like shocked pikachu face
-
how do you "turn off denormals"holy shit.
ok so mollytime had this perf problem that's been driving me lowkey crazy since i implemented polyphony where sometimes a patch's load % would shoot up super high depending on which midi I was feeding it, and like, it shouldn't *do* that.
switching on DAZ and FTZ just now brought a case that was hitting 45% load down to 16% holy smokes
-
how do you "turn off denormals"@rygorous what situations would i prefer to don't
-
how do you "turn off denormals"how do you "turn off denormals"
EDIT: answered by wikipedia, and possibly also ryg
-
let's check in on the ol' to-do list today:@glyph if you get one of those desk treadmills and eat at your desk and have any tasks that can be performed while eating and jogging you can knock out like three of these at once
-
ok but isn't the human brain also basically just a rock with eyes glued to itok but isn't the human brain also basically just a rock with eyes glued to it
-
Chat Control 1.0 lets Big Tech scan ALL your messages.@Tutanota wtf again??????
-
#MetroidPrime4 is a cautionary tale about the dangers of greenwashing#MetroidPrime4 is a cautionary tale about the dangers of greenwashing
-
naps are handy for game designah, jolt only supports <5 km worlds without turning on double precision. I wonder if it'll let me seamlessly finesse map chunks and the car around as needed instead
-
Just read that Claude is subsidised something like 10-30x ...@toerror seems like it would be just cheaper to ignore ai, keep your tools sharp, and leave all the losers who fell for it behind in the dust
-
made a ravine kind of scene in blender and ran it through my 160x100 8bpp qbasic engine.@eniko looks fantastic :D
-
Has anyone here played GoldenEye on Wii?@CarePackage17 i enjoyed playing it back when it was new, though i don't remember finishing it
-
naps are handy for game designoriginally i wanted to have the routes be procedural by stitching together tiles semirandomly, but i've since soured on the idea so instead the route will be completely fixed and probably linear, but the game will be able to swap out the next map tile for a terminus if you don't pass its time gate. on the plus side this means racing ghosts will be viable.
mym had a great idea that i'll likely incorporate, which is to have a racing poltergeist (solid racing ghost) mode
-
naps are handy for game designmy current plan to make geometry and texture streaming lickety split is to simply not bother and load all of the models and textures into memory up front, and use instancing where possible. I figure most map tiles will be a spline or mesh for the road, a point cloud for instancing trees and grass, and a few odds and ends like road signs, the occasional house, guard rails, and so on. the map tiles will probably also have an elevation map