Explore >> Select a destination


You are here

yaoyuyang.com
| | vmware.github.io
4.6 parsecs away

Travel
| | VMware Photon docs
| | etcd.io
4.7 parsecs away

Travel
| | This is an adaptation of a page previously found in the Platforms section of the documentation which described etcd deployments on various platform services. The original page was authored by Caleb Miles and others. This post provides an introduction to design considerations when designing an etcd deployment on AWS EC2 and how AWS specific features may be utilized in that context. Also, this post assumes operational knowledge of Amazon Web Services (AWS), specifically Amazon Elastic Compute Cloud (EC2).
| | mpov.timmorgan.org
2.4 parsecs away

Travel
| | I created a free micro instance on Amazon EC2 a few weeks ago. Today I remembered it and thought I would tinker around a little, only to find out that when I logged into AWS console, I had to "re-activate" my account using a phone number.Hmmm, that's weird. I distinctly remember doing that two weeks ago.So I jumped through the hoops and got logged in again to discover that my instance was gone, my security group was gone, and my elastic ip was gone.
| | mrcat.au
52.6 parsecs away

Travel
| I've started learning Zig, a new programming language in the same problem space as C, and it has some features I really like. While it's not memory-safe in the Rust way, it has a lot of compile time and runtime checks to prevent common footguns. It has packed structs and variable-width integers to allow for easy parsing of bitpacked binary formats. Its comptime metaprogramming capabilities are spectacular. And it even interoperates seamlessly with C!