logo
Dates

Author


Conferences

Tags

Sort by:  

Authors: Daniel Mangum
2022-10-28

tldr - powered by Generative AI

The presentation discusses the challenges of identifying types in a Kubernetes cluster and proposes a solution using package revisions and content addressability of OCI images.
  • Identifiers of types in a Kubernetes cluster are mostly meaningless outside of a single physical cluster
  • Types are not portable and can't be moved across clusters with a guarantee that the syntax has the same semantics
  • Behavior is attached to types in both imperative and declarative programming models
  • Package revisions and content addressability of OCI images can be used to expand the definition of types and include their behavior
  • The demo shows the installation of a type using package revisions and dependencies
Authors: Jason Hall, Daniel Mangum
2022-05-19

tldr - powered by Generative AI

The presentation discusses the memory hierarchy and the use of container registries in DevOps.
  • The memory hierarchy is based on the principles of temporal and spatial locality.
  • The memory hierarchy consists of registers, cache, and RAM.
  • The presentation provides a demonstration of a simple program and its disassembled instructions.
  • Container registries have benefits but should be used judiciously.
  • There are some great applications for container registries.
  • The presentation invites discussion on RISC-V and container registries.