• 0 Posts
  • 11 Comments
Joined 1 year ago
cake
Cake day: January 19th, 2024

help-circle




  • I feel like the rules are different here. This dude is not a celebrity, he is a CEO of a company which mission is to provide a secure and private email service. I don’t care about him as a person, he represents his company here. His job is to make sure that the data of his customers does not get in the wrong hands, and being as apolitical as possible is part of it. (Unless it’s speaking up against laws that will undermine his business such as banning encryption, but that’s not what’s happening here).






  • Same with Compose even though it’s ironically considered native in the Android dev community.

    The easiest way to tell that the app is not native is tooltips (those that appear when you long press on a button in a toolbar). For some reason UI frameworks just can’t agree to display them in the same way, even if they use material design. Compose’s ones are especially bad (some apps like Play store actually have different kinds of tooltips on different screens, meaning they use multiple UI frameworks in the same app).