Live data from Hacker News

Viewing profile — base0x10

base0x10

HN member
Joined
Wed, Mar 13, 2019, 9:19 PM UTC
HN karma
6
Public activity
2 items

About base0x10

No profile information was provided.

Recent public activity

  1. comment
    Comment #21694168

    no* BPF programs are written in a very small subset of C (or rust or C++), which does not include dynamic memory allocation or unbounded loops. * you can use maps which are persist…

  2. comment
    Comment #21694078

    This is currently not easy to do. First of all, the kernel BPF implementation is GPLv2, which means you cannot rip out the runtime and embed it in your userspace code unless you ar…