• 2 Posts
  • 57 Comments
Joined 1 year ago
cake
Cake day: June 7th, 2024

help-circle



  • Running it on a current generation iPad Mini. Runs OK. I would wait to see if the on-device AI support will work on base level machines or not. IMO, that’s the killer feature worth upgrading for. If not, probably not worth upgrading yet.

    Liquid Glass is meh. Those of us old enough to remember ‘lickable’ Aqua have seen these UI fads come and go.


  • I’m running it on a latest-gen iPad Mini. It broke screen updates on a whole lot of third-party apps. Turned out the only way to get them to refresh was turning on multi-tasking and resizing the window. After a couple of them updated and fixed the problem, I turned off and went back to normal non-windowed mode.

    On a big size iPad Pro I might be tempted to turn it on, but the only reason to do it is if I was copy/pasting from one app to another, and I can already do that by toggling between apps.

    If I needed to jump between a lot of windows, I’d stick with a Mac. My regular Macbook sits docked with two large monitors on each side of the regular screen. I can get a lot done fairly quickly between them. Not sure what advantage the iPad offers.

    Speaking of iPadOS-26: on 18.5 Safari, I had a LOT of tabs open (1500+) in different groups. These were iCloud shared with MacOS. After the iPadOS-26 upgrade, Safari has become unusable. Down to a crawl with 30-60 sec refresh times per tab. Reported it. Switched over to Firefox for now, but I hope they fix it.

    For serious dev work, I need a Mac running Docker, Parallels (Windows/Linux), and USB ports. Apple knows this too. Doubt they’ll add background server support to the iPad since it can drain the battery and they wouldn’t want to cannibalize Mac sales.

    BTW, I HIGHLY recommend everyone watch the WWDC25 developer videos on local Foundation Models, especially the advanced one. This is a mind-bogglingly awesome feature, coming soon.


  • On the Mac, you can use an iPhone as a remote camera. Just tried it with iPadOS-26. It didn’t let me pick a different camera.

    However, it can live transcribe / close-caption what is being said during a Facetime call and translate it into a few other languages (tried French). It’s not perfect, but then again, it’s being done on-device.










  • I’ve had good luck with Jekyll, saving the source on github, and setting it up so pushing to main auto-deploys to a Cloudflare site. Using Markdown and for larger media, uploading to S3.

    Much easier to set up and maintain than github pages. Since it’s static output, pretty snappy. Also includes RSS feeds and permanent URLs.

    Have also set up several Wordpress sites. Slower, but if you want wysiwyg editing, user comments, or there are several contributors, would work better.

    Have also heard good things about ghost, but haven’t actually deployed one yet.