pomalat
No user record in our sample, but pomalat has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but pomalat has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
It's poor man's plumb(1) from Plan 9: https://9p.io/wiki/plan9/using_plumbing/index.html
wrt #4: No, the big thing about Plan 9 is that each process has its own view of the filesystem, and can modify it without any privileges. This would break the unix security model because unix has setuid. Quote from…