HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sghill

no profile record

Submissions

Declarative Confidence

sghill.net
1 points·by sghill·vor 3 Jahren·0 comments

De-Risking Jenkins Rollouts (2022)

sghill.net
1 points·by sghill·vor 3 Jahren·0 comments

Mockito 5: prepare for future JDK versions

github.com
3 points·by sghill·vor 4 Jahren·0 comments

The Notecard System: Remembering, Organizing Everything You Read (2013)

ryanholiday.net
1 points·by sghill·vor 4 Jahren·0 comments

Herb Kelleher: Manage in Good Times So You'll Do Well in the Bad Times (2006)

gsb.stanford.edu
96 points·by sghill·vor 4 Jahren·36 comments

comments

sghill
·vor 2 Jahren·discuss
Up to what scale?

This works well for a couple dozen repos per team in my experience. It’s also my preferred way to work.

It doesn’t scale so well to hundreds of repos per team without significant tooling. At some point anything cross-cutting (build tool updates, library updates, etc) becomes hard to track. Repos are left behind as folks change teams and teams are reorg’d.

I’ve never worked in a monorepo, but I can see the appeal for large, atomic changes especially.
sghill
·vor 3 Jahren·discuss
Definitely - we recently moved issue tracking to another system after 15+ years and found there were too many links to abandon, so we run a service that just redirects old URLs.
sghill
·vor 3 Jahren·discuss
Breaking down work so it can be delivered incrementally is an underrated skill.

Simplifies communication about progress, builds confidence in ability to deliver, and makes it easier to avoid getting lost in rabbit holes. Especially in situations where there are lots of unknowns - unknown programming language, multiple tools to choose from, etc.
sghill
·vor 3 Jahren·discuss
The old URLs aren’t kept around to redirect to the new location?
sghill
·vor 3 Jahren·discuss
I’d like to see better centralized support generally from CI systems. Six months of steady migration and a custom DSL seems alarmingly common.

CI Wishlist:

* testable outside of CI

* required steps based on repo characteristics (ex: security scans)

* central step and workflow definitions

* controlled rollouts/rollbacks to simplify migrations
sghill
·vor 4 Jahren·discuss
Guided runs in Nike Run Club are great for this. There are several coaches with different styles.

My favorite have been the Headspace mindful runs[1].

[1]: https://www.headspace.com/meditation/running-meditation
sghill
·vor 4 Jahren·discuss
This 2006 Stanford interview[1] with Kelleher sounds like taking ideas seriously was an important part of the culture. Tragic it was lost, as it always stuck out in my mind as an example of great leadership.

> Southwest continues to encourage and applaud out-of-the-box thinking from everyone at the company, from flight attendants to top-level executives. He recalled one mechanic, for example, who submitted a sketch showing how to fit an extra seat onto the aircraft, in order to compensate for some over-wing exit seats lost due to a new federal air safety regulation.

> In general, Kelleher said, if a Southwest employee submits an idea like that, he or she can expect to get an answer back within a week, and a lengthy explanation to boot. The point, he said, is “never spoil an idea, because when you spoil an idea, you ensure that you’ll never get another one from that person.”

[1]: https://www.gsb.stanford.edu/insights/herb-kelleher-manage-g...