Brendan Halpin

Sociologist in Limerick

Mostly playing with unrealistic computer models of real world processes

Emacs, Stata, Shiny & Rstats, Julia, Python

Linux on the desktop since about 1997

tootfinder searchable

Brendan Halpin
bthalpin@mastodon.social

"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.

5 days ago
Brendan Halpin
bthalpin@mastodon.social

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!

5 days ago