Artist: Brock Wilcox
Copy and Share: under the terms of Creative Commons Attribution-NonCommercial license!
I made this by sampling some random Jazz, looping it, and layering in some drums and effects -- all using my fun PO-33!
2019-11-28
# Slow pretty hello while true ; do echo -en "\u001b[$((RANDOM % 8 + 30))mHello"; read -t 0.01 3<&- 3<&0 <&3 ; done
echo -en "\ec"; echo 'I AM THE GREAT GENIE! Ask me any yes/no question and I will tell you the truth... if you dare!';echo -en "\nQuestion: ";while read line;do case $((RANDOM % 2)) in 0) echo 'YES!' ;; 1) echo 'NO!' ;; esac ; echo -en "\n\nQuestion: ";done
# Yellow echo -en "\u001b[33m"
# Random number 0..9 echo $((RANDOM % 10))
# Random color echo -en "\u001b[$((RANDOM % 8 + 30))m"
2018-07-02
@julka hi!
2018-06-30
Greetings to the mastodon world!
2019-12-11
2019-10-17