HackerTrans
TopNewTrendsCommentsPastAskShowJobs

grepsedawk

1,049 karmajoined vor 7 Jahren

Submissions

Process Is a Tool, Not a Virtue

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

Questions for the Team During Onboarding

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

How to Be a Good open-source Maintainer

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

Google Vibe Coding vs. Agentic Engineering White Paper

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

[untitled]

1 points·by grepsedawk·vor 16 Tagen·0 comments

[untitled]

1 points·by grepsedawk·vor 2 Monaten·0 comments

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

piechowski.io
2 points·by grepsedawk·vor 3 Monaten·0 comments

Git commands I run before reading any code

piechowski.io
2,338 points·by grepsedawk·vor 3 Monaten·509 comments

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

piechowski.io
3 points·by grepsedawk·vor 3 Monaten·1 comments

comments

grepsedawk
·vorgestern·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
·vorgestern·discuss
Lol! I was baited into clicking this one. Cute title
grepsedawk
·vorgestern·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
·vorgestern·discuss
This is so sick!
grepsedawk
·vor 2 Monaten·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
·vor 3 Monaten·discuss
Wrapping these in a TUI is on my list. Haven't built it yet.
grepsedawk
·vor 3 Monaten·discuss
[dead]
grepsedawk
·vor 3 Monaten·discuss
Good catch. The word boundary syntax isn't portable across platforms. I reverted to the simpler version that works everywhere.
grepsedawk
·vor 3 Monaten·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
·vor 3 Monaten·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
·vor 3 Monaten·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
·vor 3 Monaten·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
·vor 3 Monaten·discuss
Good catch, that's better
grepsedawk
·vor 3 Monaten·discuss
[dead]