Viewing profile — grepsedawk
grepsedawk
HN member- Joined
- Thu, May 09, 2019, 3:53 PM UTC
- HN karma
- 1,050
- Public activity
- 68 items
- HN profile
- View on Hacker News ↗
About grepsedawk
No profile information was provided.
Recent public activity
-
comment
Comment #49088525
Yeah! All the same. I love this pattern.
-
comment
Comment #49088300
Yeah! Worktrees were already sitting there. Agents just turned them from an occasional convenience into something I use every day.
-
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…
-
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.
- comment
-
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…
-
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…
- story
- story
-
comment
Comment #48838349
Lol! I was baited into clicking this one. Cute title
-
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
-
comment
Comment #48838187
This is so sick!
- comment
- story
- story
- story
- story
- story
-
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.
- story
-
comment
Comment #47700726
Wrapping these in a TUI is on my list. Haven't built it yet.
-
comment
Comment #47700721
[dead]
-
comment
Comment #47700694
Good catch. The word boundary syntax isn't portable across platforms. I reverted to the simpler version that works everywhere.
-
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.
-
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.