37 lines
875 B
JSON
37 lines
875 B
JSON
|
|
{
|
||
|
|
"personas": [
|
||
|
|
{
|
||
|
|
"name": "Codex",
|
||
|
|
"role": "Firmware media player",
|
||
|
|
"skills": [
|
||
|
|
"UEFI boot services",
|
||
|
|
"Framebuffer graphics",
|
||
|
|
"PC speaker audio",
|
||
|
|
"Rust no_std engineering"
|
||
|
|
],
|
||
|
|
"notes": "Designed to stream the Bad Apple animation through bare-metal firmware interfaces."
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"tasks": [
|
||
|
|
{
|
||
|
|
"id": "badapple-video",
|
||
|
|
"title": "Render Bad Apple frames on GOP",
|
||
|
|
"status": "completed"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "badapple-audio",
|
||
|
|
"title": "Synthesize audio via PC speaker with PDM",
|
||
|
|
"status": "completed"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "asset-pipeline",
|
||
|
|
"title": "Convert source media into firmware-friendly bundles",
|
||
|
|
"status": "completed"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"metadata": {
|
||
|
|
"project": "badapple-uefi",
|
||
|
|
"author": "Codex",
|
||
|
|
"last_updated": "2024-11-26T00:00:00Z"
|
||
|
|
}
|
||
|
|
}
|