Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
grassfedcode
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
grassfedcode
2mo ago
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.
▲
by
grassfedcode
8y ago
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 site-packages. If you are familiar with node, it is similar
3.
▲
Show HN: Pythonloc, invokes Python with local dir 'pypackages' on path
(github.com)
1 points
by
grassfedcode
8y ago
|
1 comments
4.
▲
C++ Weekly – Ep 110 – gdbgui
(youtube.com)
1 points
by
grassfedcode
8y ago
|
0 comments
5.
▲
Show HN: Realtime snow chain requirements for Lake Tahoe
(tahoeroads.info)
1 points
by
grassfedcode
9y ago
|
1 comments
6.
▲
Show HN: State management tools for a React-powered front end to gdb
(medium.com)
2 points
by
grassfedcode
9y ago
|
0 comments
7.
▲
by
grassfedcode
9y ago
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 to the global state. It has worked really well for me on
8.
▲
Show HN: List of React state management tools
(github.com)
4 points
by
grassfedcode
9y ago
|
3 comments
9.
▲
by
grassfedcode
9y ago
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: I am the developer) https://github.com
10.
▲
by
grassfedcode
9y ago
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 commands, and data structure/value plotting and vis
11.
▲
by
grassfedcode
9y ago
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
12.
▲
by
grassfedcode
9y ago
a browser-based frontend to gdb https://github.com/cs01/gdbgui
13.
▲
by
grassfedcode
10y ago
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 with gdb's mi2 api is incom
14.
▲
Show HN: Realtime snow chain requirements for Lake Tahoe
(tahoeroads.info)
4 points
by
grassfedcode
10y ago
|
0 comments