←back to thread

164 points ksec | 4 comments | | HN request time: 0.768s | source
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 #
hiatus ◴[] No.44499534[source]
Synology supports exactly that, and I'm sure they're not the only one.
replies(1): >>44500145 #
1. lxgr ◴[] No.44500145[source]
Full iOS backups directly to local external storage, without another computer in the mix? I’d be very surprised if that were true.
replies(1): >>44500329 #
2. GeekyBear ◴[] No.44500329[source]
Here's one example of a third party tool.

> Step-by-Step Guide: How to Backup iPhone to Synology NAS

https://www.ubackup.com/phone-backup/backup-iphone-to-synolo...

replies(2): >>44500483 #>>44500496 #
3. oefrha ◴[] No.44500483[source]
Did you actually read what you linked, or did you just paste in a random link from a search engine?

There are two methods presented: one only backs up the camera roll; the other requires plugging into a computer and manually clicking around, at which point you might as well use the first party backup built into Finder (or iTunes on Windows? Is that still a thing?), no random third party application needed. I also highly doubt their “backup every single content” claim.

It’s also a sneaky marketing article for that third party application, following the common SEO practice of giving you a half-ass solution capturing a frequent search term (in this case, “backup iPhone to Synology”), then plug their own questionable thing as the better solution.

4. lxgr ◴[] No.44500496[source]
> Preparation. How to set up Synology NAS on PC

That’s a guide on how to backup an iPhone to a NAS using a computer.

Unsurprisingly, a reasonably capable general-purpose OS supports network file systems in a way transparent to applications, but that doesn’t help people using only an iOS device.