Michael Pratt
@prattmic
@[email protected] - @google working on Go and gVisor. Hiking up mountains on the weekend. He/him. 🏳️🌈
ID: 2222971
26-03-2007 00:03:12
161 Tweet
222 Followers
249 Following
I wrote a blog roughly about one way to mitigate security risks in Linux (write a mini version in Go)... gVisor: Protecting GKE and serverless users in the real world Google Cloud cloud.google.com/blog/products/…
gVisor's platform interface gives it the flexibility to support environments like Cloud where hardware virtualization isn't an option. Michael Pratt and I wrote about some of the details. gvisor.dev/blog/2020/10/2…
“A Proposal for Adding Generics to Go” by ianlancetaylor — blog.golang.org/generics-propo… #golang
My first #profiling patch just got merged into the #golang core 🎉🍾🥳. In other news: The block profile will become a little more accurate in Go 1.17. 🙏🏻 Huge thanks to Dmitry Vyukov and Michael Pratt for reviews & discussions. go-review.googlesource.com/c/go/+/299991
Dino A. Dai Zovi gVisor is nice in part because it is a virtual process rather than a VM. So we use it around processes we do not trust; it has a vastly smaller TCB than Linux and uses a Go for memory safety. Examples include transcoding for YT and App Engine/Cloud Run.