All Blog News

All the blog entries

  • | |

    Rothschild Co Redburn upgrades Apple to Buy, raises price target to $400

    Stock chart

    Rothschild & Co Redburn has upgraded Apple (AAPL) to Buy from Neutral and raised its price target to $400 from $260, citing stronger-than-expected iPhone growth driven by the company’s planned entry into the premium foldable smartphone market.

    Analyst Timm Schulze-Melander and the firm project iPhone sales growing at a 12% compound annual rate through fiscal 2030 — up to 14% above consensus expectations. The key catalyst is the anticipated launch of the iPhone Ultra, Apple’s first foldable device, expected to expand the premium segment and lift average selling prices.

    Rothschild forecasts the foldable model will contribute meaningfully to unit growth with limited cannibalization of traditional iPhone sales. The firm’s iPhone earnings estimates run ahead of consensus, and a “strategic reset” in Apple Intelligence further supports its outlook, leaving overall fiscal 2030 estimates roughly 18% above the Street. Rothschild expressed confidence that Apple’s relative valuation multiple remains well supported.

    Beyond hardware, the firm sees opportunity for Apple to position itself as a gatekeeper of consumer AI. By potentially leveraging a fleet of open-source models and monetizing through Apple Pay and other payment platforms, Apple could strengthen its high-margin Services business while reducing reliance on third-party closed models.

    The upgrade comes as Apple trades near recent levels around $305, implying significant upside to the new $400 target. While risks such as production challenges for the foldable device remain, Rothschild views the combination of product innovation and AI optionality as underappreciated by the market.

    From Schulze-Melander’ lips to Mr. Market’s ears!


    .

    Source link: https://macdailynews.com/2026/08/17/rothschild-co-redburn-upgrades-apple-to-buy-raises-price-target-to-400/

  • |

    How to enable the hidden Siri UI in macOS 27

    In this step-by-step tutorial, we show you how to use a simple Terminal command to enable a secret, lightweight Siri interface that appears when you select text and helps you rewrite it or take another relevant action.

    New Siri icon in macOS 27

    If you have updated your Mac to macOS 27 Golden Gate beta or installed this unreleased version on a partition, you can use a simple Terminal command to unhide a Siri feature that helps you check, edit, and transform your writing.

    Tiny Siri icon after selecting text in macOS 27

    All you’ll have to do is select text in a writing app like Notes or TextEdit, and then click a tiny Siri icon to reveal relevant options, shown in the screenshot below.

    Options include:

    • Editing with Siri
    • Asking how your current text sounds
    • Rewriting it in a friendly, professional, or concise manner
    • And proofreading your words to fix grammatical and other issues
    Siri writing tools in macOS 27

    In addition, you may also see options to add to contacts, message or email, create an event, open in Maps, track a flight, or track packages when you select relevant text like a phone number, email address, map address, flight number, tracking number, and so forth.

    If you think this Siri UI would be helpful, then here’s how to enable it (thanks to pdfu for this tip).

    Hopefully, Apple adds a simpler way to turn this on or off in System Settings when macOS 27 Golden Gate releases publicly in the fall for everyday users with an Apple silicon Mac.

    Show a hidden Siri UI in macOS 27

    1) Update your Mac to the latest version of macOS 27 developer beta.

    Note: The original poster (pdfu) says this Siri UI is enabled by default in developer beta 4 and public beta 2, but it wasn’t the case on my MacBook running macOS 27 developer beta 5. You can check by creating a simple TextEdit document and selecting the text a few times. If it doesn’t show, follow the remaining steps.

    2) Make sure Siri is set up correctly, and you have not switched from Siri AI to Siri Classic.

    3) Open Terminal.

    4) Copy and paste the following command and press the return / enter key.

    sudo mkdir -p /Library/Preferences/FeatureFlags/Domain && sudo defaults write /Library/Preferences/FeatureFlags/Domain/WritingTools LightweightUI_macOS -dict Enabled -bool true

    Terminal command to show secret Siri popover in macOS 27

    5) Type your Mac’s password and press the return / enter key. Note that typing your password in Terminal does not show any visual confirmation.

    6) Restart your computer.

    7) Now, select text in Notes, Text Edit, and other such apps (all third-party apps may not work). You should see a small Siri popover icon; clicking it should show a relevant action menu.

    Disable the Siri popover

    If you don’t find it useful, or if it’s enabled by default for you and you don’t want that, just repeat the above steps, but this time use the following Terminal command, and don’t forget to restart your computer:

    sudo defaults write /Library/Preferences/FeatureFlags/Domain/WritingTools LightweightUI_macOS -dict Enabled -bool false

    Terminal command to hide secret Siri popover in macOS 27

    What do you think of this hidden little feature?

    Also new in macOS 27:

    Source link: https://www.idownloadblog.com/2026/08/17/hidden-siri-ui/