Normal view

There are new articles available, click to refresh the page.
Before yesterdayMain stream

Last Week on My Mac: The myth of liquid detection

By: hoakley
16 March 2025 at 16:00

Macs have developed their own mythology, and this week I unintentionally came across a myth that developed over a year ago. Like so many it was born from a chance observation, this time of a new background process that appeared on 25 October 2023 in macOS Sonoma 14.1, and was reported in 9to5Mac on 3 November 2023.

Discovery

The process in question is liquiddetectiond, and as 9to5Mac’s headline claimed, it meant that “Macs can now inform Apple if any liquids have been detected in the USB-C ports”. That article argued that “it seems more likely that the data collected by this daemon will be used for technicians to determine whether a Mac is eligible for free repair.” “Putting a digital liquid detector on USB-C ports is just another way to ensure that technicians are right about claiming that a Mac has been exposed to liquids.”

That, and a couple of linked reports elsewhere, brought a small flurry of comments about how typical this was of Apple, then all went quiet until 9to5Mac’s article was picked up by Hacker News on 9 January 2024 and generated 340 comments. Predictably, most either castigated Apple’s behaviour or disappeared down rabbit holes about unrelated topics. Among them, though, was one precious insight: “It prevents the device from applying/draining power from any pin in such a state, mainly to reduce corrosion of the contacts and increase longevity.”

By the middle of January last year, the story had gone cold, and everyone must have gone away with their worst fears confirmed. You couldn’t even get a USB-C port damp in your Mac any more, as Apple would use that as an excuse to void your Mac’s warranty.

Documentation

Apple’s first word on the subject seems to have been in a support note published on 23 November 2024, which passed largely unnoticed. This announced liquid detection as a feature new to macOS Sequoia when running on only the following models:

  • MacBook Air M3 and later
  • MacBook Pro with M3 Pro or Max
  • MacBook Pro with M4 base, Pro or Max

none of which had been released at the time of 9to5Mac’s report, although the second were released four days later, on 7 November 2023.

If there’s liquid in one of their USB-C receptacles (ports) when a USB-C cable is connected to it, this new sensor should detect it and alert the user, advising them to shut the Mac down, disconnect all cables and leave it to dry.

This is in addition to, and separate from, what Apple terms Liquid Contact Indicators (LCI), that have long been fitted to laptop Macs and some Apple wired and wireless keyboards “to help determine if these products have been exposed to liquid,” according to this support note.

Was Apple just making excuses, or was this new liquiddetectiond service intended to benefit the user?

Evidence

I stumbled into this innocently last week when I was looking at Accessory Security, a feature confined to laptop Apple silicon models. By chance, the laptop I was using was a MacBook Pro M3 Pro, one of the few in which liquid detection works. There, on several occasions in its log, after connecting a Thunderbolt cable, its liquid detection system checked that the USB-C port was dry, in a series of log entries like:
0.887 liquiddetectiond Starting LDCM Now
0.887 liquiddetectiond LDCM Discovery is enabled.
0.889 liquiddetectiond LDCM - Matched with V4...
0.890 liquiddetectiond LDCM - checkIsReceptacleEmpty: 0
0.890 liquiddetectiond LDCM - Handling LDCM interrupt event for port 2
0.890 IOAccessoryManager IOPortFeatureLDCMUserClient::_copyData(): Copying LDCM data... (target: Port-USB-C@2/LDCM)
0.890 liquiddetectiond LDCM - Feature Status: 0, Completion Status: 0, Measurement Pin: 0 Mitigations Status: 0, Wet: 0, Wet State Duration: 0
0.890 liquiddetectiond LDCM - checkIsReceptacleEmpty: 0
0.890 liquiddetectiond LDCM: liquidDetected: 0, receptacleEmpty: 0, shouldShow: 0

(Times given in seconds elapsed.)

But on my more recent Mac mini M4 Pro running Sequoia, all I saw was that LDCM is not supported on this device.

Attempts to connect over the network are obvious in the log, and on not one of the occasions that liquid detection was performed did that MacBook Pro try to connect to any remote site. Maybe its reports could have been embedded in other analytics data passed to Apple later, but there was absolutely no evidence that the results of liquiddetectiond went beyond the confines of my Mac.

This demonstrates the importance of testing out hypotheses, and of reading the log. Even without the benefit of Apple’s recent support note, it should have been easy to demonstrate this behaviour, yet no one seems to have attempted to.

Explanation

Claims made of the role of liquid detection in USB-C ports also don’t make sense. As with most laptop manufacturers, Apple already builds Liquid Contact Indicators into components of laptop Macs within their case. These are most frequently affected by spillage of drinks on a laptop’s keyboard, resulting in any of a wide range of water-based liquids from coffee to cognac entering the case. That often results in extensive damage to the logic board and other components, that are expensive to replace.

But a damp USB-C port is quite a different matter. It could occur in a laptop that had been out in the cold and was then brought into a warm and more humid environment, the same sort of conditions that steam up your spectacles. Over time, that could lead to corrosion of the contacts in the USB-C ports, and unreliable connections.

Because each release of macOS is identical across all models of Mac, although only a few of the most recent models feature liquid detection sensors in their USB-C ports, the liquiddetectiond service runs in the background of all Macs running Sequoia. It’s to be found inside /System/Library/CoreServices/liquiddetectiond.app, which isn’t even a bundle, just its Mach-O binary and an image of the warning sign displayed. It’s run through its LaunchDaemon com.apple.liquiddetectiond.plist, which you’ll also find in the SSV of every Mac.

As is so often the case, the truth behind the myth is more prosaic, and doesn’t involve Apple secretly capturing data from your Mac, nor conspiring to dodge warranty repairs. In fact, if you look at the warranty terms of pretty well every other laptop manufacturer, they too exclude damage caused by liquid ingress, as demonstrated by their Liquid Contact Indicators. And some are also starting to fit similar liquid detection sensors in their USB-C ports. But don’t let those get in the way of a good myth.

USB ports on Apple Silicon Macs: Accessory Security and liquid detection

By: hoakley
13 March 2025 at 15:30

If you have a laptop Apple silicon Mac, you’ll no doubt have discovered one of its novel features: connect a USB or Thunderbolt peripheral to one of its USB-C ports, and you could be asked whether to allow it to connect, as a result of its Accessory Security. This isn’t available in desktop models, though. This article explores how it works and how it’s associated with liquid detection.

Accessory Security setting

At the foot of the Privacy & Security section of System Settings in capable Macs is an extra control Allow accessories to connect. In macOS Sequoia this has four options:

  • Ask Every Time, which prompts you to approve every time you connect a peripheral to a USB-C port.
  • Ask for New Accessories, which only prompts you to approve devices that it hasn’t connected previously. However, if your Mac is locked for three days or more, it may ‘forget’ devices that it approved previously, and require you to approve each again.
  • Automatically When Unlocked, which connects all devices without prompting, so long as that’s done when that Mac is unlocked.
  • Always, which will never prompt you to approve a device.

This novel security mechanism is intended to prevent laptop Macs from being attacked using plug-in USB or Thunderbolt devices intended to breach their security. Apple considers laptop models to be most at risk, but surprisingly still hasn’t offered this as an option in any of its desktop models.

Approval

When you connect a USB or Thunderbolt device to one of your Mac’s USB-C ports, there will be a momentary delay and, if your approval is required, an alert will be displayed.

To approve or refuse that invitation, you’ll first need to unlock your Mac if it’s locked. Peripherals such as hubs and docks that can charge your Mac will still be able to do that even if you don’t allow them to connect, but all other features will be blocked until you click on Allow.

How it works

To examine how Accessory Security works, I connected a Thunderbolt 4 hub to a USB-C port on a MacBook Pro M3 Pro, which supports this feature, and a Mac mini M4 Pro, which doesn’t. The setting for the laptop was to Ask Every Time. I then captured their logs using LogUI and compared the contents of each.

Port activation

This consisted of a long sequence of entries from IOAccessoryManager detailing port activation and initial configuration. Here are some waymarks among those, with elapsed time given in seconds:
0.883 IOAccessoryManager IOPortTransportState::setActive(): [Port-USB-C@2: CC] active: YES (transportType: 1 [CC])
0.883 IOAccessoryManager IOServiceNotificationManager::handleServiceReregistration(): [Port-USB-C@2/CC] Re-registering service...
0.883 IOAccessoryManager IOPortTransportState::initWithTransportType(): Initializing IOPortTransportStateUSB3... (transportType: 3)
0.884 IOAccessoryManager IOPortTransportState::initWithTransportType(): Initializing IOPortTransportStateUSB2... (transportType: 2)
0.884 IOAccessoryManager IOPort::_updateConnectionActive_block_invoke(): [Port-USB-C@2] m_connectionActive: YES, m_connectionCount: 1, m_connectionUUID: F53E1B0B-8347-4528-B77C-FC79E8A657C5

The last entry there records the connection’s UUID.

Is it authorised?

Next, authorisation was assessed:
0.885 IOAccessoryManager IOPort::_updateAuthorizationState(): [Port-USB-C@2] Updating authorization state...
0.885 IOAccessoryManager IOPort::_updateAuthorizationState_block_invoke(): [Port-USB-C@2] authorizationRequired: NO -> YES, authorizationPending: NO -> NO, userAuthorizationPending: NO -> NO, supervisedTransportActive: NO -> NO

Those will still appear in the log of a desktop Mac, but will say NO throughout.

There are repeated updates of the port’s pin configuration:
0.885 IOAccessoryManager IOAccessoryManagerUSBC::setPinConfiguration(): Updating pin configuration...
0.885 IOAccessoryManager IOAccessoryManagerUSBC::setCableActive(): activeCable: NO
0.885 IOAccessoryManager 1605 IOAccessoryManagerUSBC::setCableOptical(): opticalCable: NO
0.885 IOAccessoryManager IOAccessoryManagerUSBC::setDisplayPortPinAssignment(): dpPinAssignment: 0
0.885 IOAccessoryManager IOAccessoryManagerUSBC::setPlugOrientation(): plugOrientation: 2
0.885 IOAccessoryManager IOPortTransportStateUSB::setDataRole(): [@: IOPortTransportStateUSB3] Setting data role... (dataRole: 2 [Host])

Liquid detection

A little while later, in the laptop only, a hardware liquid detection sensor was checked, to see if there was any liquid present in the receptacle (port):
0.887 liquiddetectiond Starting LDCM Now
0.887 liquiddetectiond LDCM Discovery is enabled.
0.889 liquiddetectiond LDCM - Matched with V4...
0.890 liquiddetectiond LDCM - checkIsReceptacleEmpty: 0
0.890 liquiddetectiond LDCM - Handling LDCM interrupt event for port 2
0.890 IOAccessoryManager IOPortFeatureLDCMUserClient::_copyData(): Copying LDCM data... (target: Port-USB-C@2/LDCM)
0.890 liquiddetectiond LDCM - Feature Status: 0, Completion Status: 0, Measurement Pin: 0 Mitigations Status: 0, Wet: 0, Wet State Duration: 0
0.890 liquiddetectiond LDCM - checkIsReceptacleEmpty: 0
0.890 liquiddetectiond LDCM: liquidDetected: 0, receptacleEmpty: 0, shouldShow: 0

On a desktop Mac running Sequoia, you’ll only see LDCM is not supported on this device.

Approval

Preparations are then made to display the approval dialog, and authorisation status is updated:
1.116 IOAccessoryManager IOPort::_updateAuthorizationState_block_invoke(): [Port-USB-C@2] authorizationRequired: YES -> YES, authorizationPending: NO -> YES, userAuthorizationPending: NO -> YES, supervisedTransportActive: NO -> YES

As promised in Apple’s documentation, charging from the peripheral is enabled before approval:
2.639 IOAccessoryManager IOPortFeaturePower::_addPowerSource(): [Port-USB-C@2/Power In] Adding power source (powerSourceName: Brick ID)...
and the power chime may be sounded
2.718 gui/501/com.apple.powerchime xpcproxy spawned with pid 1677

Once approval is given in the dialog, this is recorded and the connection is then established fully:
4.709 IOUIAgent Received notification response! (userNotification: 0x620364480, .responseReceived: 1, .notificationCancelled: 0, .notificationDismissed: 0, userAuthorizationStatus: 2, port: <private>)
4.709 IOAccessoryManager IOPortUserClient::setUserAuthorizationStatus(): Setting user authorization status... (target: Port-USB-C@2, newUserAuthorizationStatus: 2 [Authorized])

Authorisation

Although Accessory Security settings are in Privacy & Security, much of which is concerned with controls implemented by TCC, protection and authorisation is here controlled by IOAccessoryManager. Its list of previously approved devices isn’t exposed to the user, and the only control is its single setting.

Liquid detection

The surprise feature is liquid detection, in the liquiddetectiond service and LDCM. This is a new feature in macOS Sequoia, and the following models:

  • MacBook Air M3 and later
  • MacBook Pro with M3 Pro or Max
  • MacBook Pro with M4 base, Pro or Max.

If there’s liquid in one of their USB-C receptacles (ports) when a USB-C cable is connected to it, a sensor should detect it and alert the user, advising them to shut the Mac down, disconnect all cables and leave it to dry. Full details are given in this support note, dated 23 November 2024.

Previously, reports of this feature claimed that it was intended for use by Apple to determine whether a laptop Mac had been damaged by liquid ingress. Like all laptops, internal components of MacBook Air and Pro models contain several liquid sensors already intended to reveal whether ingress has occurred. Sensors in the USB-C receptacles are clearly different, and are being used to prevent damage by corrosion inside the receptacle, rather than limit warranty or AppleCare+ repairs.

Summary

  • Accessory Security is available in all laptop Apple silicon Macs, and intended to prevent attack by malicious devices.
  • A single control in Privacy & Security settings determines when approval will be required for devices to be connected to a USB-C port.
  • This is controlled by IOAccessoryManager, which manages the initialisation and preparation of USB-C ports. TCC is not involved.
  • Some laptop M3 and M4 models have liquid detectors in each USB-C port. These will alert you if liquid is found when connecting to a USB-C port. This is intended to prevent corrosion occurring inside the receptacle, not to detect damage caused by liquid ingress.

Can you calibrate your Apple or MacBook Pro display?

By: hoakley
12 February 2025 at 15:30

Working with older colour displays, particularly bulky and heavy CRT models, wasn’t easy. Colour calibration was all-important if you wanted what you saw on screen to look anything like what appeared from the printer. Apple’s newer displays, including the Studio, Pro Display XDR, and the high-end XDR screens in MacBook Pro models, are intended to be much less demanding in use while still producing faithful colour. Unless you’re a professional colour-grading video or achieving perfection in your photos, you should never need to calibrate these displays. This article explains how this works, and how you can tweak those displays to your own liking.

As I explained in my brief history of ColorSync last weekend, each device including displays has a limited range of colours it can reproduce, its gamut. To ensure consistency in the use of colour throughout macOS, each device has its own colour profile that’s used by ColorSync, the colour management system. In the past, those who cared about colour used a colour measurement device for display calibration, the production of a colour profile for ColorSync. For CRT displays this could be a lengthy procedure, as the display had to warm up fully before calibration could start, and the procedure had to be repeated periodically to ensure the profile matched the display as it aged.

Apple Studio, Apple Pro Display XDR, and MacBook Pro XDR internal displays are intended to have stable and standard calibrations over long periods. For example, the Studio display incorporates an A13 Bionic iPhone chip running a cut-down version of iOS 17 that is most likely involved. These displays are manufactured to meet a standard calibration supplied as a preset in macOS. The only option for display recalibration is to a ‘factory’ standard using high-end instruments, thus not something for most users to attempt. All you can do is tweak the presets provided, perhaps with the aid of a colorimeter to measure white point and luminance.

Presets are accessed in Displays settings, and include the master, named Apple Display (P3-600 nits), Apple XDR Display (P3-1600 nits) or similar. Below that is a list of variants for specific purposes. If you were to select Calibrate Display… at this point, all you could do would be to perform a full ‘factory’ calibration if you happened to have the right instruments to hand.

Instead, select the Customise Presets… command.

With the master preset selected, clicking the + tool to add a custom preset will create a copy of that, where you can mix your own preset. For this you can select:

  • a colour gamut, default P3, with options including sRGB, PAL and NTSC;
  • a white point, default D65, with options including D50, DCI and custom;
  • an SDR transfer function, default Pure Power, with options of sRGB and others;
  • whether to boost the system gamma;
  • a maximum luminance, defaulting to 600 for SDR or 1,600 nits for HDR;
  • whether to limit luminance to that achievable over the whole display.

When a custom preset (not the master) is selected, the Calibrate Display… menu command should offer you two fine-tune options as well as a full calibration.

Fine-Tune Calibration is intended for use with a colorimeter or other instrument that can measure white point and luminance.

You can then enter the measured values and those that you want from the display, through this fine-tuning.

The other option is to perform a Visual Fine-Tune, for which no measuring instrument is used.

All this does is allow you to select a custom white point from this matrix of colours.

For the great majority of users, those should be all you need to achieve faithful reproduction of colour on your display. If you feel that you need to be able to do more, then you’d probably be better looking at Eizo ColorEdge or similar products that offer more traditional calibration.

How to change lid behaviour on MacBook Air and Pro

By: hoakley
3 February 2025 at 15:30

Good news: almost exactly three years after I reported that you couldn’t control what an Apple silicon MacBook Pro or Air does when you open its lid, Apple has addressed this.

Intel models

Since about 2016, Intel MacBook Air and Pro models may have an ‘auto boot’ feature, and either start up or wake from sleep when you open their lid. This behaviour is controlled by the AutoBoot setting in their NVRAM. If you want to disable auto boot startup, then open Terminal, type in the command
sudo nvram AutoBoot=%00
and authenticate with your admin password. When you next open the lid, that Mac won’t start up until you tell it to.

To disable that, and restore auto boot, enter the Terminal command
sudo nvram AutoBoot=%03
and authenticate again. It will also be restored if you reset NVRAM.

Apple silicon models

The procedure for Intel Macs doesn’t work in Apple silicon models, and the NVRAM setting that looked as if it might work, auto-boot, mustn’t be used as it can cause boot problems. Leave it well alone unless you fancy performing a full restore in DFU mode.

According to Apple’s recent support note, it’s now possible to change auto boot behaviour in MacBook Air and Pro models with Apple silicon chips using the BootPreference setting, when they’re running macOS Sequoia.

To disable auto boot when opening the lid or connecting to power, enter the Terminal command
sudo nvram BootPreference=%00
To disable auto boot when opening the lid, but for it still to work when connecting to power, enter the Terminal command
sudo nvram BootPreference=%01
To disable auto boot when connecting to power, but for it still to work when opening the lid, enter the Terminal command
sudo nvram BootPreference=%02

To restore normal auto boot behaviour, enter the Terminal command
sudo nvram -d BootPreference
to delete that setting in the NVRAM.

You can also list the contents of NVRAM with the command
nvram -p
which is helpful when you’re not sure what the setting is, or whether it has been removed from NVRAM altogether to return that Mac to its default behaviour.

Be particularly careful when making any changes to the NVRAM in an Apple silicon Mac: if you make a mistake there’s no easy way to reset the NVRAM, and your Mac could be taking a trip to DFU mode before it will work properly again.

Cleaning keys or trackpad

Auto boot only determines start up behaviour on opening the lid or connecting power. When the lid is open, pressing any key or using the touchpad will still cause the Mac to start up, so limiting use for cleaning its keys or touchpad. Apple recommends using compressed air, which shouldn’t start the Mac up, but if you prefer to use a dry cloth or isopropyl alcohol on a cloth (but never a water-based cleaner), then you may find it helpful to use KeyboardCleanTool to block key entry during cleaning.

Whatever you do, don’t let any water=based liquid near your Mac’s keyboard or other areas that could allow its ingress. Even small amounts of water can cause serious damage that can require expensive repairs. Like all laptops, MacBook Air and Pro models contain multiple water sensors, making that damage easy to detect. Water damage is included in AppleCare+, but will still cost you $299, and may not be covered by other insurance policies.

Does your MacBook Pro or Air need a lunchbreak?

By: hoakley
27 January 2025 at 15:30

Many Mac notebooks lead a busy life. Although they might get a decent sleep, they’re seldom left idle when on mains power. This article looks at some of the tasks that can’t normally be run when a Mac is running on battery power, and may get left undone if it’s too busy when recharging.

Sparse bundles

The only user task among these might catch you by surprise. Sparse bundles (the disk images that store files inside a bundle folder rather than in a single file) may need to be compacted occasionally to ensure they don’t grow larger than they need. Because compaction can take a long time and can’t be interrupted without risking the whole sparse bundle’s contents, by default it won’t be performed when a Mac is running on battery power. That can be overridden in some utilities like my own Spundle, and in the hdiutil command.

Daemons and agents

Although I can’t find them documented anywhere, there are two keys used in the property lists used for LaunchDaemons and LaunchAgents that determine whether their activities and background services will be run when a Mac is running on battery power. AllowBattery is set to true when the service can be run on battery, or to false when it can’t. You will also come across the opposite, RequiresExternalPower, set to true when it can’t be run on battery, or to false when it can. Be careful interpreting their meaning.

Spotlight

Spotlight’s in-app service Core Spotlight consists of many services, some of which aren’t allowed when on battery. Those include:

  • com.apple.corespotlightd.updateContacts in corespotlightd, which presumably updates information for Contacts’ database;
  • several parts of com.apple.spotlightknowledged, which is concerned with ‘knowledge’ additions to Spotlight features. These include com.apple.corespotlight.knowledge and its subtasks for inference, journals, and updates;
  • two parts of com.apple.photoanalysisd, used to analyse media content, in two parts backgroundanalysis and (surprisingly!) music;
  • several debug services in com.apple.corespotlight.knowledge, which shouldn’t have any user impact.
XProtect Remediator

As we’ve recently realised, regular scans performed by XProtect Remediator (XPR) to detect and remove known malicious software can busy a whole E core for well over half an hour. Because of that, some of its services will only be run when a Mac is powered by mains (AC). There is a ‘fast scan’ that can still take place when on battery, but that doesn’t appear to work through the specialist scanning modules for known malware, and doesn’t record similar entries in the log.

You can observe this yourself after starting your Mac up for the day. If it’s running on mains power and left alone for 10-15 minutes, XPR will usually start scanning with each of its modules. However, if you start your Mac up on battery and leave it for a couple of hours, there’s no sign of those scans starting. This is the result of the AllowBattery key of both com.apple.XProtect.PluginService.agent.scan and com.apple.XProtect.PluginService.agent.slow.scan being set to false in XPR.

Consequences

Most of these services will normally run when a Mac is awake, but not in heavy use. If your Mac spends little time in that state with mains power connected, then they may not be run for many days. When they do get a chance, then you may see long periods during which these services take a significant % CPU in Activity Monitor. If you open its CPU History window on an Apple silicon Mac, you should see them running almost exclusively on the E cores. This ensures that they don’t affect what you’re doing, but they do need the time to do their work uninterrupted, when possible.

For XProtect Remediator, this means that its full scans to detect and remove malicious software won’t take place. While you can run them manually, for example using my free XProCheck, that only runs one set of the two that are normally performed when XPR is run automatically.

Lunch breaks

Many humans take a break at lunch, when they stop their normal work and engage in maintenance. Although some take the opportunity to catch up with their sleep, in most cases folk stay awake.

That’s a model that could allow your MacBook Pro or Air to catch up with some of these background tasks that it needs to have mains power for. Rather than closing its lid to force it to sleep, why not leave it open, awake, running without the load you normally impose on it, and catching up on its Spotlight services and, most important of all, running XProtect Remediator scans? That needn’t necessarily be every day, but a couple of lunch breaks each week could be beneficial for both of you.

I’m grateful to Michele for inspiring this from his own experience.

创新 vs 混乱:iPhone 在 AI 时代下的牙膏和迷茫_10.ylog

By: Steven
1 October 2024 at 08:01

这是一期 荒野楼阁 WildloG 和 皮蛋漫游记 的串台节目,由我和零号、初号一起,聊聊今年 Apple 发布的新产品以及一些周边的信息,作为 设以观复x两颗皮蛋 合作的那期视频内容的一些补充。

今年 iPhone 16 系列着实挺闹心的,一方面是 Apple Intelligence 的大饼迟迟未能落地,另一方面 Camera Control 独立按键加得有点莫名其妙。但我们还是决定在深入体验和使用 iPhone 16系列之后,能够匹配我们的深度测评内容一起,跟大家聊聊今年库克又挤出来了多少牙膏?

2:03 关键词:初号「过山车」苏志斌「意料之中」零号「Ridiculous」

8:10 AirPods 4 代很值得购买,刀法也足够精准

11:01 AirPods 助听器功能的背后

17:32 中文字体字重的调整

20:11 Siri 物理意义上变快了

22:31 相机控制按键:理想很丰满,现实…….

31:53 Mac 预览和 shownotes 支持 HDR 视频的延伸和补充

36:55 色彩风格+魔改 RAW

40:44 App Intents:让系统 应用互相直接能联动

45:57 Apple Watch:9 代到 10 代减薄的背后,11 代可预期的更大显示尺寸

54:55 相机按键如果是 AI 的视觉按键成立吗?

1:00:40 加了这个按键之后到处都是混乱和矛盾

1:06:25 手机为啥(暂时)不能 edge(显示)to edge(中框)

1:12:19 什么是产品的核心体验?

1:23:34 苹果会做折叠屏吗?

1:34:00 Meta Orion 是否是比 Apple Vision Pro 更正确的验证路线

1:41:54 为什么最好的虚拟现实 AI 设备一定是眼镜?

|登场人物|

苏志斌:从业 15 年的工业设计师,车联网智能硬件企业联合创始人及产品经理

零号:两颗皮蛋的零号,前手机行业产品经理,主管运营和项目管理

初号:两颗皮蛋的初号,前手机行业产品经理,主管内容创作和出镜

|更多皮蛋|

B站@两颗皮蛋 微博@两颗皮蛋 小红书@两颗皮蛋

|拓展阅读|

录这期播客时遗漏的话,聊一聊苹果的设计团队「怎么了」

视频:设以观复 x 两颗皮蛋 联合深度解析 iPhone 16 系列

|相关链接|

若你所使用的播客客户端未能完整显示插图,或遇网络问题未能正常播放,请访问:

荒野楼阁 WildloG 的地址:https://suithink.me/zlink/podcast/

阅读设计相关的各类文章:https://suithink.me/zlink/idea/

|其他社交网络媒体|

苏志斌 @ 知乎|SUiTHiNK @ 即刻 / 微博

苏志斌SUiTHiNK @ Bilibili / YouTube / 小红书

|联络邮箱|

suithink.su@gmail.com

欢迎在 小宇宙、Spotify、YouTube、Apple Podcast 收听本节目,期待你的留言。

苹果可还有设计哲学?从 iPhone 16 到 Mac,解构三十年苹果设计演变_9.ylog

By: Steven
9 September 2024 at 07:10

在 iPhone 16 发布之际,盘点了手机/Mac等产品线的外形演变史,设计哲学的背后,我们看到了产品理念、技术实力、组织架构也在决定着产品的外形。

03:30 – iPhone 16 设计解析:为什么「胶囊」形状摄像头和新增的按钮是在扶持 Vision Pro?为什么这一代的标准版大概率畅销?

手机设计盘点:为什么说「从 iPhone X 开始,手机的最终形态已经被确定了?」科幻电影中的「黑石」如何影响了 iPhone?

33:30 – 解构 Apple 历代产品设计:从 Mac/Watch 等产品线的外形变化背后,我们看到苹果的变化。Ive 在 2019 年的离去标志苹果设计的黄金年代结束了吗?为什么新一代的设计语言,藏在 HomePod、AirPods Max 和 Vision Pro 的 3D 编织材料里?

本期节目是和 脑放电波 的串台,推荐关注;也是脑放电波 Apple “Privilege”(苹果“特权”)系列的新一期节目,本系列旨在围绕苹果公司的发展历程和商业策略,剖析其在产品设计、品牌营销、供应链管理、隐私(及社会责任)等方面的种种“特权”,帮助你深入理解全球第一市值公司背后的故事,相关节目:苹果供应链迷思 / 苹果广告底层逻辑 / iPhone 15 和它的前任们 / 苹果零售店

欢迎在评论区留言发表你对本期节目的感受与看法。

|登场人物|

  • 主播:托马斯白 – 脑放电波主播,资深科技营销人,前XR创业公司CMO,科技媒体特约作者,养生爱好者; Nixon – 脑放电波主播,XR产品经理,前科技媒体记者,养生爱好者
  • 嘉宾:苏志斌SUiTHiNK – 资深工业设计师,电子行业产品经理,科技企业联合创始人,个人播客 荒野楼阁 WildloG
  • 剪辑制作:Kari,柒

节目中用到的音乐:来自 monkeyman535 的 90’s Rock Style,地址 freesound.org;来自 kjartan_abel 的 Berlin Town,地址 freesound.org;基于 CC BY 4.0 DEED 使用

|拓展阅读|

苏志斌讲解iPhone”无边泳池”及灵动岛苏志斌讲解iPhone 12、我们的标题模仿了李楠的文章 iPhone 可有设计哲学?

脑放电波往期节目精选(搜索关键词可收听)

脑放电波是一档关注科技前沿、品牌营销和个人成长的谈话类节目。每期带给您一个有趣有据的话题,帮您在信息严重过载的现代世界小幅自我迭代。您可以在小宇宙、苹果播客或者其他泛用型播客客户端搜索“脑放电波”找到并关注。

|相关链接|

若你所使用的播客客户端未能完整显示插图,或遇网络问题未能正常播放,请访问:

荒野楼阁 WildloG 的地址:https://suithink.me/zlink/podcast/

阅读设计相关的各类文章:https://suithink.me/zlink/idea/

|其他社交网络媒体|

苏志斌 @ 知乎|SUiTHiNK @ 即刻 / 微博

苏志斌SUiTHiNK @ Bilibili / YouTube / 小红书

|联络邮箱|

suithink.su@gmail.com

欢迎在 小宇宙、Spotify、YouTube、Apple Podcast 收听本节目,期待你的留言。

两年内 Apple Vision Pro 不会出现杀手级应用|设以观复 番外篇 Vol.2

By: Steven
9 June 2023 at 19:05
点击封面到 YouTube 观看视频

点击这里到 bilibili 观看视频

这期视频是一期比较随性的闲聊,主要从产品、设计、混合现实三个角度,谈谈我对 Apple Vision Pro 这款产品的看法。因为几乎都是独白,所以也可以当作一期 podcast 来收听。

以下为文字大纲:

先说我的观点:苹果选择了一条更艰难的路线。但只要「不做缸中脑」的价值观继续贯彻,这款产品的生态和迭代就是非常值得期待的。但是,它不会取代iPhone,它的目标也不在此。从它的产品定义来看,恐怕还有一个更大的 one more thing 在等待发布。

关于产品

1、不是VR!太好了!

2、之前的预测基本都对了:一体机、眼手控制、层与深度的交互、空间建模、空间音频、LiDAR 人脸建模。技术路径的连贯性。我之前说 M2 芯片单独划出了图形引擎,可能是有手势操作的考虑。但当时我还觉得,可能得要到 M3 才会实装,那是我低估了苹果,从各方体验的反馈看,M2 处理手部操作已经非常强悍了。这样子的话,M3 就真的不着急了。

3、从各方体验的反馈来看,初代产品的完成度非常高。但第一代产品很显然不是面向消费者的,从售价和硬件配置来看,都是给开发者的入场券:「想在下一个时代展示你的才华吗?加入我们的开发平台吧!」所以,买不起没关系,因为不用买。虽然,它有初代 iPhone 的感觉了,但很多人不免怀疑是不是要等三四代以后才堪可用?我到觉得不用那么久,因为软硬件的完成度已经是接近 iPhone 4 的状态了,也就是说,它先奠定了空间交互的完整逻辑和操作体验,硬件也足够强大。要知道,iPhone 初代除了大屏幕和多点触控,几乎没有一样拿得出手的东西,但它的交互设计改变了整个时代。所以 avp 剩下需要做的,就是把软件生态做起来。以苹果今天的开发者号召力,软件神态会比 iPhone 初代更快达到 4 代的状态,这个过程会更短。

4、发布会时,我第一处惊讶的地方,外部屏幕显示实时的眼神:你看着它,它也在看着你,实时计算双方关系。之前的观点:空间重建,让设备认识世界。因此设备下方有大量摄像头,用于捕捉用户手部的精细动作,这种程度的认识现实世界,是 avp 空间交互的基础。

5、我之前说过,头显设备不会替代手机,它的续航、应用场景、对空间的要求以及使用方式,都不会是一台手机这样的随身电子设备。这一点,我们从后续的官方设计原则上也能看到苹果对这件事的理解。人是在室内、坐着使用的。因此续航在现阶段并不是问题,它可以连接常电来使用,和我们的任何一台桌面显示器一样。苹果甚至不建议开发者去设计界面还原的操作,因为它们直接在系统内处理好这件事,你换个座位、换张沙发、换张床后,设备自己识别环境来让你视野内的界面回到合适的位置上。

6、官方设计建议,移动时从沉浸空间中淡出,稳定下来后再回到沉浸空间,这也是官方在主动表达,坐下来、在固定的空间内使用。一方面,这是创造沉浸感的条件,另一方面也是考虑到人身安全,在虚实结合的环境里快速地移动或手舞足蹈是很容易弄伤自己的。因此,我们在用现有的 vr 产品时都会有划定安全区这个操作。

7、杀手级应用?很多人说「3D照片/视频」,但我不觉得这个有足够的吸引力。它确实可以提供新的、生动的体验,但要成为「杀手级应用」,需要足够的便利条件。手机摄影之所以可以动摇传统摄影,是随身携带和随时按下快门。但 avp 的拍摄,更类似无人机视角,是一个你需要这样的视角时,才会需要的东西,它不够便利,不够快。avp 真正的的杀手级应用一定不会在一年内出现,甚至是上市后的一年内也不一定有,它需要开发者和时间一起酝酿和探索。况且,比特与原子的融合,还需要很多后台的工作来完善,比如更大的世界模型,或者催生出新的需求场景。总之,独属于这个平台的杀手级应用,一定诞生在基础建设更完善的时机。

工业设计和交互设计

1、现有产品的大融合吗?在我看来,它更像加大号的 aw:如出一辙的曲面玻璃盖板,复杂的曲面贯穿铝合金机身和玻璃,有机的整体轮廓搭配编织物绑带,贴身部分全部由织物和硅胶材质构成。这就是苹果这几年做手表和耳机的过程中总结下来的,穿戴数字产品的设计原则。avp 上的所有细节,都能在 aw 和 app 上找到对应的处理方案。

2、可以说,继铝合金后,另一个材料探索的方向:织物。亲和力、强韧、富于变化,很适合穿戴式计算设备的设计。这类材料是传统工业设计师并不熟悉的,通常只有部分家具设计师和家纺类产品的设计师会接触到。但是要注意一点,编织物是一种复合材料,它不仅不是塑料、金属这类单一实体材料,它甚至可以是不同种类材料的混合编织,因此可探索的边界,以及可变化的范围,是具有很大想象空间的。这类材料师师会比我了解,看看她有没时间出些视频给大家讲一下这类材料的设计。许多年前的宝马概念车和“大白”,都是柔性材料在科技领域很好的启发。我觉得,这是苹果在工业设计上的进一步探索,也将会带来产业链上的变化,类似氧化铝合金的普及,设计师和产品经理可以关注。

3、所有界面片层化、小组件化,所以小组件可以交互了。在分析灵动岛那条视频里我就说,它是中间交互层在 Face ID 上的具体结合。现在再看 avp 的交互,尤其是应用边缘的交互菜单,是不是很自然地从已有的交互习惯转移到新的空间交互里来了?

4、与 iPhone 初代的拟物化界面类似,AVP 采用了和现在 Mac 一致的界面布局和风格,帮助用户和开发者尽快适应新的空间交互。但是,界面风格其实从 iOS7 开始就固定了,毛玻璃一方面是让界面与环境保持良好的光照、氛围的互动,也能让更多层的展开显得自然。值得注意的是,在设计时,设计师和开发者不需要自己做出立体的分层效果,只需要做好平面的分层,毛玻璃的立体分层效果,是系统来处理的。这些协助和预设不起眼,用户也不会注意到,但对于开发者来说是非常有帮助的,它们不仅规范了所有应用的整体品质,也减轻了开发工作量,让更多人愿意为这个生态去做更多的尝试和探索。这也是护城河的一部分。

5、一个细节:设计原则中建议,层窗口不应跟随视线,而是锚定在现实中的固定位置。换言之,作为设计师和开发者,是可以选择跟随或锚定的。据我了解,把虚拟物品和界面锚定在现实中,是一项比较复杂且难度较大的技术,非常容易因为抖动而破坏沉浸感。这是由于细微误差的累积造成的技术问题。我们目前不知道苹果的技术实现方式,但如果明年上市时看到的确实是稳稳锚定的界面,那这背后的技术储备其实是相当深厚的。

6、观看的内容放大放在远处,操控的部件放在近处并且较小。这里用到了一个符合直觉的设计逻辑:电影、模型、网页这些被观察的对象,应该与人保持距离,和显示屏一样,而操控部件应该在离手较近的地方,方便你的视野锁定并操作,和键盘鼠标触控板一样。

7、苹果对层级的设计有建议,新元素出现时,已有界面和元素应该向后退一些,确保主次关系,保证良好的视觉重心体验。但这个尺度所以所有开发者来说都是比较难把控的,后续的设计规范中应该会有系统层面的自动化方案,不需要设计和开发去重新考虑。

8、设计建议中有一项比较值得注意的,是声音。苹果说你可以让界面的声音从前方传来,也可以四面八方,或者某个指定的角度,这取决于你的应用怎么使用、怎么设计。这一点之所以要重点关注,不仅仅是它有空间音频,更重要的是在空间计算的设备中,声音其实已经是整个UI的一部分了。你对应用的体验、理解,以及交互,都将与空间中的声音紧密相关。因此,参与了这款产品开发的苹果前员工也在推上强调,声音的体验是极少人关注、但极为重要的事情,而这款产品会给人巨大的惊喜。我想,所有设计师和开发者都应该注意这件事。

9、通过最简短、清晰的标签和符号,指引人离开、退出。这不仅仅是 UI 规范的事。因为在沉浸空间内,指引不明确是会比操作电脑、手机,更容易感到困惑、惊慌或愤怒的。在你想离开时,眼睛看向标签,锁定,确定,这种确认方式既符合直觉,也给了人可以随时退出的安全感。

10、因为选定完全依靠眼球追踪,所以为了确保准确度,苹果在设计规范中也提到,按钮的实际可控面积是比按钮本身的面积更大一些的。这里我要补充一点,人眼的活动本身并不是完全线性的,在慢速运动时,其实是一顿一顿的,只是大脑算法弥补了这种抖动。因此,在盯着界面看的时候,人眼实际上就处于这种慢速抖动的状态,眼动追踪也会检测到这种眼球抖动。所以,无论是因为算法矫正,还是优化选择容错率,这种选定范围大于实际面积的设计原则都是必须的。这在触摸屏的交互上,也是很常见的规范。但苹果规定一个按钮至少要保证 60 像素的面积,那就是说,它的眼动锁定范围的极限,大概就是在 60 像素这个区间左右。这一点,在推远玻璃面板时,会自动放大的轮廓也有所体现。因为如果跟随距离缩小,会导致后层界面的交互精度下降,造成系统不可用的问题。至于选定具体文字的精准操作,根据前员工的披露信息,我个人猜测,是由传言中的「眼部脑机接口」的「读心术」来辅助完成的。这件事可以以后再跟进确认。

疑惑

1、交互的力反馈怎么处理?对体感游戏很重要。会有单独的游戏配件吗?

2、混合现实游戏的玩法:不是复原现实游戏,应该是现实中玩不到的玩法,比如巫师棋、游戏王。这样的话,其实也不需要力反馈了。

我对于 XR 的一些看法

1、选择了「不做缸中脑」的价值观,很棒!

2、增强现实和人的链接,是融合,不是制造一个虚拟世界代替。iPhone X 发布的时候,我曾写文章说,需要有边框来界定虚拟和现实的边界,因为沉浸感越强越需要清晰的退出机制,人才会有安全感,才更愿意用。这是交互设计要死守的底线。果然,苹果选择用数码表冠来切换融合程度,而且,这是一个实体旋钮,是唯二的实体操控部件之一。可想而知,其优先级和对交互体验的重要程度。

3、因此,是「多一个」,不是替代关系。但说实话,我对人性没有那么乐观,当其生态足够完善后,肯定会有多数人主动选择待在里面的世界。届时,不仅仅是手机被替代,而是连同电视、电脑、大房子、电影院、足球场这些东西,统统都会被吸引这个黑洞里。

预言在应验:五年前所讨论的未来人机交互的新范式_6.ylog

By: Steven
16 June 2024 at 22:58

从 2024 年的今天,回望 2019 年的 Apple 和 Ive 团队,我们会发现有些变化和趋势似乎是早已注定的。在过往的观察和分析中,我们所预言的事情正在成为现实和主流。常言道以史为镜可以知兴替,今天再看当时的 Apple 和 Ive 团队,关于产品的演进思路和设计策略的变化都早有端倪,也能预见在 AI 席卷的浪潮下,Apple 将会如何应对。

在这一期,你会听到:

—- 二十年前的专利文件:通体透光的 iPhone

—- 国产厂商和 Apple 在设计上的差异

—- 成功的设计:AirPods 只是剪掉线的 EarPods

—- 塑料手机的设计巅峰:iPhone 5c

—- 刘海与机器视觉:早早布局的 AI 伏笔

—- 未来十年的人机交互:人和人之间怎么交互?

—- 设计策略上的「S型曲线」体现在哪里?

—- 产品路径上迷路的 iPad

—- 光洁的划痕:是矫情还是哲学?

—- 史上最佳手机壳:iPhone 5c 的多彩硅胶壳

—- 拟物化的残党,现在理解扁平化的先进性了吗?

|相关图片|

首款 Unibody 设计于 2008 年 10 月发布
截图来自:Designed by Apple in California

查看更多图片和设计讨论:Mac Pro 2019

|拓展阅读|

如何评价 iPhone X 的工业设计?

交互的王,时代的狂!万字详解灵动岛的今生来世!

十年轮回?经典进化!工业设计师深入解读 iPhone12!

从技术寿命 S 曲线,看阳极氧化铝的设计

抽象的产品,用户「界面」的设计

如何看待 Evans Hankey 从 Apple 设计团队离职?

注定会离职的 Jonathan Ive 和科技产品的设计趋势

|登场人物|

苏志斌:工业设计师,车联网智能硬件产品经理 / 联创,《设以观复》作者

王汉洋:AI 行业从业者,多档播客主播,《拯救东北1910》《山有虎》作者

|相关链接|

若你所使用的播客客户端未能完整显示插图,或遇网络问题未能正常播放,请访问:

荒野楼阁 WildloG 的地址:https://suithink.me/zlink/podcast/

阅读设计相关的各类文章:https://suithink.me/zlink/idea/

|其他社交网络媒体|

苏志斌 @ 知乎|SUiTHiNK @ 即刻 / 微博

苏志斌SUiTHiNK @ Bilibili / YouTube / 小红书

|联络邮箱|

suithink.su@gmail.com

欢迎在 小宇宙、Spotify、YouTube、Apple Podcast 收听本节目,期待你的留言。

科技是由人文驱动的:体验后再谈 Apple 空间计算机_1.ylog

By: Steven
1 May 2024 at 20:03

前几天我去找一位科技媒体的朋友,体验了一晚上 Apple Vision Pro(苹果新推出的空间计算机),我将那晚体验的感受以及我们讨论的内容,整理出了这一期节目。本期节目为单人讲述。如果你遇到网络环境波动问题,加入列表缓存后,即可正常收听。

在这一期,你会听到:

—- 交互设计很优秀,但为什么说它不完整且反直觉?

—- 你的眼睛是你的注意力,你的手是你的行动,日常生活中我们这两个部份是分工协作,分头行动的,但在 Apple Vision Pro 的交互体验中,这俩完全没法分开;

—- 空间沉浸感一流,彩透效果超群,但多任务体验并不好;

—- 这种立体感,和在电影院里看 3D 电影是很不同的。Apple Vision Pro 这个恐龙的应用所展示出来的,是一种大脑完全相信的,是一个空间,而不是把前后景处理得很好的分层的画面;

—- 眼动追踪像魔法,但也很脆弱:

—- 当我刚设置完的时候,他非常的准,极其的精准,真的就是魔法一样,指哪打哪,很爽,但是在我用了一段时间以后,他会稍微有一些偏移,就对不准了;

—- 眼动追踪矫正流程中的色彩细节,为什么?

—- 最喜欢的两个应用:看星星,火星车;

—- 这就好比你画画的时候,需要用笔,但你一旦需要在三维的空间里去做雕塑,你需要的是雕刻刀和铲子;

—- 太顺理成章的工业设计:苹果的行活儿;

—- 缺少思考后的冲突感,仿佛设计部门和工程部门都没有怎么吵过架就落地了;

—- 预言:什么时候能普及?

—- 普及的好产品 = 渣男喜欢的类型

—- 强制性 vs 超越感官

—- 不要抽象地谈论科技:科技是由人文驱动的

|登场人物|

苏志斌:工业设计师,车联网智能硬件产品经理/联创,《设以观复》作者

|相关链接|

若你所使用的播客客户端未能完整显示插图,或遇网络问题未能正常播放,请访问:

荒野楼阁 WildloG 的地址:https://suithink.me/zlink/podcast/

阅读设计相关的各类文章:https://suithink.me/zlink/idea/

|其他社交网络媒体|

苏志斌 @ 知乎|SUiTHiNK @ 即刻 / 微博

苏志斌SUiTHiNK @ Bilibili / YouTube / 小红书

|联络邮箱|

suithink.su@gmail.com

欢迎在 小宇宙、Spotify、YouTube、Apple Podcast 收听本节目,期待你的留言。

💾

山灵M6 pro播放器的自问自答

26 July 2020 at 22:52

山灵m6 pro是国内老牌音响厂商推出的便携音频播放器,官方售价4598元。

1. 外观如何?

我看行。不过仅有“钛”金色供选择,对只喜欢黑色的直男来说太不友好。

2. 手感如何?

做工不太行,胶水都不均匀,拿在手上没高级感,只能说凑合,如果是4600块钱的手机估计会被喷死吧。右侧音量滚轮感觉略松,按下去时候的声音廉价,背面自家标志在两层面板间都没对齐。除此外还不错。

3. 充电快吗?

大概两个小时充满。

4. 对机身还有什么不满意的吗?

缺少实体hold健,太容易误触,另外不确定是否采用康宁玻璃,包装里送了贴膜,不过贴膜我是不会贴膜的,这辈子都不会贴膜的。TF卡接口太紧了,不用工具我是打不开的。官方皮套得单独购买,200块钱,目前我的机器背面已经有些划痕了。

5. 发热怎样?

自家播放器播放自己卡里的高码率音乐会有轻微发热,如果播放流媒体的话基本没明显发热,感觉不错。

6. 安卓?

是的,深度定制的安卓7.1系统,整体流畅度不错,比想象中的好,不过这个系统是没有经过谷歌认证的,即便是国外的版本也无法安装谷歌框架和商店,官方倒是给出了安装方法,略复杂。

目前我也没安装谷歌框架,通过apkpure安装了spotify和tidal,运行良好,系统整体也比较稳定,至少没有出现什么必须重启才能解决的bug,一般清除后台就可以了。

7. 有三个耳机接口可以同时使用三个耳机吗?

不行,不过可以同时使用2.5和4.4这两个平衡接口,这已经挺让我意外了,还等什么快跟你喜欢hifi的对象分享音乐吧。

8. 山灵播放器软件如何?

不错,常用功能都有,对于音频的设定也都放在了下拉通知栏里,方便操作,本身还自带云音乐,不过也是要花钱加会员才行。软件扫描tf卡里的音频速度很快,这点让我印象深刻。不过除了本身软件外,其他部分都还是原始的安卓痕迹。

9. 纯音模式?

可能是为了让一部分担心安卓会劣化音质的朋友放心,所以确实有个纯音模式,但我觉得并不是网上说的另一套系统,而只是一个只能运行山灵播放器这一个软件的安卓7.1而已。反正我从来不用。

10. 网络怎样?

我家里是meshi网,几个房间自动切换没问题,公司里的WiFi隔了一堵墙表现也挺好,这方面我觉得不用担心,有时候我倒是希望它能支持sim卡,这样真的可以随便带出门玩耍了。

11. 能看视频吗?

能,我装了plex可以晚上睡不着的时候看看nas里的影片,一般也不卡,不过如果看高清4k什么的应该还是会卡的吧,没试过,不太可能拿它长时间看视频。

12. 耗电如何?

感觉一般,目前我只用2.5平衡和4.4平衡,要不停地听8个小时应该没问题,但谁会这样听歌呢?加上待机,以及偶尔听流媒体,还要打开spotify找找歌啥的,一天一充肯定是要的。

13. 现在搭配什么耳机?

有三个:

AKG K3003,3.5单端,用低增益。

AKG n5005,2.5平衡(原装线),用高增益,整体感觉都比K3003有提高,目前主要使用这个耳塞。

Sony Z7第一代,4.4平衡(金宝线),用超高增益,要论素质我觉得可能比不上n5005,但是音乐氛围好很多,就是戴着太热。

这三个耳机我觉得都是能”推得动“的,音量不超过35%,至于有些网友说能推到7成啥啥的,我也不知他们是如何判断出来的。

另外机器还支持高清蓝牙音频传输,不过我没有什么好的蓝牙耳机就没试。

14. (以后想起来再补充)

已经有很多年没有关注过播放器了,这次总体来说还是满意的,在此之前我一直都是流媒体加蓝牙耳机,已经快忘记好听的声音应该是什么样子的了,所以一下子听到如此清晰,有质感的声音的时候甚至都感动了,这样又可以玩耍一阵子了。

Surface pro 7

6 December 2019 at 23:06

是的,为了能愉快的看PDF我又买了surface pro 7。

为什么不买iPad pro?

在确定购买surface pro之前确实非常认真地考虑过要不要买一台iPad pro,毕竟80%的时间我是需要爱奇艺的,但:

  1. 之前用过iPad pro 10.5寸两年左右吧,屏幕坏过两次,一次是保修期内一次过保,所以对苹果已经比较失望了。
  2. 不管是平板还是笔记本我都有打字的需求,用iPad打字实在是一种折磨,还不如galaxy tab s6,总不能出门带一个蓝牙键盘一个蓝牙鼠标再加一个支架吧。
  3. 我有Galaxy tab s6而且还打算继续使用。
  4. kickstand,就是surface背后那个支架,我在淘宝上花了半个小时想找到适用于iPad的kickstand支架,非常遗憾,没找到,kickstand这东西太方便了,不论是生产力还是爱奇艺。
  5. 我决定给surface pro一次机会。

用Surface pro 7 看PDF的目的达到了吗?

达到了,非常爽,不用像iPad或者安卓设备那样考虑网络问题,不论是办公室的电脑还是家里的nas都能非常方便的连接,文件放一个地方随时同步,关键是没有那些限制,要连哪个服务器用什么协议非常清楚。

问题是为了这么一个目的花了8000多块,我脑子有坑吗?为啥不买Sony电子纸?还能充值信仰。

来理一下思路

我需要(排名分先后)

  1. 可以看PDF的平板
  2. 偶尔敲敲字的笔记本电脑
  3. 方便访问各种网络和网盘的设备
  4. 可以简单画画的平板
  5. 爱奇艺

那么surface pro是一个好的选择吗?

先说说优点

如果以平板电脑的眼光来看,硬件部分几乎没什么亮点,比如二合一的设计从第一代开始就是如此,现在第七代了体验几乎没变化,所以只能降低标准,自己跟自己比吧。

  1. usb type c接口,扩展性进一步增强,还能用充电宝充电。
  2. 快充,官方说法一小时充电80%,两个小时充满。
  3. 息屏待机,以前的surface经常一休眠就“死”过去了,得长按重启,而目前这台使用了几天,待机最长有十几个小时,目前还没遇到睡死过去的情况。
  4. 面部识别速度很快,当然还是无法跟手机比。
  5. 我买的i5版是没风扇的,非常安静,温度也不错,没遇到烫手的情况,当然我也没使用多大型的软件。
  6. 官方键盘盖的触控板非常舒服。
  7. 手写笔吸附在侧边框上的吸力非常大,很有安全感。
  8. WiFi 6。
  9. 完整的Windows体验,如果当笔记本电脑来使用的话,软件不是问题,敲字非常舒服。
  10. 没了。

再说说缺点

作为一名surface pro 3的老用户,相隔这么多年后再次使用surface,本来期望在体验上能有全面的提升,但非常遗憾,并没有,所有我对于surface pro 3的记忆可以全部套在pro7上。

  1. 机器摸上去还是有塑料感,没有密实的感觉,边框某些地方甚至能按出响声,好像没粘牢一样。
  2. 手写笔在大部分软件中依然不跟手。
  3. 重量与surface pro3比也没有明显变化,轻了20多克。
  4. windows10这么多年了,surface产品出了十几款了,但对于触摸屏、手写笔的优化毫无进展,别说第三方了,自己家的系统都无法愉快的玩耍,比如不接键盘的话我要如何从一个全屏软件回到桌面?
  5. 平板模式下的软件特别匮乏,软件商店里的app没几款是针对surface触摸屏进行优化的。
  6. 大边框,无法理解的大边框。
  7. 屏幕颜色显示非常一般,即便是增强模式下也明显感觉颜色缺失,色彩偏灰饱和度不够。
  8. 面部识别的时候摄像头旁边会亮起一盏红色的灯,low爆了。
  9. 续航感觉毫无进步,我是说跟surface pro 3比,如果跟pro 6比甚至还差一点。
  10. 低配版没有颜色选择,想买黑色至少得i5 256G以上才有。另外微软是不是对“亮铂金”有什么误解啊?分明就是灰色嘛。
  11. 所有我试过的绘画软件,不论功能多少都无比卡顿,网上看,即便i7版本也一样,zoom一下都要等3秒,这要不是为了挣钱谁忍得了。
  12. 生态还是稀烂,如何将手机里的文件导入?思来想去可能还是微信最方便。
  13. 预装系统从以前的专业版变为家庭版,升级专业版得800块。
  14. 等等。

总而言之

如果抱着购买一个平板的心态来买surface的话在2019年仍然是令人失望的,如果主要是使用完整的Windows偶尔看看PDF的话还是非常合适的。当然用来看爱奇艺也是极好的。

所以,后悔了吗?

是的。

脑子有坑吗?

有。

❌
❌