I hereby claim:
- I am jjwatt on github.
- I am jjwatt (https://keybase.io/jjwatt) on keybase.
- I have a public key whose fingerprint is 01EF 9314 E563 8E1E 44FC EF55 9CBD 4CF4 09E7 C52B
To claim this, I am signing this object:
| 10 PRINT "9000 DIM ML$(26):ML$=";CHR$(34); | |
| 20 FOR LOOP=1 TO 26 | |
| 30 READ DAT | |
| 40 PRINT CHR$(27);CHR$(DAT); | |
| 50 NEXT LOOP | |
| 60 PRINT CHR$(34) | |
| 100 DATA 104,162,255,142,252,2,173,11,212 | |
| 120 DATA 252,2,224,255,208,3,76,6,32,96 | |
| 130 REM From 8-bit and more on youtube | |
| 140 REM https://youtu.be/OwlAcz6DYzU |
| #!/usr/bin/env bash | |
| _infile="$1" | |
| _basename="${_infile%%.zip}" | |
| _tocfile="${_basename}".toc | |
| CUECONVERT=cueconvert | |
| unzip -tq "${_infile}" || exit 1 | |
| mkdir -p "${_basename}" |
| helpless() { "$@" --help | less } |
| ;;; The Y Combinator explained in scheme. | |
| ;;; with credits to: | |
| ;;; https://mvanier.livejournal.com/2897.html | |
| ;;; Status: WIP | |
| (define fibonacci | |
| (lambda (n) | |
| (cond ((= n 0) 0) | |
| ((= n 1) 1) | |
| (else (+ (fibonacci (- n 1)) (fibonacci (- n 2))))))) |
| set -g prefix "`" | |
| bind "`" send-prefix | |
| set -g mode-keys "vi" | |
| set -g default-terminal "screen-256color" |
I hereby claim:
To claim this, I am signing this object:
I've been very close to installing SuperMemo in a VM or wine just to try out Incremental Reading, but then I found this:
I still might do it at some point just so I can see how it works, but this and Anki would probably be more than enough (and both of them seem to respect my freedom!). I have a lot of respect for Woz, and he's brilliant, but I can't see myself using proprietary and Windows-only software even if it hung the moon.
Of course, my version of an ultimate SRS and IR tool would basically bring all the SuperMemo functionality into emacs and org-mode. Web pages and pdfs would present a challenge. Anyway, at least with Anki, we have emacs anki-editor, and org-drill. There's an IR plugin for Anki, too, but I haven't used it yet. It seems like the Buboflash chrome extension could give me a lot of what I would need around web pages for IR an
| --- | |
| # project/roles/your-role/molecule/default/molecule.yml | |
| dependency: | |
| name: galaxy | |
| driver: | |
| name: docker | |
| provisioner: | |
| name: ansible | |
| log: True | |
| lint: |
Mr. Loudermilk,
I am a resident of your district, and an employee for a large Internet company. My company's views do echo my own, but I am not representing them here. These views are my own.
The FCC’s 2015 Open Internet Order was a huge victory for Internet users. Thanks to the millions of us who spoke up for a free and open Internet, we won essential net neutrality protections.
Now those protections could disappear, as FCC Chairman Ajit Pai is about to reverse the Open Internet Order and give major telecommunications companies an unprecedented level of control over how we use the Internet.
Under Pai’s plan, the FCC would relinquish its authority to enforce its common-sense, light-touch net neutrality rules, thus giving ISPs free rein to engage in unfair practices like site blocking and throttling.