Live data from Hacker News

Viewing profile — danobi

danobi

HN member
Joined
Mon, Jun 16, 2014, 5:08 AM UTC
HN karma
76
Public activity
37 items

About danobi

github.com/danobi

Recent public activity

  1. comment
    Comment #45441858

    https://github.com/thinking-machines-lab/tinker-cookbook

  2. comment
    Comment #40943344

    bpftrace has support for outputting pcap files now.

  3. comment
    Comment #39217652

    SEEKING VOLUNTEERS: bpftrace As non-profit as it get! Intersection of operating systems, compilers, and observability. C/C++/LLVM. https://github.com/bpftrace/bpftrace "good first …

  4. story
  5. comment
    Comment #38546673

    What kind of events were being lost, and under what conditions? I'd like to see if it can be fixed.

  6. comment
    Comment #37527223

    Above two comments are very helpful, thanks. I've corrected the -m32 issue. And thanks for pointing out the x86/ABI assumptions. Had not considered that. It's certainly interesting…

  7. comment
    Comment #37526169

    I think it has to keep it for externally visible functions, right?

  8. comment
    Comment #35990302

    BPF_PROG_RUN is great but unfortunately depends on the running kernel version. To that end, I wrote `vmtest` ( https://dxuuu.xyz/vmtest.html ) which is designed for the BPF_PROG_RU…

  9. story
  10. comment
    Comment #34015306

    I use stock ios and mobius sync works pretty well. No issues so far over 1y+ of use.

  11. story
  12. comment
    Comment #33167731

    Was threading support ever added? I recall there being a few attempts. I tried aerc out for quite a bit but ultimately had to give it up for neomutt b/c mailing list discussions we…

  13. comment
    Comment #31485076

    Are there any docs for how it's implemented?

  14. comment
    Comment #28870638

    Completely agree. FWIW, I think procedural macros make a huge difference for ergonomics. For example, a "similar" library in C++ (libcereal) is still a PITA to use and debug.

  15. comment
    Comment #28769103

    Because you can’t add a feature with a knob. And not all changes can be made in a module (eg core kernel). And even if they could, kernel internals are not stable and you would sti…

  16. comment
    Comment #27777243

    Your metabolism can change during your life. Different people can also have different metabolisms.

  17. story
  18. comment
    Comment #26520212

    Both parts (compiler backends & fuzzing) are immensely complicated stuff on their own. I can only imagine the trickery and head scratching that comes with the combination. I’ve wor…

  19. comment
    Comment #26451537

    Yes, exactly. > It looks like systemd-oomd is related to (based on? from the same people as?) Facebook's oomd Yep, I authored the original standalone oomd (along with many others' …

  20. comment
    Comment #26451416

    When a cgroup hits its memory.max the kernel OOM killer is invoked. systemd-oomd enables finer grained policy than the kernel OOM killer. systemd-oomd can also prevent livelocks (w…

  21. story
  22. comment
    Comment #24936057

    A possibly lighter weight alternative is libbpf-rs [0]. libbpf-rs is designed to take advantage of BPF's Compile-Once-Run-Everywhere functionality where you can ship a pre-compiled…

  23. story
  24. story
  25. story