• 1 Post
  • 13 Comments
Joined 1 year ago
cake
Cake day: July 14th, 2023

help-circle





  • I'm not suggesting static timestamps, but small audio files of the podcast about to enter, and just exited an ad.

    The app could then search for the clips in the podcast to get the timestamp.

    If there are copyright issues of sharing small clips, you can just save a hash of a clip, which will allow the app to find a match, but is not itself the Intelecual property of the podcaster; The hash cannot be turned back into the audio file. The hash would be smaller than the audio clip anyway, so sharing hashes would be better








  • lemming934@lemmy.sdf.orgtotechnologyVolkswagen
    ·
    10 months ago

    It's a common practice to have GitHubs severs run all your software tests every time you push changes, and if they pass, you get a little badge on the top of your readme. It's called CI for continuous integration because it replaces the step where everyone integrates their code together and see if everything still works.

    This "volkswagen" software package defeats CI testing by chang the way tests are run only if they are being run on GitHubs servers. Much like how volkswagen cars used to change the way their engines run when they detected that they were being checked for emissions.