Hacker News new | ask | show | jobs
Man and Machine
1 points by quaestio 399 days ago
function Balance(dream, execution) { if (!dream.flies) return "Vision too small." if (!execution.holds) return "Structure unsound."

  return "Masterwork in motion."
}