Also Nintendo and Sony are Japanese companies and Twitter is (or was? I stopped using Twitter even before it was sold, so I am not quite up to date) insanely popular in Japan, that’s most likely the reason why it’s Twitter.
Also Nintendo and Sony are Japanese companies and Twitter is (or was? I stopped using Twitter even before it was sold, so I am not quite up to date) insanely popular in Japan, that’s most likely the reason why it’s Twitter.
I wouldn’t call it running well though. Just barely playable on PS3. It was possible to get into a car, drive down a long, straight road and then crash into an invisible building because some cars were faster than the console could load assets.
Good thing I switched to Linux 10 years ago. No regrets.
I am worried about burn-in on computer screens, but at the same time I am just wondering about how others use their phones, my last 4 phones had OLED and I have never had any burn in occur. I bought a used Galaxy S4 mini at some point and when I got it had slight burn-in of some icons, but it didn’t get any worse in the two years I was using it. Am I maybe just too old because I use a computer while young people use their phones for 10 hours a day?
It’s just the easiest way to do this. Memory training is a very early step in the boot process. Firmware only has the CPU cache available as memory and most hardware in the system isn’t initialized yet. Most of this isn’t even done by the UEFI firmware itself, but by calling a binary blob provided by the CPU manufacturer, for intel it is called FSP and AMD i believe it is AGESA. I’d have to check, but I believe at the point memory training is running the PCIe bus has not even been brought up and scanned, so video output in this phase would require extensive reengineering of the early boot process from both the CPU manufacturer, firmware vendors and the board manufacturer. PCIe has DMA so making that work without memory might be a challenge. There are three easy to implement solutions though: post codes if your mainboard has a display for them, serial output if the board has a serial port (though this needs another device to read the messages) and the cheapest solution could be a flashing LED on the board labeled memory training in progress.