Spyke

Replies

Comment on

GM ditching CarPlay could go bad, complain car dealers

I've worked in this space in the past, and unless car manufacturers have significantly improved their UX chops this will go terribly. Further, this just seems like an opportunity for GM to further DLC'ify the car. Generally Android Auto and Car Play would be standard on even the lowest models, but now you might have to pay a monthly subscription to access this

Comment on

What's the best way for an experienced engineer to learn Kubernetes at depth?

Reply in thread

+1 to kubernetes the hard way: https://github.com/kelseyhightower/kubernetes-the-hard-way, it will help you understand lower level cluster bring up.

Beyond that, kubernetes is an extremely broad space. Beyond the basics of deploying applications, getting logs, describing resources, etc

You can focus on horizontal scaling, HTTP load balancing, lower level network tunneling. You should find the stuff that interests you!

Definitely try to deploy some software using k8s. https://kind.sigs.k8s.io/ is also a good way to get started with a basic k8s cluster.

Comment on

[HN] I don't trust Signal

This is an interesting article. While the author isn't necessarily claiming signal is bad, they certainly could be leaking everything or providing backdoors and we wouldn't know...

I wonder what the downside of a decentralized chat service like matrix is in terms of UX?

You have to host your own instance (probably hard.. ) or trust the person/org of the instance you are using which is kinda the same as using signal?

That you don't have the best UX for sharing contacts?

You reached the end