From 23fe493e5192bc4f1228d95096bd424e3fa41c26 Mon Sep 17 00:00:00 2001 From: killian <63927363+KillianLucas@users.noreply.github.com> Date: Sat, 27 Jan 2024 17:09:48 -0800 Subject: [PATCH 1/4] Update TASKS.md --- TASKS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TASKS.md b/TASKS.md index 3c78099..867125a 100644 --- a/TASKS.md +++ b/TASKS.md @@ -22,6 +22,10 @@ Meetup goals: ## Week 3 (Jan 29th) +- [ ] 01OS +- [ ] 01OS Testing +- [ ] What are our hardware constraints? + ... ## Week 4 (Feb 5th) From 8ff014e743a5e2b3851ba9ee355171f5de5fabb3 Mon Sep 17 00:00:00 2001 From: killian <63927363+KillianLucas@users.noreply.github.com> Date: Sat, 27 Jan 2024 17:09:56 -0800 Subject: [PATCH 2/4] Update README.md --- hardware/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hardware/README.md b/hardware/README.md index 9042590..05ab4be 100644 --- a/hardware/README.md +++ b/hardware/README.md @@ -12,6 +12,12 @@ Other bodies we've floated already exist as Android phones (isn't the Rabbit R1 I think we should decide by 1) estimating how long custom hardware would take, and 2) weighing it against how _memorable of an impression_ the 01 would make if it did/did't have custom hardware. Holding something unique is a big part of this. But we might accomplish that by using some of the more bizarre looking hardware below. +### Non-pre-made hardware + +1. Raspberry Pi +2. Raspberry Pi + Coral.ai Accelerator +3. Coral.ai Devboard + ### Assembly-required OSS hardware 1. [The Raspberry Pi Recovery kit by Jay Doscher.](https://www.doscher.com/work-recovery-kit/) "A MOBILE TERMINAL FOR THE END OF THE WORLD From 8e5ba0febf9979d1ee5b084b45c56c1dc1f84533 Mon Sep 17 00:00:00 2001 From: killian <63927363+KillianLucas@users.noreply.github.com> Date: Sat, 27 Jan 2024 17:10:51 -0800 Subject: [PATCH 3/4] Update TEAMS.md --- TEAMS.md | 71 ++++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 53 insertions(+), 18 deletions(-) diff --git a/TEAMS.md b/TEAMS.md index db433f2..56b0fe9 100644 --- a/TEAMS.md +++ b/TEAMS.md @@ -1,31 +1,66 @@ # Teams ## Hardware -- LLM Inference Hardware -- Raspberry Pi? -- 3D Printing? +- Ben @humanbee +- Ty @tyisfly +- Use Michael as a recruitor +- Shiven @shivenmian +- Jacob Weisel +- Aniket @atneik - ..? ## Software -- TTS -- STT +- Audio (TTS / SST) + - Tasks: Streaming audio both ways. + - Hardware limitations. What's the smallest hardware this can be on? + - Zach + - Zohaib @Zabirauf + - Atai - OI Core -- OI Implementation -- Linux / Firmware? + - Tasks: Computer API (schedule thing), skill library + - Hristijan @thekeyq + - Aakash @ashgam._ + - Aniket @atneik + - Shiven @shivenmian + - Ty @tyisfly + - Killian @killianlucas +- Backend + - Killian @killianlucas +- Linux / Firmware + - Tasks: Virtualization? ISO? Putting sensors around the OS to put files into the queue. Bootloader. Networked input into the queue + - Shiven @shivenmian + - Michael @mjjt + - Zohaib @Zabirauf -## Design -- Industrial -- Interface -- Web -- Brand / Video - -## Security -- Subteams? +## Experience +- Design + - Arturo @arturot + - Ronith @ronithk + - Danny @dannytayara + - Killian @killianlucas + - Aniket @atneik + - Alim + - Eschwa? + - Industrial + - Interface + - Web + - Brand / Video + - Arturo @arturot + - Killian @killianlucas + - Matt @matt_rygh + - Finn +- Research + - Ben @humanbee + - Use-cases + - Tasks: Send out typeform—what are motivating examples? + - Testing + - Uli @ulidabess ## Comms +- Uli @ulidabess - Discord Community - Twitter Presence + - Killian @killianlucas - Press - -## Usage -- Subteams? + - Michael @mjjt + - Zach (connection at NYT) From f7236038070a6c284058a3ed9316e7ac51586351 Mon Sep 17 00:00:00 2001 From: killian <63927363+KillianLucas@users.noreply.github.com> Date: Sat, 27 Jan 2024 20:01:48 -0800 Subject: [PATCH 4/4] Update start.sh --- OS/01/start.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/OS/01/start.sh b/OS/01/start.sh index 04b78cd..1296612 100644 --- a/OS/01/start.sh +++ b/OS/01/start.sh @@ -3,9 +3,10 @@ # Display app/index.html on the second monitor in full-screen mode google-chrome --kiosk --app=file:///app/index.html +### Start whisper.cpp and stuff? ### CORE cd /core poetry install -poetry run bash start.sh \ No newline at end of file +poetry run bash start.sh