From d7379bb9848721c097ea44b89731f7c2e2dd7867 Mon Sep 17 00:00:00 2001 From: Dane Sabo Date: Mon, 31 Mar 2025 08:19:45 -0400 Subject: [PATCH] vault backup: 2025-03-31 08:19:44 --- .sessions/Journal.vim | 89 +++++++++++++++++++ .sessions/Thesis_Notes.vim | 12 +-- 5 Thesis/4 Meetings/DGC_DAS_328.md | 20 ++++- .../Journal/20250331_Should_I_Continue.md | 0 4 files changed, 114 insertions(+), 7 deletions(-) create mode 100644 .sessions/Journal.vim create mode 100644 9999 Personal/Journal/20250331_Should_I_Continue.md diff --git a/.sessions/Journal.vim b/.sessions/Journal.vim new file mode 100644 index 000000000..8dc0c559b --- /dev/null +++ b/.sessions/Journal.vim @@ -0,0 +1,89 @@ +let SessionLoad = 1 +let s:so_save = &g:so | let s:siso_save = &g:siso | setg so=0 siso=0 | setl so=-1 siso=-1 +let v:this_session=expand(":p") +silent only +silent tabonly +cd ~/Documents/Dane\'s\ Vault/9999\ Personal/Journal +if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == '' + let s:wipebuf = bufnr('%') +endif +let s:shortmess_save = &shortmess +if &shortmess =~ 'A' + set shortmess=aoOA +else + set shortmess=aoO +endif +badd +16 ~/Documents/Dane\'s\ Vault/5\ Thesis/4\ Meetings/DGC_DAS_328.md +argglobal +%argdel +edit ~/Documents/Dane\'s\ Vault/5\ Thesis/4\ Meetings/DGC_DAS_328.md +let s:save_splitbelow = &splitbelow +let s:save_splitright = &splitright +set splitbelow splitright +wincmd _ | wincmd | +vsplit +1wincmd h +wincmd w +let &splitbelow = s:save_splitbelow +let &splitright = s:save_splitright +wincmd t +let s:save_winminheight = &winminheight +let s:save_winminwidth = &winminwidth +set winminheight=0 +set winheight=1 +set winminwidth=0 +set winwidth=1 +exe 'vert 1resize ' . ((&columns * 30 + 95) / 190) +exe 'vert 2resize ' . ((&columns * 159 + 95) / 190) +argglobal +enew +file NvimTree_1 +balt ~/Documents/Dane\'s\ Vault/5\ Thesis/4\ Meetings/DGC_DAS_328.md +setlocal fdm=manual +setlocal fde=0 +setlocal fmr={{{,}}} +setlocal fdi=# +setlocal fdl=0 +setlocal fml=1 +setlocal fdn=20 +setlocal nofen +wincmd w +argglobal +setlocal fdm=manual +setlocal fde=0 +setlocal fmr={{{,}}} +setlocal fdi=# +setlocal fdl=0 +setlocal fml=1 +setlocal fdn=20 +setlocal fen +silent! normal! zE +let &fdl = &fdl +let s:l = 16 - ((15 * winheight(0) + 30) / 60) +if s:l < 1 | let s:l = 1 | endif +keepjumps exe s:l +normal! zt +keepjumps 16 +normal! 080| +wincmd w +exe 'vert 1resize ' . ((&columns * 30 + 95) / 190) +exe 'vert 2resize ' . ((&columns * 159 + 95) / 190) +tabnext 1 +if exists('s:wipebuf') && len(win_findbuf(s:wipebuf)) == 0 && getbufvar(s:wipebuf, '&buftype') isnot# 'terminal' + silent exe 'bwipe ' . s:wipebuf +endif +unlet! s:wipebuf +set winheight=1 winwidth=20 +let &shortmess = s:shortmess_save +let &winminheight = s:save_winminheight +let &winminwidth = s:save_winminwidth +let s:sx = expand(":p:r")."x.vim" +if filereadable(s:sx) + exe "source " . fnameescape(s:sx) +endif +let &g:so = s:so_save | let &g:siso = s:siso_save +set hlsearch +nohlsearch +doautoall SessionLoadPost +unlet SessionLoad +" vim: set ft=vim : diff --git a/.sessions/Thesis_Notes.vim b/.sessions/Thesis_Notes.vim index 3dda27e28..816f8ef26 100644 --- a/.sessions/Thesis_Notes.vim +++ b/.sessions/Thesis_Notes.vim @@ -3,7 +3,7 @@ let s:so_save = &g:so | let s:siso_save = &g:siso | setg so=0 siso=0 | setl so=- let v:this_session=expand(":p") silent only silent tabonly -cd ~/Documents/Dane\'s\ Vault/5\ Thesis +cd ~/Documents/Dane\'s\ Vault/9999\ Personal/Journal if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == '' let s:wipebuf = bufnr('%') endif @@ -13,10 +13,10 @@ if &shortmess =~ 'A' else set shortmess=aoO endif -badd +4 4\ Meetings/DGC_DAS_328.md +badd +16 ~/Documents/Dane\'s\ Vault/5\ Thesis/4\ Meetings/DGC_DAS_328.md argglobal %argdel -edit 4\ Meetings/DGC_DAS_328.md +edit ~/Documents/Dane\'s\ Vault/5\ Thesis/4\ Meetings/DGC_DAS_328.md argglobal setlocal fdm=manual setlocal fde=0 @@ -28,12 +28,12 @@ setlocal fdn=20 setlocal fen silent! normal! zE let &fdl = &fdl -let s:l = 4 - ((3 * winheight(0) + 5) / 11) +let s:l = 16 - ((15 * winheight(0) + 30) / 60) if s:l < 1 | let s:l = 1 | endif keepjumps exe s:l normal! zt -keepjumps 4 -normal! 03| +keepjumps 16 +normal! 080| tabnext 1 if exists('s:wipebuf') && len(win_findbuf(s:wipebuf)) == 0 && getbufvar(s:wipebuf, '&buftype') isnot# 'terminal' silent exe 'bwipe ' . s:wipebuf diff --git a/5 Thesis/4 Meetings/DGC_DAS_328.md b/5 Thesis/4 Meetings/DGC_DAS_328.md index e9b00493c..ba17f18d0 100644 --- a/5 Thesis/4 Meetings/DGC_DAS_328.md +++ b/5 Thesis/4 Meetings/DGC_DAS_328.md @@ -1,4 +1,22 @@ The quick brown fox jumps over the lazy dog. The dog stays blissfully asleep. :) # Things to discuss -1. +1. NRC Fellowship money update + a) Does Pitt have the full grant right now or how is that money moving? + b) Is it possible that the NRC pulls the plug on the fellowship and leaves + Pitt / me holding the bag? + +2. HARDENS / NRC Stuff + a) You mentioned HARDENS was coming back up. What? + b) Had an idea about linguistics kinds translating + +3. SAR ADC idea + a) What's happening with digital control theory + b) There may be significant juice here + c) Early searches are showing there hasn't been a lot of research in wha 'm thinking about + + Questions to answer + a) How much time does it actually take to send the value back to the controller? + b) Can you actually read bit by bit for these things? + d + diff --git a/9999 Personal/Journal/20250331_Should_I_Continue.md b/9999 Personal/Journal/20250331_Should_I_Continue.md new file mode 100644 index 000000000..e69de29bb