Difference between revisions of "Informal laws"

From apm
Jump to: navigation, search
(Principles: completed terminology in a systematic way)
m (declare => suggest)
 
(8 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
* [https://en.wikipedia.org/wiki/Conway%27s_law Conway's law] – '''"Any organization that designs a system (defined broadly) will produce a design whose structure is a copy of the organization's communication structure."''' — Melvin E. Conway
 
* [https://en.wikipedia.org/wiki/Conway%27s_law Conway's law] – '''"Any organization that designs a system (defined broadly) will produce a design whose structure is a copy of the organization's communication structure."''' — Melvin E. Conway
 
----
 
----
* "Drexlers law" – '''"What we can do depends on what we can make."'''
+
* Drexler's law (I hereby suggest it as such as this was his statement) – '''"What we can do depends on what we can make."'''
 
----
 
----
 
* [https://en.wikipedia.org/wiki/Goodhart%27s_law Goodhart's law] – Generalization by Marilyn Strathern: '''"When a measure becomes a target, it ceases to be a good measure."'''
 
* [https://en.wikipedia.org/wiki/Goodhart%27s_law Goodhart's law] – Generalization by Marilyn Strathern: '''"When a measure becomes a target, it ceases to be a good measure."'''
Line 20: Line 20:
 
== Principles ==
 
== Principles ==
  
 +
=== "Form follows X" / "Design follows X" ===
 +
----
 
* [https://en.wikipedia.org/wiki/Form_follows_function Form follows function] – When the shape of an object primarily relates to its intended function or purpose. <br>This is usually the result when designing at the limit of what's possible under tight constraints. <br>When the limits imposed by physical law leads to the emergent discovery of the shape of a technical artifact.
 
* [https://en.wikipedia.org/wiki/Form_follows_function Form follows function] – When the shape of an object primarily relates to its intended function or purpose. <br>This is usually the result when designing at the limit of what's possible under tight constraints. <br>When the limits imposed by physical law leads to the emergent discovery of the shape of a technical artifact.
 
This could also be called '''"Design for functionality (DFF)"''' matching the following one.
 
This could also be called '''"Design for functionality (DFF)"''' matching the following one.
Line 34: Line 36:
 
* Design for funcionality (DFF)
 
* Design for funcionality (DFF)
 
* Design for recycling (DFR)
 
* Design for recycling (DFR)
 +
* '''Design for assembly (DFA)'''
 
* Form follows manufacturability
 
* Form follows manufacturability
 
* '''Form follows function'''
 
* '''Form follows function'''
 
* Form follows recyclability
 
* Form follows recyclability
 +
* Form follows assemblability
 +
 +
=== Musk's 5 step design process ===
  
----
 
Musk's 5 step design process:
 
 
* (1/5) Sanity check specifications / requirements. Do they even make sense?
 
* (1/5) Sanity check specifications / requirements. Do they even make sense?
* (2/5) Delete / add-in part of the process. – "The best part is no part."
+
* (2/5) Delete / add-in stuff – as critical part of the process. – "The best part is no part."
 
* (3/5) simplify / optimize
 
* (3/5) simplify / optimize
 
* (4/5) accelerate cycle-time
 
* (4/5) accelerate cycle-time
Line 50: Line 54:
  
 
* [[What we can X depends on what we can Y]]
 
* [[What we can X depends on what we can Y]]
 +
* [[Self limitation for safety]]
  
 
== External links ==  
 
== External links ==  
  
 
* Youtube - Musk's 5 step design process: [https://youtu.be/t705r8ICkRw?t=13m24s Starbase Tour with Elon Musk (PART 1) ]
 
* Youtube - Musk's 5 step design process: [https://youtu.be/t705r8ICkRw?t=13m24s Starbase Tour with Elon Musk (PART 1) ]
 +
* [https://spacecraft.ssl.umd.edu/akins_laws.html Akin's Laws of Spacecraft Design]

Latest revision as of 10:58, 3 May 2024

This article is a stub. It needs to be expanded.

"Laws"


  • Drexler's law (I hereby suggest it as such as this was his statement) – "What we can do depends on what we can make."

  • Goodhart's law – Generalization by Marilyn Strathern: "When a measure becomes a target, it ceases to be a good measure."

Coding

  • Greenspun's tenth rule – "Any sufficiently complicated C or Fortran program contains an ad hoc, informally-specified, bug-ridden, slow implementation of half of Common Lisp." (there are no nine preceding rules)

  • Fundamental theorem of software engineering (FTSE) (David Wheeler)
    "We can solve any problem by introducing an extra level of indirection." – With it's extension! ...
    "Except for the problem of too many layers of indirection." (humorous but serious)

Principles

"Form follows X" / "Design follows X"


  • Form follows function – When the shape of an object primarily relates to its intended function or purpose.
    This is usually the result when designing at the limit of what's possible under tight constraints.
    When the limits imposed by physical law leads to the emergent discovery of the shape of a technical artifact.

This could also be called "Design for functionality (DFF)" matching the following one.


DFM could be seen as special case of "form follows function" in the sense of
"form follows limits and constraints in available possible and practical manufacturing technologies" or shorter
"form follows manufacturability"


  • "Design for recycling (DFR)" or "Form follows recyclability" – I just made this one up ad-hoc here to complete the product cycle.

Related: Recycling


Summary (the bold ones are the established terms):

  • Design for manufacturing (DFM)
  • Design for funcionality (DFF)
  • Design for recycling (DFR)
  • Design for assembly (DFA)
  • Form follows manufacturability
  • Form follows function
  • Form follows recyclability
  • Form follows assemblability

Musk's 5 step design process

  • (1/5) Sanity check specifications / requirements. Do they even make sense?
  • (2/5) Delete / add-in stuff – as critical part of the process. – "The best part is no part."
  • (3/5) simplify / optimize
  • (4/5) accelerate cycle-time
  • (5/5) automate

Avoid doing the whole sequence in reverse.

Related

External links