todo.md: task to make bunpen apps more introspectable

This commit is contained in:
2024-12-14 22:10:41 +00:00
parent c5a2b63162
commit 4d3caba74e

View File

@@ -52,6 +52,9 @@
- either (1) pre-populate the shader cache somehow, e.g. <https://gitlab.freedesktop.org/mesa/shader-db>
or (2) use a seperate shader cache per-app
or (3) disable the mesa cache and see if that actually helps (MESA_SHADER_CACHE_DISABLE=true)
- tmpfs usage inside bunpen apps is not introspectable/debuggable
- app sandboxes could be rooted in, say, `/run/bunpen/$PID`
- for a nested sandbox, its vfs could be queried from the root ns at `/run/bunpen/$PID1/run/bunpen/$PID2`
- sane-deadlines: show day of the week for upcoming items
- curlftpfs: replace with something better
- safer (rust? actively maintained? sandboxable?)