home.social

#checksum — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #checksum, aggregated by home.social.

  1. Tenia pensado crear un proyecto de #preservacion especialmente #musica
    Básicamente recopilar y archivar todas las canciones de un álbum junto con todos los datos relacionados a él incluyendo hasta el nombre del oboista. Y usar #checksum #torrents y #par2 para que no se corrompan y que sean fáciles de compartir. Porque hay #artistas cuya música es genial, pero fue lanzada hace mucho y no está disponible en las plataformas de #Streaming . Planeo subirlos a #internearchive o algo así.

  2. I was working on the new BashCore build when the process suddenly failed because the Metasploit #APT #repository returned a “file has unexpected size” error... 😳😩🤔

    Seems like a temporary #checksum #mismatch during #mirror #sync, hopefully nothing serious. Rebuilding now to see if it’s fixed.

    #BashCore #Debian #Metasploit #LiveBuild #LinuxDev #FOSS

  3. /* Calculate the boot block checksum on an ADFS drive. Note that this will appear to be correct if the sector contains all zeros, so also check that the disk size is non-zero!!! */

    elixir.bootlin.com/linux/v6.15

    #linux #kernel #adfs #checksum

  4. /* Calculate the boot block checksum on an ADFS drive. Note that this will appear to be correct if the sector contains all zeros, so also check that the disk size is non-zero!!! */

    elixir.bootlin.com/linux/v6.15

    #linux #kernel #adfs #checksum

  5. /* Calculate the boot block checksum on an ADFS drive. Note that this will appear to be correct if the sector contains all zeros, so also check that the disk size is non-zero!!! */

    elixir.bootlin.com/linux/v6.15

    #linux #kernel #adfs #checksum

  6. AFAIK, there's only one existing Vim plugin for buffer checksums, and it's quite old, relying heavily on terminal tools. I've developed a newer version using Vim9Script and the V language. Contributions and ideas are welcome.
    github.com/sevehub/vchecksum.v

  7. I updated the sendmeshfile.sh script to include md5 checksums for the previous base64 line sent. This should allow "error detection" if a receiver misses a line (much notes in the bash comments):

    pastebin.com/V35zc6Tb

    #bash #meshtastic #base64 #checksum #errordetection

  8. Hacking on #checksum support for the alpm-types crate today, as I have forgotten to add one for sha256 before the 0.2.0 release (which I actually need for .BUILDINFO 🤦 ).

    Once the #traits fun is out of the way, the addition for generic checksum support is surprisingly small.

    #archlinux #rustlang #alpm