7 comments

  • Syzygies1 hour ago
    <a href="https:&#x2F;&#x2F;vimeo.com&#x2F;194116649" rel="nofollow">https:&#x2F;&#x2F;vimeo.com&#x2F;194116649</a><p>Steve Martin in conversation, 2002. 34:20 to 36:00 is this exact question.<p>Later, Robin Williams joins him on stage. My cameo starts at 1:01:40, inaudible and off-camera, because I&#x27;d traded a seat up close for two in the balcony so my future wife could join me.
  • bgrainger19 minutes ago
    Hard to believe that article doesn&#x27;t contain the phrase &quot;slide guitar&quot;.
  • lioeters1 hour ago
    This post is by the same author as the Lost Art of Logarithms. <a href="https:&#x2F;&#x2F;www.lostartoflogarithms.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.lostartoflogarithms.com&#x2F;</a><p>Discussed about a year ago: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=43356314">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=43356314</a> (196 comments)
  • coverband2 hours ago
    I&#x27;m blocked for some reason, probably too much HN referred requests...
    • altairprime2 hours ago
      Enable JavaScript and let the site issue a “not an AI” cookie and it should then be usable. (I have a JS button for this on my toolbar and it’s come in handy a lot recently..)
      • karim7936 minutes ago
        Are you serious you have a &quot;I am not an AI&quot; widget?
  • karim7941 minutes ago
    Loved the article. Didn&#x27;t love being blue-balled by the conclusion but still great stuff.
  • FpUser1 hour ago
    The question is can those frets run Doom
  • HoldOnAMinute2 hours ago
    Vibrating strings are Turing-complete
    • ycombiredd19 minutes ago
      That just reminded ne of something from here I had completely forgotten about. Someone had posted making sort of dubious claim of guitar power chords being Turing complete. I made some small improvements (as I saw it, chiefly around how they had implemented their clock) to the code they posted <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42294766">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42294766</a> which lead me down a rabbit hole of guitar tab as opcodes, which eventually lead to something useful after throwing away the silly guitar virtual machine, since I had now done the work of implementing far more than the simple tablature parsing code I intended. That project that resulted from the silly toying around with tab notation as machine code lead to a midi-to-tab generator, which lead to audio to midi to tab, and a bunch more.<p>That project, for anyone interested in such things, is today <a href="https:&#x2F;&#x2F;github.com&#x2F;scottvr&#x2F;gtrsnipe" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;scottvr&#x2F;gtrsnipe</a> There are useful demonstrations in the repo&#x27;s wiki.