HackerTrans
TopNewTrendsCommentsPastAskShowJobs

grepsedawk

1,049 karmajoined 7 ปีที่แล้ว

Submissions

Process Is a Tool, Not a Virtue

blog.kevingoldsmith.com
2 points·by grepsedawk·เมื่อวานซืน·1 comments

Questions for the Team During Onboarding

simonwillison.net
5 points·by grepsedawk·เมื่อวานซืน·1 comments

How to Be a Good open-source Maintainer

piechowski.io
8 points·by grepsedawk·3 วันที่ผ่านมา·0 comments

Google Vibe Coding vs. Agentic Engineering White Paper

kaggle.com
4 points·by grepsedawk·3 วันที่ผ่านมา·0 comments

[untitled]

1 points·by grepsedawk·16 วันที่ผ่านมา·0 comments

[untitled]

1 points·by grepsedawk·2 เดือนที่ผ่านมา·0 comments

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

piechowski.io
2 points·by grepsedawk·3 เดือนที่ผ่านมา·0 comments

Git commands I run before reading any code

piechowski.io
2,338 points·by grepsedawk·3 เดือนที่ผ่านมา·509 comments

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

piechowski.io
3 points·by grepsedawk·3 เดือนที่ผ่านมา·1 comments

comments

grepsedawk
·เมื่อวานซืน·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
·3 วันที่ผ่านมา·discuss
Lol! I was baited into clicking this one. Cute title
grepsedawk
·3 วันที่ผ่านมา·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
·3 วันที่ผ่านมา·discuss
This is so sick!
grepsedawk
·2 เดือนที่ผ่านมา·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 เดือนที่ผ่านมา·discuss
Wrapping these in a TUI is on my list. Haven't built it yet.
grepsedawk
·3 เดือนที่ผ่านมา·discuss
[dead]
grepsedawk
·3 เดือนที่ผ่านมา·discuss
Good catch. The word boundary syntax isn't portable across platforms. I reverted to the simpler version that works everywhere.
grepsedawk
·3 เดือนที่ผ่านมา·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 เดือนที่ผ่านมา·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 เดือนที่ผ่านมา·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 เดือนที่ผ่านมา·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 เดือนที่ผ่านมา·discuss
Good catch, that's better
grepsedawk
·3 เดือนที่ผ่านมา·discuss
[dead]