{
    "version": "https:\/\/jsonfeed.org\/version\/1.1",
    "title": "Ilya Birman’s Blog: posts tagged Mac",
    "_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\/mac\/",
    "feed_url": "https:\/\/ilyabirman.net\/meanwhile\/tags\/mac\/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": "376",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/noise-cancellation-mutes-keyboard-clicks\/",
            "title": "Noise cancellation on a Mac mutes keyboard clicks",
            "content_html": "<p>The Mac’s built-in noise cancellation suppresses keyboard clicks. It makes perfect sense, but there’s an annoying side effect. When you’re taking notes during a client call, it looks like you’re just reacting slowly or constantly zoning out. It’s hard to convince anyone you’re actually typing because they can’t hear a thing!<\/p>\n",
            "summary": "The Mac’s built-in noise cancellation suppresses keyboard clicks. It makes perfect sense, but there’s an annoying side effect",
            "date_published": "2025-04-03T23:59:33+03:00",
            "date_modified": "2025-04-03T23:59:31+03:00",
            "tags": [
                "Mac",
                "observations"
            ],
            "_date_published_rfc2822": "Thu, 03 Apr 2025 23:59:33 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "376",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": [],
                "og_images": []
            }
        },
        {
            "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": "345",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/timezones-and-calendar\/",
            "title": "Using timezones in Calendar in remote teams",
            "content_html": "<p>Those who have remote colleagues and clients sometimes struggle with timezones and don’t know how to use Calendar.<\/p>\n<p>Here’s what you do. Turn on timezone support if it is off for some reason:<\/p>\n<div class=\"e2-text-picture\">\n<img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/timezones-1@2x.jpg\" width=\"640\" height=\"441\" alt=\"\" \/>\n<\/div>\n<p>When you add a meeting, specify its timezone (unless it’s the one you are in):<\/p>\n<div class=\"e2-text-picture\">\n<img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/timezones-2@2x.jpg\" width=\"502\" height=\"368\" alt=\"\" \/>\n<\/div>\n<p>In the toolbar, select which timezone to display your calendar in and create events by default:<\/p>\n<div class=\"e2-text-picture\">\n<img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/timezones-3@2x.jpg\" width=\"410\" height=\"190\" alt=\"\" \/>\n<\/div>\n<p>To be honest, I have no idea how come this “timezone support” is an option and what happens when it’s off.<\/p>\n",
            "summary": "Those who have remote colleagues and clients sometimes struggle with timezones and don’t know how to use Calendar",
            "date_published": "2022-11-08T19:35:20+03:00",
            "date_modified": "2022-11-08T19:35:10+03:00",
            "tags": [
                "Mac",
                "screenshots",
                "solution"
            ],
            "image": "https:\/\/ilyabirman.net\/meanwhile\/pictures\/timezones-1@2x.jpg",
            "_date_published_rfc2822": "Tue, 08 Nov 2022 19:35:20 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "345",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": true,
                "links_required": [],
                "og_images": [
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/timezones-1@2x.jpg",
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/timezones-2@2x.jpg",
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/timezones-3@2x.jpg"
                ]
            }
        },
        {
            "id": "343",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/resizing-mac-windows\/",
            "title": "Resizing Mac Windows",
            "content_html": "<p>If you start dragging a window’s border, the window will start to resize horizontally or vertically in that direction. And with the Option key pressed, it will resize symmetrically in the opposite direction as well (like in Photoshop, yes).<\/p>\n<p>If you start dragging a window’s corner, the window will start to resize both horizontally and vertically in that direction. And with the Option key pressed, it will resize symmetrically in all directions.<\/p>\n<p>If you double click a window’s border, the window will grow from that side to the edge of the screen. If you double click a window’s corner, the window will grow to the corresponding corner of the screen.<\/p>\n<p>Therefore, to make a window cover the whole screen (but not go into the dumb full-screen mode), just alt-doubleclick any of the window’s corners.<\/p>\n<p>See also:<\/p>\n<ul>\n  <li><a href=\"https:\/\/ilyabirman.net\/meanwhile\/all\/move-windows-by-dragging-borders\/\">Moving OS X Lion windows by dragging the borders<\/a><\/li>\n<\/ul>\n",
            "summary": "If you start dragging a window’s border, the window will start to resize horizontally or vertically in that direction",
            "date_published": "2022-10-27T17:18:21+03:00",
            "date_modified": "2022-10-27T17:18:30+03:00",
            "tags": [
                "interface",
                "Mac"
            ],
            "_date_published_rfc2822": "Thu, 27 Oct 2022 17:18:21 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "343",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": true,
                "links_required": [],
                "og_images": []
            }
        },
        {
            "id": "324",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/mac-anchored-selection-undo\/",
            "title": "Selection anchoring and undo on a Mac",
            "content_html": "<p>A text selection not only has a beginning and an end, but also <i>an anchor<\/i>. It is whether I started selecting from the beginning or from the end. It’s not displayed anywhere, but the operating system sets it and accounts for it.<\/p>\n<p>If you select a text from left to right, the selection will be anchored on the left. When you use Shift+arrows, the end of the selection will be adjusted, while the beginning will stay intact. Conversely, if you select a text from right to left, the selection will be anchored on the right and Shift+arrows will adjust the beginning of the selection. This works even if the initial selection is made with a mouse, try it yourself.<\/p>\n<p>In older Mac OS versions this was not implemented well in lists. In Finder, for example, when you clicked a file and then Shift-clicked another one that was above in the list, Shift+arrows would still adjust the bottom end of the selected range, not the top one. That was irritating. At some point Apple fixed it and Finder selections began to work correctly. In text selection, it worked right all the time that I remember.<\/p>\n<p>But even in text, there is still a bug in Mac OS: when Undo restores a selection, it will reset its anchor to left.<br \/>\nAt least in Mojave. Select some text from right to left, then try adjusting it with Shift-arrows—everything will work fine, the beginning of the selection will be changed. Then delete the text and put it back with ⌘Z. Now, Shift-arrows will adjust the end of the selection. Why, Apple?<\/p>\n<p>It’s commonplace to praise Apple for their attention to detail. But there is actually a lot of such user interface sloppiness on their part, and always have been. In never occurred to me that there was such thing as a selection anchor when I used Windows, because in Windows, it always worked flawlessly.<\/p>\n",
            "summary": "A text selection not only has a beginning and an end, but also an anchor. It is whether I started selecting from the beginning or from the end",
            "date_published": "2020-03-02T17:20:45+03:00",
            "date_modified": "2020-03-02T17:20:32+03:00",
            "tags": [
                "interface",
                "Mac"
            ],
            "_date_published_rfc2822": "Mon, 02 Mar 2020 17:20:45 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "324",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": true,
                "links_required": [],
                "og_images": []
            }
        },
        {
            "id": "304",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/notes-stop-syncing\/",
            "title": "If Apple Notes stop syncing",
            "content_html": "<p>Has it ever happened to you that Apple’s Notes just stopped syncing reliably via iCloud?<\/p>\n<p>For me it happens like this: the Mac stops uploading local changes to some notes to iCloud, so I don’t see them on my phone. I know that the problem is really in uploading from the Mac because the web version of iCloud continues to sync normally with my iPhone. Also, the new notes that I create on the phone, appear on my Mac.<\/p>\n<p>You may have found several fix suggestions online, most futile. Signing off iCloud and then signing back on helps, but this way you lose all the local changes that haven’t been uploaded to iCloud.<\/p>\n<p>What I’ve found to be a working and safe solution is to select the “All iCloud” folder in Notes, then sort notes by date changed, then move all the notes that hadn’t been uploaded to iCloud to the “On My Mac” account (you must enable it in Preferences) and then move them back to the iCloud account.<\/p>\n",
            "summary": "Has it ever happened to you that Apple’s Notes just stopped syncing reliably via iCloud?",
            "date_published": "2017-12-28T00:45:20+03:00",
            "date_modified": "2018-03-21T09:48:33+03:00",
            "tags": [
                "Mac",
                "solution"
            ],
            "_date_published_rfc2822": "Thu, 28 Dec 2017 00:45:20 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "304",
            "_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": "260",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/make-lower-case\/",
            "title": "Make text lower case",
            "content_html": "<p>Sometimes you paste a text from somewhere, and it’s all upper case, and you want to make it normal case. Few people know that changing text case is a built-in feature of every text field on a Mac, like cut, copy and paste.<\/p>\n<p>Edit → Transformations → Make Lower Case:<\/p>\n<div class=\"e2-text-picture\">\n<img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/make-lower-case@2x.jpg\" width=\"690\" height=\"396\" alt=\"Make text lower case\" \/>\n<\/div>\n<p>See also: <a href=\"http:\/\/ilyabirman.net\/meanwhile\/all\/convert-to-plain-text\/\">Quickly convert any text to plain text<\/a>.<\/p>\n",
            "summary": "Sometimes you paste a text from somewhere, and it’s all upper case, and you want to make it normal case",
            "date_published": "2017-03-18T04:24:50+03:00",
            "date_modified": "2017-03-18T04:24:33+03:00",
            "tags": [
                "lifehack",
                "Mac"
            ],
            "image": "https:\/\/ilyabirman.net\/meanwhile\/pictures\/make-lower-case@2x.jpg",
            "_date_published_rfc2822": "Sat, 18 Mar 2017 04:24:50 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "260",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": true,
                "links_required": [],
                "og_images": [
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/make-lower-case@2x.jpg"
                ]
            }
        },
        {
            "id": "255",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/how-to-un-hang-a-hung-app-on-a-mac\/",
            "title": "How to un-hang a hung app on a Mac",
            "content_html": "<p>In some cases an app on your Mac would hang: the mouse cursor would turn into a spinning beach ball, and the app would ignore all clicks and key presses. If this doesn’t cure itself in a couple of seconds, there’s not much you can do other than to force quit the app and re-launch it.<\/p>\n<p>Except that sometimes you can. Open Activity Monitor and select the hung app in the list. It’s shown in red as “not responding”. Then click the gear icon and select “Sample Process”:<\/p>\n<div class=\"e2-text-picture\">\n<img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/un-hang@2x.jpg\" width=\"370\" height=\"180\" alt=\"How to un-hang a hung app on a Mac\" \/>\n<\/div>\n<p>If you are lucky, the app would just magically un-hang!<\/p>\n<p>I have no idea what this feature is for, and it doesn’t always work. But if the app’s data is very valuable to you, you don’t just want to give up and force quit it. So you can try this. I’ve saved a couple of Photoshop files this way.<\/p>\n",
            "summary": "In some cases an app on your Mac would hang: the mouse cursor would turn into a spinning beach ball, and the app would ignore all clicks and key presses...",
            "date_published": "2017-03-09T20:45:48+03:00",
            "date_modified": "2017-03-09T20:45:27+03:00",
            "tags": [
                "lifehack",
                "Mac",
                "software"
            ],
            "image": "https:\/\/ilyabirman.net\/meanwhile\/pictures\/un-hang@2x.jpg",
            "_date_published_rfc2822": "Thu, 09 Mar 2017 20:45:48 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "255",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": [],
                "og_images": [
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/un-hang@2x.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<div class=\"e2-text-picture\">\n<img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/reminders@2x.jpg\" width=\"414\" height=\"736\" alt=\"Reminders app\" \/>\n<\/div>\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-27T20:55:22+03:00",
            "date_modified": "2016-12-27T20:55:15+03:00",
            "tags": [
                "bugs",
                "iPhone",
                "Mac",
                "software"
            ],
            "image": "https:\/\/ilyabirman.net\/meanwhile\/pictures\/reminders@2x.jpg",
            "_date_published_rfc2822": "Tue, 27 Dec 2016 20:55:22 +0300",
            "_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": "231",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/finder-folders-first\/",
            "title": "Folders first in Finder",
            "content_html": "<p>Wow! Finder in Sierra has <i>finally<\/i> learnt to put folders on top:<\/p>\n<div class=\"e2-text-picture\">\n<img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/folders-first-sierra.png\" width=\"467\" height=\"416\" alt=\"Folders first in Finder\" \/>\n<\/div>\n",
            "summary": "Wow! Finder in Sierra has finally learnt to put folders on top",
            "date_published": "2016-09-04T13:18:36+03:00",
            "date_modified": "2016-09-04T13:18:30+03:00",
            "tags": [
                "Mac"
            ],
            "image": "https:\/\/ilyabirman.net\/meanwhile\/pictures\/folders-first-sierra.png",
            "_date_published_rfc2822": "Sun, 04 Sep 2016 13:18:36 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "231",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": [],
                "og_images": [
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/folders-first-sierra.png"
                ]
            }
        },
        {
            "id": "164",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/spacing-separates-lines-join\/",
            "title": "Spacing separates, lines join",
            "content_html": "<p>People often draw lines to separate things. They should, instead, move the things apart.<\/p>\n<p>Here is the Mac menu bar:<\/p>\n<div class=\"e2-text-picture\">\n<img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/mac-menu-normal.png\" width=\"564\" height=\"38\" alt=\"\" \/>\n<\/div>\n<p>If you “separate” the items with lines, the effect will be the opposite:<\/p>\n<div class=\"e2-text-picture\">\n<img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/mac-menu-divided.png\" width=\"564\" height=\"38\" alt=\"\" \/>\n<\/div>\n",
            "summary": "People often draw lines to separate things. They should, instead, move the things apart",
            "date_published": "2014-06-13T12:11:42+03:00",
            "date_modified": "2014-06-13T11:09:17+03:00",
            "tags": [
                "design",
                "interface",
                "Mac"
            ],
            "image": "https:\/\/ilyabirman.net\/meanwhile\/pictures\/mac-menu-normal.png",
            "_date_published_rfc2822": "Fri, 13 Jun 2014 12:11:42 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "164",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": true,
                "links_required": [],
                "og_images": [
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/mac-menu-normal.png",
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/mac-menu-divided.png"
                ]
            }
        },
        {
            "id": "161",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/compose-new-message\/",
            "title": "The stupid “Compose New Message” Mail.app menu item",
            "content_html": "<p>Let’s say you’ve right-clicked the Mail.app’s dock icon and want to write a new mail:<\/p>\n<div class=\"e2-text-picture\">\n<img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/compose-new-message.png\" width=\"239\" height=\"245\" alt=\"\" \/>\n<\/div>\n<p>Why, why is the menu item called “Compose New Message”? Why does it say “Compose”? No sane person would ever say: “Honey, I need to <i>compose<\/i> a message”.<\/p>\n<p>In <i>every other app on Earth<\/i> there is no verb before “New”. Just “New Window” in Safari. Just “New Event” in Calendar. Heck, in iMessage it is just “New Message”. Who does Apple make me spend several seconds trying to find the line I need in Mail.app? This is one of those things you cannot get used to.<\/p>\n",
            "summary": "Let’s say you’ve right-clicked the Mail.app’s dock icon and want to write a new mail",
            "date_published": "2014-05-26T23:25:48+03:00",
            "date_modified": "2014-05-26T23:26:38+03:00",
            "tags": [
                "interface",
                "Mac",
                "rants",
                "text"
            ],
            "image": "https:\/\/ilyabirman.net\/meanwhile\/pictures\/compose-new-message.png",
            "_date_published_rfc2822": "Mon, 26 May 2014 23:25:48 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "161",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": [],
                "og_images": [
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/compose-new-message.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<!-- 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": "80",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/fix-sudo-on-a-mac\/",
            "title": "Fix sudo on a Mac",
            "content_html": "<p>Sometimes the <i>sudo<\/i> command stops working for reasons beyond human understanding. When you try to sudo anything, it says: “no valid sudoers sources found”.<\/p>\n<p>It happened to me twice. The first time it happened to a MacBook. I tried to make some changes to the sudoers file, but it didn’t help, and I gave up. After adding an SSD drive to my Mac Pro and moving the system to it, it happened again. Mac Pro is my main working machine, so I <i>had<\/i> to fix it this time.<\/p>\n<p>Turned out the problem was with the permissions on the root directory. Presumably I’ve somehow broken them while moving my system.<\/p>\n<p>I found a working solution <a href=\"http:\/\/forums.macrumors.com\/showthread.php?t=447812\">on MacRumors forum<\/a>. Here’s what you do:<\/p>\n<ol start=\"1\">\n  <li>Restart your Mac is a single-user mode (press and hold ⌘+S during boot until you see command prompt).<\/li>\n  <li><tt>\/sbin\/fsck -fy<\/tt><br \/>\n  check the filesystem integrity (not sure it’s necessary, but I did it anyway).<\/li>\n  <li><tt>\/sbin\/mount -wu \/<\/tt><br \/>\n  mount the root filesystem.<\/li>\n  <li><tt>\/bin\/chmod 1775 \/<\/tt><br \/>\n  fix the permissions.<\/li>\n  <li><tt>\/bin\/sync<\/tt><br \/>\n  commit the changes to filesystem.<\/li>\n  <li><tt>exit<\/tt><\/li>\n<\/ol>\n<p>After booting to the normal Mac environment, you may also need to repair permissions with the Disk Utility.<\/p>\n",
            "summary": "Sometimes the sudo command stops working for reasons beyond human understanding. When you try to sudo anything, it says",
            "date_published": "2012-11-06T13:52:13+03:00",
            "date_modified": "2012-11-06T13:50:11+03:00",
            "tags": [
                "Mac",
                "solution"
            ],
            "_date_published_rfc2822": "Tue, 06 Nov 2012 13:52:13 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "80",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": true,
                "links_required": [],
                "og_images": []
            }
        },
        {
            "id": "69",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/some-details-in-mountain-lion\/",
            "title": "Some details in Mountain Lion",
            "content_html": "<ol start=\"1\">\n  <li>Launchpad no longer displays all the Adobe’s crap “apps” (the likes of “Uninstall Adobe Flash Extension Manager Help Center Updater”). Somehow it learned to distinguish between real apps and this useless stuff.<\/li>\n  <li>Apple for some reason decided that Launchpad should have not eight, but seven icons in a row, which broke all my logical page arrangements. Oh well. Had to reorganize it. I hope in ML it will at least remember the positions well and don’t shuffle them unexpectedly. By the way, search in Launchpad is great.<\/li>\n  <li>When you delete a file in Finder, it no longer moves selection to parent directory. Huge win (via Aleksander Karpinsky).<\/li>\n  <li>Many have already pointer out that the battery icon in the main menu no longer has an option to display time remaining, only the percentage. But what’s more important, when you ask it to display percentage, it now displays it to the left of the icon (iOS style) and doesn’t enclose it in the stupid, useless and noisy parentheses. I wonder what made them use those parentheses in the first place. Anyway, I don’t want to see the percentage anyway.<\/li>\n  <li>In Calendars, when some of the day’s events are out of view (i. e. you are viewing a schedule from noon to midnight, but you have an event in 9 am), they are still shown as small “tails” on the edges, so while you don’t see what event or events are there, you least know that there is something.<\/li>\n  <li>In Mail, if you put a folder (e. g. “Projects”) in the bookmarks bar, it no longer behaves like a pull-down menu. Instead, it takes the name of the form “Projects — The TTP Project” using the name of the subfolder you last opened and opens that folder immediately. To see the whole list of subfolders, you need to click the little triangle on the right.<\/li>\n  <li><s>When you right click a mail and select “Move To”, Mail no longer displays the whole mailbox hierarchy for you to pick a folder. Instead, it shows just the top-level folders, any of which you can hover to reveal a submenu of its subfolders and so on. This made the “Move To” command almost impossible to use, because the menu structure is just too fragile to use confidently.<\/s> This turned out not to be true. In reality Mail displays each folder as a menu of its own if it is collapsed in the mailbox sidebar and as a list of subfolders if it is not. And it does the same in Lion. The reason for my experience is that in Lion I had all my hierarchy expanded and in ML it was not.<\/li>\n  <li>You can now drag a file from somewhere to an app icon in Launchpad to open with. Start dragging, then press your Launchpad hotkey (it’s &#8984;Esc for me) and drop a file on an any icon that would accept it. Cool.<\/li>\n<\/ol>\n<p>What else?<\/p>\n",
            "summary": "What else?",
            "date_published": "2012-07-27T23:05:06+03:00",
            "date_modified": "2012-07-29T17:02:58+03:00",
            "tags": [
                "Mac"
            ],
            "_date_published_rfc2822": "Fri, 27 Jul 2012 23:05:06 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "69",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": [],
                "og_images": []
            }
        },
        {
            "id": "68",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/button-text-in-mountain-lion\/",
            "title": "Button text in Mountain Lion",
            "content_html": "<p>John Siracusa in <a href=\"http:\/\/arstechnica.com\/apple\/2012\/07\/os-x-10-8\/\">the review<\/a>:<\/p>\n<blockquote>\n<p>Creating a new document and then immediately closing without saving now shows a dialog box whose far-left button is labeled “Delete” rather than the milder “Don’t Save”. The same button in the dialog that appears after selecting the “Duplicate…” command and then immediately closing the duplicate window is now labeled “Delete Copy” instead of “Don’t Save”.<\/p>\n<\/blockquote>\n<p>Nice touch.<\/p>\n",
            "summary": "John Siracusa in the review",
            "date_published": "2012-07-25T23:09:30+03:00",
            "date_modified": "2023-10-18T23:03:02+03:00",
            "tags": [
                "interface",
                "Mac",
                "quotes"
            ],
            "_date_published_rfc2822": "Wed, 25 Jul 2012 23:09:30 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "68",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": [],
                "og_images": []
            }
        },
        {
            "id": "66",
            "url": "https:\/\/ilyabirman.net\/meanwhile\/all\/two-stupid-windows-on-a-mac\/",
            "title": "Two stupid windows on a Mac",
            "content_html": "<p>There are two stupid windows on a Mac that annoy the hell out of me.<\/p>\n<p>This one appears on my main machine in a couple of minutes after I close the lid of my notebook:<\/p>\n<div class=\"e2-text-picture\">\n<img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/server-interrupted.jpg\" width=\"283\" height=\"203\" alt=\"\" \/>\n<\/div>\n<p>It tells me that the remote volumes are no longer available, which I <i>well know<\/i> and <i>don’t give a shit<\/i> about. What am I supposed to do with this information? If I were using the volumes in any way, like copying a file, I would have noticed the problem long ago (as the file would stop copying, obviously).<\/p>\n<p>Additionally, it has two buttons that do exactly the same thing: nothing. No matter what I press, the volumes are no longer available and I can’t do anything about it. What do you mean “Disconnect All”, it’s been disconnected several minutes ago, and we both know it. This window should be killed.<\/p>\n<p>This second one appears one in ten times when I change something in iCal:<\/p>\n<div class=\"e2-text-picture\">\n<img src=\"https:\/\/ilyabirman.net\/meanwhile\/pictures\/ical-icloud-problem.jpg\" width=\"534\" height=\"312\" alt=\"\" \/>\n<\/div>\n<p>Now what is <i>that<\/i>? Not only are they dumping some cryptic server messages onto me, they are also presenting me with a choice. What am I supposed to do here? I don’t want to go offline, because why would I, and I don’t want to “Revert to Server” because I have no idea what it means.<\/p>\n<p>“Revert to Server” is the default one, so it feels like it’s safe to choose it, but I’ve learned that it actually undoes my latest change. There’s no excuse for that: I’ve made my change for reason. Why would you even <i>offer me the choice<\/i> to undo it, let alone make it the default one? And “Go Offline” actually <i>saves<\/i> my edit and syncs it to iCloud (when it’s in a better mood later). Someone in iCal department should read Raskin and learn that user’s input is priceless, and it should always be saved by default.<\/p>\n<p>Just change the button names to “Save and sync when possible” and “Forget what I’ve just done”, and it would be ridiculously obvious that this window, too, is useless and should be removed.<\/p>\n",
            "summary": "There are two stupid windows on a Mac that annoy the hell out of me",
            "date_published": "2012-07-19T17:25:30+03:00",
            "date_modified": "2012-07-19T17:25:16+03:00",
            "tags": [
                "bugs",
                "interface",
                "Mac"
            ],
            "image": "https:\/\/ilyabirman.net\/meanwhile\/pictures\/server-interrupted.jpg",
            "_date_published_rfc2822": "Thu, 19 Jul 2012 17:25:30 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "66",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": true,
                "links_required": [],
                "og_images": [
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/server-interrupted.jpg",
                    "https:\/\/ilyabirman.net\/meanwhile\/pictures\/ical-icloud-problem.jpg"
                ]
            }
        }
    ],
    "_e2_version": 4269,
    "_e2_ua_string": "Aegea 12.0a (v4269e)"
}