Open Voice Brain Model
Last edited: August 8, 2025The Open Voice Brain Model is a audio processing architecture proposed by Laguarta 2021 for audio/biomarker correlation work.
Here’s a fairly self-explanatory figure:

The model outputs an AD diagnoses as well as a longitudinal correlation with Memory, Mood, and Respiratory biomarkers.

This is then the embedding that they are proposing for use by other tasks.
Operating Systems Index
Last edited: August 8, 2025cs111.stanford.edu
Topics
CS111 leverages CS107 experience to show operating systems and how they function.
What is an operating system
- operating system sits between hardware and user programs
- most importantly: manages shared resources to allow the program to run
- CPU: gets which program to do work and for how long
- RAM: how much memory to give to a program
- Hard Drive
Main Events
- concurrency: switch between processes so quickly to only use on core while concurrent access
- memory: memory addresses are mostly scattered everywhere — everything include the lowest level including CPU uses only virtual memory, translated by the OS
- file management
- i/o devices
- networking: CS144
- security: interactions between users in a system
Main Components of the Course
- File Systems
- Process and Multiprocess
- Threads
- Virtual Memory + Paging + limits
- Modern Technologies/Niceties
What’s Next
Operation Linebacker
Last edited: August 8, 2025Richard Nixon bombs Vietnam for 13 days to beat the VietCong into submission after the Vietnam War.
