-
Icons for Qt
Maybe I can get HeroIcons in to Qt ... ... it'd be great to have heroicon-c-numbered-list to a re-number the cues.
-
Qt auto-build for Win/Linux
I'm thinking of writing a Qt app on my Mac. I also want to have builds for Windows and Unix, but I don't have a handy Windows or Unix box. I could use virutal ones, but that takes up a fair bit of room on my laptop. Also it's a pain in the bum to have to…
-
DMX in C++
When writing a DMX app in C++, it's worth taking a look at the Open Lighting Architecture library. ... or maybe not, as this page suggests it doesn't work on Windows.
-
QT Layouts won't expand?
Suppose you're using the QT Creator to build a window, and the widgets in the window aren't expanding to fill the window. You can check the layout doco but it doesn't help much. The widgets still don't fill the window, and certainly don't resize when the…
-
Morplees - cooking app
One day it'd be cool to add in support for cooklang, which is a JSON format for recipes.
-
Menubar Playlist app
I'll likely want to look at Apple's docs on MusicKit. Or maybe someone else's doco...
-
iOS stuff to look at
Three videos from Apple: - WWDC24: A Swift Tour: Explore Swift’s features and design - WWDC24: SwiftUI essentials - WWDC24: Xcode essentials This Swift Log package from Apple Doco on the URL Loading System A post on What to Test (and What Not to Test) in…
-
Migrating WordPress
When migrating WordPress sites, eg from Staging to Prod, I might want to use an extension like All-in-One or UpdraftPlus. Not sure, but my guess is that those migrate everything ... which is good for initial deployment, but not great for ongoing…
-
Pico Mac
One day, I'd like to make an emulated original Mac 512 using a Raspberry Pi Pico, like Matt Evans did. If I do that, I could just buy a pre-made board from Joe's Computer Museum. But I'm not delighted about the way he has the pico sticks out from the side…
-
Nekoban
One of the ideas in the back of my head is a Sokoban app, but pushing cats on to baskets. If I ever get round to it, these assets might come in handy. The same artist also has cows that could be pushed on to patches of grass.
-
Bean Heads - Character Cartoons
Want some cartoon images of characters? Try Robert Broersma's Bean Heads.
-
Using @Observable in SwiftUI views
Natalia Panferova has written a post on Using @Observable in SwiftUI views which I'd like to understand better.
-
Concurrency Step-by-Step
Matt Massicotte wrote a Concurrency Step-by-Step which looks like it's worth a read
-
Behaviour, Structure, and Performance
Aviel Gross has written a post on Behaviour, Structure, and Performance in iOS.
-
Chloe’s Laws of SwiftUI
Chloe has written an Opinionated and Biased Law of SwiftUI and I think it's worth a read
-
iOS Navigation Patterns
An outline of Modern iOS Navigation Patterns
-
MeasurementFormatter
When displaying distance (or length) to the user, you want MeasurementFormatter.
-
Link to Any Text
If you want to have a URL that links to any text on a page, even if there is no anchor at that point, then check this page about Scroll to Text Fragment Instead of linking to a regular anchor like #my_anchor, you add #:~:text=some%20text. So for example…
-
Magic Replace
For some pairs of SF symbols, you can replace one with another using a "magic" transition. See Natalia Panferova's how-to for more, or the demo on Apple's doco page.
-
Parsing Dates Without Times
From everyone’s favourite Eskimo … https://developer.apple.com/forums/thread/655000 tl;dr - just save the separate bits.