Earlier quoted context omitted.
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.
What about macOS being derived from BSD? Isn’t that where containers came from: BSD jails? I know the container ecosystem largely targets Linux just curious what people’s thoughts are on that.
Apple announces Foundation Models and Containerization frameworks, etc
81–90 of 514 posts
Re: Apple announces Foundation Models and Containerization frameworks, etc
#82> New Design with Liquid Glass Looks like software UI design – just like fashion, film, architecture and many other fields I'm sure – has now officially entered the "nothing new under the sun" / "let's recycle ideas from xx years ago" stage. https://en.wikipedia.org/wiki/Aqua_%28user_interface%29 To be clear, this is just an observation, not a judgment of that change or the quality of the design by itself. I was gett…
Re: Apple announces Foundation Models and Containerization frameworks, etc
#83Earlier quoted context omitted.
If that’s the one reason, have you considered just… not using the AI features?
I find it offensive to have any generative AI code on my computer.
Re: Apple announces Foundation Models and Containerization frameworks, etc
#84Earlier quoted context omitted.
If that’s the one reason, have you considered just… not using the AI features?
I find it offensive to have any generative AI code on my computer.
Re: Apple announces Foundation Models and Containerization frameworks, etc
#85Earlier quoted context omitted.
I find it offensive to have any generative AI code on my computer.
So, then don’t do that? It’s not like it’s automatically generating code without you asking.
Re: Apple announces Foundation Models and Containerization frameworks, etc
#86> New Design with Liquid Glass Looks like software UI design – just like fashion, film, architecture and many other fields I'm sure – has now officially entered the "nothing new under the sun" / "let's recycle ideas from xx years ago" stage. https://en.wikipedia.org/wiki/Aqua_%28user_interface%29 To be clear, this is just an observation, not a judgment of that change or the quality of the design by itself. I was gett…
My only guess is this style looks better while using the product but not while looking at screenshots or demos built off Illustrator or whatever they’re using.
Re: Apple announces Foundation Models and Containerization frameworks, etc
#87> 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…
“How about starting with reliably, deterministically, and instantly (say searching by a prefix of their name? As a second criterion, I would like to find files by substrings of their name” Even I can, and have, build search functionality like this. Deterministically. No LLMs or “AI” needed. In fact for satisfying the above criteria this kind of implementation is still far more reliable.
Re: Apple announces Foundation Models and Containerization frameworks, etc
#88Apple's integration of AI into its MacOS is the one reason why I am considering a switch back to Linux after my current laptop dies.
This reads like the crotchety and persnickety 60-somethings in the 1990's who said the internet was a passing and annoying fad.
https://www.youtube.com/watch?v=sV7C6Ezl35A
The ML hype-cycle has happened before... but this time everyone is adding more complexity to obfuscate the BS. There is also a funny callback to YC in the Lisp story, and why your karma still gets incinerated if one points out its obvious limitations in a thread.
Have a wonderful day, =3
Re: Apple announces Foundation Models and Containerization frameworks, etc
#89Earlier quoted context omitted.
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.
Apple has had a native hypervisor for some time now. This is probably a baked in clone of something like https://mac.getutm.app/ which provides the stuff on top of the hypervisor.
Native Linux (and Docker) support would be something like WSL1, where Windows kernel implemented Linux syscalls.
Re: Apple announces Foundation Models and Containerization frameworks, etc
#90Earlier quoted context omitted.
I find it offensive to have any generative AI code on my computer.
I think I know what you meant. You mean you don't want code that runs generative AI in your computer? But, what you wrote could also mean you don't want any code running that was generated by AI. Even with open source, your computer will be running code generated by AI as most open source projects are using it. I suspect it will be nearly impossible to avoid. Most open source projects will accept AI generated code as…