A first look at the GutenbergLand editor for WordPress

On April 12, 2026, Dave Winer announced a demonstration version of a second editor (GutenbergLand) integrated with the wpIdentity package that powers Dave’s WordLand editor for WordPress.

The editor allows you to add blocks like when using the native Gutenberg editor in WordPress.

Here is a screenshot of WordLand for comparison:

I was able to select my WordLand test blog as the location for my GutenbergLand post, and was able to post some text, then another post where I added a title. In WordLand, a title can be added to a post in the editor user interface, but in GutenbergLand, the title has to be added via a menu command.

From a basic editing standpoint, I would say either editor can be used for creating WordPress posts on WordPress.com sites. Some setup is still required to be able to post to WordPress self-hosted sites (Jetpack plugin is required, see this Github issue).

Starting my exploration of AI

Now that I am retired, I am taking some time to explore AI tools, specifically Claude from Anthropic. In my previous job, I used Google Gemini for answering questions on tool setup/options, or creating short one-off scripts for repetitive tasks. However, these were all performed using ad-hoc prompts, and I wanted to learn how to use CLIs to create things.

I signed up for a Claude Pro subscription, and started a free course called Claude Code for Everyone (created by Carl Vellotti). The first module was an overview of how Claude can analyze files, extract and summarize data, and several other features. The second module was a first step at “vibe coding” – creating an online quiz. Claude created the code, added a repo to my Github account, then deployed it to Vercel (see the quiz here). In many ways, this is a contrived example, but a good way to get my feet wet with this kind of tool. Now I need to think of some apps to create!

Organizing my retirement with org-mode

As I mentioned in a previous post, I am now retired. As I approached my first week of retirement, I had been making a list of things I wanted to do. As my list grew to 25 items, I felt a little uneasy. I needed some more structure…and that is when I turned to org-mode in Emacs.

I created an outline with the first level heading of “Retirement” so I could find it easily within my main org file. I then added two second level headings (Tasks and Weekly Planner). The Tasks heading is the “inbox” for when I think of something new that I want/need to get done. Under the Weekly Planner heading, I added sub-headings for each day of the week. Within each day, I had a standard set of tasks (exercise, dog-walking, practicing musical instruments). I then chose a few items from the Tasks list and copied them to the days in the Weekly Planner. As I complete the tasks (TODO items in Org Mode), I change them to DONE, and moving items up and down in the list depending on my priorities. Finally, I have a “Log” heading where I record significant things for each day (PS – I already that this in my org file).

Here is a screenshot with example tasks:

On Monday, I started using this system. Today (Thursday), I would say it is working well for me. Yay! I have created a sample file if anyone want to try this. Enjoy!

Announcing my retirement

As of April 10, 1026, I am officially retired! I have worked over 40 years in the aerospace industry in the US, it has been a good career. In my retirement, I plan to focus on my health (via diet and exercise) and spending more time with family. I also plan to work on some personal software development projects, since I will have more time. If anyone has something in mind where I can help or collaborate, let me know!