[ prog / sol / mona ]
frontpage - thread list - new thread - preferences - ?
>>20
curl -s https://www.reuters.com/assets/jsonWireNews | awk '/url|headline/' | cut -d'"' -f4 | awk '/^\// { print "https://www.reuters.com" $0; next} {print $0}' | head -n 8
VIP:
bbs.scm + MIT Scheme + SICP + Satori Mode