Dave Winer, with a preference for ChatGPT, I would also love to see implemented.
I want a ChatGPT pref that lets me turn off human impersonation. I want it to behave like a search engine. I ask questions, it answers. Period.
Family guy and web developer
Dave Winer, with a preference for ChatGPT, I would also love to see implemented.
I want a ChatGPT pref that lets me turn off human impersonation. I want it to behave like a search engine. I ask questions, it answers. Period.
I created some banner images of my own for Apple Notes and Bear this morning, like the ones you can use with the Forever Notes system. Unlike the ones you can download from the resources page, though, mine are a bit more customisable and generate a different set of mountains each time.
I quite like the end result of these.



The other nice thing about them is that the fill colour can be transparent. So in Bear, when you switch to a dark theme, the dark colour comes through the banner. It doesn’t look so great with the light themes, but I barely use them anyway.
Currently, I have two scripts, one for generating a transparent banner and one that generates a banner using a set of colours.
I plan on adding a few more over the next few months. Clouds, hills, snowflakes and skyscrapers could all be generated with random patterns and follow the same convention. I won’t be running a web server to allow others to generate these easily. Generating images consumes more energy than a typical web request, so in the meantime, you’ll need to download the scripts and generate them yourself.
Source code is available on SourceHut.
I’m definitely curious about Omarchy.
As part of my plan to learn React, I’ve been building single-page HTML applications that use local storage to persist any information between sessions. As a start, I built a roulette wheel for our team at work to determine who goes first during stand-up each morning.
I have since moved on and created applications for a technical log, a start page, and I have a few other ideas brewing. The persistence to local storage in the browser is common between all the applications, but I’m trying to build different ways to interact with these applications so that I can learn more about React.
Next week, I hope to develop a replacement for the Excel spreadsheet we use to track our OKR goals at work. The Excel spreadsheet is functional and certainly doesn’t win any prizes for looks. I thought this would be a good learning project to tackle in React, as the formulas we use would enable the page to be more dynamic.
Lots of family adjustments are being made this week.
Ethan’s been going through his inductions, student orientation, meeting team mates, and getting to know his way around campus this week. I’m glad to see he’s settling in nicely at McKendree. He’s got a spot of volunteering today. Classes begin on Monday, the gym opens on Tuesday, and the golf team start preparations and work on Thursday.
The hardest part for Ethan has been the lack of golf this week. He’s only played one round this week, but there’ll be plenty of golf ahead when the fall competition schedule begins.
At home, we’re slowly getting used to Ethan not being around, and I’m glad his brother is still optimistic about the whole situation. Drew has been kept busy with his golf and going back to school.
He’s also looking into a potential new hobby in the form of Warhammer. That may spill over to me as well. I am curious about it. I played D&D during high school, but I haven’t played it since. This might be a nice way back into some elements of D&D, but without having to endure a long-running campaign.
I’ve been trying to find a cheap way to host an HTML page with a bit of React on it that can be deployed just by uploading it with an existing service I use. The React didn’t play too well with Micro.blog’s single page feature. I have a DigitalOcean account, so I uploaded it there for the moment.
Said our goodbyes to Ethan this morning as he heads to McKendree University in Illinois to play as part of their golf team.
It’s been a weekend of ups and downs but mostly tears as our close family of four deals with the prospect of Ethan living abroad for most of the year.
The good thing is he’s back for Christmas for a few weeks and then he’s back in April / May for the start of the golf season.
It’s going to be a great opportunity for him and I’m sure he’ll be a better person and golfer for it once he finishes his four years.
Go Bearcats! 😄

A great night at the golf club tonight, giving Ethan a big send-off before he heads to the States on Monday morning. A fantastic night of food, drink, chat and music. A few tears at the end of the night, but that’s been the way of it the last few days as the big day arrives.

I have a collection of posts in my blog’s archives that mostly contain links with a single image and a comment. A lot of the links for these posts are now returning 404s. I’m tempted to just bring all the images together in a single Micro.blog collection and remove the posts.
The idea of a three-column theme for a Micro.blog is growing on me.
Bothy was a nice starter for learning about how themes work in Hugo and Micro.blog, but I would like to do more with a theme.
Here are just a few ideas I thought of for a new theme
With such a larger number of elements for this theme, I might start off with a blank HTML page and start outlining what I need using Tailwind CSS to get a quick prototype up and running. I can then iterate on that for a while, working out the finer points. Once I am happy with it, I can then start building the theme using the finished prototype.