Live data from Hacker News

Viewing profile — brendangregg

brendangregg

HN member
Joined
Tue, Sep 27, 2011, 5:36 AM UTC
HN karma
4,953
Public activity
497 items

About brendangregg

http://www.brendangregg.com

Recent public activity

  1. comment
    Comment #47371268

    I'm hoping for more Troughton too some day. And speaking of Jamie: https://www.brendangregg.com/blog/images/2025/brendan_hines....

  2. comment
    Comment #46928966

    Thanks, I never saw the Tech Crunch parodies before. I also didn't use the words "make/making the world a better place". I actually said "it's about saving the planet" based on all…

  3. comment
    Comment #46928893

    Given the widely reported issue of AI environmental cost, and being among the top people in the world who can fix it, I don't feel comfortable with _inaction_. I can reduce datacen…

  4. comment
    Comment #46922387

    No, that's not what they say.

  5. comment
    Comment #46922184

    When did I say I don't think comp is important?

  6. comment
    Comment #46922166

    As an engineer I can't comment on future company predictions. It sounds like a question for Sam Altman, as he has discussed risks in the past. My wife was paying for ChatGPT before…

  7. comment
    Comment #46921267

    Again, many comments here saying I only care about the money, and while comp is an important factor I think it characterizes me as someone I'm not, and forgets what I've been doing…

  8. comment
    Comment #46920869

    To answer a few people at once: I did mention compensation as a factor in the post, but I didn't elaborate details, so easy to miss. Comp is important of course, but so are the oth…

  9. comment
    Comment #46727576

    Funny to see this fixed in 2023 and the side effects. Back in 2004, before I focused on performance, I did some security work including inter-keystroke latency analysis of captured…

  10. comment
    Comment #46170956

    Yeah, different numbers, 110 customer meetings, the other post tracked 1-6am meetings. I'm glad I tracked 1-6am meetings since I've shared that number when people think that remote…

  11. comment
    Comment #46170920

    Right, laser 300 was called the VZ300 here. I'm out of desk space so I had to put the VZ300 on a stand above my C64C. Maybe AI can finally help me code some C64 and VZ games. :-)

  12. comment
    Comment #46170913

    I like to measure things. In real life and on computers. But I also have a couple of work reasons for it: As a remote worker, I'm under extra pressure to prove that remoteness work…

  13. comment
    Comment #44070219

    I actually only just got the C64C and was surprised I could get it to fit on my desk. C64Cs are massive. Now to connect it to some display...

  14. comment
    Comment #44069712

    Right, this kind of job can improve, and should improve. But right now there's talk of ending remote work entirely, without considering that people have been making the effort for …

  15. comment
    Comment #43936729

    Thanks, glad it's useful!

  16. comment
    Comment #43933105

    To everyone building these things: Please add a disclaimer to say something like: "This is not a vulnerability: eBPF currently requires root access to do this. Also, eBPF makes thi…

  17. comment
    Comment #43876444

    I could just regenerate these heat maps with 60 rows instead of 50. I'm limited by the sampling rate that was captured in the profile data file. To provide even more resolution (so…

  18. comment
    Comment #43875855

    The origin problem for flame graphs was MySQL server performance involving dozens of threads: as a timeline view you need dozens of timelines, one for each thread, since if you ren…

  19. comment
    Comment #43854495

    Nice tool. Looks like it uses what we now call a "flame chart" (not a flame graph). I don't know if it ever had an original name, but I've seen these in tools from at least the 199…

  20. comment
    Comment #43854452

    The answer has always been in the source of flamegraph.pl: # This was inspired by Neelakanth Nadgir's excellent function_call_graph.rb # program, which visualized function entry an…

  21. comment
    Comment #41034599

    Microsoft have been driving the work to make eBPF an IETF industry standard.

  22. comment
    Comment #41034397

    Yes, we know eBPF must attach to equivalent events to Linux, but given there are already many event sources and consumers in Windows, the work is to make eBPF another consumer -- n…

  23. comment
    Comment #41033943

    Right, and we wanted to talk about all security solutions and not make this about one company. We also wanted to avoid shaming since they have been seriously working on eBPF adopti…

  24. comment
    Comment #40941631

    Right; disabling eBPF doesn't solve this. And the bigger point is that this kind of eBPF is still super-user only. Apart from the more exotic facilities, the critical facilities th…

  25. comment
    Comment #39804783

    My preference is tools that give a rolling output as it let you capture the time-based pattern and share it with others, including in JIRA tickets and SRE chatrooms, whereas top's …