Live data from Hacker News

Viewing profile — sinisterdeath

sinisterdeath

HN member
Joined
Sun, Dec 16, 2018, 11:34 PM UTC
HN karma
1
Public activity
1 items

About sinisterdeath

No profile information was provided.

Recent public activity

  1. comment
    Comment #18695953

    I think a common approach for IPC these days is to use named pipes. Chromium uses it and I've used it in one of my projects. You still have to deal with serialization and deseriali…