more tech musing
i wonder if it'd be possible to have some kinda permissions based embeddable runtime for stuff like games to include as part of their modding platforms. ideally you'd formally verify it in some meaningful way so that games using the runtime can know that untrusted code from arbitrary mods the player downloaded won't be able to do anything unscrupulous, like store huge data or connect to the internet, without their express consent
im sure there's problems with this idea tho lmao
more tech musing
i just think it'd be lovely if it could be easier to share small pieces of code in a trustable way
both among users and among applications themselves! i could imagine some scenarios where it might behoove an app to programmatically tell another app "hey run this on the data i'm gonna send you", an operation which is incredibly dangerous at present but would be useful if it could be made safer
idk. there's a reason i didn't go into software security haha