# HG changeset patch # User Steve Losh # Date 1533936512 0 # Node ID e994e5708bfefd9462c8b848d00b9b465c6d3ad6 # Parent ed7f0c4bb9124787f2cb4878f9627aedd12bf2d6 Update diff -r ed7f0c4bb912 -r e994e5708bfe README.markdown --- a/README.markdown Wed Aug 01 12:49:58 2018 +0000 +++ b/README.markdown Fri Aug 10 21:28:32 2018 +0000 @@ -236,3 +236,19 @@ [Software\\Wine\\X11 Driver] 1269299093 "UseXVidMode"="N" + +# August 2018 + +## 2018-08-10 + +Tried to get Folding at Home working, but after about an hour of screwing around +with GPU drivers on Linux I gave up. Sorry, I'd like to help, but I can't +invest the time to debug a basic install process. + +Set up my own lightweight personal pastebin as outlined +[here](https://pinafore.social/statuses/100475132430233694). The hardest part +was getting a working `pbcopy` and `pbpaste` inside a bash script. I was using +`xsel` which works at my main shell but wouldn't work at all from inside a bash +script. I assume this has something to do with `$DISPLAY`, but then I tried +`xclip` and it worked just fine, so fuck it. Clipboards on Linux are such +a mess.