iPhone 18 Pro: Leaker Reveals Alleged Size of Smaller Dynamic Island — MacRumors

The account “Ice Universe” today claimed the Dynamic Island cutout on the iPhone 18 Pro models will be approximately 35% narrower than it is on the iPhone 17 Pro models. Specifically, they said it will have a width of around 13.5mm, down from around 20.7mm, and they shared the mockup image above to show what it would look like.

When Apple eliminates the camera and sensor cutout from the display, maybe next year or the year after, what will happen with the dynamic island? My take is that the dynamic island continues to show content popping up from the top of the screen, just like before.

Intel puts consumer chip production on back burner as datacenters make a run on Xeons — The Register

If you notice PC prices creeping up over the next few months, the rising cost of memory won’t be the only reason, because on Thursday Intel said it is reallocating foundry capacity from client chips to meet surging demand for Xeon processors used in AI servers.

I wonder if Apple can manage to keep iPhone prices stable this fall with the release of the iPhone 18. They are certainly facing headwinds.

So far this year, AI and Claude Code have completely changed my plans to learn writing extensive Apple Shortcuts. In fact, I would even argue that Apple has to find a way to enable a Claude Code like experience to write Apple Shortcuts (and why not AppleScript while at it).

Asking Claude Code to suggest new features and improvements for my photo-sharing app is a lot of fun. Reviewing the list, I see several valid suggestions. However, as a “product manager”, I must decide what gets implemented and what does not. It’s kind of a power trip. You know “A thousand no for each yes”? 😎

This weekend, I wanted to work on my next YouTube video, but I fell into this “photo-sharing website for my close family and friends” rabbit hole. It took most of the day to refine that I completely forgot about my video. 🤦🏻‍♂️

Looking at my Micro.blog timeline summary I see this bad interpretation of my words in a recent post about updating my Nikon camera firmware from 1.21 to 3.0. 🤷🏻‍♂️🤦🏻‍♂️

“Please, add a map of all the places I visited based on photo metadata”. “Add animation across the site to make it more dynamic, nothing too fancy”. “Please, add support for progressive web app and make sure to set the favicon with the provided image”. “Add support for swipe gestures (ledt and right) while glancing at individual image”. “Add a counter of how many images are stored in each album”.

Are you getting it?

This is simple web app development in 2026 built using Claude Code, Vercel, Next.js and Tailwind CSS. 🤯

Building A Dedicated Photo-Sharing Website in Claude Code

Thinking about the upcoming trip to Egypt, I realized I still didn’t have a good solution for sharing photos and comments beyond the usual social networks. Drawing on my experience from the past few weeks deploying web applications on Vercel, I decided to try the same by building a website for sharing and viewing photos. The additional complexity here is that the viewing portion is separate from the photo upload section. Therefore, I need to protect this feature with a password. Additionally, image storage must be optimized to minimize costs and provide a pleasant, flexible viewing experience. I’m using Vercel-only blog storage and Redis for metadata store.

In less than 2 hours, I built a fully functional application with Claude Code and Vercel. Impressive.