Viewing profile — grassfedcode
grassfedcode
HN member- Joined
- Fri, Feb 24, 2017, 2:49 PM UTC
- HN karma
- 23
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About grassfedcode
No profile information was provided.
Recent public activity
-
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.
-
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…
- story
- story
- story
- story
-
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…
- story
- story
- comment
- story
- story
- story
- comment
- story
- story
- story
- comment
-
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…
-
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…
-
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…
-
comment
Comment #14037259
a browser-based frontend to gdb https://github.com/cs01/gdbgui
-
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…
- story
- story