Viewing profile — concerned_ctzn
concerned_ctzn
HN member- Joined
- Mon, Sep 05, 2022, 6:22 AM UTC
- HN karma
- 21
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About concerned_ctzn
No profile information was provided.
Recent public activity
-
comment
Comment #48660264
good job!
-
comment
Comment #48111776
check it out
- story
- story
-
comment
Comment #38252790
[flagged]
-
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
- story
-
comment
Comment #37404635
brew tap macos-fuse-t/homebrew-cask; brew install fuse-t-sshfs
-
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…
-
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 …
-
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…
-
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…
-
comment
Comment #32726280
https://github.com/macos-fuse-t/fuse-t
-
comment
Comment #32726095
http://www.fuse-t.org
-
comment
Comment #32721162
There's new project that aims to deliver libfuse for mac without using kernel extensions. check it out.
- story