Archive

March 2026

CANCEL Signal Skims 22 and 23

[2026-03-03 Tue 14:23]

CANCEL Signal Injection Study for mixing

[2026-03-05 Thu 09:15]

DONE Setup org-store agenda links

[2026-03-05 Thu 16:08]

1248 +** Agenda Store Link 1249 + 1250 +From the agenda, create an ID on the task headline and store a link to it. 1251 +Bind to C-c s in agenda (shadows the global org-store-link with the 1252 +smarter version that ensures an ID exists first). 1253 + 1254 +#+beginsrc emacs-lisp :tangle ~/dotfiles/init-org.el 1255 + 1256 + (defun my/org-agenda-store-link () 1257 + "Jump to the task at point in org-agenda, create an :ID: if needed, 1258 + store a link to it, then return to the agenda buffer. 1259 + Use C-c C-l in any org buffer to insert the stored link." 1260 + (interactive) 1261 + (unless (derived-mode-p 'org-agenda-mode) 1262 + (user-error "This must be called from an org-agenda buffer")) 1263 + (save-window-excursion 1264 + (org-agenda-switch-to) 1265 + (org-id-get-create) 1266 + (org-store-link nil)) 1267 + (message "Link stored — use C-c C-l to insert it.")) 1268 + 1269 + (define-key org-agenda-mode-map (kbd "C-c s") #'my/org-agenda-store-link) 1270 + 1271 +#+endsrc 1272 + 1273 +

Done. Here's what was added to ~/dotfiles/Emacs.org in the ** Org Agenda section:

(defun my/org-agenda-store-link () (interactive) (unless (derived-mode-p 'org-agenda-mode) (user-error "This must be called from an org-agenda buffer")) (save-window-excursion (org-agenda-switch-to) ; jump to source headline (org-id-get-create) ; ensure :ID: exists (org-store-link nil)) ; store the link (message "Link stored — use C-c C-l to insert it."))

(define-key org-agenda-mode-map (kbd "C-c s") #'my/org-agenda-store-link)

Usage: In the agenda buffer, put point on a task and hit C-c s. Then go to any org note and C-c C-l to insert the stored link.

Why save-window-excursion: cleanly handles the window navigation — jumps to the source file, does the work, and snaps back to the agenda automatically without needing to track windows manually.

To load it now: M-x org-babel-tangle in Emacs.org, then M-x load-file ~/dotfiles/init-org.el.

DONE What to do to hire a CMU UG for the summer

[2026-02-07 Sat 11:31]

DONE Add ttbar cut flows using weights

[2026-02-11 Wed 16:17]

DONE PLB Review

[2026-03-02 Mon 09:55]

DONE Clean up Run2 vs Run3 configs

[2026-03-05 Thu 09:13]

  • FriendTrees in separatre config

DONE Recommendtion for Evan

[2026-03-05 Thu 09:23]

DONE Sam re:Analysis

[2026-01-20 Tue 17:47]

DONE Ping Gillian re:Lab Techs

[2026-02-03 Tue 11:30]

DONE Remake Synthetic datasets   4b

DONE Run3 Hemisphere Mixing

[2026-01-09 Fri 08:58]

DONE Mail Austin Offer Letter

[2026-02-27 Fri 08:30]

DONE Move Hbb to Falcon

[2026-03-03 Tue 08:50]

DONE Mail re:Mixed Data

[2026-02-27 Fri 08:50]

DONE Review Feb

[2026-03-01 Sun 10:02]

DONE Setup March

[2026-03-01 Sun 10:02]

DONE Sam re:Analysis

[2026-01-20 Tue 17:47]

DONE Ping Gillian re:Lab Techs

[2026-02-03 Tue 11:30]

DONE Remake Synthetic datasets   4b

DONE Run3 Hemisphere Mixing

[2026-01-09 Fri 08:58]

DONE Mail Austin Offer Letter

[2026-02-27 Fri 08:30]

DONE Move Hbb to Falcon

[2026-03-03 Tue 08:50]

DONE Mail re:Mixed Data

[2026-02-27 Fri 08:50]

DONE Review Feb

[2026-03-01 Sun 10:02]

DONE Setup March

[2026-03-01 Sun 10:02]

DONE Test new Archive function

[2026-03-06 Fri 09:32]

DONE Write up discovery as substack?

[2026-03-29 Sun 11:43]

DONE Ping re:high school tour

[2026-03-30 Mon 08:27]

DONE pourover run in runcontainer

[2026-03-30 Mon 14:29]

DONE Build out the cog workflow

[2026-03-26 Thu 14:36]

https://lab.puga.com.br/cog/#/

DONE GEt Jessica a Raise

[2026-02-27 Fri 11:37]

DONE Student Names for Promotions

[2026-03-17 Tue 10:02]

Student Names:

  1. Alejandro Espinosa: alejandro.gomez@cern.ch (also tgomezes@andrew.cmu.edu)
  2. Patrick Bryant: patrickbryant@me.com
  3. Chuyuan Liu: chuyuanl@andrew.cmu.edu
  4. Sindhu Murthy: sindhum@andrew.cmu.edu
  5. Aniket Khanal: aniketk@andrew.cmu.edu
  6. Jacques Moye: jmoye@andrew.cmu.edu
  7. Jonas Roemer: jroemer@andrew.cmu.edu
  8. Chance Lavoie: chancel@andrew.cmu.edu
  9. Tony Tang: letiant@andrew.cmu.edu
  10. Tudor Manole: tmanole@mit.edu
  11. Soheun Yi: soheuny@andrew.cmu.edu
  12. Chris Berman: christopher.roberts1313@gmail.com

Jessica+ Jim Josh Kipiller:

  • Wesley Terrill: wterrill@andrew.cmu.edu
  • Trevor Russell: trevorrussell@brown.edu
  • Stuart Johnson

CANCEL Auto done and start in local claude?

[2026-03-24 Tue 09:25]

DONE Fix M-down for Markdown

[2026-03-24 Tue 17:06]

DONE Get markdown-preview-mode working in emacs

[2026-03-25 Wed 10:39]

DONE pay bills

[2026-03-26 Thu 08:39]

DONE Clean up Mental Models

[2026-03-26 Thu 22:02]

DONE Implement Run-2 like selection in Run3

[2026-03-23 Mon 11:51]

DONE Fix tab complete in emacs telgram

[2026-03-24 Tue 09:25]

DONE Check with MP re:student letters

[2026-03-24 Tue 21:40]

DONE Work PourOver

[2026-03-19 Thu 08:33]

DONE Setup Claude Code Channels on 15in

CANCEL Fix gptel on LPC

[2026-03-24 Tue 14:14]

DONE Write an emacs function to write git commits

[2026-03-20 Fri 22:32]

DONE Follow up with Sindhu

[2026-02-20 Fri 15:20]

DONE Follow up Aniket Annual Review

[2026-02-20 Fri 17:05]

DONE SEtup Top-level Claude Code

[2026-03-03 Tue 10:55]

Claude Code

DONE Better local plotting and organizing coffea files and configs

[2026-03-17 Tue 14:38]

run command to make plots with given coffea files and config.

  • Its makes all the plots and hosts on a website
  • Documents command and files used (git repos)
  • link to start interactinve iPlot session

DONE VARs

[2026-03-17 Tue 22:16]

DONE MAC Summary

[2026-03-17 Tue 22:16]

DONE Remove passPreSel from nominal config

[2026-03-19 Thu 08:46]

DONE Option to combine years in histogram making

[2026-03-16 Mon 17:21]

DONE PRogress Report

[2026-03-13 Fri 08:41]

DONE Refactor of iPlot

[2026-03-15 Sun 09:35]

DONE Finances

[2026-03-16 Mon 08:53]

DONE Prep for Guy Berry

[2026-03-16 Mon 10:09]

DONE How to store the session-summaries in coffea4bees ?

[2026-03-13 Fri 08:39]

CANCEL Chat Chuyuan

[2026-03-13 Fri 15:05]

DONE Track down nan values in mixeddataall

[2026-03-10 Tue 13:35]

DONE Clean Up CLAUD.md in barista and coffea4bees

[2026-03-12 Thu 09:26]

DONE FIX CI

[2026-03-12 Thu 14:06]

DONE Fix run-local-CI on LPC

[2026-03-12 Thu 19:54]

DONE Setup status line in claude

[2026-03-11 Wed 19:00]

DONE Ping Austin / Jeff

[2026-03-10 Tue 12:03]

DONE Ping Rachel re:200um Sensors

[2026-03-10 Tue 12:32]

CANCEL Setup MvD weights

[2026-03-05 Thu 09:16]

February 2026

DONE Ping Austin re:Job

[2026-02-24 Tue 18:10]

DONE Recover Obsidian plots

[2026-02-26 Thu 14:13]

DONE Bitcoin for Fenguie

[2026-02-27 Fri 09:05]

DONE Hotel in Alabama

[2026-02-24 Tue 09:52]

DONE Upload Annual Report

[2026-02-25 Wed 08:48]

DONE Claude code in EMACS!!!

[2026-02-13 Fri 09:29]

DONE Flight to Alabama

[2026-02-24 Tue 08:12]

DONE Call Rob

[2026-01-20 Tue 09:44]

DONE Add some slides on synthetic datasets

[2026-02-12 Thu 08:59]

DONE VARs

[2026-02-13 Fri 07:48]

DONE Setup Openclaw

[2026-02-14 Sat 15:12]

CANCEL Update the classifier stash on rogue

[2025-05-30 Fri 10:48]

DONE Run3 Trigger Scale Factors

[2026-01-28 Wed 09:38]

DONE Mail to Jeff

[2026-02-11 Wed 10:06]

DONE Progress Report

[2026-02-13 Fri 07:54]

DONE Chat Lipika

[2026-02-11 Wed 08:57]

DONE Chat Jeff re-restarting the Lab Tech search

[2026-01-27 Tue 13:27]

DONE Think more about Heumers Proof of free will

[2026-02-04 Wed 09:33]

DONE Follow up on HS student

[2026-02-03 Tue 11:17]

DONE Post CMS review comments

[2026-02-04 Wed 09:30]

DONE Review Jan

[2026-02-01 Sun 12:22]

DONE Setup Feb

[2026-02-01 Sun 12:22]

DONE Aniket Started on SW project

[2025-09-09 Tue 14:56]

DONE look into claude code

[2026-01-27 Tue 10:08]

DONE Ping Austin re:Job

[2026-02-24 Tue 18:10]

DONE Recover Obsidian plots

[2026-02-26 Thu 14:13]

DONE Bitcoin for Fenguie

[2026-02-27 Fri 09:05]

DONE Hotel in Alabama

[2026-02-24 Tue 09:52]

DONE Upload Annual Report

[2026-02-25 Wed 08:48]

DONE Claude code in EMACS!!!

[2026-02-13 Fri 09:29]

DONE Flight to Alabama

[2026-02-24 Tue 08:12]

DONE Call Rob

[2026-01-20 Tue 09:44]

DONE Add some slides on synthetic datasets

[2026-02-12 Thu 08:59]

DONE VARs

[2026-02-13 Fri 07:48]

DONE Setup Openclaw

[2026-02-14 Sat 15:12]

CANCEL Update the classifier stash on rogue

[2025-05-30 Fri 10:48]

DONE Run3 Trigger Scale Factors

[2026-01-28 Wed 09:38]

DONE Mail to Jeff

[2026-02-11 Wed 10:06]

DONE Progress Report

[2026-02-13 Fri 07:54]

DONE Chat Lipika

[2026-02-11 Wed 08:57]

DONE Chat Jeff re-restarting the Lab Tech search

[2026-01-27 Tue 13:27]

DONE Think more about Heumers Proof of free will

[2026-02-04 Wed 09:33]

DONE Follow up on HS student

[2026-02-03 Tue 11:17]

DONE Post CMS review comments

[2026-02-04 Wed 09:30]

DONE Review Jan

[2026-02-01 Sun 12:22]

DONE Setup Feb

[2026-02-01 Sun 12:22]

DONE Aniket Started on SW project

[2025-09-09 Tue 14:56]

DONE look into claude code

[2026-01-27 Tue 10:08]

January 2026

DONE Call Dentist re:Cracked tooth

[2026-01-28 Wed 17:21]

DONE check TTbar Trigger weights

[2026-01-27 Tue 10:12]

CANCEL Recalculate Flows

[2025-12-12 Fri 09:12]

DONE Update CI with corrected Run3 skims

[2026-01-14 Wed 11:44]

DONE What can Chuyuan work on ?

[2026-01-23 Fri 09:10]

DONE update gptel

[2026-01-27 Tue 10:09]

DONE Aniket Re:MMTS

[2026-01-20 Tue 17:46]

CANCEL Send around outreach summary

[2026-01-23 Fri 09:06]

DONE Ping Austin

[2026-01-23 Fri 19:18]

DONE Mail Mortgage Check

[2026-01-26 Mon 10:11]

DONE Mail re:Institutional review EXO-23-001

[2026-01-26 Mon 11:19]

CANCEL Read EXO-23-001

[2026-01-26 Mon 11:33]

DONE Update CI with new Run3 loose defintion

[2026-01-15 Thu 16:46]

DONE In 4bcode: Pass configs not options

[2026-01-16 Fri 11:46]

DONE Modules Summary

[2026-01-25 Sun 11:12]

DONE Library book back

[2026-01-21 Wed 15:35]

DONE CAM VAR

[2026-01-15 Thu 15:55]

DONE Add External Monitor to Listing

[2026-01-18 Sun 10:31]

DONE Book room for outreach event

[2026-01-20 Tue 08:27]

DONE Mail re:Outreach committee

[2026-01-20 Tue 14:34]

DONE Ping Chuyuan for Date

[2026-01-20 Tue 15:02]

DONE Progress Report January

[2026-01-16 Fri 08:38]

DONE Redo Outreach Mail

[2026-01-16 Fri 08:43]

DONE Ping Chuyuan

[2026-01-16 Fri 09:02]

DONE Add coffee info ot AirBNB listingg

[2026-01-14 Wed 14:04]

DONE Undergraduate Ad

[2026-01-15 Thu 08:53]

DONE Setup Hemi-mixing   4b

[2025-05-12 Mon 10:27]

Summer student starts Raymond Hmuifoo beginning May 27, 2025 and ending July 19, 2025.

DONE Message to Dr re: neck

[2026-01-07 Wed 11:22]

DONE Prep for ORAL

[2026-01-05 Mon 08:49]

CANCEL Write Greg a note

[2025-12-19 Fri 14:26]

DONE Setup January

[2026-01-01 Thu 10:55]

DONE Review DEC

[2026-01-01 Thu 10:55]

DONE Review 2025

[2026-01-01 Thu 10:55]

DONE Update Parking permit

[2026-01-01 Thu 11:43]

DONE Call Dentist re:Cracked tooth

[2026-01-28 Wed 17:21]

DONE check TTbar Trigger weights

[2026-01-27 Tue 10:12]

CANCEL Recalculate Flows

[2025-12-12 Fri 09:12]

DONE Update CI with corrected Run3 skims

[2026-01-14 Wed 11:44]

DONE What can Chuyuan work on ?

[2026-01-23 Fri 09:10]

DONE update gptel

[2026-01-27 Tue 10:09]

DONE Aniket Re:MMTS

[2026-01-20 Tue 17:46]

CANCEL Send around outreach summary

[2026-01-23 Fri 09:06]

DONE Ping Austin

[2026-01-23 Fri 19:18]

DONE Mail Mortgage Check

[2026-01-26 Mon 10:11]

DONE Mail re:Institutional review EXO-23-001

[2026-01-26 Mon 11:19]

CANCEL Read EXO-23-001

[2026-01-26 Mon 11:33]

DONE Update CI with new Run3 loose defintion

[2026-01-15 Thu 16:46]

DONE In 4bcode: Pass configs not options

[2026-01-16 Fri 11:46]

DONE Modules Summary

[2026-01-25 Sun 11:12]

DONE Library book back

[2026-01-21 Wed 15:35]

DONE CAM VAR

[2026-01-15 Thu 15:55]

DONE Add External Monitor to Listing

[2026-01-18 Sun 10:31]

DONE Book room for outreach event

[2026-01-20 Tue 08:27]

DONE Mail re:Outreach committee

[2026-01-20 Tue 14:34]

DONE Ping Chuyuan for Date

[2026-01-20 Tue 15:02]

DONE Progress Report January

[2026-01-16 Fri 08:38]

DONE Redo Outreach Mail

[2026-01-16 Fri 08:43]

DONE Ping Chuyuan

[2026-01-16 Fri 09:02]

DONE Add coffee info ot AirBNB listingg

[2026-01-14 Wed 14:04]

DONE Undergraduate Ad

[2026-01-15 Thu 08:53]

DONE Setup Hemi-mixing   4b

[2025-05-12 Mon 10:27]

Summer student starts Raymond Hmuifoo beginning May 27, 2025 and ending July 19, 2025.

DONE Message to Dr re: neck

[2026-01-07 Wed 11:22]

DONE Prep for ORAL

[2026-01-05 Mon 08:49]

CANCEL Write Greg a note

[2025-12-19 Fri 14:26]

DONE Setup January

[2026-01-01 Thu 10:55]

DONE Review DEC

[2026-01-01 Thu 10:55]

DONE Review 2025

[2026-01-01 Thu 10:55]

DONE Update Parking permit

[2026-01-01 Thu 11:43]

December 2025

DONE Pay 5421 Rent

[2025-12-19 Fri 10:11]

DONE Mail 5421 Check

[2025-12-23 Tue 15:38]

DONE Send AirBNB message

[2025-12-18 Thu 20:56]

DONE Modules Summary

[2025-12-16 Tue 09:55]

DONE Move 5421 Payment

[2025-12-19 Fri 09:27]

DONE Pay Champion

[2025-12-16 Tue 09:29]

DONE SEtup Friday CMU Party

[2025-12-08 Mon 08:58]

DONE Do December VAR

[2025-12-10 Wed 14:55]

CANCEL Crank up car payments?

[2025-12-15 Mon 11:00]

DONE Tony Letter

[2025-12-08 Mon 09:17]

DONE Finances

[2025-12-10 Wed 09:45]

DONE Need to put 1400 into the escrow for 720

[2025-12-03 Wed 08:52]

DONE Read new Stats Draft

[2025-12-05 Fri 09:30]

DONE Comments on Monday

[2025-12-05 Fri 21:03]

DONE Change Addresses

[2025-11-26 Wed 08:55]

DONE Letter for CL

[2025-12-06 Sat 16:04]

DONE Do Rental Registration permit

DONE Jascques LEtter

[2025-11-26 Wed 09:29]

DONE Arvind Letters

[2025-11-26 Wed 08:51]

DONE Tony Letter

[2025-11-26 Wed 09:20]

DONE Look at Schedule of final talks

[2025-12-01 Mon 09:17]

DONE Setup Dec

[2025-12-01 Mon 09:31]

DONE Review Nov

[2025-12-01 Mon 09:31]

DONE Pay 5421 Rent

[2025-12-19 Fri 10:11]

DONE Mail 5421 Check

[2025-12-23 Tue 15:38]

DONE Send AirBNB message

[2025-12-18 Thu 20:56]

DONE Modules Summary

[2025-12-16 Tue 09:55]

DONE Move 5421 Payment

[2025-12-19 Fri 09:27]

DONE Pay Champion

[2025-12-16 Tue 09:29]

DONE SEtup Friday CMU Party

[2025-12-08 Mon 08:58]

DONE Do December VAR

[2025-12-10 Wed 14:55]

CANCEL Crank up car payments?

[2025-12-15 Mon 11:00]

DONE Tony Letter

[2025-12-08 Mon 09:17]

DONE Finances

[2025-12-10 Wed 09:45]

DONE Need to put 1400 into the escrow for 720

[2025-12-03 Wed 08:52]

DONE Read new Stats Draft

[2025-12-05 Fri 09:30]

DONE Comments on Monday

[2025-12-05 Fri 21:03]

DONE Change Addresses

[2025-11-26 Wed 08:55]

DONE Letter for CL

[2025-12-06 Sat 16:04]

DONE Do Rental Registration permit

DONE Jascques LEtter

[2025-11-26 Wed 09:29]

DONE Arvind Letters

[2025-11-26 Wed 08:51]

DONE Tony Letter

[2025-11-26 Wed 09:20]

DONE Look at Schedule of final talks

[2025-12-01 Mon 09:17]

DONE Setup Dec

[2025-12-01 Mon 09:31]

DONE Review Nov

[2025-12-01 Mon 09:31]

November 2025

DONE Move 26k for furniture

[2025-11-20 Thu 08:40]

DONE Write up MAC meeting

[2025-11-12 Wed 08:47]

DONE Schedule Visits

[2025-11-07 Fri 09:02]

DONE Finances

[2025-11-10 Mon 08:49]

DONE VAR

[2025-11-17 Mon 10:33]

DONE Modules Summary

[2025-11-17 Mon 10:33]

DONE Call Vangaurd re:Wire transfer

[2025-11-18 Tue 09:00]

DONE Grade MPL

[2025-11-17 Mon 09:40]

DONE Return Microwave

[2025-11-12 Wed 08:45]

DONE Call Sharp Insurance

[2025-11-13 Thu 08:45]

DONE Call for Utilities

[2025-11-17 Mon 09:07]

  • [X] Electric
  • [X] Gas
  • [X] H20

DONE Chuyuan Letter

[2025-11-17 Mon 09:25]

CANCEL Merge Leis Code

[2025-10-01 Wed 15:12]

DONE Return Label

[2025-11-11 Tue 08:03]

CANCEL Guy Berry Wes or Chuyuan

[2025-11-04 Tue 09:46]

DONE Progress Report

[2025-11-07 Fri 08:38]

DONE Follow up re:Insurance

[2025-11-07 Fri 08:39]

DONE Letter for AE

[2025-10-31 Fri 09:07]

DONE Setup Nov

[2025-10-31 Fri 08:39]

DONE REview Oct

[2025-10-31 Fri 08:51]

DONE Ping Chuyuan re:Thesis

[2025-10-31 Fri 09:02]

DONE Watch HGC Overview

[2025-11-03 Mon 08:59]

DONE Call Dons Appliances

[2025-11-03 Mon 09:17]

DONE Move 26k for furniture

[2025-11-20 Thu 08:40]

DONE Write up MAC meeting

[2025-11-12 Wed 08:47]

DONE Schedule Visits

[2025-11-07 Fri 09:02]

DONE Finances

[2025-11-10 Mon 08:49]

DONE VAR

[2025-11-17 Mon 10:33]

DONE Modules Summary

[2025-11-17 Mon 10:33]

DONE Call Vangaurd re:Wire transfer

[2025-11-18 Tue 09:00]

DONE Grade MPL

[2025-11-17 Mon 09:40]

DONE Return Microwave

[2025-11-12 Wed 08:45]

DONE Call Sharp Insurance

[2025-11-13 Thu 08:45]

DONE Call for Utilities

[2025-11-17 Mon 09:07]

  • [X] Electric
  • [X] Gas
  • [X] H20

DONE Chuyuan Letter

[2025-11-17 Mon 09:25]

CANCEL Merge Leis Code

[2025-10-01 Wed 15:12]

DONE Return Label

[2025-11-11 Tue 08:03]

CANCEL Guy Berry Wes or Chuyuan

[2025-11-04 Tue 09:46]

DONE Progress Report

[2025-11-07 Fri 08:38]

DONE Follow up re:Insurance

[2025-11-07 Fri 08:39]

DONE Letter for AE

[2025-10-31 Fri 09:07]

DONE Setup Nov

[2025-10-31 Fri 08:39]

DONE REview Oct

[2025-10-31 Fri 08:51]

DONE Ping Chuyuan re:Thesis

[2025-10-31 Fri 09:02]

DONE Watch HGC Overview

[2025-11-03 Mon 08:59]

DONE Call Dons Appliances

[2025-11-03 Mon 09:17]

October 2025

DONE Get Labs Taken

[2025-10-23 Thu 08:49]

DONE Ping Sharp re insurance

[2025-10-28 Tue 09:31]

DONE Reinbursements

[2025-10-30 Thu 08:40]

DONE Write Up Modern Principles of Economics

[2025-10-20 Mon 09:16]

DONE Grade Journal Article 1

[2025-10-15 Wed 08:41]

DONE Review Chrisitans DOCs

[2025-10-22 Wed 10:57]

DONE Remove the stacked signal

[2025-10-24 Fri 08:46]

DONE Iterate on the plots

[2025-10-24 Fri 14:59]

DONE Get Stuff for Chuyuan's defense

[2025-10-20 Mon 18:54]

DONE Upload Loan Docs

[2025-10-21 Tue 20:50]

DONE Read Chuyuans Thesis

[2025-10-22 Wed 08:45]

CANCEL Ping Zoltan

[2025-10-21 Tue 13:16]

DONE Read Stat-Data-Driven draft

[2025-09-30 Tue 10:14]

DONE Send and email re:Jim

[2025-10-14 Tue 12:51]

DONE CAM VARs

[2025-10-14 Tue 14:43]

DONE Follow up with Don Farr

[2025-10-14 Tue 19:31]

DONE Call rosyalyn

[2025-10-13 Mon 09:11]

DONE Review X->YH bbgg

[2025-10-13 Mon 09:54]

DONE Review AE docs

[2025-10-10 Fri 08:25]

DONE Progress Report

[2025-10-10 Fri 08:27]

DONE Move Long term cash to vangaurd

[2025-10-10 Fri 11:12]

DONE Progress Report

[2025-10-13 Mon 09:55]

DONE Write Up MAC MEeting

[2025-10-08 Wed 10:55]

CANCEL Pickup shorts from Patagonia

[2025-10-09 Thu 09:06]

DONE Update Plots for Marina

[2025-10-07 Tue 11:12]

DONE ChildPro email

[2025-10-02 Thu 08:31]

DONE Ping Joey re:Chuyuan

[2025-10-02 Thu 21:26]

DONE Alejandros Statements

[2025-10-06 Mon 11:14]

DONE Docs to Christian

[2025-10-03 Fri 08:47]

DONE Setup Oct

[2025-10-02 Thu 09:56]

DONE Review September

[2025-10-02 Thu 09:56]

DONE Ping Dave and Alabama

[2025-09-30 Tue 15:31]

DONE Get Labs Taken

[2025-10-23 Thu 08:49]

DONE Ping Sharp re insurance

[2025-10-28 Tue 09:31]

DONE Reinbursements

[2025-10-30 Thu 08:40]

DONE Write Up Modern Principles of Economics

[2025-10-20 Mon 09:16]

DONE Grade Journal Article 1

[2025-10-15 Wed 08:41]

DONE Review Chrisitans DOCs

[2025-10-22 Wed 10:57]

DONE Remove the stacked signal

[2025-10-24 Fri 08:46]

DONE Iterate on the plots

[2025-10-24 Fri 14:59]

DONE Get Stuff for Chuyuan's defense

[2025-10-20 Mon 18:54]

DONE Upload Loan Docs

[2025-10-21 Tue 20:50]

DONE Read Chuyuans Thesis

[2025-10-22 Wed 08:45]

CANCEL Ping Zoltan

[2025-10-21 Tue 13:16]

DONE Read Stat-Data-Driven draft

[2025-09-30 Tue 10:14]

DONE Send and email re:Jim

[2025-10-14 Tue 12:51]

DONE CAM VARs

[2025-10-14 Tue 14:43]

DONE Follow up with Don Farr

[2025-10-14 Tue 19:31]

DONE Call rosyalyn

[2025-10-13 Mon 09:11]

DONE Review X->YH bbgg

[2025-10-13 Mon 09:54]

DONE Review AE docs

[2025-10-10 Fri 08:25]

DONE Progress Report

[2025-10-10 Fri 08:27]

DONE Move Long term cash to vangaurd

[2025-10-10 Fri 11:12]

DONE Progress Report

[2025-10-13 Mon 09:55]

DONE Write Up MAC MEeting

[2025-10-08 Wed 10:55]

CANCEL Pickup shorts from Patagonia

[2025-10-09 Thu 09:06]

DONE Update Plots for Marina

[2025-10-07 Tue 11:12]

DONE ChildPro email

[2025-10-02 Thu 08:31]

DONE Ping Joey re:Chuyuan

[2025-10-02 Thu 21:26]

DONE Alejandros Statements

[2025-10-06 Mon 11:14]

DONE Docs to Christian

[2025-10-03 Fri 08:47]

DONE Setup Oct

[2025-10-02 Thu 09:56]

DONE Review September

[2025-10-02 Thu 09:56]

DONE Ping Dave and Alabama

[2025-09-30 Tue 15:31]

September 2025

DONE post Osher Week 4

[2025-09-29 Mon 09:59]

DONE post Osher Week 4

[2025-09-29 Mon 09:59]

August 2025

CANCEL Call Tax man

DONE Add PFCand to the subjet objects

[2025-08-06 Wed 17:04]

DONE Add Lei/Christian to the emails

[2025-08-25 Mon 09:12]

DONE Ping again re:Aniket MMTS

[2025-08-25 Mon 10:31]

DONE Training for Manfred

[2025-08-29 Fri 09:04]

DONE Synthetic Dataset Slides

[2025-06-05 Thu 09:31]

DONE Look into mixeddata cutflow

[2025-08-06 Wed 09:51]

DONE Read Soehens draft

[2025-08-22 Fri 08:26]

DONE Setup bbWW code

[2025-08-22 Fri 09:40]

DONE CL Letter

[2025-08-29 Fri 08:32]

DONE Review August

[2025-09-01 Mon 19:36]

DONE Setup September

[2025-09-01 Mon 19:36]

DONE Add Reinhard to MPL Canvas

[2025-09-02 Tue 12:19]

DONE Plan Osher

[2025-09-03 Wed 08:52]

DONE Send Osher Mail

[2025-09-03 Wed 09:49]

DONE Arrange shipment to India

[2025-09-03 Wed 09:50]

DONE Outreach followup

[2025-09-03 Wed 10:45]

DONE Prep Osher Day1

[2025-09-08 Mon 08:38]

DONE Fix coffea4b plots in head

[2025-09-09 Tue 09:10]

DONE Update bbreww ploting examples / interface

[2025-09-09 Tue 09:43]

DONE Ping Nural Joe and Loncoln re:Thermal Tests

[2025-09-09 Tue 16:30]

DONE Ping Seth re:spare electronics racks

[2025-09-10 Wed 08:35]

DONE Send Osher slides

[2025-09-10 Wed 12:47]

DONE Ping Ben re:rack

[2025-09-12 Fri 08:54]

DONE Progress Report

[2025-09-12 Fri 09:44]

DONE Ping Mauro with coffea4bees code

[2025-09-12 Fri 10:20]

DONE Send Osher Slides

[2025-09-15 Mon 08:42]

DONE Finish Jones Proposal

[2025-09-15 Mon 08:47]

DONE Review Osher Slides

[2025-09-17 Wed 08:34]

CANCEL Should I start a Blogs links too ?

[2025-09-17 Wed 08:36]

DONE Ping Malcom

[2025-09-17 Wed 14:36]

DONE setup bbreWW Processor

[2025-09-17 Wed 15:09]

DONE Osher Slides Lecture 3

[2025-09-18 Thu 08:39]

DONE Mail Andrew and Sam

[2025-09-18 Thu 14:56]

DONE VARs

[2025-09-20 Sat 08:16]

DONE Modules Summary

[2025-09-20 Sat 08:16]

DONE Start reading Thesis

[2025-09-22 Mon 09:13]

DONE Captions for AUX figures

[2025-09-23 Tue 09:18]

DONE Buy new ledger hadware wallet

[2025-09-24 Wed 08:45]

DONE Letter to Peking for Chuyuan

[2025-09-24 Wed 09:19]

There is only one that not uses AcademicJobs and need to send via email:

DONE Osher Slides Week 4 (45min)

[2025-09-24 Wed 14:55]

DONE Progress Reporting

[2025-09-26 Fri 08:36]

DONE Send Manfred Commnets

[2025-09-26 Fri 08:49]

DONE Ping Pritam re:Randy Rack

[2025-09-26 Fri 10:00]

DONE Child Pro Email

[2025-09-26 Fri 16:11]

DONE Apply for Seminar Series

[2025-09-26 Fri 16:11]

DONE Mail Jasper re:Universal Inference

[2025-09-26 Fri 16:29]

DONE WhenIsGood for MAC Meeting

[2025-08-26 Tue 12:06]

DONE Feedback on table

[2025-08-27 Wed 09:00]

DONE CL statement

[2025-08-27 Wed 09:02]

DONE Plan Outreach Committee Meetings

[2025-08-22 Fri 16:27]

DONE Read Proposal

[2025-08-25 Mon 09:44]

DONE Bold Analysis Titles

[2025-08-25 Mon 14:49]

DONE Current and Pending

[2025-08-25 Mon 14:49]

DONE Synergistic ACtivities

[2025-08-25 Mon 14:49]

CANCEL DOE Chat

[2025-08-25 Mon 15:21]

DONE Merge with new HEAD

[2025-08-20 Wed 18:40]

DONE Update remote emacs installations to use straight.el

[2025-06-30 Mon 08:53]

DONE Ping Chuyuan re:Graduation

[2025-08-21 Thu 15:17]

DONE Sketch plan for DOE proposal

[2025-07-30 Wed 09:13]

DONE CAM VARs

[2025-08-14 Thu 19:31]

DONE Write up MAC meeting

[2025-08-15 Fri 09:46]

DONE Progress Report August 15th

[2025-08-18 Mon 09:59]

DONE Paragraph re:Database work

[2025-08-18 Mon 14:18]

DONE DOE Draft due 21 st

[2025-08-07 Thu 21:20]

DONE Ping B2G re:collaboration

[2025-08-11 Mon 11:59]

DONE Push Boosted Synthetic Dataset code

[2025-08-05 Tue 10:10]

DONE Ping re:HEP proposal

[2025-08-06 Wed 09:19]

DONE Follow up with MP on Arvind Moving Expenses

[2025-06-26 Thu 15:33]

DONE Turnaround report

[2025-08-04 Mon 08:44]

DONE Do 720 Interest calculations

[2025-08-04 Mon 08:53]

DONE Progress Report August 1st 2025

[2025-08-01 Fri 08:45]

DONE AE Letter for LPC

[2025-07-29 Tue 14:02]

DONE Set up August

[2025-08-01 Fri 08:56]

DONE Review July

[2025-08-01 Fri 08:56]

CANCEL Call Tax man

July 2025

DONE Chat Wes about putting in hours to equal his stipend

[2025-07-24 Thu 12:24]

DONE Synthetic datasets for boosted   4b

CANCEL Make Boosted test code for declustering

[2025-06-13 Fri 11:40]

DONE Mail re:AE and LDR

[2025-07-23 Wed 09:30]

DONE Customize org-download [BROKEN LINK: No match for fuzzy expression: (defcustom org-download-image-org-width 0]

[2025-07-18 Fri 09:31]

DONE Setup Crypto Sales Strategy

[2025-07-22 Tue 08:43]

DONE ProgressReport 18 July 2025

[2025-07-18 Fri 08:50]

DONE Push code for Chance

[2025-07-11 Fri 15:18]

DONE Do Vars

[2025-07-17 Thu 14:03]

DONE Ping Berman

[2025-07-18 Fri 08:54]

DONE Write up MAC meeting

[2025-07-16 Wed 14:23]

DONE Modules Summary for Harry

[2025-07-16 Wed 08:52]

DONE Colored Text in org-mode

[2025-06-11 Wed 09:04]

(require 'org-colored-text) [red]This is red text.[/red]

DONE Follow up with Alabama re:testing boards

[2025-07-15 Tue 15:04]

DONE Setup PGSS Zoom link

[2025-07-14 Mon 10:24]

DONE Look at HGC Applicants   HGC

[2025-05-22 Thu 09:20]

DONE PGSS Homework 3

[2025-07-11 Fri 15:26]

DONE Write up S/sqrt(B) to mu CL convertion

[2025-07-09 Wed 16:59]

DONE Add option to set z-range in plot2d

[2025-07-07 Mon 16:58]

DONE Ping Mauro re:4b plans

[2025-07-03 Thu 10:21]

DONE Map somethign to org-metaright

[2025-07-06 Sun 19:36]

DONE Ping HGCal conveeners about getting student involved

[2025-07-02 Wed 16:50]

DONE Clean up paper plots making push

[2025-06-20 Fri 10:42]

DONE Review 1st Half 2025

[2025-07-01 Tue 10:40]

DONE Update public plots to 138/fb

DONE PGSS Homework

[2025-07-02 Wed 10:22]

DONE Config .bashrc to org file

[2025-07-02 Wed 17:00]

DONE Group Comments for Displaced sTaus

[2025-06-19 Thu 17:31]

Re: Institutional Review of CMS paper/analysis EXO-24-020

DONE Do CAM Turnaround Report for June

[2025-06-27 Fri 09:25]

DONE Setup July

[2025-07-01 Tue 10:39]

DONE Review June

[2025-07-01 Tue 10:40]

June 2025

DONE Start reviewing ARC HIG-24-016 ttHH in l+4b

[2025-06-18 Wed 14:03]

DONE Write up MAC Meeting

[2025-06-23 Mon 15:03]

https://indico.cern.ch/event/1558211/

DONE Add 5/fb of 2017 data

[2025-06-25 Wed 08:46]

DONE Fix Marginalia

[2025-06-30 Mon 21:28]

DONE Setup copilot cylcle completion and remove

[2025-05-16 Fri 11:32]

DONE Update Emacs.org to run smoothly on remote emacs.

[2025-06-25 Wed 11:33]

DONE Do .aliases config with ORG

[2025-06-26 Thu 10:54]

Need to change for falcon

-alias nemacs='/opt/homebrew/bin/emacs -nw'
-alias nemcas='/opt/homebrew/bin/emacs -nw'
-alias neamcs='/opt/homebrew/bin/emacs -nw'
-alias nemasc='/opt/homebrew/bin/emacs -nw'
-alias neamsc='/opt/homebrew/bin/emacs -nw'
+alias nemacs='/usr/bin/emacs -nw'
+alias nemcas='/usr/bin/emacs -nw'
+alias neamcs='/usr/bin/emacs -nw'
+alias nemasc='/usr/bin/emacs -nw'
+alias neamsc='/usr/bin/emacs -nw'

DONE Update AN with all unblinding talks

[2025-06-23 Mon 11:23]

DONE Send Ben Eater Videos to Hy Trac

[2025-06-23 Mon 11:27]

DONE ProgressReport 20 June 2025

[2025-06-20 Fri 10:47]

DONE Write up MAC Meeting 6 June 2025

[2025-06-06 Fri 09:30]

DONE Write up comments on theory uncertianties on mu

[2025-06-11 Wed 10:17]

DONE June VAR

[2025-06-16 Mon 09:39]

DONE Prepare Words for Jessica

[2025-06-16 Mon 09:12]

DONE Acc x Eff Plots

[2025-06-16 Mon 09:32]

DONE Migrate Closure Bias and Variance plots to yaml

[2025-06-12 Thu 13:24]

DONE Write up Justifcation for Jeff of Endcap calorimeter

[2025-06-11 Wed 11:10]

DONE Pay IL toll roads

[2025-06-03 Tue 07:24]

Texas: VNY 4132

https://getipass.com/overview

DONE Update Run2 HH4b AN with unblinded data

[2025-06-06 Fri 14:20]

DONE Make Doctors Appt (Statin)

[2025-06-11 Wed 08:41]

DONE Plot list for HH paper

[2025-06-09 Mon 09:44]

DONE Follow up on Overhead Fabrication

[2025-06-09 Mon 20:58]

CANCEL write capture template to automatically handle writing of one thing to daily   emacs

[2025-05-22 Thu 10:33]

  • When something is set as "The one thing," it gets added to the "The one thing" section in Daily.
  • When something is changed from "one thing," it is enclosed in ? (maybe for later?).

DONE Reimbursement for FNAL Trip June 2025

[2025-06-06 Fri 09:24]

DONE Ping Chance

[2025-06-06 Fri 09:46]

DONE ProgressReport 6 June 2025

[2025-06-06 Fri 10:31]

DONE Xfinitiy

DONE Setup June

[2025-06-02 Mon 09:59]

DONE Review May

[2025-06-02 Mon 09:59]

May 2025

DONE Synthetic data with relaxed thresholds

[2025-05-29 Thu 08:54]

DONE Config GPTel to use a more modern model as default

[2025-05-18 Sun 13:23]

DONE Fine tune gptel

[2025-05-21 Wed 11:49]

  • Send from minibuffer reply in place

DONE ProgressReport 23 May 2025

[2025-05-23 Fri 09:11]

** DONE Merge 4b code CLOSED: [2025-05-28 Wed 17:04]

[2025-05-27 Tue 11:00]

DONE Launch 2nd seed for synthetic data

[2025-05-22 Thu 09:52]

DONE Buy Dry Air

DONE Checkout org-download

[2025-05-20 Tue 16:44]

Org-Download allows you to drag and drop images into Org files.

(use-package org-download
  :ensure t
  :after org
  :hook (org-mode . org-download-enable))

DONE Ping Sussanne

[2025-05-21 Wed 15:54]

DONE Send Drier to UCSB

[2025-05-22 Thu 13:09]

CANCEL Look into /Setup Elpy

DONE Iterate on HGC Slides: 20th Final talks 27th. Review June 3-5   HGC

DONE Setup copilot Chat

DONE Reply Aniket re:bbWW slides

[2025-05-20 Tue 11:29]

DONE Post Ad

DONE Get a copy of Modern Principles of Economics

DONE Setup config with org files

[2025-05-18 Sun 09:42]

https://systemcrafters.net/emacs-from-scratch/configure-everything-with-org-babel/

General config. Config specific full emacs

  • Turn on mail
  • org
  • Auto git

DONE Fix GCAL client secrete with gpg

[2025-05-18 Sun 20:11]

Using Encrypted Passwords in Emacs

DONE Update CMU Rec Membership

[2025-05-10 Sat 11:47]

Your M0000920 membership will expire on 5/15/2025.

You can log into your account using the link below:

https://cmu.dserec.com/online/memberships?dse-widget-url=https%3A%2F%2Fcmu.dserec.com%2Fonline%2Fmemberships_widget%2Fmy-memberships%2F920

Dont see the towel service from the listed options

Sent mail

DONE Email in Emacs   emacs

DONE Setup org-contacts

[2025-05-15 Thu 19:25]

https://claude.ai/share/d9ae4242-487a-41ce-bf3b-6b19ab1e0fd7

** DONE Ping YKK and Scott re:June FNAL visit CLOSED: [2025-05-16 Fri 19:31]

[2025-05-16 Fri 11:41]

DONE How to link to an email in a node ?

[2025-05-16 Fri 13:52]

- org-store-line [C-c s] on the mail in view mail

  • C-c C-l where you want to put the link

DONE Re: nominations for partial fellowship (by Monday May 19)

DONE TGIF: The Emir of America

DONE Trade, Tariffs, & Make-Work Bias

Trade is in the news because of the Trump tariffs. I’ve finally given in and written this post, in case any of you still don’t know why free trade is good.

DONE Book June FNAL Trip

[2025-05-12 Mon 09:42]

FNAL Trip June 2025

DONE Schedule Chance Meeting

[2025-05-15 Thu 08:59]

DONE Look into Projectile   emacs

[2025-05-13 Tue 09:05]

DONE Write up 14 May MAC Meeting

[2025-05-14 Wed 11:46]

https://indico.cern.ch/event/1546005/

DONE Ping Suzzane Re:Dry air   HGC

[2025-05-06 Tue 12:23]

HGC Transfer Tape BCR Dry Air for MMTS

Mailed Sussane https://www.wilkersoncorp.com/brochure/9cw-aw-220.pdf?utm_source=chatgpt.com

Re:it looks to me like the Tsunami has all the necessary specs, with a higher flowrate at a lower cost. I'd say let's go with it.

Pinged seth

DONE Write up P2UG slides   HGC

[2025-05-06 Tue 15:03]

https://indico.cern.ch/event/1523635/

DONE Effortless File Management with Dired   emacs

DONE Update CMU HGC mailing list   HGC

[2025-05-13 Tue 08:09]

Can you please add for your email invites to the 11.30 am MAC mtg Rain Chen <siyuche4@andrew.cmu.edu> and Joyce Zhuang <xzhuang2@andrew.cmu.edu> I see you already have Carter and Giulia on your list. You can remove Logan and also Nedjma and probably Jonas. Not sure about Harshit …

DONE Setup Auto commit for RoamNotes   emacs

[2025-05-04 Sun 08:53]

DONE Create a note using a selected region as the title   emacs

[2025-05-04 Sun 12:17]

DONE Fix MD -> ORG in Dialies   emacs

CANCEL Understand Terimal with emacs   emacs

DONE Projectile and Magit   emacs

[2025-05-08 Thu 10:02]

Magit in emacs

DONE Organize FBC2 Meetings   emacs

DONE Better search "fuzzy" search in node   emacs

[2025-05-06 Tue 10:12]

Vertigo ?

From Claude: Consult with Orderless - This combination allows for powerful fuzzy matching across your org-roam database. Consult is a general-purpose search framework, and when paired with Orderless (a completion style that supports flexible matching), it becomes very effective for fuzzy searching org-roam nodes.

https://protesilaos.com/codelog/2024-02-17-emacs-modern-minibuffer-packages/

Consult Looks Great! Can setup up book marks

Consult grep can pass options with -- eg #process -- -i# or #process -- -C 2# or

DONE Setup dailys with subfolders*

[2025-05-07 Wed 20:53]

For automatic organization by year/month: elisp(setq org-roam-dailies-capture-templates '(("d" "default" entry "* %?" :target (file+head "%<%Y/%m/%Y-%m-%d>.org" "#+title: %<%Y-%m-%d>\n"))))= This creates a structure like "2025/05/2025-05-07.org".

Yes, you can use subdirectories under your org-roam-dailies-directory, but you need to customize your capture templates to specify the subdirectory structure you want. For example, if you want to organize daily notes by year and month (e.g., dailies/2025/05/2025-05-07.org), set your template’s :target to something like:

text :target (file+head "%<%Y/%m/%Y-%m-%d>.org" "#+title: %<%Y-%m-%d>\n")

Org-roam will then create and use those subdirectories automatically as needed. This approach is flexible and works well for organizing dailies hierarchically.

DONE Review HGC Candidates

[2025-05-05 Mon 10:49] Journal/30-April-2025-Wednesday.html

DONE Next Note Not respecting Months   emacs

[2025-05-05 Mon 10:57] Time Block

DONE Fix opening windows when following links   emacs

[2025-05-04 Sun 10:07]

Should just have it switch to a new buffer… Not create a split.

DONE Cusor script that copies the dailys… adds header … # to * ## to *

DONE Migrate all the book notes

DONE How to setup emacs book marks?

[2025-05-06 Tue 23:19] Checkingout consult

Emacs Bookmarks

DONE Pick up Cap and Gown

[2025-05-05 Mon 22:59] Journal/May2025.html

DONE How to handle Meetings and Events

[2025-05-04 Sun 09:23] Migrating May

  • FutureLog
  • Need to set time stamps and durations

DONE Setup google calendar integration

DONE Grade Exams

[2025-05-06 Tue 09:58]

DONE Need to get calendar selection to open dailies

[2025-05-05 Mon 10:15]

Works for next and previous note

DONE Print Exams   teaching

DONE Paragraph for Wes

[2025-05-03 Sat 11:53]

DONE Migrate Books

[2025-05-04 Sun 00:34]

DONE Mail for Saturday

[2025-05-05 Mon 15:50]

DONE [BROKEN LINK: ProgressReport 25 April 2025]

DONE Keybinding for org-capture

[2025-05-04 Sun 00:40] [BROKEN LINK: No match for fuzzy expression: global-set-key (kbd "s-t") (lambda () (interactive) (org-capture nil "tt"))]

DONE How to render pictures in org Notes?

DONE Setup ORG mode

DONE Test Item