June 23, 2025

Strong Opinion About Slide Over on iPadOS

I should say up front, I’m deeply appreciative of Apple and all the products, OSes, services, and applications they make, as most everything is done with care and craft with and eye and understanding of detail. Having interactions with develop support and internal developers now and over the years, I’ve always been impressed in their focus on getting things right and doing thing better. Nearly every interaction with Apple from customer support, sales support, Apple’s developers, and people inside Apple has been fantastic and from people who aim to do their best and look to make really solid products and services for their customers.

Apple Announces the New ipadOS

At this month’s Apple WWDC 2025 they made the announcements about the new ipadOS 26, which seems like it may be a good step forward with the new windowed interface, that moves it into looking and acting much like a Mac. There are many other updates and improvements.

Subtraction of Productivity is Far from an Improvement

But… subtraction of one prime productivity advancement that the iPad has had for many of its iterations is that of Slide Over, which if you aren’t familiar (it seems Apple isn’t), is the ability to have an app that will slide in from the side of the screen and hover in a narrow mode, while the other app (or apps, as two apps on screen has been around for a while as well) is still in view.

This meant, with one flick and (in Steve Jobs’ parlance) boom! you have a note app (my strong preference has been for Drafts) that allows me to capture ideas in markdown quickly and then (or later) push the note out elsewhere - Twitter, Mastodon, note directories that Obsidian sits over, Messages, etc.) then flick it back out of the way. It is simple, quick, efficient, and productive, which is what Apple always seemed to put as a priority.

I often have Drafts and PCalc sitting one flick (two for PCalc for the second flick), which is ONE STEP to get a productivity app of my choice in place to divert my focus from a video I’m learning from, reading I’m wanting to capture a note or to do from, a quick calculation, or whatever I want to need at the ready and then get back to focussing. This is a super power that iPad has enabled. It is what separates an iPad apart from Mac and other devices in a big way.

The New ipadOS 26 is Four Large Steps Backward for One Element of Productivity

This new window model on ipadOS 26 is nice and could be helpful, but trying to do the same quick productivity action is at minimum four steps. That isn’t a productivity gain or enhancement. That is four large steps backward Apple. Four anti-productivity steps backward. If I wanted to lose productivity like that, I would switch to Windows.

The corner quick swipe from the corner of the iPad isn’t available unless I’m using the full window interface for finger use and only getting access to Apple Notes (a really nice product, but for various reasons isn’t my first choice, nor second choice). In the new interface the quick corner access is available with Pencil swipes. The full window interface you can add a finger swipe.

But, going from a window I’m working or learning in and want to get a Drafts up and ready, if I have it in my dock it is a tap to open, get it out of the way (often two moves for placement and then narrowing it, if not also adjusting the window I’m also using, and then typing in Drafts) and that is the quickest way. Spotlight is the other option, which adds a step.

It Is an iPad not A Mac

Apple, this device is the iPad it isn’t a Mac, it has special super powers, which include the ability to help focus and be productive. With this new ipadOS 26 new functionality and capabilities are added that are helpful, but don’t take away the iPad’s strength as well. It may be those leading iPad don’t live with it as a core device and don’t care about its strengths and super powers, or they don’t understand productivity so they slipped up.

The windowed world of ipadOS 26 could easily have Slide Over and keep the super power of one flick for productivity. I’m hoping the fall release of ipadOS 26 still includes the productivity super power that sets the iPad apart and allows its users to have super productivity powers that help set them apart with the partnership of Apple’s products helping them be their best.

June 21, 2025

2025 Vanderwal.net Backend Modernization is Done

A couple years ago I thought I would update the backend code from PHP 5.6 to PHP 7 and initial progress on it was hindered by time available.

Planning the Modernization Work

A few weeks back I started looking at it again and mapped it out properly like a project. I realized PHP 7 was deprecated and I should really head to PHP 8, so that target was set. I was planning on keeping things relatively simple using a database connection quite similar to what I had used, but digging through PHP 8 books and resources on O’Reilly Learning Platform everything was using a newer more flexible method. After digging further I took the route that would take a bit more work modifying existing code (some going back to 2000 and 2001). But, as I dug into the work I realized I was only needing to modify and modernize about 20% to 30% of code on the pages and templates.

In doing this I also realized my old method of security around the system management backend was no longer working, so it had to be rewritten as well. That meant rebuilding the backend screens. Those updates went live two days ago on the 19th.

With that done it was back to the last third or so of the pages and templates that are public facing. I had already reworked the category output pages and adding pagination to them. No longer will all 121 Folksonomy categorized posts show up on one screen, only 15 at a time will. The “Personal” category has 369 posts (it is a blog so it is about me, you see, but just not all of it).

The RSS feed received a very minor update to RSS 0.92 to keep in line with many of the OG methods that remain.

The Actual Homepage has been Restructured

The homepage for vanderwal.net has been restructured to make it easier to find information that isn’t directly in the blog and I get emails and DMs about somewhat regularly. Moving it to two columns helped this. I do need to modify this to flex or grid CSS model as tweaking the layout was rather tedious.

This Modernization was like Changing the Plumbing and Wiring in a Building

This modernization was like bringing the plumbing and wiring of a building up to new building code. The walls and structure are all pretty much the same. The top layer stays the same for now.

This modernization does allow me to hopefully finish setting up webmentions, which I’ve had partly wired since around 2021 or so. I just need the last piece to that to work. There are also other IndieWeb related updates I’m planning on making and have been waiting to get this code updated before modifying and adding them into place. By the way, if you are running your own site and/or blog, the IndieWeb community has a gem. There are a lot of resources in their wiki and pages helping anybody with their own site.

The pagination for the blog is likely going to change from a date with month focussed pagination to a page model with the oldest selection being page 1. The archive page will get a long over due update so it doesn’t stop at 2003 (looks at calendar, yep it is out of date). I’m hoping to have an archive page that shows activity, but also addresses the different post types (essay, journal, and weblog) that only lasted the first few years, but also around the 2014 code update and site move the entry type template went missing.

The category listings pages will also likely get an update and the category page may likely get some ease of moving through the posts over time, beyond general pagination.

Assistance with the Update

This being 2025 the question pops up if and how I was using generative AI as part of this. I was using Claude.ai from Anthropic with some initial questions, then I’d head to O’Reilly’s resources to validate them and learn what I needed to know (it had been about 10 years since I was knee deep into PHP). When coding and modernizing the pages and templates I’d and hit defects I’d run those past Claude to sort out what the issue may be (sometimes missing “;”, others the new query wrapper and parsing method caused me to miss something, or I had deprecated code I hadn’t converted). Claude would point out my errors and instruct me how to correct it. Sometimes it would offer a few options for approaches (some were not quite right and others were good and I needed to select a path - after verifying and learning about them further). It also would crank out code. I gave Claude instructions not to bother with large chunks of my pages and code, which it left alone.

I use Claude stand alone and used is Project function to keep things focussed. I fed it the outlines and high level task areas I have in GitHub and Obsidian and it was keeping track of what was accomplished and how the work met the goals. The most impressive thing, compared to other generative AI options is it was very strict with identifying things not viable in PHP 8 (and its iterative versions) as nothing else did this well. Claude also had the code of pages and templates I had worked on and would point out I was using a structure and method in other page and ask if I shouldn’t use that practice on the page I just fed it to sort out some defect I was working through. My code has had four or more iterations over the 25 years and my early coding wasn’t so hot and still remained. Claude helped my code get more consistent, not by it fixing it, but pointing out I had something good and modern and I should keep consistent with that. By the last couple of templates I didn’t need to have Claude check them as they worked with my own editing, but I still fed them in as it seems to help improve suggestions and catching lack of consistency of my own doing.

A year ago I tried this with OpenAI and its ChatGPT and it was a hot mess. It couldn’t keep PHP versions correct. I try it with every update and I find it really problematic and what it outputs (code and other attempts) as nothing better than mediocre and often not correct.

IDE Use

In the last 10 to 15 years the IDE I’ve used to code and work on vanderwal.net has been from Panic and either Coda or now Nova, which have worked well. I have kept a good firewall between AI assistance and the IDE. I don’t mind type ahead suggestions. But, finding deprecated code to address was something I was going to need. Some friends suggested I try PhpStorm by JetBrains, which seemed good as I’ve used PyCharm a few times in the past and really enjoyed it. I knew I didn’t want VS Code near this, as I’ve pretty much had it with VS Code (I mostly use it with Python for data analytics) due to plug-in issues and lack of ease keeping projects separated.

I picked-up a trial of PHPStorm and after a day or so I had the hang of a good portion of what I needed to do. My favorite part is the setting the exact version of PHP you are working with. It highlights where there are errors and problems. In the last couple of days as I finally was getting the hang of PHP 8 and the methods I was regularly using PHPStorm was helping with type ahead suggestions (there were a few times where I accidentally triggered them when I didn’t want them and nearly turned of that functionality - control Z is your friend). PHPStorm also can make use of GitHub CoPilot, which I don’t find helpful with OpenAI connected to it, but is better with Claude Sonnet. The downside with CoPilot is it doesn’t have access to the Project space in Claude I’ve been working with and therefore its suggestions are less on target - CoPilot with Claude is light years better for PHP than OpenAI offerings). Essentially I didn’t use the incorporated genAI functionality and I was very happy with that setup.

Posting Ease

One of the things I’m looking forward to are slightly better methods for posting to this site and managing posts. Many of the steps beyond creating and posting are manual steps, like kicking off creation of the RSS feed (I do that after a quick review of the created post as it is live, I kick the RSS feed after that review). The alerting the media, or the alerts beyond basic RSS, is also a manual step done after that review. I may automate the combination of those two kicks after a review.

Previous Month

This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License.