TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What can we learn from TempleOS?

22 点作者 charmides超过 6 年前
The late Terry Davis's TempleOS has been widely praised in spite of its idiosyncratic features. Could other operating systems stand to benefit from some of Terry's ideas?

7 条评论

jonjacky超过 6 年前
Davis demonstrated that it is possible to build a complete system from scratch that expresses your own philosophy and preferences, no matter how eccentric. He showed you can build a complete system just for yourself with no compromises arising from dependencies on other systems. There is some similarity in motivation with Wirth et al&#x27;s Oberon system and Kay et al&#x27;s Smalltalk and VPRI systems, but unlike them Davis was working entirely without professional or institutional connections, all the while beset by demons most of us cannot imagine. Davis showed that almost anyone starting out with modest technical skills and few resources, but enormous focus and motivation and time available, can do what Wirth et al and Kay et al can do.<p>Davis&#x27; work shows the way to a completely different path than the prevailing hegemonic trend to try to build this or that system that everyone will use, that will take over the world. Maybe everyone deserves their own completely idiosyncratic and personalized system that can keep on working for them despite whatever the industry behemoths do. Perhaps an interesting research project might be to try to find ways to enable ordinary developers or even ordinary people to make such personalized stand-alone systems with no dependencies, without requiring years of fanatical single-minded effort.
Endy超过 6 年前
Other operating systems certainly could. Work from the minimum set of tools you need to create the OS, and allow users to either build those tools they need or have them ready to build quickly. Keep the resolution small and the color depth shallow so that you learn to do more with less, rather than trying to always reach for the newest, latest, and greatest. Build for the oldest possible machine first, and make newer machines to reach back into the shadows of the past. There is nothing on this Earth worth doing which requires the processing power we now possess in our pockets. If you can&#x27;t do it in 64Kb, I assure you, it isn&#x27;t worth doing.<p>There&#x27;s also something here which Microsoft used to know in the 9x days and has since forgot (because it&#x27;s not immediately profitable to remember in the current paradigm). The needs of a single-user system are different from the needs of a network terminal. Since Windows 2000, every Windows PC is a network terminal. Since OSX, every Apple PC is a network terminal. Unix-derived OSes have always been targeted at network terminals. In a network terminal, the machine might be used by more than one user; therefore, you can&#x27;t allow too much customization. The data on that terminal might be needed by another user on the network; therefore you must protect a significant amount of that data and must prioritize system operation over user desire at every turn.<p>Oh, and one more thing. Stop worrying about profit and trying to hamstring the user. Either create a good, working, product that you stand behind with every fiber of your being... or don&#x27;t create a product in the first place.
评论 #17926126 未加载
jstewartmobile超过 6 年前
With all due respect to Terry, his ideas were more along the lines of aesthetic choices than original concepts (i.e. language-machines, relative addressing, minimal protection, etc).<p>In his own words, he wanted a modern day Commodore 64. And God bless him for it!
lucozade超过 6 年前
I think most of the, informed, praise is for the fact that he did it rather than than for what he did, if that makes sense. As a solo effort it&#x27;s impressive and made more so because of his illness.<p>Having said that, I think the two main areas that I&#x27;ve seen praised are the &quot;coding the image&quot; approach he took which has its predecessors in Lisp machines and Smalltalk. Also the pervasive hypertext and embedded media.<p>Of course, those things aren&#x27;t especially original and it&#x27;s not obvious to me that he took them in directions that are especially novel.<p>On a purely speculative level, what might catch on (though I give it a very small probability) is that TempleOS is a deliberately un-networked OS that gives complete control to the user. It&#x27;s not inconceivable that, as paranoia becomes the sensible default, more folk will decide that that&#x27;s a good place to be. I doubt it but you never know.
beerbaron23超过 6 年前
That creating your own redundant Linux distro based on an existing one for bragging rights is not the only option!
sergeant_fatcat超过 6 年前
How did he pass away? That&#x27;s sad.
评论 #17932232 未加载
passportour超过 6 年前
No build systems? ;)