Live data from Hacker News

Viewing profile — plietar

plietar

HN member
Joined
Wed, Jan 04, 2017, 10:09 PM UTC
HN karma
38
Public activity
6 items

About plietar

No profile information was provided.

Recent public activity

  1. comment
    Comment #31083419

    Sorry these were meant as two separate points. People have asked repeatedly to use librespot on free accounts, and (other) people have asked to have librespot download files. I've …

  2. comment
    Comment #31082097

    Original librespot author here. Trying to pretend to be an official client was a game I never wanted to play. There's so many tiny differences in the way I've implemented the proto…

  3. comment
    Comment #22076499

    (I work on Verona, originally as an intern at MSR, now as a PhD) > It's interesting that building a self-hosting environment is a stated non-goal. Sounds like they are really focus…

  4. comment
    Comment #20252046

    You may want to look at snmalloc, another allocator we did at Microsoft Research. It specifically targets these producer / consumer scenarios. https://github.com/microsoft/snmalloc…

  5. comment
  6. comment
    Comment #13322598

    I did this once, by writing a small C program which sets up the seccomp context before exec'ing the Go binary. Unfortunately Go's runtime makes a huge number of system calls in the…