Archive for the ‘Tools’ Category

Customizing Rhino toolbar button icons

After writing hundreds of lines of a code that executes a sophisticated operation in Rhino through a single click of a button, it would be nice to have a cool icon to go with it. This post highlights a few good web sources that provide general information and tips for customizing toolbar button icons in Rhino. Also included in the post is a short tutorial on how to create an icon from Adobe Illustrator.

(more…)

Working with Sublime

Sublime Text is great, but using it properly is not as transparent as what most of us are used to. I will try to list here some of the things i had to figure out to start working efficiently.

(more…)

TeXlipse and Biblatex

Biblatex is a package for LateX that provides more control over the way references are managed. A quick introduction can be found here, and more detailed information here. Using the package with all the default values works great, but then you are not really making the most of it. Once you start changing options, there is one important thing you should know…

(more…)

No Hyper-Threading – Speed up your python code and Rhino commands

Hyper-threading splits up each of your physical processor cores into two virtual or logical cores. This technology can improve the performance of some applications which are optimized for hyper-threading. However, all python code I wrote and almost all Rhino commands do not benefit from hyper-threading technology. You can often run your code (and Rhino commands) twice as fast by simply disabling hyper-threading in your BIOS setup. Just enter your BIOS setup during start-up, go to Config -> CPU -> Intel(R)Hyper-Threading Technology -> Disable -> Save and Exit.

(more…)

Texlipse viewer settings on Mac

Texlipse is a LaTeX plugin for Eclipse. It’s great. I even find it more convenient than dedicated LaTeX editors. However, I seem to have to figure out how to configure the different viewers over and over again, so therefore a quick post about it.

(more…)