HackerTrans
トップ新着トレンドコメント過去質問紹介求人

grepsedawk

1,049 カルマ登録 7 年前

投稿

Process Is a Tool, Not a Virtue

blog.kevingoldsmith.com
2 ポイント·投稿者 grepsedawk·一昨日·1 コメント

Questions for the Team During Onboarding

simonwillison.net
5 ポイント·投稿者 grepsedawk·一昨日·1 コメント

How to Be a Good open-source Maintainer

piechowski.io
8 ポイント·投稿者 grepsedawk·3 日前·0 コメント

Google Vibe Coding vs. Agentic Engineering White Paper

kaggle.com
4 ポイント·投稿者 grepsedawk·3 日前·0 コメント

[untitled]

1 ポイント·投稿者 grepsedawk·16 日前·0 コメント

[untitled]

1 ポイント·投稿者 grepsedawk·2 か月前·0 コメント

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

piechowski.io
2 ポイント·投稿者 grepsedawk·3 か月前·0 コメント

Git commands I run before reading any code

piechowski.io
2,338 ポイント·投稿者 grepsedawk·3 か月前·509 コメント

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

piechowski.io
3 ポイント·投稿者 grepsedawk·3 か月前·1 コメント

コメント

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