Live data from Hacker News

Viewing profile — Ya9yoeGh

Ya9yoeGh

HN member
Joined
Thu, Nov 29, 2018, 2:28 PM UTC
HN karma
1
Public activity
1 items

About Ya9yoeGh

No profile information was provided.

Recent public activity

  1. comment
    Comment #18560341

    NFS open file handle semantics are quite an annoyance. The recommended way to perform atomic writes on POSIX is the create-write-fsync-rename-fsyncdir[0] dance. But that replaces t…