Jessica Joy Kerr Profile picture
Mar 15 13 tweets 10 min read
Today at #srecon, @allspaw and @ri_cook give deep insight on real tools, incident timelines, and clumsy automation.
But not in person. 😭
Great tools (as opposed to machines) are near to hand and conform to the person who wields them. Like a hammer, or `top`. Yeah.
They are opinionated, but not prescriptive.

(machines do what they do, and you conform to them)
In software, tools like `top` help us see what’s going on in the digital space.
@ri_cook et al see our work taking place on two sides of a divide. There’s meatspace (where we are) and digital space (where the software runs). You can’t reach out and feel digital stuffs.
Between human & digital space is the Line of Representation.
Screens, mice, keyboards.
“Everything we claim to know about the systems we run comes from inferences based on representations.”
@allspaw @ri_cook #srecon
We have so many tools that work Below the Line (of Representation). `top`, @honeycombio, everything we look at to find out what’s going on down there in software-land.
Are there tools that help us keep track of what’s going on Above the Line, in the people?
(we’re talking about _tools_ here, not machines. We want something that we willingly reach for, that molds to our needs instead of molding us to its needs.

So no, your JIRA workflow is not it.)
There’s a lot more to an incident than the official [Declared Incident]. That’s a small part of a timeline that includes sources, buildup, [troubleshooting, recovery], sensemaking, reviews, etc

@ri_cook @allspaw #srecon
Tools that help humans work could remind us: who can we call to help? who needs brought up to speed? what options do we have right now?
and later help us make sense of the whole affair.
@ri_cook @allspaw #SREcon
But watch out!! Beware the clumsy automation:

any automation that requires more work at the busiest time in order to save work at a less-busy time is a _clumsy automation_.

Like if a plane thingie helps during cruising but asks for input during takeoff 😾
If an automation asks for attention during the crunch time of an incident, so that reporting is easier later — fail! Clumsy automation!

@allspaw @ri_cook #SREcon
(dramatic phrasing mine)
Tools for the human incident response are built in specialized ways for particular teams. Someday we’ll have as many as we have versions of `top`.

“the resilience is coming from inside the house.”
@allspaw @ri_cook #SREcon
and the best part, from q&a, someone used the O-word in a question:

“There are no ‘objective’ incidents. They are defined by our desires and goals. Incidents are a social construction.” @ri_cook #srecon
“the efforts you all go to, to define a start and stop time for an incident, represent your need to project a degree of control.
“And the tortured language you use to define something called incident severity! 😱” @ri_cook #SREcon

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Jessica Joy Kerr

Jessica Joy Kerr Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @jessitron

Mar 15
This afternoon at #srecon, Adam Mckaig and Tahia Khan from @datadoghq about the evolution of their metrics backend Image
The high-level architecture looks very familiar to me. The slightly more detailed less so — many parts! ImageImage
For scale, break up incoming data, put into kafka.
hash(customer_id) -> partition_id
… but then one kafka topic gets overloaded, so…
hash(customer_id) -> topic_id, partition_id
to send to topics in different clusters. ImageImage
Read 6 tweets
Mar 14
What can we learn from ALL the incidents?
@courtneynash at @verica_io compiles reports from lots of companies into the VOID: Verica Open Incident Database. #SREcon
“Software runs the world, and you run that software.”
#SREcon @courtneynash
While every incident and every company is different, the distributions have the same shape. They are “positively skewed:” more short incidents than long ones.
Read 7 tweets
Mar 14
As SREs, we need to build the narrative of our work’s value.
the future of all software is at stake.

@caseyrosenthal builds a beautifully illustrated narrative at #SREcon ImageImage
Like Security, SRE’s value hides in all the incidents that don’t happen.
So its easy to ignore. But people and legislative bodies value it.

The Success in SRE is Silent Image
and if our success remains silent, our profession (and software development in general) will go the way of security: regulation. Image
Read 8 tweets
Feb 13
Today in #golang:

fmt.Println("What is truth?", true)

can output:

What is truth? false
because Go lets you do this:

`true := false`
The local variable `true` overrides the keyword!?

Go obstinately protects you from declaring an unused variable or importing an unused library.

But shadow a keyword? ooookaaaaay
Read 4 tweets
Dec 16, 2021
People.
There is a difference between a backend and an API.

Taking the endpoints that you wrote for your site, slapping some documentation on them and publishing it
does not make an API.
An API needs designing. It needs a conscious language and consistent conventions.
Standard auth.
Paging.
Careful error codes and messages.
Versioning.
A backend is whatever your front end needs. It should change when your front end needs it to change.
Don’t restrict it to historical behavior because other systems have grown dependent on it.
Read 4 tweets
Nov 20, 2021
“so that we have a single process for the entire organization”
is a death toll of software.
This is how large organizations slow themselves.

Unifying process gives every change a wide impact, and that means change must be slow.
“But architecture is important! It affects the whole organization! We must take it seriously.”

Importance implies a single process; a single process implies slowness.
Single careful process does _not_ imply the best solution is reached.
Instead, it retards iteration.

A single careful process _does_ imply a defensible solution will be reached.
Read 7 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(