Skip to content

Instantly share code, notes, and snippets.

View dmd's full-sized avatar

Daniel M. Drucker, Ph.D. dmd

View GitHub Profile
VIM - Vi IMproved 8.1 (2018 May 18, compiled Apr 17 2020 17:49:10)
macOS version
Included patches: 1-503, 505-680, 682-2292
Compiled by [email protected]
Normal version without GUI. Features included (+) or not (-):
+acl -farsi -mouse_sysmouse -tag_any_white
-arabic +file_in_path -mouse_urxvt -tcl
+autocmd +find_in_path +mouse_xterm -termguicolors
+autochdir +float +multi_byte +terminal
-autoservername +folding +multi_lang +terminfo
It seems like a silly question to ask, from some perspectives - as in, why not disney? It's one of the most popular tourist destinations on earth, so it hardly seems like anyone would need to come up with an excuse to go. But people do ask, and wonder especially why anyone would go there as an adult, without kids in tow. And especially why someone who is very much not a mass-media person, not especially invested in popular culture.
I have a few reasons.
Depth
Disney World - and the Magic Kingdom in particular - is a masterpiece of fractal complexity and artistry. Every square inch of the park has had decades of thought put into it. The closer you pay attention, the more little clever details you find, which is why I'm not going to be bored with this as my 4th visit in the last 5 years.
Contagiously Happy Atmosphere
They call it "The Happiest Place On Earth", and they're not kidding. They don't actually pump drugs into the air, but they don't need to - Disney are the absolute world masters of psychologica
#!/usr/bin/expect
trap {
set rows [stty rows]
set cols [stty columns]
stty rows $rows columns $cols < $spawn_out(slave,name)
} WINCH
set dest [lindex $argv 0];
# are we already on vpn?
( 1/22) [CC] ../tmp/core/dwi/gradient.o
( 2/22) [CC] ../tmp/core/formats/tiff.o
( 3/22) [CC] ../tmp/core/image_io/mosaic.o
( 4/22) [CC] ../tmp/core/file/json_utils.o
( 5/22) [CC] ../tmp/core/formats/mrtrix_sparse_legacy.o
( 6/22) [CC] ../tmp/core/file/dicom/study.o
( 8/22) [CC] ../tmp/core/file/name_parser.o
( 7/22) [CC] ../tmp/core/app.o
(10/22) [CC] ../tmp/core/file/dicom/series.o
(11/22) [CC] ../tmp/core/math/stats/import.o
@dmd
dmd / .vimrc
Created April 19, 2020 12:55
loooooong startup
set nocp
" Plugins
if empty(glob('~/.vim/autoload/plug.vim'))
silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
autocmd VimEnter * PlugInstall --sync | source $HOME/.vimrc
endif
call plug#begin('~/.vim/plugged')
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
nmap <S-Up> v<Up>
nmap <S-Down> v<Down>
nmap <S-Left> v<Left>
nmap <S-Right> v<Right>
vmap <S-Up> <Up>
vmap <S-Down> <Down>
vmap <S-Left> <Left>
vmap <S-Right> <Right>
Title Author
Delta-V Daniel Suarez
The Quantum Garden Derek Künksen
Children of Ruin Adrian Tchaikovsky
Children of Time Adrian Tchaikovsky
Recursion Blake Crouch
Come Tumbling Down Seanan McGuire
The Secret Chapter Genevieve Cogman
last tango in cyberspace steven kotler
instantiation greg egan
The Muppet Show - S01E01 - Juliet Prowse
The Muppet Show - S01E02 - Connie Stevens
The Muppet Show - S01E03 - Joel Grey
The Muppet Show - S01E04 - Ruth Buzzi
The Muppet Show - S01E05 - Rita Moreno
The Muppet Show - S01E06 - Jim Nabors
The Muppet Show - S01E07 - Florence Henderson
The Muppet Show - S01E08 - Paul Williams
The Muppet Show - S01E09 - Charles Aznavour
The Muppet Show - S01E10 - Harvey Korman
The Muppet Show - S01E01 - Juliet Prowse.avi
The Muppet Show - S01E02 - Connie Stevens.avi
The Muppet Show - S01E03 - Joel Grey.avi
The Muppet Show - S01E04 - Ruth Buzzi.avi
The Muppet Show - S01E05 - Rita Moreno.avi
The Muppet Show - S01E06 - Jim Nabors.avi
The Muppet Show - S01E07 - Florence Henderson.avi
The Muppet Show - S01E08 - Paul Williams.avi
The Muppet Show - S01E09 - Charles Aznavour.avi
The Muppet Show - S01E10 - Harvey Korman.avi
micbackup# zpool status
pool: backup1
state: ONLINE
scan: scrub repaired 0 in 1d12h with 0 errors on Fri Mar 13 10:19:58 2020
config:
NAME STATE READ WRITE CKSUM
backup1 ONLINE 0 0 0
raidz1-0 ONLINE 0 0 0