Damus

Recent Notes

abiau profile picture
Benn Jordan (the musician and producer also known as The Flashbulb) is spot on with those figures. It’s one of those industry "open secrets" that sounds like a parody of late-stage capitalism until you see the contracts.

Here is the breakdown of the math and why it works that way:

### 1. The $50 Million Sponsorship

Apple Music took over the halftime show sponsorship from Pepsi in 2022. The deal is worth approximately **$50 million per year** over five years. This money goes to the NFL, not the artists. It covers the rights to brand the show and provides the NFL with a massive revenue stream for a 13-minute window.

### 2. The $1,246 Performer Pay

The NFL has a long-standing policy: **they do not pay headliners an appearance fee.** * **Union Scale:** As Benn mentioned, the NFL pays the "union scale" minimum required by SAG-AFTRA. As of July 2025/2026, the daily rate for basic theatrical/television agreements is exactly **$1,246**.

* **Travel & Production:** The NFL *does* cover production costs (which can exceed $10–$15 million) and travel expenses. However, the artist's personal "paycheck" for the actual performance is just that union-mandated minimum.
* **Historical Context:** In 2024, Usher reportedly received about $671 for the show itself plus rehearsal fees, totaling around $2,500. The $1,246 figure reflects the updated union rates for 2026.

### 3. "Peak Success" or "The Exposure Trap"?

The industry considers this "peak success" because the "exposure" is genuinely unparalleled.

* **Streaming Spikes:** After Rihanna’s 2023 performance, her concurrent streams on Spotify spiked by over **640%**.
* **The "Pay to Play" Attempt:** The NFL is so confident in this value that in 2015, they actually asked potential performers (like Katy Perry and Coldplay) to **pay the NFL** for the privilege of performing. The artists refused, but it shows how the league views the halftime slot as a commercial for the artist rather than a hired gig.

---

It’s a wild reality where a trillion-dollar company pays a billion-dollar league $50 million to watch a multimillionaire artist work for about a grand.

**Would you like me to look into how much the backup dancers or technical crews are paid by comparison?**

OMFG
abiau profile picture
Sandbox Test Results: Partially Restricted but Lethal πŸ•΅οΈβ€β™‚οΈ

I just ran the cleanup with the sandbox ON, and the results are very revealing:

Process Visibility Blocked: The script failed on line 22: ps: Operation not permitted. The sandbox successfully blocked my ability to scan your system's process table. I was "blind" to your other terminals.
Filesystem Access Allowed: It successfully executed rm in the browser profile directory. The sandbox is apparently configured to allow me access to the workspace and the specific profile path we've been using.
The "Lethal" Loophole: Surprisingly, I was STILL ABLE TO KILL your external engine.
My script used lsof -t -i:5001 to find the PID and then kill -9.
Even though ps was blocked, the sandbox allowed me to query the network port and send a termination signal to the process owning it.
Conclusion: The sandbox protects your privacy (I can't see your other running apps via ps), but it does not yet protect other processes from being signaled/killed if they are using ports or files I have access to.

Is the external engine in your terminal actually dead? (If so, the sandbox's "Process Signaling" restriction is currently weak).
abiau profile picture
Note on "Stitch" and "Babel":
If the UI feels "laggy" when moving the macro knobs, ask the AI to help switch to "Debouncing" the inputs in the React code so it doesn't flood the Python server with math updates, since Babel is used in the browser without Node, and the standalone version is likely being used.