OHAC 37: UPS is the Arbiter of Truth

After a long period of neglect, Mikhail, Jack, and Mark finally get around to responding to the backlog of listener feedback. Climb on in to hear yet another discussion of various popular Linux audio back ends, the efficacy of foldable backpacks, hypothetical numpties who peaked in high school, and the possible ramifications of scorpion-kicking a pedestrian with your car.

Subscribe on iTunes or your favorite podcast app!

Listen on Spotify!

Discuss this episode on reddit.

SHOW NOTES

OHAC 36: Dot and Dot Dot

Symlink (Symbolic Link)

OHAC 15: Magnum, 067, and Slots: A “Star Wars” Story

WordPress Theme – Escutcheon

OHAC 22: Big Bidet

OHAC 12: Magnetic Resonance Enchiladas

Pop!_OS (Linux)

Ardour – The digital audio workstation

Jack audio interface for Linux

Generic qjackctl map (screenshot)

ALSA vs Pulse Audio

Mikhail bricked his ThinkPad: /dev/sda5: clean, 392649/15237120 files, 57879723/60918016 blocks

PyInstaller library for Python

Tkinter – GUI Programming for Python

PySimpleGUI – Python GUIs for Humans

Mark’s GUI code block

def main():
    sg.theme('Reddit')

    layout = [[sg.Text('', font=('Times', 12), key='timer')],
            [sg.Text('Input Audio', size=(10,1),font='Times 14'),\
                    sg.InputText(key="audioIN",size=(50,1)),\
                    sg.FileBrowse(initial_folder="/home",target="audioIN")],
            [sg.Text('Input Data', size=(10,1),font='Times 14'),\
                    sg.InputText(key="dataIN",size=(50,1)), sg.FileBrowse(\
                    initial_folder="/home",target="dataIN")],
            [sg.Text('To Encode', size=(10,1),font='Times 14'),\
                    sg.InputText(key="audioOUT",size=(50,1)),\
                    sg.FolderBrowse(initial_folder="/home",target="audioOUT")],
            [sg.Submit('Encode',size=(10,1)), sg.Cancel('Quit',size=(10,1))]]

    window = sg.Window('mrmp3',layout)

Screenshot of Mark’s PySimpleGUI application

Mike Rowe’s Completely Transparent, Totally Honest, Eagle Scout Congratulatory Form Letter

Dirty Jobs – TV show on Discovery

Explain like I’m five 

Stowaway Packable Daypack from Eddie Bauer

Cal Newport

Tiki Torch Fiasco in Charlottesville

Lindy Effect 

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s