7 comments

  • monkpit a day ago ago

    It explains what it does, but not _why_, maybe I’m just not in the target audience.

    Can anyone enlighten me? If GitHub actions are stored in the repo as yaml then they’re already tracked - what’s this thing for?

    • skinfaxi a day ago ago

      This seems to convert action tags like action/checkout@v3 to action/checkout@sha to avoid malicious retags.

      • monkpit a day ago ago

        That makes perfect sense! I knew I was missing something. Thanks.

  • AlotOfReading a day ago ago

    Normally I think "CRC" when someone uses the word checksum, so my initial question was "why is this not calling sha256sum?". Lo and behold, it just calls GitHub to get the hash.

    That's fine, I guess. Nothing wrong with utility scripts. But I feel like "old man yelling at cloud" when I see a codebase with 178 stars, 527 commits, discord channels, and dozens of indirect dependencies for it.

  • swingboy a day ago ago

    Wouldn’t boomerang have been a better name?

    • Terretta a day ago ago

      Or, since what it does is some checks for the checksum: `checksomechecksum`

  • jauntywundrkind a day ago ago

    There's the very popular and fast Friszbee fuzzy finding library too:

    > Used by blink.cmp, skim, and fff.nvim.

    > In the included benchmark, with typo resistance disabled, it outperforms nucleo by ~1.8x and fzf by ~2.3x and scales better with multithreading

    https://github.com/saghen/frizbee

    I thought this was gonna be some example or application of the fuzzy finder, or tell me some interesting revelation about fuzzy finding relating to checksums. Nah, different Frizbee.