Skidz' Thoughts

A simple place for me to write about my thoughts

Script Tricks for Memory

Well with the new site I figured it would be a good idea to at least get the ball rolling on some good content. Not to long ago I posted on my twitter a useful little code snippet. One I use all the time. llSetMemoryLimit(llRound((float)llGetUsedMemory() * 1.1)); It is a simple script command that will set the memory. But really, it is not the entire story, theres other things you need to do to help keep your scripts memory usage low. Read more →

New Website

New Website Finally changed up that old tired website that I have had forever. In my first post I am going to try out some of the new formatting of the website. I am using a application called Hugo to generate the site, since it creates static pages it increases the speed, and lowers resources needed for the site. What are we going to test: First we need to test list. Read more →