HackerTrans
TopNewTrendsCommentsPastAskShowJobs

grepsedawk

1,049 karmajoined 7 lat temu

Submissions

Process Is a Tool, Not a Virtue

blog.kevingoldsmith.com
2 points·by grepsedawk·przedwczoraj·1 comments

Questions for the Team During Onboarding

simonwillison.net
5 points·by grepsedawk·przedwczoraj·1 comments

How to Be a Good open-source Maintainer

piechowski.io
8 points·by grepsedawk·przedwczoraj·0 comments

Google Vibe Coding vs. Agentic Engineering White Paper

kaggle.com
4 points·by grepsedawk·przedwczoraj·0 comments

[untitled]

1 points·by grepsedawk·16 dni temu·0 comments

[untitled]

1 points·by grepsedawk·2 miesiące temu·0 comments

Why Your Engineering Team Is Slow (It's the Codebase, Not the People)

piechowski.io
2 points·by grepsedawk·3 miesiące temu·0 comments

Git commands I run before reading any code

piechowski.io
2,338 points·by grepsedawk·3 miesiące temu·509 comments

Why Your Engineering Team Is Slow (It's the Codebase, Not the People)

piechowski.io
3 points·by grepsedawk·3 miesiące temu·1 comments

comments

grepsedawk
·przedwczoraj·discuss
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 what coordination problem any of it solves. Adding a process is easy, killing one is somehow a whole political project.
grepsedawk
·przedwczoraj·discuss
Lol! I was baited into clicking this one. Cute title
grepsedawk
·przedwczoraj·discuss
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
grepsedawk
·przedwczoraj·discuss
This is so sick!
grepsedawk
·2 miesiące temu·discuss
If you use arch but you are forced to be on a mac for any reason, this will make you hate yourself less.
grepsedawk
·3 miesiące temu·discuss
Wrapping these in a TUI is on my list. Haven't built it yet.
grepsedawk
·3 miesiące temu·discuss
[dead]
grepsedawk
·3 miesiące temu·discuss
Good catch. The word boundary syntax isn't portable across platforms. I reverted to the simpler version that works everywhere.
grepsedawk
·3 miesiące temu·discuss
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.
grepsedawk
·3 miesiące temu·discuss
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.
grepsedawk
·3 miesiące temu·discuss
Only two of the five depend on commit messages. Churn, authorship, and velocity work regardless. Even teams with terrible hygiene write "fix" when something breaks.
grepsedawk
·3 miesiące temu·discuss
Big projects tend to self-correct. These commands hit differently on private codebases with 3-10 contributors, where high-churn usually means one person patching the same thing repeatedly.
grepsedawk
·3 miesiące temu·discuss
Good catch, that's better
grepsedawk
·3 miesiące temu·discuss
[dead]