From b43968fb0ad926e275d58d91b29ce099b23df9fe Mon Sep 17 00:00:00 2001 From: Dane Sabo Date: Tue, 25 Mar 2025 15:26:10 -0400 Subject: [PATCH] vault backup: 2025-03-25 15:26:10 --- ...20Assurance%20Cyber-Physical%20Systems.vim | 53 +++++++++++++++++++ .../Weekly Note 2025-03-25.md | 21 ++++++++ 2 files changed, 74 insertions(+) create mode 100644 .sessions/%2Fhome%2Fdanesabo%2FDocuments%2FDane%27s%20Vault%2F300s%20School%2FME%202150%20-%20High%20Assurance%20Cyber-Physical%20Systems.vim diff --git a/.sessions/%2Fhome%2Fdanesabo%2FDocuments%2FDane%27s%20Vault%2F300s%20School%2FME%202150%20-%20High%20Assurance%20Cyber-Physical%20Systems.vim b/.sessions/%2Fhome%2Fdanesabo%2FDocuments%2FDane%27s%20Vault%2F300s%20School%2FME%202150%20-%20High%20Assurance%20Cyber-Physical%20Systems.vim new file mode 100644 index 00000000..140156c4 --- /dev/null +++ b/.sessions/%2Fhome%2Fdanesabo%2FDocuments%2FDane%27s%20Vault%2F300s%20School%2FME%202150%20-%20High%20Assurance%20Cyber-Physical%20Systems.vim @@ -0,0 +1,53 @@ +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/300s\ School/ME\ 2150\ -\ High\ Assurance\ Cyber-Physical\ Systems +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 +15 2025-03-25\ Max\'s\ Lecture.md +argglobal +%argdel +edit 2025-03-25\ Max\'s\ Lecture.md +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 = 15 - ((14 * winheight(0) + 30) / 60) +if s:l < 1 | let s:l = 1 | endif +keepjumps exe s:l +normal! zt +keepjumps 15 +normal! 049| +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 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/2 Cole Group Meeting Notes/Weekly Note 2025-03-25.md b/2 Cole Group Meeting Notes/Weekly Note 2025-03-25.md index 94d55794..32399b02 100644 --- a/2 Cole Group Meeting Notes/Weekly Note 2025-03-25.md +++ b/2 Cole Group Meeting Notes/Weekly Note 2025-03-25.md @@ -24,6 +24,20 @@ tags: [] | Other | | | **TOTAL:** | | ## Remarks +### Classes +- Did NUCE lab reports 7 and 8, and homework 4. Finished midterm for NUCE too. +- Got some books from the library: + - Modern handbook of sensors + - Digitial Signal Processing + - Microcontroller book +- Learned about some sensor dynamics, interface circuits, ADC successive approximation stuff +### Research +- Did Rust book chapter 2 and part of 3. It's a bit easier this time around +- Fought with pyright for a while. Trying to reorganize endpoint code, but for whatever reason my language server kept shitting its pants saying "YOU DON'T HAVE PyMODBUS INSTALLED!" + +### Service Things +- Did the open house +- helped the qualifiers ## Tasks and Notes From This Past Week >[!abstract] Read Papers >```tasks @@ -44,6 +58,13 @@ tags: [] # This Week's Plan ## Remarks +### Classes +- Project proposal for ME2046 +- Write some ADC stuff +- Keep reading about signal processing +### Research +- More Rust More Haskell +- Keep decomposing and working on SMARTTER ## Task List >[!todo] Tasks Preview