684: It’s Not What Young People Do
https://atp.fm/684
WWDC 2026 hopes, the state of passkeys, more on podcast transcripts, and how businesses manage fleets of Macs.
684: It’s Not What Young People Do
https://atp.fm/684
WWDC 2026 hopes, the state of passkeys, more on podcast transcripts, and how businesses manage fleets of Macs.
Rather than the Mac mini cluster, why not just have each user do a 20th or 40th (well within Apple's background task limits) of each podcast to build up the transcripts?
@dschaub @atpfm @marcoarment I’m curious how to prevent servers getting spammed with fake transcripts, then. (And also for user generated transcripts of private podcasts).
It’d be taking in a lot of untrusted input…
@darthnull @atpfm @marcoarment
How is it different than any of the other server requests coming from Macros own app to Macros own server?
@dschaub @atpfm @marcoarment He could at least authenticate his worker apps. Or they only respond to server initiated push (job queue) and pull (job results) commands.
So it should be difficult to inject malicious content that way. You’d need to hack one of his Mac mini…ons.
Let the overcast client submit results, now you just need to hack your own Mac.
With the Mac Pro being discontinued...
There are users with use cases that the Mac Studio cannot do.
Do you think:
- Apple would make an Apple branded external ThunderBolt PCIe card chassis?
- Apple would extend the Thunderbolt spec to allow bonded parallel Thunderbolt connections to mitigate how slow TB is vs PCIe (i.e. 1/4 the speed)?
@atpfm Mostly for @caseyliss – you know how everyone who uses Home Assistant is like "that's too hard" before they inevitably join the ~~cult~~ community and then won't shut up about how great it is? 👋
This is a post about unRAID. Run docker containers, VMs, and manage a RAID array all in a way that's barely more difficult than the commercial stuff like Synology. VPNs or tailscale? You got it. Replace Dropbox/SynDrive? Nextcloud is like 3 clicks.
@charlesesmith @atpfm @caseyliss
The general loop of Home Ass for me has been as follows:
- Be frustrated/flabbergasted by the dizzying and confusing array of options
- FAFO until you get stuff to work
- Loosely get the hang of it (and spend at least 4 straight hours getting gud with it)
- Set it the way you want
- <Months/years pass>
- You log back in and need to add a new device
- Repeat step 1
@atpfm what young people _used_ to do was pay a service to send notifications because reading a doc is booooring (if that doc actually existed, right @caseyliss
?)
Those people are not young anymore.
What young people do _today_ is have Claude vibe code what @marcoarment wrote himself 10 years ago.
AI coding is not killing SaaS. It is killing low added value SaaS.
@atpfm
Apple also had their own Beowulf like cluster software that shipped on Mac OS X that came from NeXT.

@atpfm On the topic of synology drive replacements, I recently set this up as a self-hosted dropbox replacement, and it has an app to act like iCloud Drive too. I've been fairly happy, maybe it will work for Casey:
@atpfm re transcript search for @marcoarment - my approach with a python library for searching transcripts I made with Whisper: Everything went into sqlite, I kept the highest resolution in a segments database, then I chunked the segments into a few sentences and put those into a sqlite FTS5 database. The segments let me make high time res links (for overcast time links).
There are probably more sophisticated ways to do this - it's set up to search across podcasts.
Code is here if anyone is curious: