OpenScad Wedge
Just a quick post. Unfortunately, OpenScad does not have a wedge. This basically is a cylinder that you can pick how many degrees of the circle to draw. There are […]
Technology related content
Just a quick post. Unfortunately, OpenScad does not have a wedge. This basically is a cylinder that you can pick how many degrees of the circle to draw. There are […]
A few weeks ago, I went ahead and made a display for Christmas (and Halloween at the time). It was a pretty big hit. It may not be the first […]
I have below instructions on how to get a cheap raspberry pi serial cable to run on an arduino pro mini 5v. The background I recently got in to arduinos. […]
I recently bought a da Vinci 3D printer for my wife. We’ve been having a little fun with that, but it was having issues printing a lot of the initial […]
This is the Unix philosophy: Write programs that do one thing and do it well. Write programs to work together. Write programs to handle text streams, because that is a […]
Languages in the Java-verse have a really cool artifact management system: maven. This can be handy for Software teams because you can use a local repository for vagrant and a […]
Today is just a bit on a funny effect of Java 7’s way of doing try-with-resource scoping. Consider the following partial class for a poolable autoclosong resource:
Vagrant and chef are two amazing programs. Since chef’s DSL is just ruby, you have the ability to make very intelligent recipes. One thing few people realize, is that Vagrant […]