Live data from Hacker News

Viewing profile — p403n1x87

p403n1x87

HN member
Joined
Sat, Dec 21, 2019, 1:15 PM UTC
HN karma
358
Public activity
76 items

About p403n1x87

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #45992680

    I am delighted to announce the 4.0 release of Austin. If you haven't heard of Austin before, it is an open-source out-of-process frame stack sampler for CPython, distributed under …

  4. story
  5. comment
    Comment #41841767

    This latest release comes with support for CPython 3.13

  6. story
  7. comment
    Comment #39452721

    It is still in experimental stages, but would you be willing to test the memory mode of Echion? ( https://github.com/P403n1x87/echion ). It is essentially tracing of all memory all…

  8. story
  9. story
  10. comment
    Comment #37763186

    https://www.dictionary.com/browse/spasm

  11. story
  12. comment
    Comment #37642268

    There is a "live" flamegraph TUI that uses Austin for those interested in Python profiling https://github.com/P403n1x87/austin-tui . The data collected can be exported and then con…

  13. comment
    Comment #36238489

    This seems to be heavily based on Austin https://github.com/P403n1x87/austin/blob/master/src/version.... https://github.com/bloomberg/pystack/blob/a971a4ced371a5859f...

  14. comment
    Comment #35222811

    The Austin binary can now be installed from PyPI with pip/pipx on all supported platforms and architectures

  15. story
  16. comment
    Comment #34951150

    The latest 3.5 release of Austin brings support for column-level location information exposed by CPython 3.11, which makes it the first statistical profiler for CPython to provide …

  17. story
  18. story
  19. story
  20. story
  21. comment
    Comment #31109285

    This should work with anything https://github.com/P403n1x87/austin

  22. comment
    Comment #31109089

    Hmm some elements of that TUI look vaguely familiar ... where have I seen them before?

  23. story
  24. story
  25. comment
    Comment #30315668

    That's a good argument for keeping these kind of tests separate. Indeed Austin has dedicated Valgrind integration tests just for this reason.