Viewing profile — wolffiex
wolffiex
HN member- Joined
- Tue, Apr 05, 2022, 4:51 AM UTC
- HN karma
- 7
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About wolffiex
No profile information was provided.
Recent public activity
-
comment
Comment #43164157
Try running Claude Code in your VS Code terminal! Just don't paste too much text :) https://stackoverflow.com/questions/41714897/character-line-...
-
comment
Comment #43164082
As a CLI, this tool is most efficient when it can see text outputs from the commands that it runs. But you can help it with visual tasks by putting a screenshot file in your projec…
-
comment
Comment #32127459
This is the way. Exception handling is often one of the worst aspect of a production codebase, especially since it is typically added late. Though error handling strategies benefit…