Viewing profile — danobi
danobi
HN member- Joined
- Mon, Jun 16, 2014, 5:08 AM UTC
- HN karma
- 76
- Public activity
- 37 items
- HN profile
- View on Hacker News ↗
About danobi
Recent public activity
-
comment
Comment #45441858
https://github.com/thinking-machines-lab/tinker-cookbook
-
comment
Comment #40943344
bpftrace has support for outputting pcap files now.
-
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 …
- story
-
comment
Comment #38546673
What kind of events were being lost, and under what conditions? I'd like to see if it can be fixed.
-
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…
-
comment
Comment #37526169
I think it has to keep it for externally visible functions, right?
-
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…
- story
-
comment
Comment #34015306
I use stock ios and mobius sync works pretty well. No issues so far over 1y+ of use.
- story
-
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…
-
comment
Comment #31485076
Are there any docs for how it's implemented?
-
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.
-
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…
-
comment
Comment #27777243
Your metabolism can change during your life. Different people can also have different metabolisms.
- story
-
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…
-
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' …
-
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…
- story
-
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…
- story
- story
- story