Live data from Hacker News

Viewing profile — grassfedcode

grassfedcode

HN member
Joined
Fri, Feb 24, 2017, 2:49 PM UTC
HN karma
23
Public activity
26 items

About grassfedcode

No profile information was provided.

Recent public activity

  1. comment
    Comment #48878332

    I recommend asking an LLM to generate an interactive webpage to visualize, teach, and quiz you on the concepts. Or just chat with it directly.

  2. comment
    Comment #19065346

    pythonloc is a drop in replacement for python that automatically recognizes a __pypackages__ directory and prefers importing packages installed in this location over user or global…

  3. story
  4. story
  5. story
  6. story
  7. comment
    Comment #16454578

    I've been using Stator[0] which uses a global JavaScript object with get(), set(), and connectComponentState() methods that selectively call setState() on components that connect t…

  8. story
  9. story
  10. comment
  11. story
  12. story
  13. story
  14. comment
  15. story
  16. story
  17. story
  18. comment
  19. comment
    Comment #14997975

    Never tried, but pygdbmi would probably get you halfway there. It uses python to parse structured data (key/value pairs) from gdb output. Gdbgui uses it on its backend. (Disclaimer…

  20. comment
    Comment #14997825

    Just wanted to mention gdbgui, a new front end to gdb that I developed which is similar to Chrome's debugger, has a gdb terminal which you can fall back to if you want to run gdb c…

  21. comment
    Comment #14898364

    I recently added data structure visualization to a gdb frontend called gdbgui, which might be of interest to people trying to debug their algorithms. https://github.com/cs01/gdbgui…

  22. comment
    Comment #14037259

    a browser-based frontend to gdb https://github.com/cs01/gdbgui

  23. comment
    Comment #13863886

    I'm trying to add support for lldb to a gdb frontend ( https://github.com/cs01/gdbgui/ ), and need a gdb-mi compatible interface to do it. lldb-mi exists, but its compatibility wit…

  24. story
  25. story