3 comments

  • chungy1 minute ago
    Related: Fossil has a `fusefs` subcommand: <a href="https:&#x2F;&#x2F;fossil-scm.org&#x2F;home&#x2F;help&#x2F;fusefs" rel="nofollow">https:&#x2F;&#x2F;fossil-scm.org&#x2F;home&#x2F;help&#x2F;fusefs</a><p>The DIRECTORY&#x2F;checkins&#x2F; directory doesn&#x27;t list out anything by itself, but you can look things up by any of the supported checkin names (hash, tag, branch, date...): <a href="https:&#x2F;&#x2F;fossil-scm.org&#x2F;home&#x2F;doc&#x2F;trunk&#x2F;www&#x2F;checkin_names.wiki" rel="nofollow">https:&#x2F;&#x2F;fossil-scm.org&#x2F;home&#x2F;doc&#x2F;trunk&#x2F;www&#x2F;checkin_names.wiki</a>
  • Someone2 days ago
    FTA: <i>“problem 1: webdav or NFS?<p>The two filesystems I could that were natively supported by Mac OS were WebDav and NFS. I couldn’t tell which would be easier to implement so I just tried both”</i><p>I might find out that it is incomplete, buggy or a nuisance to use, but FSKit (<a href="https:&#x2F;&#x2F;developer.apple.com&#x2F;documentation&#x2F;FSKit" rel="nofollow">https:&#x2F;&#x2F;developer.apple.com&#x2F;documentation&#x2F;FSKit</a>) would be my first choice.
    • blaz09 minutes ago
      macOS actually has an excellent SMB client, so the options actually are: WebDAV, NFS (3.0 and 4.0), SMB, FSKit.
  • pvtmert2 days ago
    Given the advent of LLMs and agentic coding, I believe this article needs re-visiting as it makes it much more discoverable to compare individual files across commits.