{
    "version": "https:\/\/jsonfeed.org\/version\/1.1",
    "title": "Ilya Birman’s Blog: posts tagged iPhone",
    "_rss_description": "Ilya Birman’s blog on design, cities, music, and life",
    "_rss_language": "en",
    "_itunes_email": "ilyabirman@ilyabirman.net",
    "_itunes_categories_xml": "<itunes:category text=\"Arts\"><itunes:category text=\"Design\" \/><\/itunes:category>\r\n<itunes:category text=\"Society &amp; Culture\"><itunes:category text=\"Personal Journals\" \/><\/itunes:category>\r\n<itunes:category text=\"Technology\" \/>\r\n",
    "_itunes_image": "https:\/\/ilyabirman.net\/meanwhile\/pictures\/userpic\/userpic-square@2x.jpg?1573933764",
    "_itunes_explicit": "no",
    "home_page_url": "https:\/\/ilyabirman.net\/meanwhile\/tags\/iphone\/",
    "feed_url": "https:\/\/ilyabirman.net\/meanwhile\/tags\/iphone\/json\/",
    "icon": "https:\/\/ilyabirman.net\/meanwhile\/pictures\/userpic\/userpic@2x.jpg?1573933764",
    "authors": [
        {
            "name": "Ilya Birman",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/",
            "avatar": "https:\/\/ilyabirman.net\/meanwhile\/pictures\/userpic\/userpic@2x.jpg?1573933764"
        }
    ],
    "items": [
        {
            "id": "397",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/iphone-shift-enter\/",
            "title": "Shift+Enter on the iPhone",
            "content_html": "<p>First, a little historical background.<\/p>\n<p>On a typewriter, when you reached the end of a line, you had to manually return the carriage to the beginning of the line and feed the paper by one line. There was a special lever for this.<\/p>\n<p>Early text editing software inserted the same two control characters into the text when you pressed Enter: carriage return and line feed. The CR, LF sequence (\\r\\n) meant the start of the next line in DOS and still does in its successor, Windows. Unix decided that using two characters for a line break was silly and made do with a single LF (\\n). Ever since, the two ways of ending a line have been fighting each other and causing endless problems.<\/p>\n<p>In any case, back in the twentieth century, people realised that on a computer, text should wrap onto the next line automatically when it runs out of available width. No special characters are needed for that.<\/p>\n<p>Since then, Enter in text editors has not merely moved to the next line: it starts a new paragraph and, depending on style preferences, separates it with some spacing. To move to the next line without starting a new paragraph, as on a typewriter, you press Shift+Enter. Similarly, Shift+Enter moves to the next line within the same list item rather than creating a new one, and, generally, within any logical block of text.<\/p>\n<figure class=\"e2-text-picture\">\n  <img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/iphone-shift-enter.jpg\" width=\"1200\" height=\"800\" alt=\"\" \/>\n<\/figure>\n<p>And now to the point of this post.<\/p>\n<p>I have missed this feature on the iPhone my whole life. Sometimes I have wanted to add text on a new line in the same to-do item, or whatever.<\/p>\n<p>Then, the other day, I tried pressing Shift+Enter on the iPhone — and it worked! Exactly as it has always worked on a computer. I now think it must have worked that way since the original iPhone, but it never occurred to me to try it, and I cannot understand why. All my life, I was simply certain that it could not be done on an iPhone.<\/p>\n<p>Thinking about it now, I believe there is a general perception that the iPhone has no modifier keys such as Option or Command, and that the Shift key is not really a modifier key either: it is more like a keyboard tab, just like the “123” button. I cannot use Shift on the iPhone to select text with arrow keys, so trying Shift+Enter simply never entered my mind. Which was wrong!<\/p>\n<p>You are now either amazed that I could be this dumb for nineteen years, or this is as wonderful a discovery for you as it was for me. Or, more likely, you just do not care at all.<\/p>\n",
            "summary": "First, a little historical background",
            "date_published": "2026-09-03T23:18:44+05:00",
            "date_modified": "2026-09-03T23:17:48+05:00",
            "tags": [
                "interface",
                "iPhone"
            ],
            "image": "https:\/\/ilyabirman.net\/meanwhile\/pictures\/iphone-shift-enter.jpg",
            "_date_published_rfc2822": "Thu, 03 Sep 2026 23:18:44 +0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "397",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": true,
                "links_required": [],
                "og_images": [
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/iphone-shift-enter.jpg"
                ]
            }
        },
        {
            "id": "395",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/ios-26-input-selection\/",
            "title": "Microphone selection in iOS 26",
            "content_html": "<p>When Apple announced iOS 26 last summer, they said you would finally be able to manually choose which microphone to use. I was thrilled: I could permanently choose the iPhone’s own microphone.<\/p>\n<p>The problem was that whenever I connected AirPods, the iPhone had always switched to their terrible microphone (which should never be used). Every time I needed to record a voice message or dictate something to my phone, I took the AirPods out of my ears so the phone would record with its own, decent microphone.<\/p>\n<p>Anyway, as soon as iOS 26 came out, the first thing I did was switch the microphone to the built-in one and get ready to live happily ever after. But the joy did not last long: after a couple of voice messages, people told me, as usual, that I sounded like shit. From this I concluded that the iPhone had once again switched to the damn AirPods microphone. I went to check, and sure enough:<\/p>\n<figure class=\"e2-text-picture\">\n  <img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/ios-26-input-selection@2x.png\" width=\"402\" height=\"328\" alt=\"\" \/>\n<\/figure>\n<p>It had not simply switched back to the AirPods microphone. It had selected a third option, “Automatic”, which stood for the AirPods microphone. I thought that maybe I had made a mistake the first time and tapped “Automatic” myself when it stood for the iPhone microphone without noticing the “Automatic” label? So I went to select the built-in microphone manually again.<\/p>\n<p>And of course, a couple of days later, the selection had reset again and returned to “Automatic”.<\/p>\n<p>What did the authors of this feature thought its value was? Before, the microphone used to be selected automatically. They added a new feature for choosing it manually. But it still knows better and chooses automatically!<\/p>\n",
            "summary": "When Apple announced iOS 26 last summer, they said you would finally be able to manually choose which microphone to use",
            "date_published": "2026-08-29T19:36:01+05:00",
            "date_modified": "2026-08-29T19:35:41+05:00",
            "tags": [
                "iPhone"
            ],
            "image": "https:\/\/ilyabirman.net\/meanwhile\/pictures\/ios-26-input-selection@2x.png",
            "_date_published_rfc2822": "Sat, 29 Aug 2026 19:36:01 +0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "395",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": [],
                "og_images": [
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/ios-26-input-selection@2x.png"
                ]
            }
        },
        {
            "id": "394",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/liquid-glass-on-mac\/",
            "title": "Liquid Glass and the Mac’s low priority",
            "content_html": "<p><a href=\"https:\/\/daringfireball.net\/thetalkshow\/2026\/07\/31\/ep-453\">In John Gruber’s Talk Show #453 with Louie Mantia<\/a>, the familiar point comes up again: Liquid Glass is particularly bad on the Mac, where it is least well thought through. On the iPhone, it is at least somewhat tolerable. If Apple devoted as many resources to the Mac as it does to the iPhone, it would be fine there, too!<\/p>\n<p>I think it is not just a matter of resources. Liquid Glass’s poor quality as a design system shows up fundamentally more clearly on the Mac than on the iPhone simply because the Mac itself is more complex and richer: it is used for more complex tasks by more demanding users. The Mac is much more sensitive to interface quality. Compared with it, the iPhone is a toy. It is harder to break with bad design, because there is far less there to break.<\/p>\n<p>The iPhone has become worse with Liquid Glass too, of course. Take the unstable positions and shapes of elements, which make it harder to develop habits. Or uninformative feedback that makes it difficult to tell whether a control has received your input or not. Or background blur that makes text harder to read. But people notice this less on the iPhone because they do not do anything serious on it for long stretches of time.<\/p>\n<p>I understand that there have long been people who actually work on an iPhone — people who grew up with one and have barely used a computer. But it is hard to draw conclusions from them, because they have neither efficient habits nor high standards. They do not realise they work many times more slowly than they could. And even when they have a computer, they use it as inefficiently as they use the iPhone, because they do not know that things can be done differently.<\/p>\n<p>No amount of resources will make Liquid Glass good on the Mac. Only correcting the mistakes built into it will. And the iPhone will benefit from that too.<\/p>\n",
            "summary": "In John Gruber’s Talk Show #453 with Louie Mantia, the familiar point comes up again: Liquid Glass is particularly bad on the Mac, where it is least well thought through",
            "date_published": "2026-08-23T20:41:27+05:00",
            "date_modified": "2026-08-23T20:47:01+05:00",
            "tags": [
                "interface",
                "iPhone",
                "Mac"
            ],
            "_date_published_rfc2822": "Sun, 23 Aug 2026 20:41:27 +0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "394",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": [],
                "og_images": []
            }
        },
        {
            "id": "329",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/temporary-disable-iphone-protection\/",
            "title": "Feature request: Temporarily disable password and Face ID",
            "content_html": "<p>Apple did a great job: they invented Face ID, which reliably protects the phone and still works seamlessly. But the scientists at the Wuhan lab did an even better job: they invented a coronavirus that forced the mankind to wear face masks.<\/p>\n<p>As a result, shopping for groceries with a list in your phone became a torture. You have to enter the damn password every time.<\/p>\n<p>I want a feature: disable iPhone protection for fifteen minutes, during which I can take it out of my pocket and unlock with just a Slide to Unlock, as with the original iPhone.<\/p>\n<p>I guess I can disable all the protection in Settings, but that’s way too much work, and turning the protection back on is even worse; nobody would do it. With my idea you can’t forget anything, the phone returns itself back to protected mode automatically. It could display a red “unprotected” icon in the status bar. Tap on it, and the protected mode returns immediately.<\/p>\n",
            "summary": "Apple did a great job: they invented Face ID, which reliably protects the phone and still works seamlessly",
            "date_published": "2021-01-15T21:10:19+05:00",
            "date_modified": "2021-01-15T21:10:16+05:00",
            "tags": [
                "Apple",
                "iPhone"
            ],
            "_date_published_rfc2822": "Fri, 15 Jan 2021 21:10:19 +0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "329",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": [],
                "og_images": []
            }
        },
        {
            "id": "318",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/ios-safari-and-memory-management\/",
            "title": "iOS Safari and memory management",
            "content_html": "<p>Here’s what I don’t get about the iPhone’s Safari and memory management.<\/p>\n<p>Safari will sometimes forget the website it has loaded and needs to reload them when you go to their tab. And they tell us that it’s because the iPhone has limited memory and when other apps need it, it has to free it. Unlike on the Mac, there is no virtual memory on the iPhone, so the system cannot automatically restore what was once removed from memory.<\/p>\n<p>Okay, but why does Safari insist on keeping everything in memory? Why cannot Safari just save what it has downloaded to disk? My photos and videos don’t get destroyed when the phone is low on memory, why webpages should? Even if I opened a webpage a year ago, there is no reason on Earth to reload it from network when I want to look at it today. It’s already open, just show it to me! I didn’t press Reload, so please don’t do what you were not asked to.<\/p>\n<p>I suspect it’s yet another corollary of general <a href=\"https:\/\/ilyabirman.net\/meanwhile\/all\/why-are-browsers-so-slow\/\">shittiness of modern browsers<\/a> where developers are obsessed with JavaScript performance and security, and completely forget about <i>being nice software<\/i>.<\/p>\n",
            "summary": "Here’s what I don’t get about the iPhone’s Safari and memory management",
            "date_published": "2019-05-23T18:48:57+05:00",
            "date_modified": "2019-05-23T18:48:40+05:00",
            "tags": [
                "iPhone",
                "Safari"
            ],
            "_date_published_rfc2822": "Thu, 23 May 2019 18:48:57 +0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "318",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": [],
                "og_images": []
            }
        },
        {
            "id": "285",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/monument-valley-2\/",
            "title": "Monument Valley 2",
            "content_html": "<p>During WWDC, the new <a href=\"http:\/\/monumentvalleygame.com\">Monument Valley<\/a> was released. It’s the most splendid game ever. I’ve finished it, having made some screenshots:<\/p>\n<figure class=\"e2-text-picture\">\n  <img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/monument-valley-2@2x.jpg\" width=\"980\" height=\"4622\" alt=\"Monument Valley 2\" \/>\n<\/figure>\n<p>But the pictures show only a small part of the game’s beauty. In reality, everything is live and the sound is amazing. Go buy and play it.<\/p>\n",
            "summary": "During WWDC, the new Monument Valley was released. It’s the most splendid game ever. I’ve finished it, having made some screenshots",
            "date_published": "2017-06-11T12:53:59+05:00",
            "date_modified": "2017-06-11T12:53:55+05:00",
            "tags": [
                "design",
                "iPhone"
            ],
            "image": "https:\/\/ilyabirman.net\/meanwhile\/pictures\/monument-valley-2@2x.jpg",
            "_date_published_rfc2822": "Sun, 11 Jun 2017 12:53:59 +0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "285",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": [],
                "og_images": [
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/monument-valley-2@2x.jpg"
                ]
            }
        },
        {
            "id": "282",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/mobile-ui-flip\/",
            "title": "The revolution in the mobile user interface",
            "content_html": "<p>It’s about time to flip the mobile user interface vertically.<\/p>\n<figure class=\"e2-text-picture\">\n  <img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/ui-flip-iphone-4.jpg\" width=\"267\" height=\"400\" alt=\"The revolution in the mobile user interface\" \/>\n  <figcaption class=\"e2-text-caption\">I have no idea what language this is<\/figcaption>\n<\/figure>\n<p>It was easy to tap “Back” or “Edit” with your thumb on the original iPhone. On iPhone 5, it became harder. Since the 6, it’s almost impossible.<\/p>\n<p>Apple has added two features to make things less bad. The first was a gesture where you slide from the left edge of the screen to get back. The second was Reachability, where you double tap the Home button to make everything on the screen shift down so you could reach the top row of buttons. This already felt like a duck tape fix.<\/p>\n<p>The question is: why put buttons on top and then add obscure gesture to reach them when you could just put the buttons on the bottom in the first place?<\/p>\n<p>Windows Phone has the browser’s address bar on the bottom:<\/p>\n<figure class=\"e2-text-picture\">\n  <img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/ui-flip-winphone-ie10-8x-01.jpg\" width=\"315\" height=\"560\" alt=\"The revolution in the mobile user interface\" \/>\n  <figcaption class=\"e2-text-caption\">On some screenshots it’s actually on top, so I’m not sure. Anyway, it should be on the bottom<\/figcaption>\n<\/figure>\n<p>Apple, when will you do the same?<\/p>\n<p>It’s interesting that the revolution has already happened in Maps. Before and after:<\/p>\n<figure class=\"e2-text-picture\">\n  <img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/ui-flip-apple-maps@2x.jpg\" width=\"549\" height=\"470\" alt=\"The revolution in the mobile user interface\" \/>\n<\/figure>\n<p>The search field and results have moved to the bottom. Why did this change only in one app?<\/p>\n<p>We’ve designed <a href=\"http:\/\/ilyabirman.net\/projects\/sayve\/\">Sayve, the smart voice recorder<\/a> so that all the important controls are reachable. A couple of intermediary user interface layouts:<\/p>\n<figure class=\"e2-text-picture\">\n  <img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/ui-flip-sayve-1@2x.png\" width=\"677\" height=\"577\" alt=\"The revolution in the mobile user interface\" \/>\n<\/figure>\n<p>At first, the audio controls were on top (the left layout). Then it moved down (the right layout).<\/p>\n<p>Finally, all the user interface changed to gravitate towards the bottom:<\/p>\n<figure class=\"e2-text-picture\">\n  <img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/ui-flip-sayve-2@2x.png\" width=\"677\" height=\"577\" alt=\"The revolution in the mobile user interface\" \/>\n<\/figure>\n<p>I’m hopeful that Apple will do something similar throughout iOS 11.<\/p>\n<p>When you turn the things upside-down, you may not like the result aesthetically at first. But our idea of what’s beautiful is <a href=\"http:\/\/ilyabirman.net\/meanwhile\/all\/ios7-icons-circles\/\">largely formed by the technology<\/a>.<\/p>\n<p><b>The rule:<\/b> in the mobile user interface, put the controls on the bottom.<\/p>\n",
            "summary": "It’s about time to flip the mobile user interface vertically",
            "date_published": "2017-06-01T15:55:45+05:00",
            "date_modified": "2017-06-01T15:56:31+05:00",
            "tags": [
                "interface",
                "iPhone"
            ],
            "image": "https:\/\/ilyabirman.net\/meanwhile\/pictures\/ui-flip-iphone-4.jpg",
            "_date_published_rfc2822": "Thu, 01 Jun 2017 15:55:45 +0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "282",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": true,
                "links_required": [],
                "og_images": [
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/ui-flip-iphone-4.jpg",
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/ui-flip-winphone-ie10-8x-01.jpg",
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/ui-flip-apple-maps@2x.jpg",
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/ui-flip-sayve-1@2x.png",
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/ui-flip-sayve-2@2x.png"
                ]
            }
        },
        {
            "id": "277",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/iphone-passcode-keyboard-rendering-bug\/",
            "title": "iPhone passcode keyboard rendering bug",
            "content_html": "<p>Years pass, but Apple just wouldn’t fix this bug in iOS. When the iPhone asks you for the passcode, it shows the keyboard where system keys’ borders aren’t semitransparent:<\/p>\n<figure class=\"e2-text-picture\">\n  <img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/passcode-1@2x.jpg\" width=\"414\" height=\"414\" alt=\"\" \/>\n<\/figure>\n<p>You may think that it is so by design, but no: if you touch the keyboard, all keys’ border re-render normally, with thin borders.<\/p>\n<p>And sometimes the keyboard is rendered fine initially:<\/p>\n<figure class=\"e2-text-picture\">\n  <img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/passcode-2@2x.jpg\" width=\"414\" height=\"414\" alt=\"\" \/>\n<\/figure>\n<p>Does nobody in Apple use alphanumeric passcodes? The numeric ones you usually see others type from three-meters distance. Since there is Touch ID and the passcode is rarely asked for, there is no reason to use the numeric ones.<\/p>\n",
            "summary": "Years pass, but Apple just wouldn’t fix this bug in iOS. When the iPhone asks you for the passcode, it shows the keyboard where system keys’ borders aren’t semitransparent",
            "date_published": "2017-05-19T20:07:05+05:00",
            "date_modified": "2017-05-19T20:07:03+05:00",
            "tags": [
                "bugs",
                "iPhone"
            ],
            "image": "https:\/\/ilyabirman.net\/meanwhile\/pictures\/passcode-1@2x.jpg",
            "_date_published_rfc2822": "Fri, 19 May 2017 20:07:05 +0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "277",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": [],
                "og_images": [
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/passcode-1@2x.jpg",
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/passcode-2@2x.jpg"
                ]
            }
        },
        {
            "id": "249",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/the-design-of-iphone-7\/",
            "title": "The design of the iPhone 7",
            "content_html": "<p>Somehow it’s become a common knowledge that the design of the iPhone 7 is almost the same as the design of the iPhone 6. This boggles my mind.<\/p>\n<p>How can you not see that the iPhones 6 and 7 are <i>the most<\/i> different iPhones in the history of iPhones? The iPhone 6 is the ugliest iPhone ever created. The iPhone 7 is the most beautiful iPhone ever created.<\/p>\n<p>This is the original iPhone:<\/p>\n<figure class=\"e2-text-picture\">\n  <img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/iphone-original@2x.jpg\" width=\"498\" height=\"400\" alt=\"Original iPhone\" \/>\n<\/figure>\n<p>It was beautiful. Everything was perfectly aligned. It would be better without the black stripe on the bottom, but it had to be there for the antennas to work.<\/p>\n<p>iPhones 3G and 3Gs were worse:<\/p>\n<figure class=\"e2-text-picture\">\n  <img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/iphone-3g@2x.jpg\" width=\"485\" height=\"380\" alt=\"iPhones 3G and 3Gs\" \/>\n<\/figure>\n<p>They looked fine in pictures, but were plastic, felt cheap and often cracked.<\/p>\n<p>Then there were the iPhones 4 and 4s:<\/p>\n<figure class=\"e2-text-picture\">\n  <img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/iphone-4@2x.jpg\" width=\"470\" height=\"400\" alt=\"iPhone 4\" \/>\n<\/figure>\n<p>These were special. They didn’t look nice in pictures, but were very attractive in person. The antenna lines bugged me a lot, but overall these were good ones. The glass back was really cool (I don’t break my phones).<\/p>\n<p>Since then, things went downhill. The iPhones 5 and 5s were ugly:<\/p>\n<figure class=\"e2-text-picture\">\n  <img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/iphone-5@2x.jpg\" width=\"435\" height=\"405\" alt=\"iPhone 5\" \/>\n<\/figure>\n<p>The black stripes, unlike on the original iPhone, were completely out of place. The camera was misaligned.<\/p>\n<p>I wrote about it in <a href=\"http:\/\/ilyabirman.net\/meanwhile\/all\/the-hope-for-a-beautiful-iphone\/\">The hope for a beautiful iPhone<\/a>.<\/p>\n<p>Then came the iPhones 6 and 6s, painfully ugly:<\/p>\n<figure class=\"e2-text-picture\">\n  <img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/iphone-6@2x.jpg\" width=\"537\" height=\"500\" alt=\"iPhone 6\" \/>\n<\/figure>\n<p>The camera was not aligned with anything and sticked out. The rubber stripes were all over the back. How was this even possible? Imagine somebody showing it to you in 2008, after you’ve seen the first iPhones. You wouldn’t believe Apple would have shipped such a device.<\/p>\n<p>Definitely, these were the ugliest iPhones ever built.<\/p>\n<p>And then Apple showed the iPhone 7:<\/p>\n<figure class=\"e2-text-picture\">\n  <img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/iphone-7.jpg\" width=\"1200\" height=\"900\" alt=\"iPhone 7\" \/>\n<\/figure>\n<div class=\"caption\"><p>Image from wylsa.com<\/p>\n<\/div><p>How can you even compare it to the 6? This one is <i>finally<\/i> beautiful, after several years of ugliness. The camera is aligned with the phone’s corner, for the first time after the iPhone 4! It still sticks out, but this time the phone is designed with this in mind. It’s not slapped on top of an unexpecting phone; it’s there because it was meant to be there. The same for the antenna lines: they are part of the design, not some crap put on top because it had to be.<\/p>\n<p>This is the first iPhone in years that you can enjoy just looking at. And unlike the iPhone 4, it looks great from every angle. It’s the opposite of the iPhones 6.<\/p>\n",
            "summary": "Somehow it’s become a common knowledge that the design of the iPhone 7 is almost the same as the design of the iPhone 6",
            "date_published": "2017-01-11T19:53:52+05:00",
            "date_modified": "2017-01-11T21:06:15+05:00",
            "tags": [
                "design",
                "iPhone"
            ],
            "image": "https:\/\/ilyabirman.net\/meanwhile\/pictures\/iphone-original@2x.jpg",
            "_date_published_rfc2822": "Wed, 11 Jan 2017 19:53:52 +0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "249",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": true,
                "links_required": [],
                "og_images": [
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/iphone-original@2x.jpg",
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/iphone-3g@2x.jpg",
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/iphone-4@2x.jpg",
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/iphone-5@2x.jpg",
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/iphone-6@2x.jpg",
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/iphone-7.jpg"
                ]
            }
        },
        {
            "id": "243",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/reminders-buggy\/",
            "title": "Reminders app is so buggy",
            "content_html": "<p>Reminders is one of buggiest apps Apple has ever made. Sometimes it forgets to remind, sometimes it reminds twice. It cannot sync anything between Macs, iOS devices and the watch. And now, it decided to remind me of five things:<\/p>\n<figure class=\"e2-text-picture\">\n  <img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/reminders@2x.jpg\" width=\"414\" height=\"736\" alt=\"Reminders app\" \/>\n<\/figure>\n<p>Thanks, I guess.<\/p>\n",
            "summary": "Reminders is one of buggiest apps Apple has ever made. Sometimes it forgets to remind, sometimes it reminds twice",
            "date_published": "2016-12-27T22:55:22+05:00",
            "date_modified": "2016-12-27T22:55:15+05:00",
            "tags": [
                "bugs",
                "iPhone",
                "Mac",
                "software"
            ],
            "image": "https:\/\/ilyabirman.net\/meanwhile\/pictures\/reminders@2x.jpg",
            "_date_published_rfc2822": "Tue, 27 Dec 2016 22:55:22 +0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "243",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": [],
                "og_images": [
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/reminders@2x.jpg"
                ]
            }
        },
        {
            "id": "236",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/create-new-or-add-to-existing-contact\/",
            "title": "Create a new contact or add to an existing one?",
            "content_html": "<p>Boy do I hate this question:<\/p>\n<figure class=\"e2-text-picture\">\n  <img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/create-or-add@2x.png\" width=\"414\" height=\"199\" alt=\"Create a new contact or add to an existing one?\" \/>\n<\/figure>\n<p>Sometimes I tap “Create New Contact” and end up with two records for one person. One with an email, one with a phone number. Turns out, I had this contact already.<\/p>\n<p>Sometimes I tap “Add to Existing Contact” and end up not finding the person in the contact list. Turns out, I was wrong to believe I had had this contact already.<\/p>\n<p>When I don’t remember for sure, I have to flip a coin. But why should I occupy my brain with this? For a programmer INSERT and UPDATE are different database queries. This purely technological difference degrades the user interface. It should be hidden from the user.<\/p>\n<p>In most cases a computer knows a name and can at least suggest adding to a contact if it exists. But even if the name is unknown, just show a searchable contact list and a “+” button together. When I press “+”, put my search query into the contact name field.<\/p>\n<p>Previously in the stupid questions series:<\/p>\n<ul>\n  <li><a href=\"http:\/\/ilyabirman.net\/meanwhile\/all\/use-without-internet-or-use-other-network\/\">Use without internet or use other network<\/a><\/li>\n<\/ul>\n",
            "summary": "Boy do I hate this question",
            "date_published": "2016-11-09T03:15:47+05:00",
            "date_modified": "2016-11-09T03:20:07+05:00",
            "tags": [
                "interface",
                "iPhone"
            ],
            "image": "https:\/\/ilyabirman.net\/meanwhile\/pictures\/create-or-add@2x.png",
            "_date_published_rfc2822": "Wed, 09 Nov 2016 03:15:47 +0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "236",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": [],
                "og_images": [
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/create-or-add@2x.png"
                ]
            }
        },
        {
            "id": "221",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/use-without-internet-or-use-other-network\/",
            "title": "Use without internet or use other network",
            "content_html": "<p>Sometimes when you connect to a Wi-Fi network, a login window pops up, but it remains blank for a long time. So you give up and press Cancel. And you end up here:<\/p>\n<figure class=\"e2-text-picture\">\n  <img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/use-without-internet@2x.png\" width=\"320\" height=\"569\" alt=\"Use without internet or use other network\" \/>\n<\/figure>\n<p>This is the most frustrating menu in iOS. What am I supposed to do? First of all, I have just pressed Cancel and the system has ignored me. Instead of cancelling the process, it decided it should bother me with some additional questions.<\/p>\n<p>As if it wasn’t bad enough already, the choice I am presented with makes no sense to me. There is no “Just Cancel” option. The Cancel button you see on the bottom will just Cancel the cancellation process I’ve initiated and get me back to the blank window. I don’t want to “Use Without Internet”: I need the Internet. I don’t want to “Use Other Network”: this is the only network available here. I just want to Cancel. Please? Just fucking leave me on 3G.<\/p>\n",
            "summary": "Sometimes when you connect to a Wi-Fi network, a login window pops up, but it remains blank for a long time",
            "date_published": "2016-01-08T22:06:17+05:00",
            "date_modified": "2016-08-14T18:25:16+05:00",
            "tags": [
                "interface",
                "iPhone"
            ],
            "image": "https:\/\/ilyabirman.net\/meanwhile\/pictures\/use-without-internet@2x.png",
            "_date_published_rfc2822": "Fri, 08 Jan 2016 22:06:17 +0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "221",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": [],
                "og_images": [
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/use-without-internet@2x.png"
                ]
            }
        },
        {
            "id": "184",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/on-iphone-sizes\/",
            "title": "On iPhone sizes",
            "content_html": "<p>In September, Apple introduced iPhones 6 and 6 Plus, both bigger than iPhones 5s and 5c. I’ve tried holding the new phones in my hand and found even the 6 to be way too big.<\/p>\n<p>I would prefer an old-size phone but faster, with a better camera and with Apple Pay. I am not alone. But there are no new phones at the old size. If you don’t like the new size, you will have to get the last-year model.<\/p>\n<p>Maybe Apple is saying goodbye to the 4-inch screens and we will have to accept this. But I am not sure that’s what Apple is doing. Look at this <a href=\"http:\/\/www.apple.com\/live\/2014-sept-event\/d53a7167-5697-4a60-a830-fefc851349e7\/?cid=li-us-d53a7167-5697-4a60-a830-fefc851349e7-im\">picture from the September event blog<\/a>:<\/p>\n<figure class=\"e2-text-picture\">\n  <img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/iphone-lineup-2014.png\" width=\"920\" height=\"585\" alt=\"\" \/>\n<\/figure>\n<p>There is no clear separation between the last year models and the new models. This is simply “iPhone lineup” with the phones of three sizes: 4-inch, 4.7-inch and 5.5-inch. Showing three <i>new<\/i> devices at the same time could be just too much for one event. But Apple could update the 4-inch models next year.<\/p>\n<p>A phone is a device where the size is a matter of preference, like a laptop or a TV. There is no “right” size: bigger screen shows more (good), but takes more space (bad). Apple has now accepted this truth. So maybe in the future when you buy a new iPhone, you will be asked not only “what color?”, but also “small, medium or large?”<\/p>\n",
            "summary": "In September, Apple introduced iPhones 6 and 6 Plus, both bigger than iPhones 5s and 5c. I’ve tried holding the new phones in my hand and found even the 6 to be way too big",
            "date_published": "2014-11-10T14:43:20+05:00",
            "date_modified": "2014-11-11T18:34:18+05:00",
            "tags": [
                "Apple",
                "iPhone"
            ],
            "image": "https:\/\/ilyabirman.net\/meanwhile\/pictures\/iphone-lineup-2014.png",
            "_date_published_rfc2822": "Mon, 10 Nov 2014 14:43:20 +0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "184",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": true,
                "links_required": [],
                "og_images": [
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/iphone-lineup-2014.png"
                ]
            }
        },
        {
            "id": "181",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/john-gruber-compares-iphone-and-apple-watch-introductions\/",
            "title": "John Gruber compares iPhone and Apple Watch introductions",
            "content_html": "<p>John Gruber compares iPhone and Apple Watch introductions in <a href=\"http:\/\/www.esn.fm\/electricshadow\/14\">Episode 14 of Electric Shadow podcast<\/a> (starting at around 1h 24m mark):<\/p>\n<blockquote>\n  <p>I think that the best was the 2007 Macworld expo keynote introducing the iPhone. Let’s see where they go with the watch, but I think even in the most optimistic scenario the watch doesn’t change everything the way the iPhone did.<\/p>\n  <p>The iPhone was pulled out of thin air. I think to this day — now we are 7,5 years after that — it was absolutely five years ahead of its time, maybe more. I think maybe if Apple had never released it, the phones we would have been using in 2012, five years later still wouldn’t have been like that. It was impossible. It really is just what it seemed like.<\/p>\n  <p>I don’t think they needed a good event, I think they could have had a shitty event to announce it, and if they released the exact same phone seven months later, it would have been fine. It would eventually, with the years, work out.<\/p>\n  <p>The advantage of having a perfect event to announce it though was that for the people who opened their minds and just paid attention to it, it gave us a head start as to just what it was that we’ve seen. Half of the people who were paying attention came out that event understanding: Wow. This is amazing. The entire tech world has just changed. And then the other half were, like, this is ridiculous, the thing doesn’t even have a keyboard, no one’s gonna buy it. But if you paid attention, the fact that the event was so perfect, it gave you the context to understand something without ever actually even getting to use the device.<\/p>\n<\/blockquote>\n<p>Agreed.<\/p>\n",
            "summary": "John Gruber compares iPhone and Apple Watch introductions in Episode 14 of Electric Shadow podcast (starting at around 1h 24m mark...",
            "date_published": "2014-09-21T22:54:29+05:00",
            "date_modified": "2014-09-22T02:21:38+05:00",
            "tags": [
                "Apple Watch",
                "Gruber",
                "iPhone",
                "quotes"
            ],
            "_date_published_rfc2822": "Sun, 21 Sep 2014 22:54:29 +0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "181",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": [],
                "og_images": []
            }
        },
        {
            "id": "180",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/how-apple-pay-could-work-on-apple-watch-without-touch-id\/",
            "title": "How Apple Pay could work on Apple Watch without Touch ID",
            "content_html": "<p>When Apple revealed <a href=\"http:\/\/www.apple.com\/apple-pay\/\">Apple Pay<\/a>, they first showed it on an iPhone with Touch ID and later mentioned that it would also work with the Apple Watch. But how does Apple Watch know that you are <i>you<\/i> without Touch ID?<\/p>\n<figure class=\"e2-text-picture\">\n  <img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/apple-pay.png\" width=\"188\" height=\"332\" alt=\"How Apple Pay could work on Apple Watch without Touch ID\" \/>\n<\/figure>\n<p>Here is an idea.<\/p>\n<p>Apple Watch requires the iPhone. It would make sense if Apple Pay on the Watch required the iPhone with Apple Pay support. The only such phones are the 6 and the 6 Plus. Both have Touch ID.<\/p>\n<p>Apple Watch can tell if someone is wearing it using its heartbeat sensor. When no one is wearing the watch, it will not work with Apple Pay. When you put the watch on, it will still not work with Apple Pay, as it does not know who is wearing it. As soon as you use Touch ID for the first time to unlock your phone in a close proximity, the Watch will enter a “secure state”: now it knows that it is put on your hand. From that moment Apple Pay will work until you take the Watch off or the phone gets too far away from it.<\/p>\n<p>The chance that you are trying to buy something before you’ve unlocked your phone for the first time during a day is almost zero. And in this rare case the Watch can just ask you politely to confirm the payment with Touch ID.<\/p>\n",
            "summary": "When Apple revealed Apple Pay, they first showed it on an iPhone with Touch ID and later mentioned that it would also work with the Apple Watch",
            "date_published": "2014-09-20T15:15:34+05:00",
            "date_modified": "2014-09-20T15:15:32+05:00",
            "tags": [
                "Apple",
                "Apple Watch",
                "iPhone"
            ],
            "image": "https:\/\/ilyabirman.net\/meanwhile\/pictures\/apple-pay.png",
            "_date_published_rfc2822": "Sat, 20 Sep 2014 15:15:34 +0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "180",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": true,
                "links_required": [],
                "og_images": [
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/apple-pay.png"
                ]
            }
        },
        {
            "id": "141",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/steve-jobs-demos-the-mac-in-1984\/",
            "title": "Steve Jobs demos the Mac in 1984",
            "content_html": "<p>Watch this video. I am almost as excited about the stuff they show as the audience:<\/p>\n<p><video id=\"CTPmediaElement0\" class=\"CTPmediaElement\" controls=\"\" preload=\"auto\" src=\"http:\/\/timeInc.brightcove.com.edgesuite.net\/rtmp_uds\/293884104\/201401\/3530\/293884104_3106072393001_BCS-January-1984-640x480.mp4\" poster=\"http:\/\/timeInc.brightcove.com.edgesuite.net\/rtmp_uds\/293884104\/201401\/446\/293884104_3105752610001_mac1984.jpg?pubId=293884104\" style=\"width: 470px !important; height: 264px !important;\"><\/video><\/p>\n<p>I think the 2007 iPhone demo will look impressive even in thirty years.<\/p>\n",
            "summary": "Watch this video. I am almost as excited about the stuff they show as the audience",
            "date_published": "2014-01-29T21:44:35+05:00",
            "date_modified": "2014-01-29T21:44:28+05:00",
            "tags": [
                "Apple",
                "iPhone",
                "Mac",
                "video"
            ],
            "_date_published_rfc2822": "Wed, 29 Jan 2014 21:44:35 +0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "141",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": [],
                "og_images": []
            }
        },
        {
            "id": "138",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/ladibird\/",
            "title": "Ladibird",
            "content_html": "<p>About two years ago I wrote that <a href=\"http:\/\/ilyabirman.net\/meanwhile\/all\/dslr-dock\/\">DSLR cameras had to become iPhone docks<\/a>. Several month ago Sony has presented its <a href=\"http:\/\/www.youtube.com\/watch?v=HKGEEPIAPys\">lens cameras<\/a>, but it was not quite that. A now, this:<\/p>\n<figure class=\"e2-text-video\">\n  <iframe src=\"https:\/\/www.youtube.com\/embed\/-WLgQMbdt1s?enablejsapi=1\" allow=\"autoplay\" frameborder=\"0\" allowfullscreen><\/iframe>\n<\/figure>\n<p>Let me mount my Canon lenses onto this thing.<\/p>\n",
            "summary": "About two years ago I wrote that DSLR cameras had to become iPhone docks. Several month ago Sony has presented its lens cameras, but it was not quite that",
            "date_published": "2014-01-12T00:24:00+05:00",
            "date_modified": "2014-01-12T00:23:53+05:00",
            "tags": [
                "iPhone",
                "video"
            ],
            "_date_published_rfc2822": "Sun, 12 Jan 2014 00:24:00 +0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "138",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": [],
                "og_images": []
            }
        },
        {
            "id": "117",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/the-hope-for-a-beautiful-iphone\/",
            "title": "The hope for a beautiful iPhone",
            "content_html": "<p>When I first saw the leaked pictures of iPhone 4, I thought, no way, this cannot be true, it is ugly as hell. Why do all these sites even publish the pictures? <i>Clearly,<\/i> they are fake.<\/p>\n<p>Turned out, I was wrong: the pictures were real. Interestingly, when Apple announced it, Steve Jobs even had to vindicate the design explaining how the lines on the edges were actually part of an antenna, and so it was a brilliant design. I was disappointed.<\/p>\n<p>Turned out, I was wrong to be disappointed: when I saw the phone in an Apple store, it made a good impression. It looked much, much better in person than in any photos, including Apple’s own official ones.<\/p>\n<p>A couple of years later Apple has shown iPhone 5. To me it looked even uglier than the iPhone 4 on the pictures. But having learned my lesson I decided to not make any conclusions before I saw the device in person. I thought that it will look much better in real life.<\/p>\n<p>Turned out, I was wrong, again: the iPhone 5 is ugly, even in person. I’m still using my old, slow iPhone 4 and I don’t want to switch.<\/p>\n<p>Here is the iPhone 5:<\/p>\n<figure class=\"e2-text-picture\">\n  <img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/iphone5-ugly.jpg\" width=\"541\" height=\"637\" alt=\"\" \/>\n<\/figure>\n<p>The top is a pain to look at. The camera is positioned randomly in a stripe of plastic:<\/p>\n<figure class=\"e2-text-picture\">\n  <img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/iphone5-ugly-explained-1.jpg\" width=\"541\" height=\"180\" alt=\"\" \/>\n<\/figure>\n<p>It wants more air around it, it doesn’t want to be squeezed there like this.<\/p>\n<p>Also look how it’s misaligned relatively to the corner:<\/p>\n<figure class=\"e2-text-picture\">\n  <img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/iphone5-ugly-explained-2.jpg\" width=\"541\" height=\"180\" alt=\"\" \/>\n<\/figure>\n<p>And the way this stupid piece of plastic is touching the antenna band gaps on the sides?<\/p>\n<figure class=\"e2-text-picture\">\n  <img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/iphone5-ugly-explained-3.jpg\" width=\"541\" height=\"180\" alt=\"\" \/>\n<\/figure>\n<p>So sloppy.<\/p>\n<p>Compare with the design of the iPhone 4:<\/p>\n<figure class=\"e2-text-picture\">\n  <img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/iphone-4-beautiful.jpg\" width=\"255\" height=\"180\" alt=\"\" \/>\n<\/figure>\n<p>Everything is balanced, everything is where it should be.<\/p>\n<p>I was hoping that they would change the design for the next iPhone so I could finally have something to replace my old iPhone 4 with. But going by the latest rumors, the design will stay the same, so I am sad. By the way, the rumored “cheap” version (aka iPhone 5C) looks better:<\/p>\n<figure class=\"e2-text-picture\">\n  <img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/iphone-5c.jpg\" width=\"590\" height=\"330\" alt=\"\" \/>\n<\/figure>\n<p>Anyway after you’ve seen and held in hand the iPod touch (no-camera version) everything looks and feels wrong. I wonder, how many years should pass for us to see an iPhone that is well designed?<\/p>\n",
            "summary": "When I first saw the leaked pictures of iPhone 4, I thought, no way, this cannot be true, it is ugly as hell",
            "date_published": "2013-08-13T21:38:23+05:00",
            "date_modified": "2013-08-13T23:50:49+05:00",
            "tags": [
                "design",
                "iPhone",
                "rants"
            ],
            "image": "https:\/\/ilyabirman.net\/meanwhile\/pictures\/iphone5-ugly.jpg",
            "_date_published_rfc2822": "Tue, 13 Aug 2013 21:38:23 +0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "117",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": true,
                "links_required": [],
                "og_images": [
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/iphone5-ugly.jpg",
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/iphone5-ugly-explained-1.jpg",
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/iphone5-ugly-explained-2.jpg",
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/iphone5-ugly-explained-3.jpg",
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/iphone-4-beautiful.jpg",
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/iphone-5c.jpg"
                ]
            }
        },
        {
            "id": "90",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/the-home-button-problem-of-ios\/",
            "title": "The Home button problem of iOS",
            "content_html": "<p>When <a href=\"https:\/\/www.youtube.com\/watch?v=t4OEsI0Sc_s\">presenting the first iPhone<\/a>, Steve Jobs said that the Home button “takes you home from wherever you are”. The button was a genius invention of Apple designers.<\/p>\n<figure class=\"e2-text-picture\">\n  <img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/iphone-home.png\" width=\"200\" height=\"200\" alt=\"\" \/>\n<\/figure>\n<p>Unfortunately, in iOS 3.0 Apple has ruined it. Since then it takes you home from wherever you were — unless you are on the Home screen already, in which case it opens the Spotlight screen. Before that, the Home screen was the base of the user interface, it felt comfortable and stable, and the Home button got you there, no matter what. Now that the Home button switches you between Home and Spotlight, it no longer feels predictable and reliable.<\/p>\n<p>My iPhone 4 is more than two years old. It runs iOS 6 quite slowly and the Home button is not registering clicks sometimes. So when I press Home and nothing happens, I press it again. Now, there are three possible outcomes: nothing happens again (the button failed twice); the Home screen appears (the button failed only the first time, lucky me); the Spotlight screen appears (the button has worked both times, but the phone was being too slow to react on time). There’s also a contact bounce problem: sometimes a single click is registered as a double click, and the app switcher gets displayed. This is such a pain in the ass! As you may have guessed, when I want to make a real double click, the outcome is completely random.<\/p>\n<p>I want back the power and simplicity of Home button. I even suggest removing the double-click app switcher. First of all, there’s no reason for it to even exist. I can switch to any app by going to the Home screen and tapping its icon. But even if the switcher has to exist, let me go to it by dragging from the bottom, the way I open the Notification Center by dragging from top. Oh, and by the way, kill the freaking Notification Center. Well, this is a different story.<\/p>\n",
            "summary": "When presenting the first iPhone, Steve Jobs said that the Home button “takes you home from wherever you are”...",
            "date_published": "2013-04-28T22:37:47+05:00",
            "date_modified": "2013-04-29T02:24:05+05:00",
            "tags": [
                "Apple",
                "interface",
                "iPhone"
            ],
            "image": "https:\/\/ilyabirman.net\/meanwhile\/pictures\/iphone-home.png",
            "_date_published_rfc2822": "Sun, 28 Apr 2013 22:37:47 +0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "90",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": true,
                "links_required": [],
                "og_images": [
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/iphone-home.png"
                ]
            }
        },
        {
            "id": "82",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/splash-screens\/",
            "title": "Splash screens",
            "content_html": "<p>Splash screens are useless: they don’t solve any user’s problem, they shamelessly invade the user’s world, they draw additional attention to the fact that the user is waiting. There is no point in advertising your product to the person trying to actually use it.<\/p>\n<p>In mobile apps splash screens are particularly out of place: they occupy the whole screen and the user has nothing else to look at. The phone is being slow, and a nice picture (which I’m undoubtedly looking at) tells me whom to blame. Isn’t it a huge marketing success?<\/p>\n<p>iPhone’s standard app launch image is its screenshot. While the app is launching, the user has a couple of seconds to look at the interface and prepare for action. It appears that the app has launched instantly. According to iPhone’s Human Interface Guidelines all apps should behave like this, it’s even stated explicitly that you should not use splash screens. Unfortunately, this is the rule which Apple does not enforce, and so sometimes stupid apps with splash screens make it into the App Store.<\/p>\n<p>If you find yourself drawing a splash screen, better do something useful, e. g. meet the programmer and discuss the potential design changes to make startup time shorter.<\/p>\n",
            "summary": "Splash screens are useless: they don’t solve any user’s problem, they shamelessly invade the user’s world, they draw additional attention to the fact that the user is waiting...",
            "date_published": "2012-12-23T15:29:01+05:00",
            "date_modified": "2013-01-08T21:45:19+05:00",
            "tags": [
                "interface",
                "iPhone"
            ],
            "_date_published_rfc2822": "Sun, 23 Dec 2012 15:29:01 +0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "82",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": true,
                "links_required": [],
                "og_images": []
            }
        }
    ],
    "_e2_version": 4306,
    "_e2_ua_string": "Aegea 12.0a (v4306e)"
}