This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
My wife and I were watching Who Wants To Be A Millionaire while we were in bed. | |
I turned to her and said, 'Do you want to have Sex?' | |
'No,' she answered. | |
I then said, 'Is that your final answer?' | |
... She didn't even look at me this time, simply saying, 'Yes..' | |
So I said, "Then I'd like to phone a friend." | |
And that's when the fight started... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying that +donthorp is my blockchain ID. https://onename.com/donthorp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env bash | |
# pactl set-default-sink \$(pactl list short sinks | grep hdmi-stereo | cut -f 1) | |
cat /etc/pulse/default.pa | grep "load-module module-stream-restore restore_device=false" > /dev/null | |
if [ $? -ne 0 ] | |
then | |
echo | |
echo "You may need to edit /etc/pulse/default.pa and add change:" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env bb | |
(ns hdmi-audio | |
(:require | |
[clojure.java.shell :as shell :refer [sh]] | |
[clojure.string :as str] | |
) | |
) | |
(def restore-device-cmd "cat /etc/pulse/default.pa | grep \"load-module module-stream-restore restore_device=false\" > /dev/null") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env bb | |
;; Simple script for updating babashka to latest | |
;; | |
;; Author: Don Thorp | |
;; Created: 1 Dec 2021 | |
;; | |
;; Source: https://github.com/babashka/babashka#installation | |
;; | |
;; $ curl -sLO https://raw.githubusercontent.com/babashka/babashka/master/install |
OlderNewer