Live data from Hacker News

Viewing profile — cbab

cbab

HN member
Joined
Wed, Jan 15, 2014, 2:26 PM UTC
HN karma
64
Public activity
16 items

About cbab

Software developer, always on the lookout for things to learn and projects to hack on.

Recent public activity

  1. 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

  2. story
  3. 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

  4. comment
    Comment #8628183

    Very nice concept. Reminds me a lot of my TI-83 graph calculator days with a small dose of Scorched Earth :).

  5. 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…

  6. comment
    Comment #8466556

    You can also find all the presentations/publications that we did through the years here [1]. [1] - http://lttng.org/publications/

  7. 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/

  8. 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/

  9. 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…

  10. comment
  11. comment
    Comment #7643886

    Yes indeed. Encouraging open source contribution, validating that he/she can get stuff done and evaluate culture fit. Win-win-win.

  12. comment
  13. 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…

  14. 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 …

  15. 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.

  16. comment
    Comment #7158673

    or LTTng with both kernel and userspace tracers http://lttng.org Disclaimer: LTTng developer :)