@cliffski I implemented my own sin and cos in c++ at one point and could beat std implementations pretty easily. It did build a log LUT at compile time, and then did a configurable number of iterations. Allowed me to trade off speed for accuracy.
The whole exercise was surprising.
@lisyarus Supporting ies profiles might also do well to sell the light sources too, but I haven't had enough experience with them to say confidently. https://t.co/C6EC8xKIeX
@cliffski @GreyAlien Is there a solution for micro studios without a publisher that looks more like a coop? Kinda like a credit union as opposed to a bank, if that analogy can loosely work.
@lisyarus So many interesting ones. do_forever and do_n_times -- ai behaviors? Grid edge, face, index, etc are also interesting use for components in my experience.
@nice_byte Also, games desperately want to touch the OS as little as possible. Any overhead from system calls would be blown out by just... the rest of the game.
@dankbaker https://t.co/jiIxOSPkmQ
I used this when I worked at Stardock (using Oxide tech). It helped in some particular cases tremendously (but it looks to only be 2019 at latest).
As for cancelling a build, ctrl+break key cancels builds already???
@SebAaltonen Literally the only thing better than good validation is tight API design that prevents the need for validation. In the simplest cases, this would be like taking by ref instead of pointer and validating it isn't null.
Really hard to do tho.
@BenSimsTech Have you looked at the gltf extensions? KHR_material_sheen combined with KHR_material_transmission seems like it would be a good place to start.
@itmeJP Most bodyweight exercises can be modified. Think push ups on your knees, or at an incline. 20 reps is a lot. Try sets of 8-10, rest, then another set.
When it comes to working out, finishing is winning. Don't give up. You got this. ๐ช
This Grothendieck quote is the best-kept secret about mathematics:
Always start with your naive intuition, even if itโs plainly dumb, and then refine it by asking a barrage of โstupidโ questions. Waiting in silence until you โget it rightโ will only lead to paralysis.