Viewing profile — cbab
cbab
HN member- Joined
- Wed, Jan 15, 2014, 2:26 PM UTC
- HN karma
- 64
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About cbab
Recent public activity
-
comment
Comment #10475947
Yup, basically Chrome is using an inverted flame graph (See [1] for additional infos and tools). [1] - https://github.com/brendangregg/FlameGraph
- story
-
comment
Comment #8655599
A great book on the subject is "The Art of Debugging with GDB, DDD, and Eclipse" [1]. [1] - http://www.nostarch.com/debugging.htm
-
comment
Comment #8628183
Very nice concept. Reminds me a lot of my TI-83 graph calculator days with a small dose of Scorched Earth :).
-
comment
Comment #8466806
Thanks for reporting your issues on Fedora. 4) We will definitely fix that omission. 5a) liburcu is a dependency of the lttng-ust and lttng-tools. The dependency should be accounte…
-
comment
Comment #8466556
You can also find all the presentations/publications that we did through the years here [1]. [1] - http://lttng.org/publications/
-
comment
Comment #8466295
Thanks, we worked quite hard on this new redesign! edit: Yes, EfficiOS [1] is the open source business behind the LTTng project :). [1] - https://www.efficios.com/
-
comment
Comment #8410799
The Userspace RCU [1] library might also be interesting for wait-free linked lists and other RCU aware data structures. [1] - http://lttng.org/urcu/
-
comment
Comment #8060893
One of the main technical reason I would say is that CeroWRT has the CoDel[1] queue management enabled by default. See also [2]. [1] - http://www.bufferbloat.net/projects/codel/wik…
- comment
-
comment
Comment #7643886
Yes indeed. Encouraging open source contribution, validating that he/she can get stuff done and evaluate culture fit. Win-win-win.
- comment
-
comment
Comment #7630092
On recent C++ projects, I used the TAP [0] test format. It's quite minimalistic and does the job. Debugging tools have improved quite a bit. I suggest you take a look at asan [1] f…
-
comment
Comment #7542111
I respectfully disagree with this. Ignoring return values is _not_ good practice. It is a slippery slope to bad software. By catching these memory errors, a program has the chance …
-
comment
Comment #7313703
Absolutely! Codebases in "franglais" are terrible. Also, when documenting such codebases, I cringe whenever I see public APIs with mixed language members.
-
comment
Comment #7158673
or LTTng with both kernel and userspace tracers http://lttng.org Disclaimer: LTTng developer :)