-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Sam Heuck <[email protected]>
- Loading branch information
Showing
6 changed files
with
122 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> | ||
<link rel="shortcut icon" href="/samheuck-weblogo-small.png" type="image/png"> | ||
<meta name="author" content="Sam Heuck"> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, viewport-fit=cover" /> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,700|Ubuntu:400,700|PT+Serif:400,700" /> | ||
|
||
<link rel="stylesheet" href="/modern-normalize.min.css" /> | ||
<link rel="stylesheet" href="/tachyons.min.css" /> | ||
<link rel="stylesheet" href="/styles.css" /> | ||
<link rel="stylesheet" href="/print.css" /> | ||
|
||
|
||
<title>Sam Heuck | The outrage is warranted.</title> | ||
<meta name="description" content="Apple unveils the iPad 4 and the internet grabs its pitchforks" /> | ||
<link rel="canonical" href="https://samheuck.com/blog/the-outrage-is-warranted" /> | ||
|
||
</head> | ||
|
||
<body> | ||
<header class="w-100 flex pl3 pt3"> | ||
<div class="logo"> | ||
<a href="/" title="Home" rel="home"> | ||
<img id="logo" src="/dizzy.png" alt="SamHeuck.com"> | ||
</a> | ||
</div> | ||
|
||
<div class="flex flex-column justify-end pl4"> | ||
<h1><a href="/">Sam <span class="accent">Heuck</span></a></h1> | ||
<nav> | ||
<ul> | ||
|
||
|
||
<li><a href="/blog/">blog</a></li> | ||
|
||
|
||
|
||
<li><a href="/about/">about</a></li> | ||
|
||
|
||
|
||
<li><a href="/resume/">resume</a></li> | ||
|
||
|
||
</ul> | ||
</nav> | ||
</div> | ||
</header> | ||
|
||
<main class="w-100 pa4-ns flex-ns"> | ||
<div class="w-70-ns pr4-ns"> | ||
|
||
<article class="blog-post pa2 pa4-ns"> | ||
<h1 class="blog-post-title">The outrage is warranted.</h1> | ||
<span class="post-date">2024-05-10</span> | ||
<section> | ||
<p><img src="crushed-guitar.png" width="800px" | ||
alt="A beautiful acoustic guitar being crushed by a hydraulic press in an Apple ad." | ||
></p> | ||
<p>I am a musician. My instrument is Saxophone. My influences are many, but my sound is informed by a few of the greatest saxophonists who ever played. John Coltrane. Lee Konitz. His contemporary Paul Desmond whose sound was once compared to a <em>dry martini</em> to which he responded, <em>Awww, I always thought it was two dry martinis</em></p> | ||
<p>More specifically, I am a music technologist. Not only do I have the training and skills to write and perform music, but also the ear training, audio engineering knowledge, and digital technology knowledge to create beautiful recordings.</p> | ||
<p>I'm also a wood worker. When I turn bowls and make bookshelves, I pour myself - my heart, my life force, into my projects.</p> | ||
<p>The wood I use for the art of woodworking was, at one time, a living thing believe it or not. For me, I have found that a profound respect for the medium is required for success in the art form. Wood is a forgiving medium, but it also has a will of its own.</p> | ||
<p>My aunt, who died of cancer when I was young, was the only musical talent in my family. Her name was Susan. When I was very little, she taught me how to spell by singing little songs to me like: "R - E - D spells red! Red as a tomato head!" while playing this guitar. Her guitar hangs in a place of honor in my living room.</p> | ||
<img src="susans-guitar.jpg" width="800px" alt="My Aunt Susan's guitar hanging on my living room wall."> | ||
<p>I have some questions. Who made that guitar you destroyed? Who did they make it for? How long did it take to destroy something that took decades of practice for a luthier to learn to build, years to dry the wood, months to mill, assemble and finish the pieces, CENTURIES it took the TREE to grow into the beautiful wood we are graced with... a few seconds for a hydraulic press?</p> | ||
<p>This video of a guitar being made is nearly 2 hours long. I dare you to watch it, and then try to describe the feelings that come up for you when you watch one being crushed. <a rel="noopener" target="_blank" href="https://www.youtube.com/watch?v=Dj5RewW11uM">Watch a Master Luthier Build a Guitar (from scratch)</a></p> | ||
<p>Check out this clip of Apple's #brilliant ad: <a rel="noopener" target="_blank" href="https://www.youtube.com/watch?v=ntjkwIXWtrc">Crush! | iPad Pro | Apple</a></p> | ||
<p>The response is classic internet pitchfork rage. But it is also warranted. What were they thinking?</p> | ||
|
||
</section> | ||
</article> | ||
|
||
</div> | ||
<aside class="w-30-ns"> | ||
|
||
|
||
</aside> | ||
</main> | ||
<footer class="w-100"> | ||
<p class="f6 tc">Opinions are my own. Share and enjoy! 🙂</p> | ||
<p class="f7 tc">© Copyright 2024 Sam Heuck</p> | ||
</footer> | ||
|
||
</body> | ||
<script type="text/javascript">var _gaq=_gaq||[];_gaq.push(['_setAccount','UA-30348707-2']);_gaq.push(['_trackPageview']);(function(){var a=document.createElement('script');a.type='text/javascript';a.async=true;a.src=('https:'==document.location.protocol?'https://ssl':'http://www')+'.google-analytics.com/ga.js';var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(a,s)})();</script> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters