Update hero GIF and add a walkthrough recording - #2
Merged
Conversation
The hero GIF still showed execsnoop in the titlebar; it predated the rename. Replaced with a fresh capture, plus a second recording in "What you're looking at" that shows the cursor moving through the folded tree while the findings panel fills in from three to four. The hand-written sample-output block was from the older 541-exec run, so it disagreed with the image directly above it. It now carries the numbers from the recording: 425 execs, buckets summing exactly to 425, and per-row shares that match their counts (x124 = 29.2%, x90 = 21.2%, x46 = 10.8%).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The hero GIF still showed
execsnoopin the titlebar. It predated the rename, so it shipped in #1 with the wrong name in the first thing anyone sees.Replaces
assets/exectop.gifwith a fresh capture under the current name.Adds
assets/exectop-detail.gifin What you're looking at, showing the cursor moving through the folded tree while the findings panel fills in from three to four. That section previously had only a hand-written sample block; the recording is what a reader pattern-matches against their own screen.Fixes a mismatch the new GIF exposed. The sample-output block was transcribed from an older 541-exec run, so it disagreed with the image directly above it. It now carries the numbers from the recording, and they check out: buckets sum to exactly 425, and every row's share matches its count (×124 = 29.2%, ×90 = 21.2%, ×46 = 10.8%).
Not merging, per the usual rule.