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.

The Challenges of Integrating the Unix and Mac OS Environments (2000)

82 pointsby DvdGiessenabout 4 years ago

5 comments

mrpippyabout 4 years ago
&quot;Sends other UNIX boxes to &#x2F;dev&#x2F;null&quot;<p><a href="https:&#x2F;&#x2F;www.brainmapping.org&#x2F;MarkCohen&#x2F;UNIXad.pdf" rel="nofollow">https:&#x2F;&#x2F;www.brainmapping.org&#x2F;MarkCohen&#x2F;UNIXad.pdf</a>
lordleftabout 4 years ago
Does anyone else remember when MacOS marketing made UNIX a significant part of its sales pitch? I remember a giant, titanium UNIX logo
评论 #26413281 未加载
评论 #26413698 未加载
评论 #26412888 未加载
评论 #26413094 未加载
评论 #26413841 未加载
pwinnskiabout 4 years ago
I still remember being in awe that they pulled this off at all, clumsy as some of the compromises were.<p>Newer filesystems and application designs have eliminated many of the differences, although I still miss resource forks.
评论 #26412424 未加载
评论 #26413260 未加载
评论 #26413812 未加载
bad_usernameabout 4 years ago
&gt; some of the user interface features pioneered by Mac OS such the desktop<p>That is not true. The desktop metaphor, for example, was first introduced at Xerox PARC in 1970, and used commercially in the Xerox Star workstation in 1981.
评论 #26414020 未加载
评论 #26414227 未加载
评论 #26413663 未加载
musicaleabout 4 years ago
Apple seems to have a long history of integrations of Mac OS (and the Mac user interface) and UNIX, starting in the 1980s and continuing through today: A&#x2F;UX, AWS (Apple Workgroup Server), MAE, Rhapsody, OS X, modern macOS...<p>Not to mention the OS X-like variants for their other platforms: iOS, tvOS, iPadOS, watchOS...<p>Also consider the various Mach implementations on Apple hardware: MacMach, MachTen, MkLinux, OS X&#x2F;Darwin...<p>Sadly it seems that the classic Mac API died when Carbon and 32-bit apps died, so you can&#x27;t easily port old Mac apps to modern macOS. macOS (and iOS) seem to have a rather poor record for backward compatibility, and it&#x27;s only going to get worse with the current architectural switch to Apple Silicon...