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·позавчера·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]