markmatsushima

↗ HN profile [ 45.0 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I do. For me, the benefit is greater than the privacy risk. AI helps me find the right words to explain precisely what I am experiencing and organize what I want to ask.

  2. I’m debugging my app, reporting problems to an AI, and the AI fixes them so I can move to the next step. My app is a kind of wrapper, so I believe tens of thousands of developers are probably going through similar…

  3. I prefer to run Claude Code in GitHub Codespaces rather than on my local machine, but there is one problem: Claude Code logs disappear when the remote Codespace is deleted or rebuilt. Logkeeper saves a human-readable…

  4. Both ChatGPT and Claude, Enter sends the message. I have to use Shift+Enter for line break. A few years ago, I often pressed Enter instead of Shift+Enter by mistake. I needed to click stop button to edit my input again.…

  5. Hi HN, I built a Python command-line tool to batch-generate images using OpenAI's new GPT Image 1 model. Just drop instruction files (either plain text or JSON) into the image_prompts/ folder, then run: python…