Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)DO
DolceTriade @lemmy.world
Posts 0
Comments 13
I think Threads is just a bit too invasive
  • 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.

  • 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

  • [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?

  • What's the best way for an experienced engineer to learn Kubernetes at depth?
  • +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.