• 0 Posts
  • 52 Comments
Joined 1 year ago
cake
Cake day: August 9th, 2023

help-circle




  • The crime isn’t in publishing AI music. The crime was that he setup fake listeners streaming his songs so he could get royalties and inflate popularity. Initially he published his own songs, but to scale up and avoid detection he started creating music at scale - That’s where AI Comes in.

    Smith’s scheme, which prosecutors say ran for seven years, involved creating thousands of fake streaming accounts using purchased email addresses. He developed software to play his AI-generated music on repeat from various computers, mimicking individual listeners from different locations. In an industry where success is measured by digital listens, Smith’s fabricated catalog reportedly managed to rack up billions of streams.











  • The program needs to store multiple temporary files (one per virus definition update, or scan results or whatever purpose).

    It looks like they simply picked sqlite as a format because the data has a structured format and that way they leverage databases robustness, easiness to read and query the data.

    The comment appears to be from 2006. Sqlite mightve had some limitations then that necessitated creating a new (temporary) database file as a subset of larger database for performance reasons or to allow multiple processes to read/write them and then consolidate data back into the single database.