5 comments

  • Arctessa2 hours ago
    Oh hey cool, didn&#x27;t expect to see my project make Hacker News! I also develop little hardware devices to go with this stack if anyone is interested in embedded AppleTalk too. One is to connect your modern machine directly to LocalTalk networks, and the other is to emulate the now hard to find Apple network adapters for their 80s&#x2F;90s printer line.<p>I have a long discussion thread here which chronicles the development of this stack, and the two little hardware projects that go with it: <a href="https:&#x2F;&#x2F;68kmla.org&#x2F;bb&#x2F;threads&#x2F;tashtalk-usb-tailtalk-and-inktalk-all-in-one-discussion-thread.52115" rel="nofollow">https:&#x2F;&#x2F;68kmla.org&#x2F;bb&#x2F;threads&#x2F;tashtalk-usb-tailtalk-and-inkt...</a>.
  • gregsadetsky3 hours ago
    Also, just learned of GlobalTalk ie people bridging their AppleTalk network to the Internet! <a href="https:&#x2F;&#x2F;marchintosh.com&#x2F;globaltalk.html" rel="nofollow">https:&#x2F;&#x2F;marchintosh.com&#x2F;globaltalk.html</a>
  • yjftsjthsd-h3 hours ago
    In light of <a href="https:&#x2F;&#x2F;www.phoronix.com&#x2F;news&#x2F;Linux-Drops-AppleTalk" rel="nofollow">https:&#x2F;&#x2F;www.phoronix.com&#x2F;news&#x2F;Linux-Drops-AppleTalk</a> , I&#x27;m a big fan of replacing the functionality in userspace:) (I&#x27;ve similarly thought that it would be helpful to port as many of Linux&#x27;s filesystems to FUSE so when they get dropped users can just switch to that)
    • paulfurtado1 hour ago
      Fwiw, if performance isn&#x27;t paramount, you can have a lot of fun with LKL (linux kernel library) and UML (user mode Linux).<p>UML is full Linux running as a userspace process. Tools like guestfish use it to modify disk images. UML can only run on Linux though.<p>LKL lets you use the linux kernel as a library. However, only single threaded. But this allows you to use linux&#x27;s tcp stack from userspace, or its filesystems, etc. LKL also works on non Linux platforms.<p>These are definitely a different shape than what you&#x27;re looking for, but they could help you keep the real linux implementations alive from userspace far into the future.
    • nxobject2 hours ago
      FUSE is great for portability, too – with some work you get macOS, Haiku, the BSDs...
  • codepoet803 hours ago
    Have been waiting for something like this so I could decommission my old Raspberry Pi Netatalk solution. Thank you!
  • rrr_oh_man4 hours ago
    <i>&gt; AppleTalk is a discontinued proprietary suite of networking protocols developed by Apple Computer for their Macintosh computers.</i><p>Wut? Can you explain for dumb people?
    • gregsadetsky3 hours ago
      AppleTalk is a protocol that was used on classic&#x2F;vintage Macs (think: early&#x2F;late 1980s, 1990s) to create local networks. The wikipedia page [0] has a good historical overview, including the parallel rise of ethernet &#x2F; tcp&#x2F;ip (which won).<p>[0] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;AppleTalk" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;AppleTalk</a>
      • rrr_oh_man3 hours ago
        How does TailTalk relate to this? Does it re-implement it?
        • wpm3 hours ago
          Using TailTalk on my modern Mac, I can expose a file share accessible to my Macintosh Plus, which has a simulated SCSI Ethernet adapter bridged to a Pi Pico 2W&#x27;s wireless connection via a BlueSCSI.
        • gregsadetsky3 hours ago
          Yep, looks like it - it&#x27;s a from-scratch reimplementation that you can use in your own software to talk to devices on AppleTalk networks.
    • nxobject2 hours ago
      If this comparison helps: before deprecation, the last practical use for AppleTalk was file sharing, e.g. legacy Time Machine. Apple dropped it, and encourages SMB and WebDAV.
      • arm1 hour ago
        More information on that here:<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Apple_Filing_Protocol" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Apple_Filing_Protocol</a>