top of page

Search


Rig for MCPrep
I decided to contribute a rig for the next release of MCPrep addon for Blender 3D. The rig I made was for the Cave Spider. This is a...

Austin Prescott
May 11, 20212 min read


Solving Inverse Laplace Transforms
Differential equations may be expressed as an algebraic problem through the Laplace Transform. Moreover, a transfer function...

Austin Prescott
May 1, 20212 min read


Game Damage Mechanics Part 1
Final Fantasy X (FFX) is when I first became interested in game damage mechanics, wondering how the damage and defense were determined....

Austin Prescott
Apr 30, 202113 min read


Optimizing C++ Code
Where more of the execution time takes place is where the most is to be gained through optimization. The previous post detailed a...

Austin Prescott
Apr 18, 20217 min read


My First C++ Code Ever
This is not your typical "Hello World" to say the least. Recently, I have been learning C++ for programming microcontrollers. However,...

Austin Prescott
Apr 12, 202113 min read


How Many Calories Do You Need?
In the previous post, I explained why counting calories usually fails. In short, the most significant problem is determining how many...

Austin Prescott
Oct 26, 20203 min read


Why Calorie-Counting Fails
When someone desires to lose weight through calorie-counting, how does one determine his or her caloric expenditure?

Austin Prescott
Sep 29, 20202 min read
bottom of page