Manufacturer Concept #400
ohmtech-rdi
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Background
One goal of Eurorack-blocks is to allow to make very small series at an affordable price.
Very small could be around 5 units, and ideally 1 unit.
This is a challenge though. The cost of one unit could be roughly approximated using a linear regression
a + n * bwhereawould be a fixed fee, andbthe relative cost of a unit.An important part of
aandbis labor work. When the number of unit is small,acompletely dominates the total price for the units.Improving problem definition
Labor work in
aincludes:Labor work in
bincludes:Therefore our goal is to:
Improving current solution
Intuitively we could:
Whatever the refined problem definitions finds, it is probably safe to abstract it with a
modulemanufacturerconcept:Together with the new
styleconcepts, that would allow:Implementation
We just add the
manufacturerkeyword in the language. It is assumed that what is after is some sort of builtin of the language, but that we want to be able to change quickly (so don't integrate it in the keywords of the language, it is similar to a global namespace constant).By default the
manufacturerisdiy, which meaning is: whatever can be reasonably expected from the user to produce their units themselves.diyis the current implementation.Beta Was this translation helpful? Give feedback.
All reactions