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.

Road to reality – executable essay

87 pointsby sritchieabout 2 years ago

7 comments

Jun8about 2 years ago
OP’s substack linked in the post (<a href="https:&#x2F;&#x2F;roadtoreality.substack.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;roadtoreality.substack.com&#x2F;</a>) was easier to read and understand the motivation for this project. From the title I assumed this would be a course that would take you through Penrose’s TRTR but interestingly it’s not mentioned. I would love a detailed, crowd-sourced TRTR companion site with comments and explanations.<p>I’m of two minds about using a programmatic approach to teach mathematical physics. On the one hand, it empowers you to experiment which is easier to do compared to pencil and paper. OTOH, it adds another degree of removal from concepts that are already hard. I would vote for a hybrid approach, where the concepts are mastered the usual way but then computer models are used to experiment beyond for additional insight and aha moments.
评论 #36006381 未加载
wtolabout 2 years ago
Sam, I&#x27;ve been loosely following your projects &#x2F; SICMutils since I landed on your Road to Reality substack (incidentally, after getting a copy of Penrose&#x27;s book in early 2020 with similar goals). It&#x27;s been inspiring to see it coming together - congrats on getting this out into the world!<p>This presentation is super clean &amp; this kind of executable &amp; visualizable code&#x2F;LaTeX&#x2F;math is (IMO) absolutely the future. Math on paper sells Lagrange &amp; Hamilton way short. I originally wasn&#x27;t able to break through the Lispy-ness of Clojure when following early SICMUtils (was a little busy having transferred to Caltech for Physics in &#x27;21 :)), but am looking forward to getting back into it and a second round with Emmy following these posts.
killthebuddhaabout 2 years ago
It feels a little bit odd that a newsletter + project that&#x27;s directly motivated by Penrose&#x27;s book and also appropriates the book&#x27;s title does not mention the book. For example, the GitHub repo&#x27;s readme:<p><pre><code> Welcome to the Road to Reality! The Road to Reality is an essay series by me, Sam Ritchie. Starting with the basics of Lisp (the Clojure programming language, specifically), we&#x27;ll build a modern computer algebra system and use that system to explore and simulate gems of modern physics like variational mechanics and general relativity. </code></pre> Maybe it&#x27;s just me, but I think if I was Roger Penrose I&#x27;d be like &quot;uh, wtf&quot;.
评论 #36007808 未加载
AdamH12113about 2 years ago
Unrelated, but following one of the footnotes led me to this interesting page on using color to visualize four-dimensional movement. It uses untying knots as an example. It&#x27;s a small thing, but it worked well for me and made the concept of a Klein bottle much more clear:<p><a href="http:&#x2F;&#x2F;www.rdrop.com&#x2F;~half&#x2F;Creations&#x2F;Puzzles&#x2F;visualizing.4D&#x2F;index.html" rel="nofollow">http:&#x2F;&#x2F;www.rdrop.com&#x2F;~half&#x2F;Creations&#x2F;Puzzles&#x2F;visualizing.4D&#x2F;...</a>
avindrothabout 2 years ago
Reminds me of Bret Victor and hundredrabbits. If Lisp was more popular, we could use it as building block for UI (since it can describe both code data). An email client where all of your emails is a (lazy) list? A Figma-like where you can compose, filter, reduce the graphical elements? Lists are everywhere, and Lisp is built for it.
Syntoniclesabout 2 years ago
Excellent, I&#x27;m looking forward to future installments! I can&#x27;t tell whether the series will be related to the book of the same title, but I would personally love a Lispy &#x2F; SICP style exploration into that.
评论 #36007827 未加载
esafakabout 2 years ago
The presentation is great, Sam.<p>Does anyone have a list of similar presentation tools? I am trying to pick a solution for technical, interactive blog posts, so it has to support interactive visualizations, equations, and have great typography. Live editing and support for running code would be a great plus.<p>I think of Observable, distill.pub, and Jupyter, and they all hit various points but not all of them.
评论 #36007821 未加载