“Until a drag queen walks into a school and beats eight kids to death with a copy of To Kill A Mockingbird, I think you’re focusing on the wrong shit.”
- Wanda Sykes
“Until a drag queen walks into a school and beats eight kids to death with a copy of To Kill A Mockingbird, I think you’re focusing on the wrong shit.”
- Wanda Sykes
I still absolutely despise the way scrubbing works on the iOS 16 Lock Screen media player.
I am so sick of completely losing my place in podcasts because I accidentally brushed SOMEWHERE near the progress track
This is my least-favorite iOS dialog box, the one where they want you to type in your Apple ID password. There is no option to get it from your password manager. There is no Apple Watch, Face ID, or passcode option. Because it’s an OS-level dialog box, you can’t check our password manager.
What Apple is telegraphing here is “your Apple ID password must be memorable.” And that is bad. They should stop doing this.
This is how I build apps now:
Standalone model(s) built with #Preact #Signals so they're implicitly reactive.
Components simply reference the model instance from context and access its (reactive) properties.
Testing the model without components is fast and easy. Testing the components a with mocked model is fast and easy.