Archive for November 14, 2022

Monday, November 14, 2022

Custom Date Formats in Ventura

Casey Liss:

Prior to Ventura, you could go into System Preferences, little bubbles around, and make completely custom date/time formats. With the switch from System Preferences to System Settings, that screen was cut. So, there’s no user interface for making custom formats anymore.

I asked about this on Twitter, and got a couple of pretty good answers. One, from Alex Griffiths, pointed me to a useful and helpful thread at Apple. The other, from Andreas Hartl, pointed me to another useful and helpful thread at Reddit. Between the two of them, I was able to accomplish what I wanted, via the command line.

Previously:

Apple’s 2022 Deadlines

Apple (November 2020):

This is the beginning of a transition to a new family of chips designed specifically for the Mac. The transition to Apple silicon will take about two years to complete, and these three systems are an amazing first step.

Dan Moren:

Within a year of the company’s first Apple silicon Macs being released, almost the entire product line had been moved over; the company even released a new model, the Mac Studio, with some uber-powerful chip configurations to boot.

But as 2022 runs out the clock, there are a few Intel laggards still in the pack. The Mac mini has moved over to the M1, yes, but a higher-end Intel model still remains for sale. More significantly, the company’s most powerful machine, the Mac Pro, is still nowhere to be seen, aside from a vague hint during the Mac Studio announcement in spring of this year.

I haven’t seen any rumors about the 27-inch iMac or the iMac Pro. At this point I assume they’re dead. For the Mac Pro and Mac mini, I think people will forgive the Apple Silicon transition taking a bit longer to complete, considering all that’s going on in the world and that the transition of the more popular Macs has been pretty much a home run.

So it’s likewise a little surprising that another new product from the company that was due to appear in 2022 doesn’t seem like it’ll make the date either: Apple Classical.

[…]

But here’s the thing about Apple: the company doesn’t usually like to make future predictions unless it is ridiculously certain of hitting its mark.

The OCSP preference is also overdue.

Previously:

Update (2022-12-14): Jason Snell:

If you paid attention to analyst and press reports, though, it sure seems like Apple is six to nine months behind where it had expected to be. The M2 MacBook Air, which was announced in June and shipped in July (and which I did predict, for the record!), was originally rumored to ship last fall. Whether or not Apple planned on selling it that early, it sure seems the company didn’t expect to have to wait until summer to get it out the door.

I’ll save my predictions for a column later this month, but I think it’s perhaps safe to expect that 2023 will finally be the year that Apple shows Intel the door.

Update (2022-12-16): Chance Miller:

There are a couple of areas of interest in the Mac lineup right now. There’s no big-screen iMac powered by Apple Silicon, and Apple also isn’t selling the old Intel-powered big-screen iMac. Instead, your only iMac option is the 24-inch iMac with the M1 chip inside.

Interestingly, Apple also continues to sell a version of the Mac mini with Intel inside. This machine is likely to be discontinued at some point in the near future, but it’s likely still a popular option for some enterprise buyers.

[…]

Apple missed its two-year target for completing the Apple Silicon, but does it really matter? No, it doesn’t. What we’ve seen for the Apple Silicon transition so far has been nothing short of impressive, and the transition shouldn’t be viewed as a “failure” because of one of the lack of an Apple Silicon Mac Pro.

Sunsetting Mighty

Suhail Doshi (Hacker News):

I decided to stop working on Mighty after 3.5 years 😓.

[…]

Much of the web is bound by single core performance of JS. The headwinds of the semi conductor industry are too strong to succeed at providing enough benefit for users. We could improve things by 2x but not 5-10x. Ok business, not mass market changing.

On the Mac side, at least, the performance benefit is likely much smaller vs. a local browser on an M1 or M2 Mac. And if you’re using an Intel Mac, would you rather spend $30/month on a browser or save up for a new Mac that will be faster and more efficient in every way? It seems like it was amazing technology, but solving the wrong problem, or at least at the wrong time.

Previously:

Update (2022-12-01): Chase Lambert (via Hacker News):

Mighty’s short term goal was to make people more productive with their browser. Our longer term goal was to build a new type of computer, but for this post I’ll be discussing our shorter term goals. The core goal was to make a faster web browser. By faster, I mean the time difference between a user taking some action and that action happening, like loading a webpage, clicking on a link, closing a tab, etc. The first users of Mighty were those that explicitly found Chrome slow. Figma, Google Drive, hundreds of tabs, slow internal tools, competing non-browser apps, and old laptops were common examples of this.

[…]

Besides these direct hardware benefits, we could also use the extra hardware in other creative ways:

  • Pre-loading websites in the URL bar before a user presses enter.
  • Saving recently used websites as background tabs, so that they load instantly.
  • Making a local CDN
  • Increasing cache sizes wherever is beneficial

[…]

Many users didn’t continue paying for the product for a variety of reasons. Some of the top ones were networking stutters, stability issues, and missing features (like webcam support). We also ironically struggled with a sluggishness issue. There were some specific cases where if you pushed Mighty hard enough, it would end up performing worse than Chrome for some reason that we’re still not entirely sure of.

How Does Ventura Update Faster?

Howard Oakley:

Watch Activity Monitor during those phases, and you’ll see that the download phase has significant CPU use by com.apple.StreamingUnzipService, which as the subsystem name suggests is decompressing the download as it arrives on your Mac. Understanding what’s going on during preparation requires browsing the log, where there’s evidence of further small downloads, some decompression and preparation of updates, and installation.

Although the progress indicators and times shown during updates in Big Sur and Monterey seem to have been broadly accurate, for Ventura they’re wild overestimates. That’s because the total time expected remains 30 minutes, and progress isn’t measured in terms of real time, but using staging points in the process. Hopefully as this matures in Ventura, the progress bar will be linked back to real time.

Previously: