arthursw

↗ HN profile [ 48.9 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. ldbg is a minimal Python library that lets you ask an LLM questions while debugging — your prompt is automatically enriched with your current call stack, variables, and source context. It’s like ShellGPT but for pdb,…

  2. When building a plugin system for an application, avoiding dependency conflicts is critical. To address this, I created Wetlands – a lightweight Conda environment manager. Wetlands not only simplifies the creation of…