Viewing profile — brendangregg
brendangregg
HN member- Joined
- Tue, Sep 27, 2011, 5:36 AM UTC
- HN karma
- 4,953
- Public activity
- 497 items
- HN profile
- View on Hacker News ↗
About brendangregg
Recent public activity
-
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....
-
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…
-
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…
-
comment
Comment #46922387
No, that's not what they say.
-
comment
Comment #46922184
When did I say I don't think comp is important?
-
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…
-
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…
-
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…
-
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…
-
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…
-
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. :-)
-
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…
-
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...
-
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 …
-
comment
Comment #43936729
Thanks, glad it's useful!
-
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…
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #41034599
Microsoft have been driving the work to make eBPF an IETF industry standard.
-
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…
-
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…
-
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…
-
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 …