Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

spencerschrock

spencerschrock created a review comment on a pull request on sigstore/model-transparency
``` sha256/1024: 0.0000 sha256/2048: 0.0000 sha256/5120: 0.0000 sha256/10240: 0.0000 sha256/20480: 0.0000 sha256/51200: 0.0000 ...

View on GitHub

spencerschrock created a review on a pull request on sigstore/model-transparency

View on GitHub

spencerschrock pushed 1 commit to benchmark spencerschrock/model-transparency

View on GitHub

spencerschrock created a review comment on a pull request on sigstore/model-transparency
for human output, I think this makes sense. for plotting, something like csv may be better (which would necessitate some bookkeeping before I print) ```csv size,sha256,blake2 1024,0.01,0.02 202...

View on GitHub

spencerschrock created a review comment on a pull request on sigstore/model-transparency
since this is in the inner most loop, it's always a new hasher. I dont think we need to reset anything

View on GitHub

spencerschrock created a review on a pull request on sigstore/model-transparency

View on GitHub

spencerschrock created a review comment on a pull request on sigstore/model-transparency
I just included the plot output for now. We can add a `-h` flag later. `add_argument` will use a default of `None` if not provided, so I just built the logic around that.

View on GitHub

spencerschrock created a review on a pull request on sigstore/model-transparency

View on GitHub

spencerschrock pushed 3 commits to benchmark spencerschrock/model-transparency

View on GitHub

spencerschrock created a review comment on a pull request on sigstore/model-transparency
> We seem to only have only one statement to run, with no setup. > In this case, does it matter if we run `repeat(1, N)` or `timeit(N)`? The last one is simpler but `repeat` gives us statistics (w...

View on GitHub

spencerschrock created a review on a pull request on sigstore/model-transparency

View on GitHub

spencerschrock created a review comment on a pull request on sigstore/model-transparency
These values are arbitrary for now. Happy to change them now/later

View on GitHub

spencerschrock created a review on a pull request on sigstore/model-transparency

View on GitHub

spencerschrock pushed 1 commit to benchmark spencerschrock/model-transparency
  • use randomly generated data instead of models for hash experiment As far as hashing is concerned, bytes are bytes. B... 840f809

View on GitHub

spencerschrock pushed 1 commit to benchmark spencerschrock/model-transparency

View on GitHub

spencerschrock opened a draft pull request on sigstore/model-transparency
add script to run hash algorithm benchmark
#### Summary Builds upon the work in #306 and starts to define individual experiments. This one is aimed specifically at hashing algorithm. This is still a work in progress. Right now this is b...
spencerschrock created a branch on spencerschrock/model-transparency

benchmark - Supply chain security for ML

spencerschrock closed a pull request on ossf/scorecard
seedling: Bump the golang group across 8 directories with 1 update
Bumps the golang group with 1 update in the / directory: golang. Bumps the golang group with 1 update in the /attestor directory: golang. Bumps the golang group with 1 update in the /clients/github...
spencerschrock deleted a branch spencerschrock/go-tools

s1009

spencerschrock closed an issue on ossf/scorecard
Detect and warn about conflicting Github Tokens
**Is your feature request related to a problem? Please describe.** I kept on receiving the 401 Bad credentials HTTP Code when trying to use scorecard, even though I had exported the `GITHUB_TOKEN`...
spencerschrock pushed 1 commit to main ossf/scorecard
  • seedling: Logging a warning if readGitHubTokens finds several values which clash. (#4483) * Logging a warning if rea... 43d5832

View on GitHub

spencerschrock closed a pull request on ossf/scorecard
seedling: Logging a warning if readGitHubTokens finds several values which clash.
#### What kind of change does this PR introduce? Print a warning if several GitHub Access Tokens with different values are found. - [x] PR title follows the guidelines defined in our [pull re...
spencerschrock created a review on a pull request on ossf/scorecard
Thank you!

View on GitHub

spencerschrock pushed 1 commit to git-checkout spencerschrock/scorecard

View on GitHub

spencerschrock created a review comment on a pull request on ossf/scorecard
Afterwards you may need to add a comment above the function to silence a linter warning: ```go //nolint:paralleltest // calls t.Setenv indirectly func TestNoTokensDoNoDisplayWarning(t *testing...

View on GitHub

spencerschrock created a review comment on a pull request on ossf/scorecard
`t.Helper()` is only for functions which aren't tests. so let's remove this.

View on GitHub

spencerschrock created a review comment on a pull request on ossf/scorecard
`t.Helper()` is only for functions which aren't tests. so let's remove this.

View on GitHub

spencerschrock created a review comment on a pull request on ossf/scorecard
as the linter is flagging, let's use the stdlib `log.Printf` instead.

View on GitHub

spencerschrock created a review comment on a pull request on ossf/scorecard
`t.Helper()` is only for functions which aren't tests. so let's remove this.

View on GitHub

spencerschrock created a review comment on a pull request on ossf/scorecard
> The local tests failed already for a clean checkout of the main branch Many devs probably have a token defined in their shell already. And one of our test environments does. Let's add a helper...

View on GitHub

Load more