Live data from Hacker News

Viewing profile — grepsedawk

grepsedawk

HN member
Joined
Thu, May 09, 2019, 3:53 PM UTC
HN karma
1,050
Public activity
68 items

About grepsedawk

No profile information was provided.

Recent public activity

  1. comment
    Comment #49088525

    Yeah! All the same. I love this pattern.

  2. comment
    Comment #49088300

    Yeah! Worktrees were already sitting there. Agents just turned them from an occasional convenience into something I use every day.

  3. comment
    Comment #49088293

    Love it! Same here. bin/ is a convention I picked up from Rails and thoughtbot over the years. I also have bin/staging and bin/prod for data fixes, deploy helpers, and querying the…

  4. comment
    Comment #49088147

    Actually no, sat down and wrote it out. Did some AI proofreading but applied the suggestions by hand. Would be interested to hear what parts were painful.

  5. comment
  6. comment
    Comment #49086018

    Author here. Parallel worktrees showed me where Git’s isolation ends. Files stayed separate; ports, databases, cache keys, queues, and Compose resources did not. We now share compa…

  7. comment
    Comment #48843434

    I audit engineering teams for a living and see this constantly: a 6 person team running ceremonies lifted from whatever 400 person org the founders came from, and nobody can say wh…

  8. story
  9. story
  10. comment
    Comment #48838349

    Lol! I was baited into clicking this one. Cute title

  11. comment
    Comment #48838205

    This is pretty cool, thanks for sharing. It really enables less tech savvy users. It would really enable frontpage/dreamworks-like flows for some people

  12. comment
    Comment #48838187

    This is so sick!

  13. comment
  14. story
  15. story
  16. story
  17. story
  18. story
  19. comment
    Comment #48080241

    If you use arch but you are forced to be on a mac for any reason, this will make you hate yourself less.

  20. story
  21. comment
    Comment #47700726

    Wrapping these in a TUI is on my list. Haven't built it yet.

  22. comment
  23. comment
    Comment #47700694

    Good catch. The word boundary syntax isn't portable across platforms. I reverted to the simpler version that works everywhere.

  24. comment
    Comment #47689836

    Sure, normalizing by size would be more precise. But this is a quick gut check to know which files to look at first, not a metric.

  25. comment
    Comment #47689831

    Fair point. I skip lockfiles, changelogs, and generated code. The first application file on the list is the one that matters. Should have been explicit about that in the post.