This photo makes no sense to most people, although it stands as one of my favorites. I happened to have a camera with me one day that I inherited from my dad when I stopped by this local grocery store.
The camera was an older Nikon E5000. I had some work done to it before I could use it. I think it was one of the first sort of affordable Nikon digital cameras. It was only a 5 megapixel camera, yet the optics proved its value as this photo demonstrates. The camera was really on its last legs before I took possession, but some great photos still came out of it. I think this is one of them.
To me, this proves that numbers don't always count as 5 megapixels is small standards by even most newer cell phones today. I think I said something like that before. This camera because of its lens and sensor made the photos it took stand out with more expression, more human in the way it could photograph everyday images.
This photo says a lot. It says that simple numbers are not always most important.
A blog devoted to professional aspects of design
and engineering applied to the art of fine woodworking.
September 11, 2015
August 22, 2015
Surrogates
I would use the term surrogate to describe some of what I design and build. These projects function as a surrogate or stand-in for concepts and methods I want to explore before applying them to projects that really matter.
The molding profiles I used to form up this cabinet top section are surrogates where the cabinet project itself was a surrogate design for an organ case architecture concept I wanted to develop. I have a number of profile cutters that are sold as colonial period molding router bits. A person will usually run a short length of profiled molding from scrap stock to see how that particular shape will look. I wanted to get a feel for how these period profiles could combine to form the more complex shape of a historically referenced cornice, so I created this cabinet top section to experiment with that some. The design profiles can also be applied to new design work now that they are modeled in computer solids, a none too trivial task in and of itself.
This particular top section design is fairly complex, and might not be realistically used in a real project, although organ case trim of a typical northern European Baroque pipe organ was similarly complex including the varied use of color to set off each different layer of trim.
This certainly gives a better impression of what is possible with respect to the use of combined profiles, and how I might attempt to successfully combine diverse profiles in a commissioned project to produce just the right effect.
The molding profiles I used to form up this cabinet top section are surrogates where the cabinet project itself was a surrogate design for an organ case architecture concept I wanted to develop. I have a number of profile cutters that are sold as colonial period molding router bits. A person will usually run a short length of profiled molding from scrap stock to see how that particular shape will look. I wanted to get a feel for how these period profiles could combine to form the more complex shape of a historically referenced cornice, so I created this cabinet top section to experiment with that some. The design profiles can also be applied to new design work now that they are modeled in computer solids, a none too trivial task in and of itself.
This particular top section design is fairly complex, and might not be realistically used in a real project, although organ case trim of a typical northern European Baroque pipe organ was similarly complex including the varied use of color to set off each different layer of trim.
This certainly gives a better impression of what is possible with respect to the use of combined profiles, and how I might attempt to successfully combine diverse profiles in a commissioned project to produce just the right effect.August 18, 2015
Worth Revisiting
I came across an online article mostly by accident today that was written when the building I rent workshop space in was sold to a new owner a few years ago. The article is worth reading not only for its take on the history of the building, but also because it describes an artist space well. The article which originally appeared in the Minnesota Daily can be found at the link below.
I bring this up because a space for artists is just as important as a space for makers. The Minnesota Daily article I reference here again reminds me that an artist, designer, or artisan needs the help and nurturing to succeed at his or her work that an artist space provides.
"Former General Mills research and development complex becomes an arts haven on Hennepin", by Sarah Harper
I bring this up because a space for artists is just as important as a space for makers. The Minnesota Daily article I reference here again reminds me that an artist, designer, or artisan needs the help and nurturing to succeed at his or her work that an artist space provides.
June 27, 2015
Java is More than Just Coffee
The image here is of Duke, the Java mascot. Duke is open source. I can use him for free as long as I use him respectfully. Java in this context is an object oriented computer programming language that I once used for design purposes, and previously wrote about in this blog.
I need to write some computer code that will help me program the CNC router in my workshop by producing g-code output from rather simple parametric user input. A sample of g-code can be found in a former post here. An industrial grade CNC machine will usually have a sophisticated user interface that allows the programming and modification of simple tool paths directly at the machine itself. Machine automation like that costs a lot of money, and my part-time workshop operating model cannot justify the inclusion of expensive and highly automated machine tools.
I can however, automate repetitive tasks by writing small applications to generate CNC router tool path g-code. I am currently working on an organ pipe design that will shortly benefit from this capability. But right now, I would like a way to cut accurate circles in the front plate of a speaker enclosure that match the flange of an audio loud speaker where diameters can vary by a few thousandths of an inch. The final result looks far more professional if the speaker fits just right in its opening without being too snug, and being able to productively edge up to that exact value will benefit the result. Writing a program that produces CNC router g-code to do just that would increase the efficiency and accuracy of this task.
My past Java code was far more procedural than object oriented in its approach mainly due to my former background in programming. I decided to take on a more educated approach to Java this summer, and finally learn object oriented programming methods. I recently purchased two books that appear to really discuss the topic well.
I bought both slightly used so as not to incur the typically higher cost of what are essentially computer science textbooks. No matter though, as both are excellent with regard to teaching an understanding of the Java language and moreover, the general concepts of object oriented programming.
So I have some work cut out for me this summer. Learning, programming, and building. I also plan to take more time for riding the bicycles I built a few years ago, and in general find time for other non-shop related activity.
A good summer at that.
I need to write some computer code that will help me program the CNC router in my workshop by producing g-code output from rather simple parametric user input. A sample of g-code can be found in a former post here. An industrial grade CNC machine will usually have a sophisticated user interface that allows the programming and modification of simple tool paths directly at the machine itself. Machine automation like that costs a lot of money, and my part-time workshop operating model cannot justify the inclusion of expensive and highly automated machine tools.
I can however, automate repetitive tasks by writing small applications to generate CNC router tool path g-code. I am currently working on an organ pipe design that will shortly benefit from this capability. But right now, I would like a way to cut accurate circles in the front plate of a speaker enclosure that match the flange of an audio loud speaker where diameters can vary by a few thousandths of an inch. The final result looks far more professional if the speaker fits just right in its opening without being too snug, and being able to productively edge up to that exact value will benefit the result. Writing a program that produces CNC router g-code to do just that would increase the efficiency and accuracy of this task.
My past Java code was far more procedural than object oriented in its approach mainly due to my former background in programming. I decided to take on a more educated approach to Java this summer, and finally learn object oriented programming methods. I recently purchased two books that appear to really discuss the topic well.
- Big Java, by Cay Horstmann.
- Objects First with Java, by David Barnes and Michael Kolling.
I bought both slightly used so as not to incur the typically higher cost of what are essentially computer science textbooks. No matter though, as both are excellent with regard to teaching an understanding of the Java language and moreover, the general concepts of object oriented programming.
So I have some work cut out for me this summer. Learning, programming, and building. I also plan to take more time for riding the bicycles I built a few years ago, and in general find time for other non-shop related activity.
A good summer at that.
May 12, 2015
The Artisans Versus the Academic
Dear Colleagues:An academic with a degree in physics practically succeeded some time ago in defining my pipe organ building work as irrelevant because that work was not scientifically based on theory and mathematics. My decision to approach pipe organ building and design based on historical reference began when I traveled to distant places on a mission of discovery to hear for myself and judge the validity of the working methods of the old masters. I will tell a story then about why the methods I use to design a pipe organ are not scientifically derived, yet are perhaps more valid than a mathematical model based on the physics of a vibrating column of air contained within the body of an organ pipe.
That story began with a trip I took to distant places to experience baroque organ building by actually playing and studying existing examples of mostly unaltered instruments built throughout Europe predominantly during the eighteenth century. I came upon the Skt Mariae Kirke organ located in Helsinor, Denmark almost by accident where Diderich Buxtehude was organist from 1660 to 1668. Only the organ case and facade pipes of the Ruckpositiv division mounted on the gallery rail were original to the Lorentz organ of that time shown in the photo above. A modern organ was built in the old style within the case. The church organist happened to be practicing alone in the church when I arrived. He allowed me to play the organ myself for a time, the first of many such opportunities I would have in getting to know these old instruments. I paid particular attention to the sound of the original facade pipes that dated to the seventeenth century, finding a warm and gentle tone that contradicted the accepted understanding of harshness usually associated with the baroque pipe organ.
Not far from Skt Mariae Kirke in Helsinor where Buxtehude briefly served as organist was Skt Olai Kirke where his father served as organist from 1642 to 1671. This church had a newer organ built within a modern case, but in the old tonal style by Poul-Gerhard Andersen whose book "Organ Building and Design" first inspired me to build organs in the classical style. This organ is shown in the photo below. Andersen as thoroughly as he could, explains the ancient methods of organ pipe scaling in his book along with chapters devoted to the history of the early instrument and their construction details. His description of historical pipe scaling methods would provide the basis for my own methods of pipe scaling, not mathematical models derived from theoretical physics.
My purpose in writing this entry is to counter the argument against the validity of my original work as I move forward as an artisan. I hope to accomplish the following with my next organ project.
- That pursuing an understanding of the methods used by the old masters creates an imperfect yet wholly human artistry produced by their ancient methods.
- To make the organ more accessible to an eclectic audience rather than restrict the instrument to the exclusive domain of a biased elite.
On a technical note, I took the photos posted here before the advent of digital photography. They appear somewhat grainy as the result of having been scanned. April 27, 2015
Exploring Limits
I have taken on projects over the past two years that steadily strengthened my ability to efficiently build larger and increasingly innovative composite structures. Some of those projects seem simple like the poster frame shown below while some represent a higher level of engineered accomplishment in their design. And one of those projects has yet to be completed. Yet all are steps that led to an understanding of a design architecture I need to successfully implement if I am to build one more pipe organ based on some interesting ideas I continue to conceptually develop.
Most of us have a professional identity that defines what and how we approach our work. The objects I build will always reference back in some way to the cabinet pipe organ designs that define me as an artisan. With that I intend to begin building a larger furniture cabinet this summer that combines some of the methods from recent projects into one whose design develops and tests the feasibility of those methods in a unique structural architecture.
Consider this a prelude to another cabinet organ someday.
Most of us have a professional identity that defines what and how we approach our work. The objects I build will always reference back in some way to the cabinet pipe organ designs that define me as an artisan. With that I intend to begin building a larger furniture cabinet this summer that combines some of the methods from recent projects into one whose design develops and tests the feasibility of those methods in a unique structural architecture.
Consider this a prelude to another cabinet organ someday.
March 1, 2015
Design Bookends
I described in my last entry how I felt about having completed a journey or goal after I finished my last project. That project happened to be a cabinet built to a client specification. The entry included this photo to the left of a cabinet I built a long time ago when just starting out.
You can look at that cabinet closer and compare it to the cabinet I recently completed shown below sitting on a workbench in my shop. Although the two cabinets are built in different ways, they share obvious design lineage. The two are far apart in both years and skill level required to accomplish each, yet one is just as valid in its design and function as the other.
People are still asking me to put more individuality into my work, and rely less on traditional form. Sounds like another journey ahead.
You can look at that cabinet closer and compare it to the cabinet I recently completed shown below sitting on a workbench in my shop. Although the two cabinets are built in different ways, they share obvious design lineage. The two are far apart in both years and skill level required to accomplish each, yet one is just as valid in its design and function as the other.
People are still asking me to put more individuality into my work, and rely less on traditional form. Sounds like another journey ahead.
Subscribe to:
Posts (Atom)







