(Spoiler in images) I just watched “The Dink” movie from @AppleTV and I cannot believe they used AI to generate the images in the film.
Feels so low effort.
I've instructed my chef to make meals that are exactly 700 calories. But they're more than 700 calories. You know how I know? My resting heart rate is elevated by 3 beats per minute. I'm 1,000+ reps (days) in knowing how food impacts my heart rate.
@JioHotstar can you please remove this stupid watermark on every 4K video?
My parents watch ton of hotstar everyday and this thing caused a burn-in (OLED tv) on one of our tvs.
It’s nothing but a distraction. Adding absolutely zero value to the viewing experience.
Vince Gilligan says he's in no hurry to get going on Season 2 of PLURIBUS. Understood, but hey, Vince, if you're listening: I'm not getting any younger.
@JioHotstar can you please remove this stupid watermark on every 4K video?
My parents watch ton of hotstar everyday and this thing caused a burn-in (OLED tv) on one of our tvs.
It’s nothing but a distraction. Adding absolutely zero value to the viewing experience.
Happy to share that https://t.co/MZRzgW98Cz is launching on July 9th.
With 20 chapters and 20 downloadable React components on an interactive custom platform, it includes everything I know about not just interactions, but design.
3. shift prevention
because we show some results optimistically and others only after fetching more data, there's a risk that the results could shift as a user goes to select one
or rather, there would be, if we didn't implement a system to prevent it
when we get new results after a delay, we don't just replace the old results directly. we minimize shifts by ensuring that:
• the result that's currently focused will never be removed or change position
• other results that still exist anywhere in the new results do not change position
other results from the previous set are removed and replaced with the highest ranking new results. this ensures that the best result will always be included somewhere in the output, but a result will never change as a user makes a selection. it also makes it easier for users to parse what's changing as new results come in, because fewer things are changing on screen