DolceTriade

joined 1 year ago
[–] [email protected] 8 points 1 year ago (1 children)

I've found Zitadel to be the best open source Oauth2 provider. It also supports terraform for a fully IaC approach to declaring your users and their permissions.

[–] [email protected] 2 points 1 year ago

Later Android versions do support this... It's just called Multiple users (or a work profile but I think you need Google Workspace to set that up).

You can set up a new user as a sandbox for these types of apps and shut them down when not in use.

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago)

Yeah. I definitely prefer Android Auto/CarPlay as a car agnostic interface for media and navigation over any built-in thing.

[–] [email protected] 28 points 1 year ago (2 children)

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

[–] [email protected] 1 points 1 year ago

Nah it's just a chess app

[–] [email protected] 3 points 1 year ago (4 children)

I like to play Lichess puzzles and chess.com puzzles.

[–] [email protected] 1 points 1 year ago

+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.