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.

An Interview with Andy Hertzfeld

158 pointsby statealmost 7 years ago

7 comments

comatose_kidalmost 7 years ago
I liked this quote - "I think the essential way to do anything great, you have to have some incremental development philosophy because you're just going to be wrong with your grand design that you don't iterate on."
评论 #17482008 未加载
sulamalmost 7 years ago
Telescript is still something that intuitively seems like a good idea for a certain class of problem. In some ways, while it&#x27;s a bit of a stretch, I would argue that Map&#x2F;Reduce is a different encoding of this idea -- that the code should be mobile because the data isn&#x27;t. Clearly Java was inspired by this concept and has been quite successful, but people aren&#x27;t running applets for the most part anymore, so the one of the fundamental ideas motivating Java turned out to be irrelevant to its success. And yet on the other hand we have ReactNative and its equivalents sending JavaScript code off to the computers in our pockets. Even GMail and the original AJAX concepts are a re-creation of the Telescript concepts.<p>I hope Andy realizes that this idea isn&#x27;t wrong so much as it was bad timing (like the rest of what General Magic was doing). The world today has transposed the ideas, but they&#x27;re still recognizable in very successful platforms with significant mindshare.
评论 #17483085 未加载
评论 #17483254 未加载
marcelluspyealmost 7 years ago
Andy is the principal author of the posts on <a href="https:&#x2F;&#x2F;www.folklore.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.folklore.org&#x2F;</a> , which is all about the development of the mac. Definitely worth going through in an afternoon, if you&#x27;re interested in that era.
评论 #17482545 未加载
评论 #17481759 未加载
gistalmost 7 years ago
My question for developers and engineers (on HN) today is this.<p>Do you think that people like Hertzfeld, Atkinson, Wozniak etc were super special in the way they are portrayed? Or were they simply around at a time when there was little competition in terms of competition? (Not saying they don&#x27;t have talent just is it godlike?<p>I am reminded of what I thought was &#x27;smart&#x27; based on people in my own local school. Then you get out in the world and you realize there are so many people that probably have much more ability, drive etc and they appear to far exceed what I thought was &#x27;great&#x27;.<p>I think about this any time I see a field that is sparsely populated. Things like fighting wild fires or observing things in Antartica. Not like there are hundreds of thousands of people doing that but then from that small group you end up with &#x27;experts&#x27;. (And maybe they are but usually a larger number would yield more qualified &#x27;experts&#x27;, right?)
评论 #17493148 未加载
kevintbalmost 7 years ago
I love Notion, and I also love that they hosted this interview. Great interview.
评论 #17482037 未加载
DonHopkinsalmost 7 years ago
I disagree that history proves them wrong about Telescript. They just had the client&#x2F;server relationship backwards (and asymmetrical).<p>Andy Hertzfeld: &quot;You didn&#x27;t really need to do that. Just the remote procedure paradigm was good enough. Which is really what the web is based on. You don&#x27;t inject code into the web to do you work for you and come back to you. You just ask a server with an http request.&quot;<p>It doesn&#x27;t take Yakov Smirnoff to observe that now the web injects code into you.<p>The remote procedure paradigm isn&#x27;t good enough. That just leads to the X-Windows Disaster.<p><a href="https:&#x2F;&#x2F;medium.com&#x2F;@donhopkins&#x2F;the-x-windows-disaster-128d398ebd47" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;@donhopkins&#x2F;the-x-windows-disaster-128d39...</a><p>I&#x27;ll argue that injecting code both ways is quite useful and extremely powerful.<p>Whenever you add a script or extension to Google Sheets or Google Docs or Gmail, you&#x27;re injecting JavaScript code into a server running in the cloud.<p>Here&#x27;s another example of how clients can inject code into servers: NFS 3.0 aka NeFS was a proposed version of NFS that put a PostScript interpreter into the kernel, so you could download code into your file server to efficiently perform file system operations, minimizing network traffic and even eliminating context switching.<p><a href="http:&#x2F;&#x2F;donhopkins.com&#x2F;home&#x2F;nfs3_0.pdf" rel="nofollow">http:&#x2F;&#x2F;donhopkins.com&#x2F;home&#x2F;nfs3_0.pdf</a><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=9271578" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=9271578</a><p>&gt;You might get a kick out of Sun&#x27;s proposal for &quot;NFS 3.0&quot; aka &quot;NeFS&quot;. The basic idea was to put a PostScript interpreter in the kernel for extensibly and efficiently executing distributed and even local file system operations. It not only cuts down on network transactions for the same reason NeWS and AJAX does, but even locally you can avoid billions of context switches by executing &quot;find&quot; and tasks like that in the kernel, for example.<p>NeFS was a great idea, but too radical for its time (Feb. 1990, soon before Telescript), but people are finally starting to rediscover the technique with other languages like JavaScript and Java.<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=7958194" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=7958194</a><p>&gt;Runtime.JS – Operating system kernel built on V8 (runtimejs.org)<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=17060395" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=17060395</a><p>&gt;pjmlp 55 days ago | on: Extending Tcl<p>&gt;Yes, Sun played with idea of putting a JVM on the Solaris kernel.<p>&gt;DonHopkins 55 days ago<p>&gt;Even 16 or so years earlier in 1990, Sun played with the idea of putting a PostScript interpreter in the SunOS kernel.<p>&gt;Like NeWS was the Network extensible Window System, so NeFS was the Network extensible File System, or NFS 3.0.<p>&gt;It was actually a great idea, just a wee bit before its time, and very poorly named and positioned!<p>&gt;This comparison of NeWS to AJAX also applies NeFS, which is like kernel NeWS with file operations instead of a graphics library -- it also saves you lots of user&#x2F;kernel context switches even if you&#x27;re not doing any networking:<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;NeWS" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;NeWS</a><p>&gt;NeWS was architecturally similar to what is now called AJAX, except that NeWS coherently:<p>&gt;- used PostScript code instead of JavaScript for programming.<p>&gt;- used PostScript graphics instead of DHTML and CSS for rendering.<p>&gt;- used PostScript data instead of XML and JSON for data representation.<p>&gt;It didn&#x27;t go over very well because the unenlightened philistines of the time couldn&#x27;t get their head around an API to the file system that wasn&#x27;t compatible with creat open close read write and ioctl.
评论 #17483140 未加载
Animatsalmost 7 years ago
I haven&#x27;t heard him mentioned in a long time. What did he do after the Mac?
评论 #17481748 未加载
评论 #17482761 未加载