Live data from Hacker News

Apple announces Foundation Models and Containerization frameworks, etc

apple.com

341–350 of 514 posts

Re: Apple announces Foundation Models and Containerization frameworks, etc

#341
I watched the video and it seems they are statically linking atop musl to build their lightweight VM layer. I guess the container app itself might use glibc, but will the musl build for the VM itself cause downstream performance issues? I'm no expert in virtualization to be able to understand if this should be a concern or not.

See also:

- https://edu.chainguard.dev/chainguard/chainguard-images/abou...

- https://andygrove.io/2020/05/why-musl-extremely-slow/

Re: Apple announces Foundation Models and Containerization frameworks, etc

#343

Earlier quoted context omitted.

I think practically everyone is better off with a laptop. iPad is great if you're an artist using the pencil, or just consuming media on it. Otherwise a macbook is far more powerful and ergonomic to use.

I used to think that, not having used an iPad. Now I carry a work-issued iPad with 5G and it's actually pretty convenient for remote access to servers. I wouldn't want to spend a day working on it, but it's way faster than pulling out a laptop to make one tiny change on a server. It's also great for taking notes at meetings/conferences. It's irritatingly bad at consuming media and browsing the web. No ad blocking, so…

Try the Brave browser for YouTube. I used Jellyfin for my media library and that seemed to work fine for tv and movies.

I just got a Macbook and haven't touched my iPad Pro since, I would think I could make a change faster on a Macbook then iPad if they were both in my bag. Although I do miss the cellular data that the iPad has.

Re: Apple announces Foundation Models and Containerization frameworks, etc

#344

Earlier quoted context omitted.

I think practically everyone is better off with a laptop. iPad is great if you're an artist using the pencil, or just consuming media on it. Otherwise a macbook is far more powerful and ergonomic to use.

I used to think that, not having used an iPad. Now I carry a work-issued iPad with 5G and it's actually pretty convenient for remote access to servers. I wouldn't want to spend a day working on it, but it's way faster than pulling out a laptop to make one tiny change on a server. It's also great for taking notes at meetings/conferences. It's irritatingly bad at consuming media and browsing the web. No ad blocking, so…

Use Orion Browser. It allows installing Firefox/Chrome extensions. Install Firefox unlock Origin.

Re: Apple announces Foundation Models and Containerization frameworks, etc

#345
post #36

Earlier quoted context omitted.

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.

In case you're wondering, the Hypervisor.framework C API is really neat and straightforward: 1. Creating and configuring a virtual machine: hv_vm_create(HV_VM_DEFAULT); 2. Allocating guest memory: void* memory = mmap(...); hv_vm_map(memory, guest_physical_address, size, HV_MEMORY_READ | HV_MEMORY_WRITE | HV_MEMORY_EXEC); 3. Creating virtual CPUs: hv_vcpu_create(&vcpu, HV_VCPU_DEFAULT); 4. Setting registers: hv_vcpu_w…

Thanks for this ! Apple Silicon?

Re: Apple announces Foundation Models and Containerization frameworks, etc

#346
post #94
post #43

Earlier quoted context omitted.

Multi-user iPadOS when?

When they figure out how to make it not dent sales of individual devices. If you and your spouse could easily share one around the house for different purposes but still having each of your personal apps and settings, you might not buy two!

We use iPads interchangeably. All personal apps like banking are on phones. Some apps that only I would use such as for the roomba and car are on both.

Having profiles for the kids however would be nice though. But most apps have that built in themselves.

Re: Apple announces Foundation Models and Containerization frameworks, etc

#347
post #203

Earlier quoted context omitted.

„Container“ is sort of synonymous with „OCI-compatible container“ these days, and OCI itself is basically a retcon standard for docker (runtime, images etc.). So from that perspective every „container system“ is necessarily „docker-like“ and that means Linux namespaces and cgroups.

With a whole generation forgetting they came first in big iron UNIX like HP-UX.

Interesting. My experience w/ HP-UX was in the 90s, but this (Integrity Virtual Machines) was released in 2005. I might call out FreeBSD Jails (2000) or Solaris Zones (2005) as an earlier and a more significant case respectively. I appreciate the insight, though, never knew about HP-UX.

https://en.wikipedia.org/wiki/HP_Integrity_Virtual_Machines

Re: Apple announces Foundation Models and Containerization frameworks, etc

#348

> 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…

To me it looks more like Windows Vista's "Aero" than OS X's "Aqua".

It also looks like KDE 4.

Maybe this is consequence of the Frutiger Aero trend, and that users miss the time where user interfaces were designed to be cool instead of only useful

Re: Apple announces Foundation Models and Containerization frameworks, etc

#349

Earlier quoted context omitted.

I think practically everyone is better off with a laptop. iPad is great if you're an artist using the pencil, or just consuming media on it. Otherwise a macbook is far more powerful and ergonomic to use.

I think perhaps you are overestimating the computing needs of the majority of the population. Get one of the iPad cases with a keyboard and an iPad is in many ways a better laptop.

I have an iPad and really like it, but no, it is not.

Several small things combined make it really different to the experience that I have with a desktop OS. But it is nice as side device

Re: Apple announces Foundation Models and Containerization frameworks, etc

#350
post #176
post #97

Earlier quoted context omitted.

I love that we're getting some texture back. UI has been so boring since iOS 7. Sebastiaan de With of Halide fame did a writeup about this recently, and I think he makes some great points. https://www.lux.camera/physicality-the-new-age-of-ui/

Open link and type into this box "physicality is the new skeumorphism" Read on and: They are completely dynamic: inhabiting characteristics that are akin to actual materials and objects. We’ve come back, in a sense, to skeuomorphic interfaces — but this time not with a lacquer resembling a material. Instead, the interface is clear, graphic and behaves like things we know from the real world, or might exist in the wor…

They’re describing material design, which Google popularized. Skeuomorphism with things that could exist in the real world, avoid breaking the laws of physics, etc. Which then morphed into flat design as things like drop shadows were seen as dated. You are here.
Post reply on HN