Apple & Tech The RSS feed for Apple & Tech.

  • Shortcuts to frustration (#apple #shortcuts #ios #ipados)

    Let’s put it straight: Apple’s Shortcuts are the weirdest, most cumbersome and utterly frustrating thing to build, test and eventually use. I cannot count how many hours I spent trying to understand their intricacies and most useful use cases. As much as I want to get empowered by them, it often ends in frustration. Here is why.

    You cannot disable old shortcuts that are no longer used but that you want to keep as a reference. There is no way to export them in a clean and readable PDF format. There is a lack of some form of runtime debugging tools. The editor doesn’t scale beyond a few dozens instructions. There is no way to write shortcuts in a text editor à la AppleScript. Share sheets bad design and organization make shortcuts invocation a trial and error experience. As your shortcuts collection grows, it hard to remember which shortcut does what in what context and what is required to launch it. And the list goes on and on. Documentation within the Shortcuts editor is lacking, very limited. A big part of the story is dependant on the willingness of developers to support them. It’s so frustrating to see an app lacking any form of exposure to the shortcut engine.

    Make no mistake, I like the idea of automation on the iPad or iPhone. I’m happy to see Apple improving on them with each release of their operating systems. But, there is so much left to cover.

  • On using Lightroom on a Mac (#apple #adobe #applesilicon)

    Let’s set the tone: Adobe software, Lightroom in particular, is not a very efficient piece of software to use on the Mac… even on a higher-end configuration. Recent updates in the last year or so tried to improve things a little bit, but there is still a long way to go. It’s not clear why Lightroom Classic is so bad. Is it because it is a multi-platform software? Probably. If so, we pay the price at every single use.

    Does the M1 chip in a Mac can change the game? Well, yes and no. The following YouTube video compares Lightroom Classic running on an Intel-based MacBook Pro to an M1-based MacBook Pro. With Rosetta 2 translation layer running to support the non-optimized version of Lightroom Classic, we could think the experience would be awful. In fact, not only it isn’t, the M1-based Mac makes the experience a bit better. Who would have thought.

    Now, Adobe is working on a native or universal version of Lightroom for the M1 chip. Note that I’m referring to Lightroom CC here, the cloud version of Lightroom, not the Classic version. Depending of who you are and what is your relation to photo processing, it may be a good or a bad news. Nonetheless, the prospect of a universal of Lightroom CC is certainly exciting. Will Adobe take advantage of the GPU cores or the ML cores of the M1 chip? I highly doubt it. If the iPad version of Lightroom CC is any indication, though, not all is lost. We’ll see.

  • Selling a piece of my Apply history (#apple #imac #2007 #elcapitan)

    Today I sold my oldest Mac in the house: a 24 inches 2007 iMac running El Capitan. When I look at this computer, I see many similarities with the current iPad Pro design: round bezels, boxy frame. I hope Apple will return to this design, albeit in a refreshing way, for their upcoming M1-based iMac.

    Now, waiting for my M1-based Mac mini. 24 days before adding another piece to my long story with Apple products.

    24" 2007 iMac
  • A must have utility for Mac: HazeOver. (#apple #mac #utility #minireview)

    Just bought a Mac utility: HazeOver! How come I didn’t know about this one?? What is it? It’s a small utility which helps bring better focus to the active application on your Mac. It does this by dimming the out-of-focus application windows. It works with multiple displays. If you prefer to work in Light mode over Apple’s Dark Mode, it will make things a lot easier on your eyes. Think of it as a visual compromise. Makes Big Sur even better. Highly recommended.

  • The M1 chip never cease to amaze (#apple #applesilicon #m1chip #tech #amdryzen)

    Another excellent Twitter thread about the M1 chip. This time, it is a comparison with the AMD Ryzen. From a thermal design power, the M1 chip is simply unique and unmatched. On a per-core basis, top of the line AMD Ryzen chip and Apple’s M1 chip are of equal performance. On top of that, the M1 chip is much more than a standard CPU. Oh, and it is only the beginning. Who thought 2020 was such a bad year.

  • The future of widgets on iOS (#apple #ios #ipados #widgets)

    There is a lot to like from this short video showing vivo’s OrigiOS in action. Expandable widgets, user-adjusted widget size, dynamic content, super clean animations, a few touches of skeuomorphism where it counts, dynamic icons, immediate feedback on touch, all those things which are lacking on iOS home screen could see the light if Apple choose to. Widgets 1.0 were long to come for us, iPhone and iPad users, but here they are. Yet, there is still so much untapped potential.

    What are your thoughts?

  • The future of the iPad, according to an M1 chip (#apple #ipadpro #applesilicon #mac #m1mac #ipados)

    In a blog post “Your Move, iPad”, by Becky Hansmeyer, the author asks “So if raw power isn’t enough, and new display tech isn’t enough, where does the iPad go from here? Will it be abandoned once more, lagging behind the Mac in terms of innovation, or will Apple continue to debut its latest tech in this form factor?”

    In light of the massively successful M1-powered Macs, what can we infer for the future of the iPad Pro?

    Apple doesn’t need to add touchscreen to their MacBook line if they unleash the iPad with a much more complete iPadOS experience. I think Apple missed the occasion with iPadOS 14 by not adding a more flexible widgets experience, by refusing to improve external display support and by not revisiting the multitasking interaction model. See? It’s not only a matter of adding 5G wireless support or LiDAR or a second USB-C port. These will only be as good as the software will allow them to be useful. The just begun new era for Mac with the M1 chip combined with Apple’s tight software integration should give us answers on why the iPad Pro future lies in the software.

  • A fascinating Twitter thread about Apple Silicon Wizardry (#apple #applesilicon)

    Here is a super fascinating Twitter thread that I reproduce here. Find the original tweets here. It’s is about Apple Silicon wizardry. For techy people only!

    “In case you were wondering: Apple’s replacement for Intel processors turns out to work really, really well. Some otherwise skeptical techies are calling it “black magic”. It runs Intel code extraordinarily well. The basic reason is that Arm and Intel architectures have converged. Yes, the instruction sets are different, but the underlying architectural issues have become very similar. The biggest hurdle was “memory-ordering”, the order in which two CPUs see modifications in memory by each other. It’s the biggest problem affecting Microsoft’s emulation of x86 on their Arm-based “Surface” laptops. So Apple simply cheated. They added Intel’s memory-ordering to their CPU. When running translated x86 code, they switch the mode of the CPU to conform to Intel’s memory ordering. With underlying architectural issues ironed out, running x86 code simply means translating those instructions to the Arm equivalent. This is very efficient and results in code that often runs at the same speed. Sometimes there isn’t a direct equivalent, so the translation results in slightly slower code, but benchmarks show x86 being consistently at least 70% of the speed. In any case, a surprising number of popular apps already run on it. Apple seeded developer systems a few months back, allowing people to get their code ready. Normally, that wouldn’t have been enough time. When you recompile code for a new architecture, it usually breaks. But as I said above: Arm and Intel architectures have converged enough that code is much less likely to break, making recompiling easier. Apple has made surprising choices. They’ve optimized JavaScript, with special JavaScript-specific instructions, double sized L1 caches, and probably other tricks I don’t know of. Thus, as you browse the web, their new laptop will seem faster and last longer on battery, because JavaScript, even though other benchmarks show it roughly the same speed as Intel/AMD. The older MacBook Air had a dual core CPU that ran at 3.8 GHz, but when in low-power mode, 1.2 GHz. Switching between fast and slow modes is how it conserves power for mobile. But it’s ultimately inefficient. The Intel CPU is designed to run at 5 GHz. Downclocking to 1 GHz saves power – but not as much as if you’d designed the processor to run at 1 GHz to begin with. Apple’s strategy is to use two processors: one designed to run fast above 3 GHz, and the other to run slow below 2 GHz. Apple calls this their “performance” and “efficiency” processors. Each optimized to be their best at their goal. When they need to conserve power, they turn off the “performance” processors and run code on their “efficiency” processors. They have 4x performance processors (twice that of their older Macs) plus 4x efficiency processors. All 8 can be active. When doing something that can use 8 processors, such as compiling code, it goes real REAL fast. 8 processors vs. 2 processors in their old notebooks make a difference. A big part of this story is that Intel is about 3 years behind on Moore’s Law. Apple Silicon uses the latest 5nm tech from TMSC, while Intel uses the older 10nm/7nm generation. Much of Intel’s product line uses the even older 14nm/10nm generation. None of this is actual “black magic”. It’s all pretty understandable. It’s just all the various things have been executed really well, leading to a combined result that is a great leap forward. Another “magic” trick is how their “Swift” programming language uses “reference counting” instead of the “garbage collection” in Android. They did something in their CPU to double the speed of reference counting. …even when translating x86 code, all that reference counting overhead (already more efficient than garbage collection) gets dropped in half. Yet another weird performance enhance to add to all the others.”

  • Overwhelming reactions — When Apple makes history, again (#apple #applesilicon #m1chip #mac)

    After Apple announced their M1-based Macs and people started to get their hands on them, reactions were enthusiatic and unanimous. At one point, I wanted to create an archive page that would have gathered the most interesting reactions, but it was too late and overwelming. Well, someone else did it. Here is a great blog post: “Apple Silicon M1: Black. Magic. Fuckery” gathering reactions to these new machines from Apple. There are many gems in there. Check it out! I really have the feeling that Apple is making history, again.

  • Apple's worst ad in years? (#apple #applead #advertising #christmas)

    Apple this year is back with a long and… weird (?) Christmas ad. I must say that’s a quite different and ordinary one compared to previous years. It’s no longer about touching hearts but just having fun and selling you something. This doesn’t reasonate as much with me as it used to. Contrary to previous years, Apple is focusing on one product, the HomePod mini. Again, I prefer when they don’t try to sell us something this way. There is plenty of other companies who do just that. Please, Apple, no.

  • Mac nano (#apple #applesilicon #m1macs #macmini)

    Following my read of this article published by Macworld, the propect of a Mac nano looks more than possible. It is inevitable. Apple’s focus this year was on the internals but I expect them to switch to the outside on the next iterative evolution of the Mac mini. Besides physical compatibility reasons, a much smaller Mac mini, close to the size of an Apple TV for example could be in store. One possible constrain is the number of ports Apple will have to squeeze on the back. If they keep the same number of ports, the newly redesigned Mac mini could be something in-between the current one and the Apple TV. We’ll see. Meanwhile, I’ll patiently wait for my own M1-based Mac mini to arrive in 28 days. Its external size won’t matter much to me.

  • Better recovery options (#apple #applesilicon #m1macs)

    According to an article published by SixColors, M1-based Macs offer a much different and improved boot and recovery options. Looking at the picture below, and I noticed the same while testing Big Sur, the icon for the boot disk is one showing an old mechanical HDD, not an electronic SSD. Was Apple feeling nostalgic when they designed this icon?

  • How ironic (#apple #ios14 #widgets #android @notionhq)

    Read on Twitter today: “Notion widgets are only for iOS 14 for now. We’ll get there, Android 😓 Our mobile team is heads down on offline mode right now, but we learned a lot during development that we can use for an Android widget down the road. Thanks for your patience in the meantime 🙏” - Notion.

    Widgets came to Android in 2008-2009. What am I missing here? How ironic is this? A lot if you ask me. I’m not calling out Notion, far from it. My observation is all about the fact that, despite Android having widgets for so many years, they were probably not as good, well designed and useful as there are now on iOS 14.

  • Saving at least 2 Billions a year (#apple #applesilicon #intel #m1chip)

    A lot has been written on Apple switch to their own processors already. But one side of the story is still lacking some insight. Apple is probably saving a lot of money by putting their own Apple silicon in each Mac they sell. According to this Medium article, Apple could save at least $2 billion a year with just three entry level MacBook sporting the M1 chip. We can only try to approximate the amount of money Apple is no longer paying to Intel. We can also start wondering the amount of money Apple has directly invested in developing the M1 chip and how fast they wil recoup their investments. My gut feeling says that it will be fast.

  • My prediction for next year's MacBook (#apple #macbook #applesilicon #m1chip)

    Here is a simple theory. This year’s MacBook didn’t bring an upgrade to the FaceTime HD camera, and unanimously, people is complaining. But what if this lack of attention to the very specific feature from Apple is part of a bigger plan for next year’s MacBook? Here is my guess.

    Apple is targeting next year for the real deal: the full redesign of the MacBook line to be announced around WWDC 2021. Part of this plan would include much better FaceTime HD camera assembly that would include Face ID, a highly expected feature for M1-based machines. Offered in sizes of 12", 14" and 16" with an impossibly thin screen bezel, Apple wanting to keep the size of these machines the smallest possible as the power sipping CPU can handle smaller batteries yet providing long battery life. I would expect the M1x chip as the more powerful M2 one would go to the iMac, iMac Pro. The new MacBook, to be named MacBook X, will will mark the first year of the Apple silicon transition.

    Until then, keep enjoying your Apple Silicon Mac, version 1.

  • A fascinating possibility coming to the Mac, next year (#apple #applesilicon #m1macs)

    On Substack, I recently stumble on an interesting article from https://apple.substack.com: when Apple introduces a new round of Macs next year, what if they keep previous generation around but at a lower price point?

    It’s a highly possible scenario considering how Apple under Tim Cook operates. The iPhone models multiplication, same is happening with the watch…. next, the Mac? Probably. Is this a good thing? For their bottom line probably, yes, but for the customers? Yes and no.. yes, it makes the brand more accessible but it makes the buying experience a little bit more complicated than it should be with fewer models available. It will be interesting to see how this plays out.

  • Which is faster, then? (#apple #applesilicon #m1macs)

    Following of new round of benchmarks from MacRumors, my take outs are: 16 GB is (much) better than 8 GB from a speed point of view (well, duh!), the Mac mini is the best most of the time with a few exception (slower than MBP on SSD write speed is one such exemple, hard to explain). Adobe Lightroom Classic doesn’t take advantage of the RAM difference, which is not surprising to me (thanks to multiplatforms Adobe’s software) You can get all the details from MacRumors website: here and here. Graph from MacRumors.

  • Apple is not what it used to be (#apple #analysis)

    Someone on Twitter shared this YouTube video in which the guy tries to explain why and how Apple is not what it used to be. In a few words: now, they actively compete with others. It’s a massive difference where before they seemed to act alone without caring about the surrounding competitive landscape. Highly recommended.

  • He should go work for Apple (@michaelsteeber #apple #applestore #appleretail)

    Have you seen this short YouTube video on the Apple Store holiday shopping experience? Take a moment because it is a masterpiece of execution in visual quality, content and execution in general. 9To5Mac published an article about it and I thought they were referring to Apple’s material. It took me quite a while to get it: the author of this clip is Michael Steeber, a well known Apple enthusiast and writer for 9To5Mac. His focus is directed to Apple retail in general but from a design point of view most of the time. I like what this guy is doing, I’m a bit jaleaous of his talent, and he should work for Apple already. Congrats!

  • The list is growing (#apple #macosbigsur #iOS14 #iPadOS14 #M1Chip)

    Surprisingly, the list of iOS 14 and iPad OS 14 apps that are made available or updated to work better on the M1-Based Mac is growing. Here is my current list: Newsify, Ferrite, Luma Fusion, Castro, Buffer, Opener, Apollo Reddit Client, Darkroom, Darknoise. The thing that I should do now and glance my current iPad apps and mark those that I want on the Mac too.