Skip to content

Instantly share code, notes, and snippets.

@sguzman
Last active April 20, 2025 20:37
Show Gist options
  • Save sguzman/b32435baffb639c93cc1ef42e42930f4 to your computer and use it in GitHub Desktop.
Save sguzman/b32435baffb639c93cc1ef42e42930f4 to your computer and use it in GitHub Desktop.
Runtime ideas. Extremely speculative but very cool

Ideas

  • Runtime Morphism
  • Stable compilation stages
  • Extremely greedy cache
  • Redundant OS monolithic layers
  • *Minimal host viability for IoT devices
  • Measuring Online resource accesibility
  • Online resources as extended read-only filesystem
  • Segmented isolated silos like QubeOS
  • Configure level of process isolation or packaging (like docker)
  • NixOS style reproducibility

Runtime morphims

The idea is that runtimes can be packaged up into with different tools and environment but ultimately possess equivalent formal semantics at the user level. OS should implement an algebra for processes: suspend, restart, reanimate, send, receive, continue, transfer to/from kubernetes/docker cluster

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment