"If you want, I can also draft a full academic-style essay with references, formatted as a proper sociological analysis, including citations from studies on social media and mental health."
In the past, an offer like this would have been incitation to academic misconduct. Now it comes from software that the institution includes in the standard build for PCs.
For "reasons" I've been increasingly using ffplay to play music from the command line (e.g., formats that make mplayer & vlc glitch), so I wrote a script to make it play playlists:
while read p; do
ffplay -nodisp -autoexit $p
done < $1
3 LOC, no AI!