www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

index.html (4136B)


      1 <!DOCTYPE html>
      2 <html>
      3 	<head>
      4 		<title>banna - ramblings</title>
      5 		<meta name="viewport" content="width=device-width, initial-scale=1">
      6 		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      7 		<link rel="stylesheet" href="/styles/style.css" />
      8 		<link rel="stylesheet" href="/styles/look.css" />
      9 		<link rel="stylesheet" href="/styles/codetheme.css" />
     10 		<script src="/scripts/highlight.js"></script>
     11 		<script>hljs.initHighlightingOnLoad();</script>
     12 	</head>
     13 
     14 	<body>
     15 		<div id="sidebar">
     16 			<div id="logo">
     17 				<a href="/">
     18 					<img src="/banna.png" alt="banna.tech" height="45" width="201" />
     19 				</a>
     20 			</div>
     21 			<div id="nav">
     22 				<a class="current" href="/post">blog</a>
     23 				<a class="" href="/things">things</a>
     24 				<a class="" href="/about">about</a>
     25 			</div>
     26 		</div>
     27 
     28 		<div id="wrapper">
     29 			<div id="content">
     30 <div class="post">
     31     <a href="/post/simple_tools_better_be_built_better" class="link"><h1 class="header">Simple tools better be built better</h1></a>
     32     <span class="date">Posted on June, 18 2020</span>
     33     <div class="content">
     34 <p>There is more value with complexity than with simplicity, and because of this simple things we have taken into our daily lives aren't always built to the same standards as their complex counterparts. When a simple tool or component that is built to a higher standard is used to build complex tools or components, the quality of that initial tool shows through in the final product.</p>
     35 <blockquote>
     36 <p>This simple calculator is built better than most cars...</p>
     37 </blockquote>
     38 <p><img src="//i.banna.tech/230blog.png" style="border:2px solid #000;box-shadow:0px 0px 3px #3F3F3F;" /></p>
     39 <p>The power switch creates a satisfactory <em>thock</em>. Each button assuredly follows a consistent force curve until it reaches confident stop. The LCD display panel is seated precisely. The housing is held together with a single machine screw, so that the batteries are replaced with ease. Not to mention that the PCB construction is equally as robust as the metal housing that the unit is kept together with.</p>
     40 <p>Taken out of context, what I described may be far more advanced than a simple calculator. Even when working with bland things there are opportunities for creating the extraordinary.</p>
     41 <p>Through the utility of the internet we have access to the latest and greatest at every moment, pulling our thoughts to every corner of our imaginations. Awesome examples of people creating these incredibly exciting and awe-inspiring things. Despite these stories being exciting, the basic and fundamental building blocks that make those creations possible aren't always viewed in the same light or built with the same level of passion. </p>
     42 <p>If what you are providing is basic, it can be the difference between two worlds in certain cases.</p>
     43 <p>Imagine if one day you ordered a new piece of furniture from &lsaquo;insert major furniture brand here&rsaquo; and you had to assemble the components to get the final product. Instead of using the provided good-enough hex key to put the components together, you used a hex key with an ergonomic handle. The action of torquing down fasteners is now a comfortable and swift task, where more time is spent reviewing the build instructions. If you were to fumble with the provided hex tool, you wouldn't spend as much time considering how each piece went together. If you were to make an error, you would be less likely to correct that error because the tool sucks. The construction of the simple hex key tool may influence a difference in quality for something inherently more complex than the hex tool itself.</p>
     44 <p>The build quality of this simple calculator is an example of my thoughts on this loosely defined philosophy. Whatever it is that you may be doing, there exists opportunities for passing forth quality. Deliberately discern what you know of as quality, and follow suit by realizing a set of standards that you build to. That's what a team of people had to do at one point to produce this small piece of hand-held technology in 1980's.</p>
     45     </div>
     46 </div>
     47 
     48 
     49 			</div>
     50 		</div>
     51 	</body>
     52 </html>