HackerLangs
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·그저께·0 comments

Google Vibe Coding vs. Agentic Engineering White Paper

kaggle.com
4 points·by grepsedawk·그저께·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
·그저께·discuss
Lol! I was baited into clicking this one. Cute title
grepsedawk
·그저께·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
·그저께·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]