Live data from Hacker News

Apple announces Foundation Models and Containerization frameworks, etc

apple.com

21–30 of 514 posts

Re: Apple announces Foundation Models and Containerization frameworks, etc

#21
post #4

> This year, App Intents gains support for visual intelligence. This enables apps to provide visual search results within the visual intelligence experience, allowing users to go directly into the app from those results. How about starting with reliably, deterministically, and instantly (say installed apps when searching by a prefix of their name ? As a second criterion, I would like to find files by substrings of th…

Fwiw, spotlight in MacOS seems to be getting a major revamp too (basing this on the WWDC livestream, but there seems to be a note about it on their blog[0] too), pushing it a bit more in the direction of tools like Alfred or Raycast, and allegedly also being faster (but that's marketing speak of course, so we'll see when Fall comes).

[0]: https://www.apple.com/newsroom/2025/06/macos-tahoe-26-makes-...

Re: Apple announces Foundation Models and Containerization frameworks, etc

#25

Okay, the AI stuff is cool, but that "Containerization framework" mention is kinda huge, right? I mean, native Linux container support on Mac could be a game-changer for my whole workflow, maybe even making Docker less of a headache.

yeah -- I saw it's built on "open source foundations", do you know what project this is?

Re: Apple announces Foundation Models and Containerization frameworks, etc

#26
post #2

Hopefully not bound to SwiftUI like seemingly everything else Apple Intelligence so far. But on-device llm (private) would be real nice to have.

"The framework has native support for Swift, so developers can easily access the Apple Intelligence model with as few as three lines of code." Bad news.

Swift != SwiftUI

Re: Apple announces Foundation Models and Containerization frameworks, etc

#27

After reading the book "Apple in China", it’s hilarious to observe the contrast between Apple as a ruthless, amoral capitalist corporation behind the scenes and these WWDC presentations...

This just in: company that spends billions on marketing is effective at marketing their products. News at 11.

Re: Apple announces Foundation Models and Containerization frameworks, etc

#28

Okay, the AI stuff is cool, but that "Containerization framework" mention is kinda huge, right? I mean, native Linux container support on Mac could be a game-changer for my whole workflow, maybe even making Docker less of a headache.

It's impossible to have "native" support for Linux containers on macOS, since the technology inherently relies on Linux kernel features. So I'm guessing this is Apple rolling out their own Linux virtualization layer (same as WSL). Probably still an improvement over the current mess, but if they just support LXC and not Docker then most devs will still need to install Docker Desktop like they do today.

Re: Apple announces Foundation Models and Containerization frameworks, etc

#29
post #28

Okay, the AI stuff is cool, but that "Containerization framework" mention is kinda huge, right? I mean, native Linux container support on Mac could be a game-changer for my whole workflow, maybe even making Docker less of a headache.

It's impossible to have "native" support for Linux containers on macOS, since the technology inherently relies on Linux kernel features. So I'm guessing this is Apple rolling out their own Linux virtualization layer (same as WSL). Probably still an improvement over the current mess, but if they just support LXC and not Docker then most devs will still need to install Docker Desktop like they do today.

The screenshot in TFA pretty clearly shows docker-like workflows pulling images, showing tags and digests and running what looks to be the official Docker library version of Postgres.

Re: Apple announces Foundation Models and Containerization frameworks, etc

#30
post #25

Okay, the AI stuff is cool, but that "Containerization framework" mention is kinda huge, right? I mean, native Linux container support on Mac could be a game-changer for my whole workflow, maybe even making Docker less of a headache.

yeah -- I saw it's built on "open source foundations", do you know what project this is?

The CLI sure looks a lot like Docker.
Post reply on HN