{
    "version": "https:\/\/jsonfeed.org\/version\/1.1",
    "title": "Ilya Birman’s Blog: posts tagged Apple",
    "_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\/apple\/",
    "feed_url": "https:\/\/ilyabirman.net\/meanwhile\/tags\/apple\/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": "383",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/apple-future-hope\/",
            "title": "Hoping for a brighter future at Apple",
            "content_html": "<p>The internet is celebrating the news that Alan Dye, Apple’s head of design, is leaving.<\/p>\n<p>Alan has been the face of Apple’s interface decline in recent years. There was a time when the core principles of good interface design were easiest to explain using Apple as the example. Now Apple mostly serves to show how <i>not<\/i> to do it. Dye ended up with enormous power despite minimal competence: he simply doesn’t understand what makes an interface good; he lacks the education and isn’t even aware of it. Looks and surface-level effects completely defeated depth and thoughtfulness, and things still work only thanks to the extraordinary foundation laid long ago. Dye neither understood nor respected that foundation.<\/p>\n<p>Steve Lemay is taking over. I hadn’t heard the name before, but he has been an interface designer at Apple since 1999, so there’s no doubt he actually understands what the job of an interface designer is. And judging by the reaction, the designers inside Apple can’t believe their luck and seem genuinely hopeful. Maybe he’s someone for whom “design is how it works” isn’t just nice-sounding words. And only a couple of weeks ago there was another rumor that this year Apple will focus on polishing and refinement rather than new features.<\/p>\n<p>I very much hope Apple is headed for a revival. Maybe window sizes will once again be chosen so that elements actually fit instead of triggering a three-pixel scroll bar. Maybe we’ll get back the wonderful world where elements and their labels aren’t pushed as far apart as possible. Maybe animations will once again work to explain spatial relationships or bringing joy, instead of being accidental artifacts of implementation.<\/p>\n<p>One more thing I hope for: Apple once led the world in making drag-and-drop a truly comfortable gesture. On Windows, it was basically unusable — if you dragged a file, nothing else worked until you finished. On the Mac, while “holding” a file with the mouse, you could scroll windows with the wheel to drop the file where you needed, and you could even hit space bar to activate an element under the cursor while the mouse button was already pressed. Today these things work only sometimes, in the places where Apple hasn’t yet broken them. Maybe Apple will suddenly remember the implications of Fitts’s law, and we’ll once again be able to drag files to the very edge of the screen to drop them into the Dock, instead of having to aim at the icon.<\/p>\n<p>When Steve Jobs introduced Quick Look about twenty years ago, he explained that PDF parsing was built deep into the system, so even complex PDFs opened instantly, like ordinary image files. Today on the Mac, not only PDFs — even a regular JPEG takes noticeable time to appear. Just open a folder full of JPEGs and press the down arrow key to move through them. On the old Mac, the JPEGs would flicker past your eyes as they changed. Today, the Mac waits until you release the key, and only then lazily draws the JPEG you stopped on.<\/p>\n<p>You simply have to not know how good things can be — how good they <i>were<\/i> — to believe that today’s Mac is good. The only reason to tolerate this misery is that everything else is even worse. If only that stopped being the only reason. Please.<\/p>\n",
            "summary": "The internet is celebrating the news that Alan Dye, Apple’s head of design, is leaving",
            "date_published": "2025-12-06T11:20:47+03:00",
            "date_modified": "2025-12-06T11:20:34+03:00",
            "tags": [
                "Apple",
                "design",
                "interface",
                "Mac"
            ],
            "_date_published_rfc2822": "Sat, 06 Dec 2025 11:20:47 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "383",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": true,
                "links_required": [],
                "og_images": []
            }
        },
        {
            "id": "381",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/type-to-search-finder-mixed\/",
            "title": "When you type to search in Finder, files and folders are mixed together",
            "content_html": "<p>In Norton Commander, as well as in Windows Explorer it’s always been the norm that folders go first, then files. On Mac, it used to be different: files and folders were always mixed together based on the selected sort order.<\/p>\n<p>A few years ago, Apple finally gave in and added a proper sorting option to Finder: folders now appear first, files below.<\/p>\n<p>In Norton Commander, as well as in Windows Explorer, and even in Finder, you’ve always been able to select a file in a list just by typing its name. I’m always surprised when people scroll through giant file lists looking with their eyes, instead of just typing a couple of letters.<\/p>\n<p>So imagine you open a folder in Finder, and in it you have:<br \/>\n<tt>images\/<\/tt><br \/>\n<tt>index.php<\/tt><\/p>\n<p>You press the “i” key. Obviously, the highlight should jump to the <tt>images\/<\/tt> folder. But in reality, it jumps to <tt>index.php<\/tt>. Because even though Finder visually sorts folders to the top, deep down it still believes that <tt>index.php<\/tt> comes before <tt>images<\/tt>.<\/p>\n<p>Vibe coding had not been invented then, but the implementation quality of Apple software was already at that same level.<\/p>\n",
            "summary": "In Norton Commander, as well as in Windows Explorer it’s always been the norm that folders go first, then files",
            "date_published": "2025-08-06T17:44:33+03:00",
            "date_modified": "2025-08-06T17:44:24+03:00",
            "tags": [
                "Apple",
                "bugs",
                "interface",
                "Mac"
            ],
            "_date_published_rfc2822": "Wed, 06 Aug 2025 17:44:33 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "381",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": [],
                "og_images": []
            }
        },
        {
            "id": "374",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/apple-watch-swimming-screen\/",
            "title": "Apple Watch swimming screen",
            "content_html": "<p>On the left is how Apple Watch displays a swim workout, on the right is how it could:<\/p>\n<div class=\"e2-text-picture\">\n<img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/apple-watch-swimming@2x.jpg\" width=\"353\" height=\"431\" alt=\"\" \/>\n<\/div>\n<p>And below is what you can see in both cases, if your goggles are fogged up (Photoshop simulation).<\/p>\n<p>Apple’s design is silly: what’s the point of using small type when you can use large type? But it’s especially silly that even if you enable enlarged fonts in the accessibility settings, it doesn’t apply to the workout screens anyway.<\/p>\n",
            "summary": "On the left is how Apple Watch displays a swim workout, on the right is how it could",
            "date_published": "2024-11-07T21:27:05+03:00",
            "date_modified": "2024-11-07T21:26:51+03:00",
            "tags": [
                "accessibility",
                "Apple",
                "design"
            ],
            "image": "https:\/\/ilyabirman.net\/meanwhile\/pictures\/apple-watch-swimming@2x.jpg",
            "_date_published_rfc2822": "Thu, 07 Nov 2024 21:27:05 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "374",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": true,
                "links_required": [],
                "og_images": [
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/apple-watch-swimming@2x.jpg"
                ]
            }
        },
        {
            "id": "354",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/vision-screens-extending\/",
            "title": "Extending screens through Apple Vision Pro",
            "content_html": "<p>At the introduction of Vision Pro, Apple showed that you could look at your watch or phone while wearing the headset, and everything would look fine. It was another demonstration that you’re not isolated from the rest of the world, and you can use all the familiar things as usual.<\/p>\n<div class=\"e2-text-picture\">\n<img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/vision-screens-extending.jpg\" width=\"1200\" height=\"800\" alt=\"\" \/>\n<\/div>\n<p>As for me, I thought it wasn’t cool enough. The familiar things can take on magical properties when you look through Vision Pro. For example, on iPhone or Apple Watch, things that required scrolling can fit in without scrolling.<\/p>\n",
            "summary": "At the introduction of Vision Pro, Apple showed that you could look at your watch or phone while wearing the headset, and everything would look fine",
            "date_published": "2023-06-14T09:07:09+03:00",
            "date_modified": "2023-06-14T09:06:51+03:00",
            "tags": [
                "Apple",
                "Apple Vision Pro",
                "Apple Watch"
            ],
            "image": "https:\/\/ilyabirman.net\/meanwhile\/pictures\/vision-screens-extending.jpg",
            "_date_published_rfc2822": "Wed, 14 Jun 2023 09:07:09 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "354",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": [],
                "og_images": [
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/vision-screens-extending.jpg"
                ]
            }
        },
        {
            "id": "352",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/typing-password-over-button\/",
            "title": "Typing your password over a button",
            "content_html": "<p>Apple came up with this interface behavior that would seem strange before.<\/p>\n<div class=\"e2-text-picture\">\n<img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/ventura-password-1@2x.png\" width=\"185\" height=\"206\" alt=\"\" \/>\n<\/div>\n<p>When biometric authentication is available, the password input field is hidden. But if something goes wrong, you can still enter your password. However, you can start typing the password even before pressing the “Use Password...” button — any input will take the window to the next state.<\/p>\n<div class=\"e2-text-picture\">\n<img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/ventura-password-2@2x.png\" width=\"185\" height=\"215\" alt=\"\" \/>\n<\/div>\n<p>Apparently, the password interface is hidden initially for the sake of beauty, and also not to give people the false impression that the password <i>must<\/i> be entered.<\/p>\n<p>The only annoying thing is that the two states of the window are of different heights, that is, when you start typing the password, the window gets bigger.<\/p>\n",
            "summary": "Apple came up with this interface behavior that would seem strange before",
            "date_published": "2023-04-15T13:26:26+03:00",
            "date_modified": "2023-04-15T13:26:23+03:00",
            "tags": [
                "Apple",
                "interface",
                "Mac"
            ],
            "image": "https:\/\/ilyabirman.net\/meanwhile\/pictures\/ventura-password-1@2x.png",
            "_date_published_rfc2822": "Sat, 15 Apr 2023 13:26:26 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "352",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": true,
                "links_required": [],
                "og_images": [
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/ventura-password-1@2x.png",
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/ventura-password-2@2x.png"
                ]
            }
        },
        {
            "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-15T19:10:19+03:00",
            "date_modified": "2021-01-15T19:10:16+03:00",
            "tags": [
                "Apple",
                "iPhone"
            ],
            "_date_published_rfc2822": "Fri, 15 Jan 2021 19:10:19 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "329",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": [],
                "og_images": []
            }
        },
        {
            "id": "314",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/ben-thompson-on-apple-versus-amazon\/",
            "title": "Ben Thompson on Apple versus Amazon",
            "content_html": "<p><a href=\"https:\/\/stratechery.com\/2018\/divine-discontent-disruptions-antidote\/\">Nice<\/a>:<\/p>\n<blockquote>\n<p>I mean it when I say these companies are the complete opposite: Apple sells products it makes; Amazon sells products made by anyone and everyone. Apple brags about focus; Amazon calls itself “The Everything Store”. Apple is a product company that struggles at services; Amazon is a services company that struggles at product. Apple has the highest margins and profits in the world; Amazon brags that other’s margin is their opportunity, and until recently, barely registered any profits at all. And, underlying all of this, Apple is an extreme example of a functional organization, and Amazon an extreme example of a divisional one.<\/p>\n<\/blockquote>\n",
            "summary": "Nice",
            "date_published": "2018-05-16T11:07:53+03:00",
            "date_modified": "2018-05-16T11:07:48+03:00",
            "tags": [
                "Apple",
                "quotes"
            ],
            "_date_published_rfc2822": "Wed, 16 May 2018 11:07:53 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "314",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": [],
                "og_images": []
            }
        },
        {
            "id": "297",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/macbook-pro-preserve-face\/",
            "title": "How Apple can preserve face while recovering from the MacBook Pro mistakes",
            "content_html": "<p>In <a href=\"https:\/\/marco.org\/2017\/11\/14\/best-laptop-ever\">The best laptop ever made<\/a>, Marco Arment outlines just how great the previous-generation MacBook Pros were. He does not say this directly, but obviously alludes to the multiple problems with the current MacBook Pros.<\/p>\n<p>Really, almost all changes in the new MacBook Pros made them worse: unreliable keyboard, no useful ports, no MagSafe, worse battery life under load. All this with no meaningful improvements to performance. And nobody seems to care about the Touch Bar.<\/p>\n<p>I don’t know whether Apple internally even think they’ve made a mistake with the 2016 design, but let’s pretend they do. If they just go back to the 2012 design next year, they will thus admit they’ve screwed up with the design. And that’s not what Apple usually does. But the 2012 design with the newer guts is what the market wants — at least until Apple comes up with a design that is actually better, and that takes time.<\/p>\n<p>So how can they both satisfy the market and preserve face?<\/p>\n<p>They still sell new 2012-design MacBook Pros. I think they will continue to do so, and will update those machines. Maybe they will rebrand them as “Classic” to contrast with the “Touch Bar” models, at least when they talk about them.<\/p>\n<p>So, in year 2018 we may see updates to both lines. The Classic MacBook Pros could get faster processors, better displays and a couple of USB-C ports. The Touch Bar MacBook Pros could get a reliable keyboard, and to make them look super-cool, maybe, Face ID, if that’s not too early.<\/p>\n<p>And by the year 2020 or so Apple will hopefully do another redesign, and we’ll see if it’s good enough to finally abandon the Classic line.<\/p>\n",
            "summary": "In The best laptop ever made, Marco Arment outlines just how great the previous-generation MacBook Pros were",
            "date_published": "2017-11-25T15:54:06+03:00",
            "date_modified": "2017-11-25T15:58:30+03:00",
            "tags": [
                "Apple",
                "Mac"
            ],
            "_date_published_rfc2822": "Sat, 25 Nov 2017 15:54:06 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "297",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": [],
                "og_images": []
            }
        },
        {
            "id": "283",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/apple-wwdc-date\/",
            "title": "Apple WWDC date",
            "content_html": "<p>Apple says:<\/p>\n<div class=\"e2-text-picture\">\n<img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/apple-wwdc-date@2x.png\" width=\"858\" height=\"539\" alt=\"\" \/>\n<\/div>\n<p>Why do they want me to decrypt the date? It’s OK to shorten the dates this way when writing by hand or when there is no space. But here, the word “June” should be written in full.<\/p>\n",
            "summary": "Apple says",
            "date_published": "2017-06-04T11:46:59+03:00",
            "date_modified": "2017-06-04T11:46:52+03:00",
            "tags": [
                "Apple",
                "being human"
            ],
            "image": "https:\/\/ilyabirman.net\/meanwhile\/pictures\/apple-wwdc-date@2x.png",
            "_date_published_rfc2822": "Sun, 04 Jun 2017 11:46:59 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "283",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": [],
                "og_images": [
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/apple-wwdc-date@2x.png"
                ]
            }
        },
        {
            "id": "233",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/how-to-not-destroy-apple-cables\/",
            "title": "How to not destroy Apple cables",
            "content_html": "<p>Apple cables suck. If you aren’t particularly careful with them, they get destroyed quickly. But I haven’t destroyed a single one in my life.<\/p>\n<div class=\"e2-text-picture\">\n<img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/apple-cord-IMG_6203.jpg\" width=\"1200\" height=\"800\" alt=\"How to not destroy Apple cables\" \/>\n<\/div>\n<p>Most people take the power adapter and tightly wrap the cable around it, thus significantly bending it at its weakest point. Instead, let it go freely straight from the brick for an inch, then wrap around. The same goes for lightning and earphones cables.<\/p>\n<p>Still, Apple cables suck.<\/p>\n",
            "summary": "Apple cables suck. If you aren’t particularly careful with them, they get destroyed quickly. But I haven’t destroyed a single one in my life",
            "date_published": "2016-09-28T00:04:36+03:00",
            "date_modified": "2016-09-28T00:04:31+03:00",
            "tags": [
                "Apple",
                "lifehack",
                "photo"
            ],
            "image": "https:\/\/ilyabirman.net\/meanwhile\/pictures\/apple-cord-IMG_6203.jpg",
            "_date_published_rfc2822": "Wed, 28 Sep 2016 00:04:36 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "233",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": true,
                "links_required": [],
                "og_images": [
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/apple-cord-IMG_6203.jpg"
                ]
            }
        },
        {
            "id": "212",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/jony-ive-on-blunt-criticism\/",
            "title": "Jony Ive on blunt criticism",
            "content_html": "<p>I am listening <a href=\"http:\/\/www.audible.com\/pd\/Bios-Memoirs\/Becoming-Steve-Jobs-Audiobook\/B00R8HJRZM\/ref=a_search_c4_1_1_srTtl?qid=1440002013&sr=1-1\">to an audiobook on Steve Jobs<\/a>. A quote about blunt criticism:<\/p>\n<blockquote>\n<p>That’s why “That’s shit!” was as common response from Steve as a pointed question or a thoughtful discussion. He wanted smart answers and he didn’t want to waste time on niceties when it was simpler to be clear, no matter how critical his response.<\/p>\n<p>“The reason you sugarcoat things is that you don’t want anyone to think you are an asshole. So, that’s vanity”, explains Jony Ive […] “As a design chief, I was on a receiving end of Steve’s blunt criticisms as much as anyone”. Whenever he felt abused he would tell himself that someone who sugarcoats his true opinions might not really even be all that concerned about the other person’s feelings, he just doesn’t want to appear to be a jerk. But if he really cared about the work, he would be less vain and would talk directly about the work.<\/p>\n<p>That’s the way Steve was. That’s why he’d say “That’s shit!”, but then the next day or the next after he also would just as likely come back saying, “Jony, I’ve been thinking a lot about what you’ve showed me, and I think it’s very interesting after all. Let’s talk about it some more”.<\/p>\n<p>Steve put it this way: “You hire people who are better than you are at certain things and then make sure they know that they need to tell you when you’re wrong”.<\/p>\n<\/blockquote>\n",
            "summary": "I am listening to an audiobook on Steve Jobs. A quote about blunt criticism",
            "date_published": "2015-08-19T20:01:44+03:00",
            "date_modified": "2015-08-19T20:01:16+03:00",
            "tags": [
                "Apple",
                "books",
                "quotes"
            ],
            "_date_published_rfc2822": "Wed, 19 Aug 2015 20:01:44 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "212",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": [],
                "og_images": []
            }
        },
        {
            "id": "191",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/ui-performance-comparison-tiger-vs-yosemite\/",
            "title": "UI performance comparison: Tiger vs. Yosemite",
            "content_html": "<p>True:<\/p>\n<div class=\"e2-text-video\">\n<iframe src=\"https:\/\/player.vimeo.com\/video\/115309653\" allow=\"autoplay\" frameborder=\"0\" allowfullscreen><\/iframe>\n<\/div>\n<p>I don’t care whether it is a “if Steve Jobs was alive” thing or not, but Apple’s software quality is definitely getting worse.<\/p>\n",
            "summary": "True",
            "date_published": "2014-12-26T15:53:20+03:00",
            "date_modified": "2014-12-26T15:52:36+03:00",
            "tags": [
                "Apple",
                "interface"
            ],
            "image": "https:\/\/ilyabirman.net\/meanwhile\/pictures\/remote\/vimeo-115309653-cover.jpg",
            "_date_published_rfc2822": "Fri, 26 Dec 2014 15:53:20 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "191",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": [],
                "og_images": [
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/remote\/vimeo-115309653-cover.jpg"
                ]
            }
        },
        {
            "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<div class=\"e2-text-picture\">\n<img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/iphone-lineup-2014.png\" width=\"920\" height=\"585\" alt=\"\" \/>\n<\/div>\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-10T12:43:20+03:00",
            "date_modified": "2014-11-11T16:34:18+03:00",
            "tags": [
                "Apple",
                "iPhone"
            ],
            "image": "https:\/\/ilyabirman.net\/meanwhile\/pictures\/iphone-lineup-2014.png",
            "_date_published_rfc2822": "Mon, 10 Nov 2014 12:43:20 +0300",
            "_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": "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<div 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<\/div>\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-20T13:15:34+03:00",
            "date_modified": "2014-09-20T13:15:32+03:00",
            "tags": [
                "Apple",
                "Apple Watch",
                "iPhone"
            ],
            "image": "https:\/\/ilyabirman.net\/meanwhile\/pictures\/apple-pay.png",
            "_date_published_rfc2822": "Sat, 20 Sep 2014 13:15:34 +0300",
            "_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": "148",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/what-makes-macbook-air-look-ancient\/",
            "title": "What makes Macbook Air look ancient",
            "content_html": "<p>Here is a picture of a MacBook Air <a href=\"http:\/\/www.apple.com\/macbook-air\/\">from the Apple’s website<\/a>:<\/p>\n<div class=\"e2-text-picture\">\n<img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/macbookair_1.jpg\" width=\"768\" height=\"448\" alt=\"\" \/>\n<\/div>\n<p>If there is anything that makes this machine look ancient, it is the screen bezel. I don’t know how much thinner it can be with the current state of technology, but it really needs to get thinner. Hopefully, Apple does that with their rumored update.<\/p>\n",
            "summary": "Here is a picture of a MacBook Air from the Apple’s website",
            "date_published": "2014-03-26T16:34:17+03:00",
            "date_modified": "2014-03-26T16:34:12+03:00",
            "tags": [
                "Apple"
            ],
            "image": "https:\/\/ilyabirman.net\/meanwhile\/pictures\/macbookair_1.jpg",
            "_date_published_rfc2822": "Wed, 26 Mar 2014 16:34:17 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "148",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": [],
                "og_images": [
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/macbookair_1.jpg"
                ]
            }
        },
        {
            "id": "142",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/on-jordan-prices-experience-working-at-apple\/",
            "title": "On Jordan Price’s experience working at Apple",
            "content_html": "<p>Jordan Price in <a href=\"https:\/\/medium.com\/apple-daily\/f5f8c807d868\">I wanted to work at Apple really bad, and now not so much<\/a>:<\/p>\n<blockquote>\n<p>Then at lunch time I wiped the iPad data clean, put the files I had been working on neatly on the server, left all their belongings on my desk, and I got in my car and drove home. I left a message for my boss and told him he’s the worst boss I had ever encountered in my entire professional career...<\/p>\n<\/blockquote>\n<p>Ok, so what you are saying is that all the time you have been working at Apple you have not tried to solve the problems you had, prefering to ignore them instead. And when it got unbearable, you just left, betraying your employer and your recruiter.<\/p>\n<p>And then you are saying that you are looking for a new job. Oops.<\/p>\n",
            "summary": "Jordan Price in I wanted to work at Apple really bad, and now not so much",
            "date_published": "2014-02-13T17:47:31+03:00",
            "date_modified": "2014-02-13T17:47:28+03:00",
            "tags": [
                "Apple",
                "life",
                "quotes"
            ],
            "_date_published_rfc2822": "Thu, 13 Feb 2014 17:47:31 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "142",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": [],
                "og_images": []
            }
        },
        {
            "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<!-- http:\/\/www.loopinsight.com\/2014\/01\/26\/just-unearthed-steve-jobs-first-public-demo-of-mac\/ --><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-29T19:44:35+03:00",
            "date_modified": "2014-01-29T19:44:28+03:00",
            "tags": [
                "Apple",
                "iPhone",
                "Mac",
                "video"
            ],
            "_date_published_rfc2822": "Wed, 29 Jan 2014 19:44:35 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "141",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": [],
                "og_images": []
            }
        },
        {
            "id": "127",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/apple-please-do-not-make-a-4k-display\/",
            "title": "Apple, please do not make a 4K display",
            "content_html": "<p>In several hours Apple will unveil its new products, which are believed to be the new iPads, MacBooks and the new Mac Pro.<\/p>\n<p>Some people have speculated that along with the new Mac Pro Apple will release a new 4K display. Or at least expressed an opinion that such a move would be welcome. Particularly, Marco Arment has said <a href=\"http:\/\/www.muleradio.net\/thetalkshow\/57\/\">in the latest Talk Show<\/a>, that he would buy one (or even two) immediately.<\/p>\n<p>A new, better desktop display is what I want either, but 4K is not an answer to that at all.<\/p>\n<p>I am currently using the Apple’s 30-inch Cinema Display from 2004 running at 2560×1600 resolution. Unfortunately, noone, including Apple, has since released a better display for me. Apple’s own newer displays, i.e. a 27-inch Thunderbolt display or a 27-inch iMac display, run just 2560×1440. And not only the resolution is lower, these displays are also glossy, whereas I prefer a mirror to be a separate device. If Apple announces a 4K display later today, I don’t see how it can be better than the 2004 one I already have.<\/p>\n<p>There are <a href=\"http:\/\/en.wikipedia.org\/wiki\/4K_resolution\">different definitions<\/a> as to what 4K resolution means. Let’s say Apple picks a 4096-pixels-wide option. So for a 16:10 display, the resolution would be 4096×2560. Now there are three options as to how to use these pixels.<\/p>\n<p>The standard “retina” pixel-doubling approach will result in an effective 2048×1280 resolution. So I will end up with <i>36% less<\/i> real estate than I have now. Also, on a 30-inch display such 2×2 “pixels” will be gigantic and all non-retina stuff will look ugly (and I don’t want to “upgrade” to a smaller display). So this does not work at all. Another option would be to use scaling (as available on the retina MacBook Pros). While scaling definitely looks OK on retina, I want to enjoy razor-sharp pixels on my new display, not some blurry crap (even if it is not that blurry). And the last option would be to use the actual 4096×2560 as is. With Mac’s very poor ability to scale UI fonts, I don’t think I will be able to see anything in such a mode. I doubt this option will even be available without some sort of a hack.<\/p>\n<p>As you see, there’s no way a 4K display can be any better than the good old 2004 Cinema Display. So I hope Apple will not use 4K and will go straight to “5K” with a 5120×3200 30-inch matte Retina Cinema Display. Please?<\/p>\n",
            "summary": "In several hours Apple will unveil its new products, which are believed to be the new iPads, MacBooks and the new Mac Pro",
            "date_published": "2013-10-22T14:45:42+03:00",
            "date_modified": "2013-10-22T14:58:52+03:00",
            "tags": [
                "Apple"
            ],
            "_date_published_rfc2822": "Tue, 22 Oct 2013 14:45:42 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "127",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": true,
                "links_required": [],
                "og_images": []
            }
        },
        {
            "id": "116",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/print-every-day\/",
            "title": "Wait, you mean they print this every day?",
            "content_html": "<p>John Gruber <a href=\"http:\/\/www.muleradio.net\/thetalkshow\/50\/\">telling a story<\/a> about two young women and a newspaper on a counter in Starbucks:<\/p>\n<blockquote>\n<p>I’m gonna just say there are twentyish. And they had a New York Times on the counter in front of them. And one young woman was explaining to the other — and I know it sounds comical, and I don’t think she was stupid, but I think she grew up on the Internet. I wouldn’t be surprised if she was in fact a college student, I don’t think she was living in a cave or something.<\/p>\n<p>But the one really had no idea what a newspaper was, and she said to the other one:  “Wait, you mean they print this every day?”<\/p>\n<p>And the other one says: “Yes, exactly”.<\/p>\n<p>And the other one goes: <i>“Why would they do that?”<\/i><\/p>\n<p>And she was clearly impressed.<\/p>\n<\/blockquote>\n<p>I am also twentyish (okay, I’m 28) and I am also impressed. I find it amazing that people still print stuff. I have no reasonable explanation as to why would anyone buy a newspaper, unless they are a designer liking the layout. I was profoundly surprised by Apple’s announcement of Airprint a couple of years ago: it felt like I was taken back to the 1990s — by Apple, that is. Printing, Apple, are you serious? Come on.<\/p>\n<p>Apparently, printing is still a thing.<\/p>\n<p>Anyway, I was thinking lately: what will look really weird when one watches a today’s movie five or ten years from now? A criminal taking a SIM card out of a phone and throwing it away probably will. <a href=\"http:\/\/ilyabirman.net\/meanwhile\/all\/sim-cards-must-die\/\">What is that thing<\/a>, right? Or taking an SD card out of a camera to secure the pictures. Why, aren’t the pictures online already?<\/p>\n<p>Fast forward some more years, and we’ll hear questions like, why does he need to hold this thing next to his ear to talk to someone? Why is she holding this thing in front of her saying “cheese” to her children? Why is he holding that round thing in his hands when riding a car? Why does she look so old if she is just 80 years old?<\/p>\n<p>The future is awesome.<\/p>\n",
            "summary": "John Gruber telling a story about two young women and a newspaper on a counter in Starbucks",
            "date_published": "2013-08-08T23:35:27+03:00",
            "date_modified": "2013-08-08T23:38:02+03:00",
            "tags": [
                "Apple",
                "future",
                "life"
            ],
            "_date_published_rfc2822": "Thu, 08 Aug 2013 23:35:27 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "116",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": true,
                "links_required": [],
                "og_images": []
            }
        },
        {
            "id": "104",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/ios7-clarity\/",
            "title": "iOS 7, flat transparent toolbars and clarity",
            "content_html": "<p>Let’s talk about iOS 7 — it clearly has not been covered enough lately.<\/p>\n<p>The new flat transparent toolbars have a curious quality: they <i>create<\/i> a problem which Apple specifically says they are made to <i>solve<\/i>.<\/p>\n<p>Apple says nothing should distract you from your content. The user interface should not get in the way. In iOS 6, the website you are looking at or an email you are reading are squeezed between the heavy and overly decorated toolbars. They dominate the view, says Apple.<\/p>\n<p>So in iOS 7 they make the content and the chrome indistinguishable. Before, though the chrome was indeed heavy, I was able to filter it out, because it was so different than the content. But now everything looks the same. It is so much harder to focus on my content.<\/p>\n<p>The new user interface gets in the way.<\/p>\n",
            "summary": "Let’s talk about iOS 7 — it clearly has not been covered enough lately",
            "date_published": "2013-06-23T22:13:22+03:00",
            "date_modified": "2013-09-15T19:16:54+03:00",
            "tags": [
                "Apple",
                "design",
                "interface",
                "iOS 7"
            ],
            "_date_published_rfc2822": "Sun, 23 Jun 2013 22:13:22 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "104",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": true,
                "links_required": [],
                "og_images": []
            }
        }
    ],
    "_e2_version": 4269,
    "_e2_ua_string": "Aegea 12.0a (v4269e)"
}