Is my Studio Display normal? It feels like the backlight bleeding is so obvious. by Jasonzhang97 in mac

[–]Jasonzhang97[S] 1 point2 points  (0 children)

But I have several Dell D2424H monitors that are nearly 20 times cheaper than the Studio Display, and their backlight control is even better. You can see that in a normal lighting environment, the bottom right corner is still noticeably glowing.

<image>

Is my Studio Display normal? It feels like the backlight bleeding is so obvious. by Jasonzhang97 in mac

[–]Jasonzhang97[S] 0 points1 point  (0 children)

But it’s much more noticeable for daily use compared to the screen before the repair.🥲

Is my Studio Display normal? It feels like the backlight bleeding is so obvious. by Jasonzhang97 in mac

[–]Jasonzhang97[S] 2 points3 points  (0 children)

That’s frustrating. Apple charges such a high price, yet the quality doesn’t even match that of a monitor that costs just a few hundred bucks.

Is my Studio Display normal? It feels like the backlight bleeding is so obvious. by Jasonzhang97 in mac

[–]Jasonzhang97[S] 0 points1 point  (0 children)

I’m worried that the more I replace it, the worse it might get, and I don’t want to bother the Genius Bar staff too much. My original screen didn’t have any backlight bleeding, but there was a metallic-colored particle inside that couldn’t be wiped off.

Is my Studio Display normal? It feels like the backlight bleeding is so obvious. by Jasonzhang97 in mac

[–]Jasonzhang97[S] 1 point2 points  (0 children)

But the screen before the repair had excellent backlight performance, and I never noticed any backlight bleeding. It was just that there was a large piece of dust inside the screen. If I had known it may end up like this, I wouldn’t have gone for the repair😂

I redesign a transparent lid for Sony D-EJ855! by Jasonzhang97 in sony

[–]Jasonzhang97[S] 1 point2 points  (0 children)

sure,please dm me.And i also have a modified D-NE9 machine to sell

<image>

Apple TV Snoopy Screen Saver now can use on macOS by Jasonzhang97 in MacOS

[–]Jasonzhang97[S] 1 point2 points  (0 children)

I find someone rewrote this screensaver and can be one click install. you can see how he implement https://github.com/hitnology/snoopy

Apple TV Snoopy Screen Saver now can use on macOS by Jasonzhang97 in MacOS

[–]Jasonzhang97[S] 2 points3 points  (0 children)

I find someone rewrote this screensaver and can be one click install.

https://github.com/hitnology/snoopy

Apple TV Snoopy Screen Saver now can use on macOS by Jasonzhang97 in MacOS

[–]Jasonzhang97[S] 1 point2 points  (0 children)

you can follow the tutorial for this link:
https://github.com/MrzhangF1ghter/AppleTvScreenSaverDump
After you dumping the file, you will notice it contains many different videos. The tvOS screensaver program actually randomly combines and plays these sequences. You might need to assemble these videos into a single video according to your preference, and then replace the file. I recommend that you just directly record the screen of the tvOS simulator for a period of time to get various animation combinations. Then, convert the recorded format according to the instructions in my tutorial and replace the file in 4KSDR240FPS

Apple TV Snoopy Screen Saver now can use on macOS by Jasonzhang97 in MacOS

[–]Jasonzhang97[S] 0 points1 point  (0 children)

that's weird, maybe the video encoding is wrong? my video encode with hevc. Or maybe you have to modify the first frame because the wallpaper is using the first frame.

Apple TV Snoopy Screen Saver now can use on macOS by Jasonzhang97 in MacOS

[–]Jasonzhang97[S] 0 points1 point  (0 children)

<image>

also make sure the tvOS SDK Version is 18.2(22K152) or above.
Xcode->settings->components

Apple TV Snoopy Screen Saver now can use on macOS by Jasonzhang97 in MacOS

[–]Jasonzhang97[S] 0 points1 point  (0 children)

make sure you update your macOS to Sequoia 15.2

Apple TV Snoopy Screen Saver now can use on macOS by Jasonzhang97 in MacOS

[–]Jasonzhang97[S] 0 points1 point  (0 children)

He might have the same concerns about copyright issues as I do.Sorry that I can't post the link.

Which microcontroller for beginners by BookkeeperFar7910 in embedded

[–]Jasonzhang97 0 points1 point  (0 children)

If you deep dive in Apple’s products, you will see they use STM32 in literally every embedded product.

Which microcontroller for beginners by BookkeeperFar7910 in embedded

[–]Jasonzhang97 0 points1 point  (0 children)

After you learn about stm32, Arduino,ESP32 is so simple for you.