- ID
- 995aa7ad-b7b6-4c95-a561-0e618256f367
2020-03-25
- tags :: PyAudio
Tasks
DONE One-on-one with Andrii
CLOSED: SCHEDULED: <2020-03-25 Wed 8:00-8:30>
DONE Admin Squaddle
CLOSED: SCHEDULED:
- ZOOM
- https://zoom.us/j/8597441264
DONE Team Boost
CLOSED: SCHEDULED:
- ZOOM
- https://zoom.us/j/647103643
DONE Best-Self Profile kickoff meeting
CLOSED: SCHEDULED:
DONE Fix bug in saving people attributes
CLOSED:
DONE Set meeting with Ariel to set CMT agenda
CLOSED: SCHEDULED:
DONE Add form set for saving attribute values to people page
CLOSED: SCHEDULED:
DONE Collect sap
CLOSED: SCHEDULED:
DONE Write in journal
CLOSED: SCHEDULED:
Today
- After getting four inches of snow overnight yesterday, a warm wind came
through and melted it all. The warming continued today after a cold night. I
actually feel a little guilty about not collecting sap more responsibly. I'm
pretty sure they're all overflowing right now. Maple Tapping is a fun season,
but I'm not always great about staying on top of it.
- [[file:../../../../home/powellc/org/20200315013606-emma_sweet.org][Emma Sweet]] started out the day in a funky mood, but she's getting a shit ton
of stuff done today. She's a lot like me in that a day of un-productivity seems
to lower her spirits.
- Nammy has been reading stories to the kids via Zoom the last few days. It's
pretty cute.
- Got a fun little record script from the internet. I think it's going to make adding audio notes to things pretty easy.
In order to get it to work I did need to install pyaudio, which on FreeBSD was not super obvious
- The script came from [[https://gist.githubusercontent.com/mabdrabo/8678538/raw/30e63a8c2ab78b516b13a180895308b8a4244ecf/sound_recorder.py][here]] and it's really pretty neat way to do things
#+BEGIN_SRC sh
pip install --global-option='build_ext' --global-option='-I/usr/local/include' --global-option='-L/usr/local/lib' pyaudio
#+END_SRC