TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What are the laws/rules/aphorisms of the tech industry you subscribe to?

4 pointsby danhonover 7 years ago
I&#x27;m doing research for a book and haven&#x27;t quite found a good existing list online.<p>Some example laws&#x2F;rules&#x2F;aphorisms:<p><pre><code> * Metcalfe&#x27;s law * Moore&#x27;s law * Fitt&#x27;s law * You can&#x27;t improve what you don&#x27;t measure * Move fast and break things * Growth first * Real artists ship * Talent imitates, genius steals * Done is better than perfect &#x2F; perfect is the enemy of the good * Hire slow, fire faster </code></pre> What are some of yours?

3 comments

danhonover 7 years ago
Also on Twitter: <a href="https:&#x2F;&#x2F;twitter.com&#x2F;hondanhon&#x2F;status&#x2F;942515111427678208" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;hondanhon&#x2F;status&#x2F;942515111427678208</a><p><pre><code> * Conway&#x27;s law * Brooks&#x27; law * GIGO</code></pre>
mtmailover 7 years ago
The pessimist in me says <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Murphy%27s_law" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Murphy%27s_law</a>
eesmithover 7 years ago
Here are some of the ones which have informed my thinking.<p>Mooers&#x27; law - &quot;An information retrieval system will tend not to be used whenever it is more painful and troublesome for a customer to have information than for him not to have it.&quot;<p>Derek Price&#x27;s &quot;exponential curve of science&quot;. This of course is connected to a number of exponential growth laws, including Moore&#x27;s Law and Engelbart&#x27;s Law (&quot;The intrinsic rate of human performance is exponential.&quot;). On the other hand, Bradford&#x27;s Law (&quot;the exponentially diminishing returns of extending a library search.&quot;).<p>If you have Fitt&#x27;s law then you should have Hick&#x27;s law and Miller&#x27;s law, as they are often mentioned in UX contexts.<p>A classic adage is &quot;Fast, Good or Cheap. Pick two.&quot; (The followup is for aerospace - &quot;Pick one. And it can&#x27;t be cheap.&quot;)<p>A related one comes from the early Unix work. The earliest citation I know is from Stephen C. Johnson and Brian W. Kernighan - &quot;the strategy is definitely: first make it work, then make it right, and, finally, make it fast&quot;. <a href="http:&#x2F;&#x2F;wiki.c2.com&#x2F;?MakeItWorkMakeItRightMakeItFast" rel="nofollow">http:&#x2F;&#x2F;wiki.c2.com&#x2F;?MakeItWorkMakeItRightMakeItFast</a><p>Brandolini&#x27;s law - &quot;The amount of energy needed to refute bullshit is an order of magnitude bigger than to produce it.&quot;<p>Brooks&#x27;s law - &quot;Adding manpower to a late software project makes it later.&quot;<p>Conway&#x27;s law - &quot;Any piece of software reflects the organizational structure that produced it.&quot;<p>Deutsch limit - &quot;The problem with visual programming is that you can’t have more than 50 visual primitives on the screen at the same time.&quot;<p>C.A.R. Hoare - &quot;There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies. The first method is far more difficult.&quot;<p>Gerald Weinberg - &quot;The human eye has an almost infinite capacity for not seeing what it does not want to see.... Programmers, if left to their own devices, will ignore the most glaring errors in their output -- errors that anyone else can see in an instant.&quot;<p>Regarding &quot;Talent imitates, genius steals&quot;. See <a href="https:&#x2F;&#x2F;quoteinvestigator.com&#x2F;2013&#x2F;03&#x2F;06&#x2F;artists-steal&#x2F;" rel="nofollow">https:&#x2F;&#x2F;quoteinvestigator.com&#x2F;2013&#x2F;03&#x2F;06&#x2F;artists-steal&#x2F;</a> for some history on that family of quotations.<p>Regarding &quot;You can&#x27;t improve what you don&#x27;t measure&quot;, see <a href="https:&#x2F;&#x2F;blog.deming.org&#x2F;2013&#x2F;08&#x2F;unknown-and-unknowable-data&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.deming.org&#x2F;2013&#x2F;08&#x2F;unknown-and-unknowable-data&#x2F;</a> : &quot;Ironically, people often quote Dr. Deming as saying something along the lines of: “you can’t management what you can’t measure.” Not only did he not believe this, he thought managing as though it were true was a deadly disease of management.&quot; The link to Fowler&#x27;s essay is that you &quot;Cannot Measure Productivity&quot; and adds that the aphorism is a cop out.