Live data from Hacker News

Viewing profile — photobombastic

photobombastic

HN member
Joined
Fri, Aug 18, 2023, 2:00 AM UTC
HN karma
6
Public activity
13 items

About photobombastic

budding indy dev. increasingly agentic pm and devtooler. RIP b2b saas. biggest life regret: mba. favorite accomplishment: building the roadmap community.

Recent public activity

  1. comment
    Comment #47368190

    Fully understandable, it's an AI minefield out there! I wrote everything except the technical summary of what I'd updated, just so you know...Claude only helped me there to explain…

  2. comment
    Comment #47364702

    Good question, thanks. PipeStep is specifically for debugging CI pipelines, not general LLM/flow orchestration. The target user is someone staring at a failing GitHub Actions run w…

  3. comment
    Comment #47364671

    Love this idea — just shipped it. PipeStep now records every step you run/skip/shell-into and saves a bash script on quit (pipestep-session-YYYYMMDD-HHMMSS.sh). Should be useful fo…

  4. comment
    Comment #47364661

    Thank you so much! Huge bug. Action steps (uses:) were silently skipped, which meant any workflow relying on setup actions would just fail. This should be fixed in v0.1.3. Action s…

  5. comment
    Comment #47356676

    I have been experiencing this as a (don't judge) full-time vibe coder without an engineering background. tmux helps a little. I'm leaning towards embracing YOLO mode (in CC) + writ…

  6. comment
    Comment #47354197

    I'm going to assume you meant "would've" hah. Would love to know how I could improve it!

  7. story
    Show HN: PipeStep – Step-through debugger for GitHub Actions workflows

    Hey HN — I kept seeing developers describe the same frustration: the commit-push-wait-read-logs cycle when debugging CI pipelines. So I built PipeStep. PipeStep parses your GitHub …

  8. comment
    Comment #47337394

    I love this. Would be really valuable to add semantic search on signal type, not just quality. For example if I'm looking for someone who might be good to recruit for my team, or w…

  9. comment
    Comment #47323303

    This is a real problem. I've heard similar stories from people running CI pipelines — a retry loop bug burns through your entire monthly Actions minutes budget in hours, and there'…

  10. comment
    Comment #47323294

    The "context rot" framing is spot on. I've seen the same thing discussed a lot in CI/CD tooling circles — agents lose track of what's already been tried and start suggesting the sa…

  11. comment
    Comment #47323269

    The core git hosting has been solid for me, but Actions has been noticeably flakier in recent months. More random runner timeouts, longer queue times for larger runners, and occasi…

  12. comment
    Comment #47323242

    Building a step-through debugger for GitHub Actions workflows called PipeStep ( https://github.com/Photobombastic/pipestep ). The idea came from the commit-push-wait-read-logs cycl…

  13. comment
    Comment #47323204

    very cool idea! in my experience most users don't want anything that requires more than 1 prompt (usually to their detriment), but you perhaps you can help them build a better prom…