Skip to content

tech

Apple Event 2025-09

AirPods

AirPods Pro 3

  • New Spatial Audio improvements
  • Active Noise Cancellation improvements (2x Pro2’s)
  • Foam-infused ear tips
  • Transparency improvements
  • Live translation powered by Apple Intelligence
  • Can also output responses to phone screen
  • If both users have AirPods, then they can interact and work together
  • Ear fit improvement
  • AirPods are smaller
  • Five sizes of tips
  • IP57 sweat and water resistance
  • 6 —> 8 hours of battery life
  • Fitness
    • Heart rate sensing
    • New workout experience on iPhone
    • Workout Buddy
    • Brings this away from watch-only and can become a new fitness tracker
  • Price: $249
  • Available: 9/19

Apple Watch

Apple Watch Series 11

  • Stronger glass
  • Cell 5G
  • More power-efficient
  • Heart
  • High blood pressure (hypertension) alerts from watch
  • This is what AI/ML should be about
  • Sleep
  • Sleep score: monitors sleep quality
  • Battery: 24 hours
  • Price: $399
  • Available: 9/19

Apple Watch SE 3

  • S10 chip
  • Always on display
  • Gestures
  • Sleep Apnea and Sleep Score
  • Speaker on watch
  • 18-hour battery life
  • Fast charging (2x faster)
  • 5G cellular
  • Price: $299
  • Available: 9/19

Apple Watch Ultra 3

  • Increased display by shrinking bezel
  • Increased watch refresh rate in Always on
  • New face
  • 5G cellular
  • Satellite connectivity
  • Radio and antenna doubled in size
  • Two years free with purchase
  • Price: $799
  • Available: 9/19

iPhone

iPhone 17

  • 6.3” display ProMotion 120 Hz
  • 3000 nits peak outdoor brightness
  • Durability improved: Ceramic Shield 2 with 2x stronger
  • A19 chip: 3nm, 6-core CPU, 5-core GPU
  • All-day battery
  • Faster charging
  • Cameras
  • Improvements in rear cameras
  • Front camera has center stage
  • Square instead of 4:3 to allow the same portrait and landscape capabilities, no more rotating the phone to get a wide shot.
  • $799
  • Available: 9/19

iPhone 17 Air

  • Thinner
  • Ceramic Shield surrounds front and back and is sealed, more durable.
  • Plateau redesigned, more rounded.
  • A19 Pro: 6-core CPU, 5-core GPU with Neural accelerators in each (same performance as Mac)
  • N1 wireless WiFi 7, BT 6, Thread
  • C1X: 2x faster, 30% less energy
  • Most power-efficient phone ever made
  • Camera
  • Fusion camera system Main camera & 2x telephoto (single camera with two options)
  • Center stage camera front camera
  • Dual capture video
  • eSIM: worldwide availability
  • Battery life: All-day battery life
  • Adaptive power mode, conserves when conditions allow
  • Accessories: low-profile MagSafe battery pack, 2 custom cases, cross-body strap
  • Price: $999
  • Available: 9/19

iPhone 17 Pro

  • Redesigned from the ground up
  • Newly designed full aluminum internal frame
  • Biggest battery in any iPhone
  • New camera system
  • Redesigned thermal system: vapor chamber
  • Ceramic Shield 2: Removed glass, now this wraps front and back
  • New plateau that includes the antenna system and left room for the bigger battery
  • Best battery in an iPhone
  • In the eSIM models, additional battery added
  • Camera
  • 18 Mp Center stage front camera
  • 3x Rear 48Mp cameras (first) and all are Fusion cameras
  • Up to 8x telephoto
  • Video
  • ProRes RAW capture
  • Genlock
  • Accessories: TechWoven Case, Clear case, silicone, cross-body strap for TechWoven case
  • Price: $1199
  • Available: 9/19

Thoughts

  • Lots of studies backing the health and fitness features.
  • A19 Pro seems really well geared to be a Mac-ready chip…
  • New Wireless and Cellular chips are finally realized and sound impressive. Let’s hope this also bodes well for getting these into the Mac line!
  • Runtimes 12:00-13:12 Central
  • Really impressive durability improvements everywhere.

More Website Tinkering

I continue to tinker here to see how far a static wesite can go. One thing I've wanted is some form of commenting but without too much overhead -- and better if it can be outsourced entirely. So I hit on an idea of just directing folks to Mastodon to post. And I implimented the automated posting of new entries as well so that as I blog, each post is represented there as well.

With any luck, this post should create a Mastadon post and appear on the blog with a link to comment.

Copy files, change permissions, and change owner/group

While you can cp, chown, and chmod a file (usually with sudo) to manage a file move, the install command is also for moving files (it’s not for installing things, apparently) and setting various file-level details during the move ; combining with sudo this can be a single command to perform all the necessary actions to move files between various locations!

sudo install -C -m 775 -o sk -g ostechnix /dir1/file1 /dir2

While you can use this command as a replacement for cp, if you do not explicitly set permissions on the operation, this will result in execution permissions being applied. However, this, as the command is probably intended, is helpful for deploying scripts in the correct state.

Source: How To Copy Files And Change The Ownership, Permissions At The Same Time

While the news on TP-Link has been pretty awful from a security perspective, recent updates to their Deco line have me really happy. The Deco line of routers is divided by model and further subdivided by the firmware version they receive. Just before Christmas, my X55 got updated that I had been waiting on since this summer! The update finally brought Wireguard VPN to the router, and while an earlier update allowed for other types of VPNs, such as the ancient L2TP/IPSec or OpenVPN, I really wanted to get a Wireguard setup. Wireguard provides several benefits over traditional VPNs:

  1. Connection resiliency: switching from wired to WiFi or cellular doesn't phase the connection; your VPN stays active.
  2. Speed and performance: Wireguard is extremely fast as compared to other VPNs.
  3. Battery performance on mobile: the lightweight protocol and efficient means much less battery drain.
  4. On-demand: The mobile app allows iOS devices to be configured to always route traffic when not at home to ensure that my connection is always on and secure (read: private).
  5. Easy access to devices at home: I have a couple of devices and computers I access when out and about that Wireguard allows me to seamlessly connect to while on the go.

Previously, I had been using Tailscale to provide a lot of these services and keep my connections safe and secure. And I still highly recommend the service; it's really incredible if you don't have access to Wireguard on your router or need advanced routing capabilities for a home lab or even at a large corporation. I wish more companies used services like Tailscale as it provides really easy access to on-prem or cloud resources with a lightweight client. But by self-hosting Wireguard, I can assure my connection back to the house for all my devices without relying on external providers and without having to host complicated servers. Of course, many routers provide Wireguard access, and someone with the know-how can easily set up a server to host and run a Wireguard server to provide this same setup. But I like to keep things simple, and Deco's implementation is exactly that.

It is hard to overstate how nice on-demand is for mobile devices when out and about. Since setting it up, I've been able to move from home to mobile and never miss a beat, all while maintaining a connection back to the house. Now I can take my iPhone and iPad and still connect back to my Mac Mini at home as though I am still there. Another device I access on the go often I recently got is my Tablo TV. It allows me to watch over-the-air TV via their app on my smart devices. With Wireguard, I have easy access to it as well to watch live streams of TV or recorded shows from anywhere. I will probably do a longer post on my thoughts on it later.

Another feature I just started playing with is, in addition to creating a VPN server with my Deco, I can configure a VPN client that lets me have all or select devices connect to an external Wireguard VPN service such as NordVPN, ProtonVPN, or Surfshark. This lets me route my devices at home through alternative VPNs. This allows for privacy for home connections and all kinds of other possibilities for obscuring traffic.

Any chance to set up a VPN is recommended, especially if you can get one connected back to your home router. This is, of course, all improved since we have access to fiber here at the house, and your own mileage may vary.

Subscribe to my feed

If you are interested in subscribing to my feed, the easiest method is to copy my blog's URL address and paste it into your favorite RSS feed application. Mine is the wonderful NetNewsWire which has apps for Mac, iPad, and iPhone and are all fantastic! But there are many options out there and I encourage you to find one you like, but NetNewsWire has the wonderful status of being open source and well crafted to only do one thing, read RSS feeds. Many of the other feed readers you will find require an account and want to do more than you need. The developer is really committed to this idea!

So copy my site’s URL, add a feed in NetNewsWire using the + icon, and press Add. Optionally (and recommended) choose the iCloud folders so that your feeds sync to all your devices and show up automatically. That should be all that is required.

If you use something else to manage your RSS feeds, then I assume you can figure out how to subscribe there. But if you are interested in giving NetNewsWire a try, you can export and import your subscriptions as an OPML file that will magically migrate them there.