Live data from Hacker News

Viewing profile — concerned_ctzn

concerned_ctzn

HN member
Joined
Mon, Sep 05, 2022, 6:22 AM UTC
HN karma
21
Public activity
16 items

About concerned_ctzn

No profile information was provided.

Recent public activity

  1. comment
    Comment #48660264

    good job!

  2. comment
    Comment #48111776

    check it out

  3. story
  4. story
  5. comment
    Comment #38252790

    [flagged]

  6. comment
    Comment #38249516

    I've just posted a new project which implements an smb2/3 server in go. https://github.com/macos-fuse-t/go-smb2

  7. story
  8. comment
    Comment #37404635

    brew tap macos-fuse-t/homebrew-cask; brew install fuse-t-sshfs

  9. comment
    Comment #32729153

    I'm not sure I understand you point, if an inode gets removed, then GETATTR or LOOKUP would fail as it should unless you're talking about open files. In the latter case the inode w…

  10. comment
    Comment #32728722

    I don't understand the comment about leaking memory, nfs file handles don't have to be persistent. Besides, how many FUSE filesystems implement FORGET? Anyway this is the reason I …

  11. comment
    Comment #32728347

    tcp ports are much more versatile, you can expose it to the outside world as opposed to unix sockets. Now exposing an nfs server to the outside can lead to interesting possibilitie…

  12. comment
    Comment #32728042

    The author here. DriverKit is really a no-go. A while back I was asked to do a project based on DriverKit, it took me nowhere because of countless bugs and semi-implemented feature…

  13. comment
    Comment #32726280

    https://github.com/macos-fuse-t/fuse-t

  14. comment
    Comment #32726095

    http://www.fuse-t.org

  15. comment
    Comment #32721162

    There's new project that aims to deliver libfuse for mac without using kernel extensions. check it out.

  16. story