←back to thread

164 points ksec | 6 comments | | HN request time: 2.518s | source | bottom
Show context
vessenes ◴[] No.44498842[source]
Short version: A Qwen-2.5 7b model that has been turned into a diffusion model.

A couple notable things: first is that you can do this at all, (left to right model -> out of order diffusion via finetuning) which is really interesting. Second, the final version beats original by a small margin on some benchmarks. Third is that it’s in the ballpark of Gemini diffusion, although not competitive — to be expected for any 7B parameter model.

A diffusion model comes with a lot of benefits in terms of parallelization and therefore speed; to my mind the architecture is a better fit for coding than strict left to right generation.

Overall, interesting. At some point these local models will get good enough for ‘real work’ and they will be slotted in at API providers rapidly. Apple’s game is on-device; I think we’ll see descendants of these start shipping with Xcode in the next year as just part of the coding experience.

replies(6): >>44498876 #>>44498921 #>>44499170 #>>44499226 #>>44499376 #>>44501060 #
iwontberude ◴[] No.44498876[source]
I think Apple will ultimately destroy the data center, I hope they succeed.
replies(4): >>44498886 #>>44499446 #>>44500433 #>>44501082 #
lxgr ◴[] No.44499446[source]
Maybe for compute, but not for storage.

Why can’t I backup an iOS device to a local NAS in the way I can use Time Machine, for example? (Rhetorical question; the answer is obviously that they want to sell more iCloud storage for that all-important services revenue).

replies(3): >>44499534 #>>44499805 #>>44499924 #
throw0101d ◴[] No.44499924[source]
> Why can’t I backup an iOS device to a local NAS in the way I can use Time Machine, for example?

When I connect my iPhone to my iMac it does to a local backup to a file, which then gets backed up via Time Machine (and SuperDuper/CarbonCopyCloner).

"How to back up your iPhone, iPad, and iPod touch with your Mac":

* https://support.apple.com/en-ca/108796

There's also a checkbox for 'Wifi syncing' so a cable isn't necessarily needed.

replies(1): >>44500112 #
lxgr ◴[] No.44500112[source]
That’s exactly my point: Why on Earth do I need a separate computer to mediate the backup?

iOS natively supports SMB over any network connection including wired Ethernet, mounting encrypted APFS volumes on USB storage devices at 10 Gbps etc.

It’s Apples explicit vision that an iPad Pro can replace a Mac even for some professional users. Why don’t these deserve local backups?

replies(1): >>44500426 #
GeekyBear ◴[] No.44500426[source]
How many people own a NAS, but not a PC or Mac?

Apple already provides first party software to handle iDevice backups on Windows or Mac.

Backing up an Android device to a PC using adb is significantly more difficult, especially for the less technically minded.

replies(1): >>44500513 #
1. lxgr ◴[] No.44500513[source]
> How many people own a NAS, but not a PC or Mac?

That’s arguably the wrong question: I bet a lot more would own one if they could easily backup their iOS devices to it.

replies(2): >>44500705 #>>44500758 #
2. hnaccount_rng ◴[] No.44500705[source]
The number of people that would but a NAS over just spending the 5$/month for storage is well below a percent and if you combine that with the requirement of not having a PC/Mac you may well end up in the hundreds…

There aren’t that many people that are willing to own a device from a company but not trusting that company with their data

replies(1): >>44501174 #
3. GeekyBear ◴[] No.44500758[source]
I'm willing to bet that more people would backup their Android device if Google provided a first party tool for user friendly backups of Android devices to local computers.
4. lxgr ◴[] No.44501174[source]
Your numbers might be right, but Apple has implemented niche features, some even requiring expensive per-device hardware, for much less than that.
replies(1): >>44501479 #
5. hnaccount_rng ◴[] No.44501479{3}[source]
Do you have an example?
replies(1): >>44502101 #
6. lxgr ◴[] No.44502101{4}[source]
All new iPhone models support native DisplayPort output via USB-C, yet I’m not sure 1% of users even have the required cable/adapter.

Some of the power amplifiers for rarely-used bands probably qualify as well (mmWave in particular).

On the software side I’d have to dig a bit, but I bet many code paths on iOS see use of less than 1% of all users.