New Apple TV Film Starring Keanu Reeves Now Available to Stream

### ‘Outcome’ Now Accessible on Apple TV

Apple TV subscribers can now enjoy streaming the platform’s latest comedy film, [Outcome](https://apple.co/4c6UlSI), featuring Keanu Reeves and co-written and directed by Jonah Hill. The film boasts a prominent cast that includes Cameron Diaz and Matt Bomer, generating considerable buzz since it was announced.

In February, Apple TV hosted a comprehensive media event where it presented a range of films and series set to be released throughout the year. Among them was [Outcome](https://apple.co/4c6UlSI), which is now ready for viewing.

#### Plot Overview

According to Apple’s plot description, *Outcome* is a dark comedy that centers around Reef Hawk (played by Reeves), a much-loved Hollywood actor who confronts a crisis when he finds himself being extorted with a compromising video that threatens to derail his career. With the support of his lifelong friends Kyle (Diaz) and Xander (Bomer), as well as his crisis attorney Ira (Hill), Reef embarks on an introspective journey and seeks to make amends with those he may have harmed, all while trying to discover the identity of the extortionist.

#### Reception

Since its release, the film has garnered mixed reviews, currently holding a mere 22% on Rotten Tomatoes. Critics have referred to it as a “desperate and unamusing comedy regarding the agony of public perception.” Nevertheless, while Jonah Hill’s role as co-writer and director has faced critique, Keanu Reeves has received more positive feedback, with certain reviewers highlighting his dedication to the character.

#### Watch the Trailer

The trailer for [Outcome](https://apple.co/4c6UlSI) can be viewed below:

[Trailer Embed]

#### Subscription Details

Apple TV is offered at $12.99 per month and includes a diverse array of popular TV shows and films, such as *Severance*, *The Studio*, *The Morning Show*, *Shrinking*, and *Silo*.

For those keen on streaming *Outcome*, it is now available to all Apple TV subscribers.

Adobe’s Low-Processing Camera Application Now Compatible with Certain iPads and iPhone 17e

**Adobe’s Project Indigo Update: Initial iPad Compatibility and New Features**

Adobe has recently rolled out an update to its experimental camera application, Project Indigo, which now includes initial compatibility for iPads equipped with a minimum of 6GB of RAM and the new iPhone 17e. This enhancement is part of Adobe’s continuous initiative to refine the app based on user suggestions and broaden its operational compatibility with different devices.

**What is Project Indigo?**

Launched in June, Project Indigo is designed to utilize a bespoke computational photography pipeline to provide a natural image appearance along with extensive camera controls. The app employs computational photography and AI technology to generate images that closely resemble those captured with a DSLR camera, offering subtle enhancements for subjects and skies. This processing occurs on JPEG images and is embedded as rendering suggestions in raw DNG files, ensuring that the original raw data remains untouched.

**New Features in the Latest Update**

The most recent update to Project Indigo introduces several new functionalities aimed at enhancing the user experience:

– A fresh grid view in the filmstrip for streamlined photo management, featuring multi-selection capabilities for sharing or deletion.
– The capability to import multiple images into the Lightroom mobile app simultaneously through the multi-selection feature.
– Options for photo filtering within the filmstrip and grid, allowing users to select from All Photos, Indigo Album, and Favorites.
– A new feature to show the 35mm equivalent focal length for rear cameras, which can be activated in the Capture settings.
– Compatibility with the iPhone 17e, broadening the app’s usability.

**iPad Compatibility**

This update signifies the launch of “initial support” for iPads, particularly those with at least 6GB of RAM. This includes iPad Pro models starting from 2020, newer iPad Air models (M1 and later), the latest iPad mini, and the 11th-generation iPad. However, Adobe has mentioned that the app is not yet fully optimized for iPads, suggesting that additional improvements may be on the way.

**Conclusion**

Adobe’s Project Indigo continues to develop, with this latest update offering thrilling new features and enhanced device compatibility. Users eager to explore the functionalities of this experimental camera application can find more information through Adobe Labs’ official channels.

FBI Employs iPhone Notification Information to Retrieve Erased Signal Messages

A recent article from 404 Media indicates that the FBI managed to retrieve deleted Signal messages from an iPhone by sourcing data held in the device’s notification database. Here are the specifics.

### Notification History Was Retrieved Even After Signal Was Uninstalled

As reported by 404 Media, evidence presented in a recent court case concerning individuals igniting fireworks and defacing property at the ICE Prairieland Detention Facility in Alvarado, Texas, demonstrated that the FBI could recover the contents of incoming Signal messages from a defendant’s iPhone, despite Signal being uninstalled from the device:

A defendant in the case was Lynette Sharp, who had earlier admitted to providing material assistance to terrorists. On a particular day during the trial, FBI Special Agent Clark Wiethorn provided testimony regarding some of the evidence collected. A summary of Exhibit 158 shared on a supporters’ website states, “Messages were retrieved from Sharp’s phone via Apple’s internal notification storage—though Signal had been uninstalled, incoming notifications remained in the internal memory. Only incoming messages were retrieved (no outgoing).”

As 404 Media points out, Signal includes settings that prevent the actual message content from appearing in notifications. Nonetheless, it seems the defendant did not activate that setting, which may have permitted the system to store the content in the database.

404 Media attempted to contact Signal and Apple, but neither company offered any commentary on the management or storage of notifications.

### But How Does This Internal Storage Function?

With minimal technical information about the specific condition of the defendant’s iPhone, it is evidently impossible to determine the exact technique the FBI employed to recover the data.

For example, an iPhone can exist in numerous system states, each with distinct security and data access limitations, such as BFU (Before First Unlock), AFU (After First Unlock) mode, etc.

Security and data access also shift significantly when the device is unlocked because the system presumes the user is present and grants access to a broader range of secured data.

That said, iOS retains and caches a considerable amount of data locally, relying on these various states to keep that information secure yet readily accessible should the device’s legitimate owner require it.

Another critical consideration: the token utilized for sending push notifications is not instantly invalidated when an app is deleted. Since the server lacks knowledge about whether the app remains installed after the last notification it dispatched, it may persist in sending notifications, leaving it to the iPhone to decide whether to show them.

Interestingly, Apple recently modified how iOS validates push notification tokens in iOS 26.4. While it is unclear if this change relates to this particular case, the timing is certainly noteworthy.

Returning to the case, according to Exhibit 158’s statement that the messages “were retrieved from Sharp’s phone through Apple’s internal notification storage,” it is plausible that the FBI acquired the information from a device backup.

In such circumstances, there are numerous commercially available tools for law enforcement that leverage iOS vulnerabilities to extract data that could aid the FBI in accessing this information.

To view 404 Media’s original coverage of this situation, follow this link.

Research Uncovers Approach to Prompt Injection Assault That Bypassed Apple Intelligence Safeguards

**Apple’s On-Device LLM Weakness: An In-Depth Examination of Prompt Injection Exploits**

New findings have revealed a notable weakness in Apple’s on-device language model (LLM), enabling attackers to carry out harmful commands via a tactic referred to as prompt injection. This piece investigates the techniques employed by researchers to take advantage of this weakness and the ensuing actions implemented by Apple to bolster security.

### Comprehending the Weakness

This weakness arises from how Apple’s LLM handles input and output. Researchers identified that by altering the input strings sent to the model, they could circumvent safety filters meant to block harmful material from being processed. The assault involved two main techniques that, when utilized together, permitted the model to disregard its safety measures.

### The Assault Method

1. **Input Alteration**: The researchers designed malicious strings by reversing them. They then utilized the Unicode RIGHT-TO-LEFT OVERRIDE character, which caused the string to appear correctly on the user interface while retaining its reverse in the actual data. This ingenious method enabled the harmful content to slip past initial input filtering.

2. **Neural Exec Technique**: The second element of the assault harnessed a strategy known as Neural Exec, which effectively overrides the model’s default directives. By embedding the reversed harmful string inside this structure, attackers could steer the model into executing unintended instructions.

### Assessment of the Assault

To evaluate the efficacy of their method, the researchers assembled three separate groups of input prompts:

– **System Prompts**: Activities designed to evaluate the model’s abilities.
– **Harmful Strings**: Deliberately created strings aimed at eliciting harmful responses.
– **Genuine Inputs**: Non-threatening paragraphs sourced from Wikipedia to mimic harmless interactions.

By randomly selecting from these groups and creating complete prompts, the researchers examined the model’s replies. Notably, they attained a 76% success rate across 100 random prompts, showcasing the effectiveness of their assault approach.

### Apple’s Action

Following the revelation of the weakness to Apple in October 2025, the company reacted promptly. Apple has since implemented improved safeguards across its systems, deploying these protections in iOS 26.4 and macOS 26.4. The updates are designed to strengthen the input and output filters, preventing similar exploits in the future.

### Summary

The successful manipulation of Apple’s on-device LLM through prompt injection underscores the persistent challenges in safeguarding AI models against malicious entities. As researchers continue to expose weaknesses, it is vital for companies like Apple to stay alert and proactive in their security strategies. For those seeking a more comprehensive understanding of the exploit, detailed reports can be found on the RSAC blog.

Apple Collector Showcases 50 Years of Mac Startup Noises in Video Exhibit

### Honoring Apple’s Heritage Through Startup Melodies

In a sentimental homage to Apple’s illustrious past, retro technology curator TechyThings has assembled a mesmerizing video that features the legendary startup sounds, tones, and chimes from a variety of Apple desktops and laptops over the years, beginning with the Apple I. This video, posted on Instagram, serves as a charming tribute to the tech titan as it marks its 50th anniversary.

#### An Expedition Through Eras

The video presents an impressive array of 44 Apple devices, including a unique prototype and several distinguished models. Each sound brings back memories for longtime users and showcases the progression of Apple’s technology. As one observer noted, it’s astonishing that all these Macs still operate and start up.

#### Displayed Devices

The roster of devices highlighted in the video is extensive, reflecting the wide range of Apple’s creativity throughout the years:

– **Apple I, replica (1976)**
– **Apple II (1977)**
– **Apple II Plus (1979)**
– **Apple II Europlus (1979)**
– **Apple II Bell & Howell (1979)**
– **Apple III (1980)**
– **Apple IIIe (1983)**
– **Apple Iic (1984)**
– **Apple Lisa (1983-84)**
– **Macintosh 128K (1984)**
– **Macintosh 512K (1984)**
– **Macintosh Plus (1986)**
– **Apple IIgs (1989)**
– **Macintosh SE (1987)**
– **Macintosh IIc Plus (1988)**
– **Macintosh II (1988)**
– **Macintosh Iicx (1988)**
– **Macintosh Portable (1989)**
– **Macintosh LC (1990)**
– **Macintosh Classic (1990)**
– **Macintosh Quadra 700 (1991)**
– **Macintosh Performance (1991)**
– **Macintosh PowerBook 100 (1991)**
– **Macintosh PowerBook 170 (1991)**
– **Macintosh PowerBook Duo 270c (1993)**
– **Macintosh Color Classic (1993)**
– **Power Macintosh 7200 (1995)**
– **Power Macintosh 4400 (1996)**
– **Macintosh PowerBook 2400c (1997)**
– **eMate 300 (1997)**
– **Twentieth Anniversary Macintosh (1997)**
– **Power Macintosh G3 (1997)**
– **iMac G3 (1998)**
– **iBook G3 Clamshell (1999)**
– **iBook G3 Clamshell, prototype (1999)**
– **Mac mini (2006)**
– **Mac Pro (2006)**
– **MacBook Pro (2006)**
– **MacBook Unibody (2008)**
– **Apple Xserve (2009)**
– **MacBook 12” (2015)**
– **MacBook Pro (2017)**
– **MacBook Air (2020)**
– **MacBook Pro M Series (2026)**

#### Final Thoughts

This video not only acts as a nostalgic recollection of the past but also emphasizes the inventive essence that has propelled Apple for many years. The startup sounds of these devices stand as a tribute to the legacy of a company that has profoundly impacted technology and design.

For those keen on relishing this auditory experience, the video is available on TechyThings’ Instagram profile. What is the first startup chime you can recall hearing? Share your memories in the comments!

“Envisioning the iPhone Fold, HomeKit Adjustable Temperature Functions, and MacBook Neo Supply Deficiencies”

# Examining the iPhone Fold and Apple’s Backorder Challenges

In recent conversations, Benjamin and Chance have explored the developing form factor of the iPhone Fold, with prototype units starting to surface. This inquiry arises during a period when Apple’s Mac lineup is encountering considerable backorder issues, prompting a look into the root causes.

## iPhone Fold: A Revolutionary Shift in Design

The iPhone Fold signifies a possible transformation in Apple’s smartphone design approach. As prototype units circulate, analysts are eager to evaluate how this foldable device will fit into the current iPhone ecosystem. The excitement surrounding the iPhone Fold revolves not only around its cutting-edge design but also its competitiveness in a marketplace increasingly influenced by foldable technology.

## Apple’s Mac Order Delays

At the same time, numerous Apple Mac products are facing substantial order delays. This scenario brings forward questions regarding supply chain difficulties, manufacturing capacity, and the influence of global occurrences on production. The mixture of high demand for Apple’s offerings and possible supply chain disruptions might be factoring into these delays, resulting in consumers waiting longer than they anticipated for their devices.

## NASA Sends the iPhone to Space

In an exhilarating turn of events, NASA has taken the iPhone into space, demonstrating the device’s capabilities beyond our planet. This initiative showcases the adaptability of the iPhone and its potential uses in extreme environments, further reinforcing Apple’s status as a front-runner in mobile technology.

## Aqara Introduces New HomeKit Thermostat

In the field of smart home technology, Aqara has unveiled the first thermostat that is compatible with HomeKit’s new Adaptive Temperature feature. This innovation enables more effective temperature regulation in households, integrating flawlessly with Apple’s ecosystem and enhancing the user experience.

## MLB App Frustrations

On a lighter note, Chance has shared his dissatisfaction with the MLB app, highlighting the hurdles users encounter with sports applications. This view resonates with many users who are in search of dependable and user-centric experiences in sports streaming.

## Conclusion

As Benjamin and Chance continue to delve into these subjects, listeners can anticipate thought-provoking discussions and analyses. For those looking for more comprehensive content, subscribing to the 9to5Mac Happy Hour Plus provides access to ad-free episodes, exclusive content, and more.

For comments and inquiries, listeners are welcome to connect via social media or email. Stay tuned for more updates on the latest in Apple technology and beyond.

Significant Enhancement to Core Functionality in iOS 26’s Messages Application

### iOS 26 Updates in the Messages App: Emphasis on Enhanced Search

iOS 26 has rolled out considerable improvements to the Messages app, enriching user interaction with new features like upgraded group chat options, tools to combat spam, and a significant enhancement to the search functionality driven by Apple Intelligence.

#### The Significance of Search in Messages

For numerous iPhone users, the Messages app serves as an essential communication tool, frequently housing years of dialogues, images, and media. This vast repository can take up a substantial portion of iCloud storage, rendering effective search abilities vital for swiftly finding specific information.

#### Upgraded Search Features

With iOS 26, Apple has overhauled the search operation within the Messages app, rendering it more intuitive and user-friendly. The revamped search feature enables users to engage in natural language queries, such as “photos of mom during our June trip to the beach.” This improvement allows users to more easily locate pertinent messages, even if they cannot recall the precise wording used in the dialogue.

Apple’s enhanced search features also encompass the capability to present results based on related terms. For example, if a user inputs “sand,” the search outcomes might include messages linked to the beach or ocean, offering a wider context for the search.

#### Driven by Apple Intelligence

The refined search experience in Messages is fueled by Apple Intelligence, which utilizes large language models (LLMs) to enable a more seamless search journey. However, this upgraded feature is exclusively available on devices that support Apple Intelligence. Users with older models will remain on the earlier search functions.

Supported devices include:

– iPhone 17 Pro and Pro Max
– iPhone Air
– iPhone 17
– iPhone 17e
– iPhone 16 Pro and Pro Max
– iPhone 16 and 16 Plus
– iPhone 16e
– iPhone 15 Pro and Pro Max

Users do not need to activate a specific setting to utilize the AI-enhanced search; as long as their device is compatible and Apple Intelligence is turned on, they will enjoy the improved search features in Messages.

#### Summary

The advancements in the Messages app of iOS 26, especially the enhanced search functionality, signify a considerable progress in user experience. By utilizing natural language processing and related term recognition, Apple has simplified the process for users to navigate through their extensive message histories. As users adjust to these modifications, feedback regarding the new search features will be crucial in informing future updates.

Instagram Unveils Comment Editing Option for Users

**Instagram Launches Comment Editing Functionality: A Major Update for Users**

Recently, Instagram has unveiled a much-awaited feature that permits users to modify their comments after they have been posted. This update, which allows adjustments within a 15-minute timeframe, tackles a frequent annoyance for users who encounter typos or comments they wish they hadn’t made.

### The New Editing Feature

Thanks to this new functionality, users can now alter their comments without having to delete and repost. This is especially beneficial for those who may have reacted hastily or simply made a writing mistake. Instagram’s official announcement emphasized this enhancement, saying, “editing Instagram comments is here 🗣️ now you can make changes within 15 minutes of posting.”

### How It Functions

After a comment is made, users enjoy a 15-minute window during which they can edit their text. However, it’s crucial to remember that edited comments will be indicated as such, and the original content will not be available. This is different from some messaging services, like Apple’s Messages app, which retains a comprehensive edit history.

### Responses from Users and Consequences

The rollout of comment editing has been positively received by the Instagram user community. Many users have voiced relief at the ability to rectify errors without the inconvenience of deleting their comments. This feature is perceived as a long-awaited enhancement that improves user interaction and fosters more considerate engagement on the platform.

### Additional Announcements from Instagram

In other news, Meta, the parent company of Instagram, is also considering a paid subscription option that would introduce extra features. Fortunately, the capability to edit comments is not linked to this paid service, guaranteeing that all users can enjoy this improvement without additional costs.

### Final Thoughts

The option to edit comments on Instagram marks a notable advancement in enhancing user engagement on the platform. It provides greater adaptability and encourages users to become more involved in conversations. As Instagram continues to progress, features like this underscore the platform’s dedication to improving user experience and responding to community input.

OpenAI Introduces $100/Month Professional Plan for Codex Users: Detailed Overview of Features and Advantages

OpenAI is rolling out a new $100/month ChatGPT subscription tailored for Codex users. Here’s how it stacks up against OpenAI’s current offerings and what it encompasses.

## ChatGPT Pro is now more budget-friendly

OpenAI launched its Codex Mac application in February, providing developers with enhanced tools for agentic coding alongside artificial intelligence. The new ChatGPT Pro tier is specifically crafted for Codex users who have surpassed the $20/month ChatGPT Plus tier. Previously, ChatGPT Pro was only available at $200/month.

OpenAI states that the updated version offers five times the Codex usage compared to Plus, complete access to all Pro features including exclusive models, and unrestricted access to Instant and Thinking models. “To celebrate the launch, we’re temporarily boosting Codex usage through May 31st so that Pro $100 subscribers receive up to 10x the usage of ChatGPT Plus on Codex to realize your most ambitious ideas,” OpenAI mentions.

## OpenAI’s $200/month tier remains accessible

While OpenAI has unveiled a more economical option for the ChatGPT Pro plan, the $200/month tier is still available for users with greater demands. This means there are now two variations of ChatGPT Pro.

For clarity, OpenAI has provided an explanation with useful information. Firstly, these are the two Pro tiers:

– **Pro $100** – Designed for genuine projects. For users who engage with advanced tools and models weekly and receive 5x higher limits than Plus (and 10x Codex usage versus Plus for a limited period).

– **Pro $200** – For intensive tasks. Execute your most strenuous workflows continuously, even across simultaneous projects, with 20× higher limits than Plus.

“Both Pro plans offer the same essential functionalities,” notes OpenAI. “The primary distinction lies in the usage allowance: Pro $100 grants 5x higher usage than Plus (and 10x Codex usage versus Plus for a limited period), while Pro $200 provides 20x usage compared to Plus.” You can discover more about the new ChatGPT Pro plan [here](https://help.openai.com/en/articles/9793128-about-chatgpt-pro-plans) and check all pricing [here](https://chatgpt.com/#pricing).

## Codex boasts over 3 million weekly users

In the meantime, OpenAI has disclosed some data regarding Codex usage. The organization reports that Codex has surpassed 3 million weekly users. This represents a fivefold increase in three months, alongside a 70% month-over-month growth in usage. Codex for Mac is accessible [here](https://chatgpt.com/codex/?utm_source=google&utm_medium=paid_search&utm_campaign=GOOG_X_SEM_GBR_Codex_CDX_BAU_ACQ_PER_MIX_ALL_NAMER_US_EN_111325&c_id=23226110534&c_agid=188421385415&c_crid=800871103647&c_kwid=kwd-447179043324&c_ims=&c_pms=9014055&c_nw=g&c_dvc=c&gad_source=1&gad_campaignid=23226110534&gbraid=0AAAAA-I0E5eg0GspryAWzbX9UAV6m7YcM&gclid=CjwKCAjwnN3OBhA8EiwAfpTYeoJ6XhwgFg7rVGjCeIj6HAvcqWm-xZIfcf1G0WYCep7ZMtjwppBOjhoC_1QQAvD_BwE).

Apple Declares Permanent Shutdown of Three US Locations: Explanation of Reasons

Apple has revealed the shutdown of three retail outlets in the United States, specifically located in Connecticut, Maryland, and California. The impacted sites encompass stores at Trumbull Mall, Towson Town Center, and the Shops at North County.

In a communication to MacRumors, Apple attributed the closures to the exit of various retailers and deteriorating conditions within the malls. The company underlined its dedication to delivering outstanding service and experiences for customers, noting that it regularly assesses current locations to effectively address customer requirements.

Trumbull Mall has encountered notable financial difficulties, recently defaulting on more than $150 million in loans, whereas Towson Town Center has experienced several business shutdowns, including renowned retailers such as Tommy Bahama and Banana Republic.

The shutdowns are slated for June, with all three stores presently marked as “temporarily closed” on Apple’s website. They are anticipated to reopen briefly before permanently closing. Staff from the Trumbull and Escondido outlets will have the chance to retain their positions at adjacent Apple Retail stores, while Towson employees can seek new roles according to their collective bargaining agreement.

Significantly, the Towson Town Center store was the first Apple Store to unionize in June 2022, aligning with the International Association of Machinists and Aerospace Workers.

In spite of these closures, Apple stays dedicated to its retail footprint, having inaugurated eleven new stores worldwide in the past year and upgrading numerous others. In the U.S., the company has launched two new stores and improved eight existing ones.

As the retail environment continues to shift, Apple’s strategic choices mirror broader trends in consumer habits and mall foot traffic, underscoring the hurdles faced by traditional brick-and-mortar retailers today.