• Sent feedback about the “required reason” APIs that we need to read the system boot time to destroy information about the system boot time that we get from UITouch.timestamp. (And yes, you could use UITouch.timestamp to help with fingerprinting.)

    → 10:21 PM, Dec 11
  • John Gruber:

    This trick does not work in Safari on iPadOS, because iPads are baby computers where you can’t select more than one thing at a time.

    True, iPad is missing keyboard support in this case, but generally I find multiple selection easier on iPad. Multitouch dragging works fine for Safari tabs. It’s not uncommon I start dragging something on Mac then realise I can’t do what I want because there‘s only one pointer.

    → 8:24 PM, Dec 8
  • Is there a way to have the initialiser of an Objective-C class be migrated into Swift as a required init? This forces subclasses to override the initialiser, which is necessary for copying an instance of a subclass to return another instance of that subclass.

    → 5:41 PM, Dec 6
  • Received a Bluesky invitation code many many months after registering my interest. Now I can finally “join the early conversation”.

    → 5:21 PM, Nov 20
  • Looking forward to seeing people today for an NSLondon pub evening while Chris Eidhof is in London. www.meetup.com/nslondon/…

    → 3:04 PM, Nov 15
  • Accidentally left the iPad Simulator recording the screen for 7h 52m. The file is only 200 MB though. MPEG is efficient when there‘s no difference between the frames.

    → 9:55 AM, Nov 15
  • Back from a terrific weekend seeing friends in Berlin. I worked all day on the train from London over there and back, so it was time-effective without flying. 🚆

    → 12:15 AM, Nov 8
  • Pull to reload in Safari on iPad continues to be a bad feature. I often trigger it accidentally, there’s usually no logical reason why a webpage would reload in respose to this input, and there’s a reload button anyway.

    → 11:08 AM, Nov 7
  • We hit the 10,000 limit on TestFlight testers for PDF Viewer a while ago. Using the new filtering options, I removed the 10% of these that had never installed a build, so it’s now possible to sign up again.

    Tip: Filtering within groups was unreliable. Filtering from “All Testers” worked better.

    → 4:11 PM, Nov 3
  • I’m really pleased how well our NSLondon events are going with our expanded organisers team. Great turnout and talks yesterday evening at Onfido.

    → 3:59 PM, Nov 3
  • When you get a new bug B with a description identical to an older bug A, and you can fix B by reverting the fix for A, but that fix didn’t include a test or concrete steps to reproduce.

    → 4:49 PM, Nov 1
  • I miss the Mac behaviour where some apps would quit automatically after closing their last window. Seems excessive needing to close and quit to get rid of an app. Perfect example of why I prefer working on my iPad.

    → 10:20 AM, Oct 26
  • Cool a new Swift conference in England, coming next May. swiftcraft.uk

    → 10:39 AM, Oct 22
  • Any recommendations for a plain text notes/scratchpad app with CloudKit sync? Importance: iPad > Mac > iPhone

    Bear 1 hit the sweet spot. The Bear 2 editor is too non-standard. Tot adds angle brackets around pasted links. FSNotes has good UI but iCloud Drive sync works poorly for this.

    → 8:58 PM, Oct 18
  • Compiling an existing iOS codebase for visionOS breaks the deprecation cycle. You end up with deprecation warnings you can’t silence that aren’t actually a problem. We ought to be able to set our visionOS deployment target to -1.0 (two versions back) to match our iOS deployment target of 15.0.

    → 10:52 AM, Oct 13
  • With Xcode 15, is there a way to get rid of wireless options in the run destination picker? This keeps switching back to devices that aren‘t necessarily in the same room as me instead of the one that’s plugged in!

    Screenshot of Xcode run destination picker showing Doug's iPad mini (selected, wireless), Doug's iPad Pro (wireless), Doug's iPhone SE (wired).
    → 2:24 PM, Oct 12
  • It’s really tempting seeing the try! Swift Tokyo conference announced for 2024. I had an amazing time there in 2019 and stayed in Japan to ski, hike and live in a little village by the sea. But I think I’ll stick with my no flying streak (since Jan 2020) and will ski in Austria instead.

    → 9:20 PM, Oct 11
  • Oh no I just tried turning on Sonoma’s new text size setting for system apps on my father’s Mac. Messed up the arrangement of the 153 items on the desktop. One of the most disruptive things I could have done.

    → 8:52 AM, Oct 7
  • Seeing a situation on our iOS app like this:

    • Use memory -> receive memory warning
    • Cut our memory usage a lot
    • Use memory again -> termination (no warning)

    Warnings arrive every time in a sample app. Not sure how to debug this.

    → 4:02 PM, Oct 4
  • ➡️ Innsbruck 🚆 Munich 🚆 Frankfurt 🚆 Brussels 🚆 London

    → 8:35 AM, Oct 3
  • Typing auto-completion is really good on macOS Sonoma; I feel more productive. Shame it‘s not as good on the iPad, which I think is because on the Mac this is on top of more robust auto-correction.

    → 5:37 PM, Sep 19
  • Nice surprise from the Apple event is that the OS updates are coming to iPhone, iPad and Mac this month. Xcode 15 RC includes the new SDK for both iOS and Mac. No awkwardness like previous years where the updates weren’t synced. Much credit for this: synced updates are really hard.

    → 4:59 PM, Sep 14
  • Updated my reading app for compatibility with iOS 17. In addition, the app now has an archive to keep articles around for easy reference.

    → 11:28 AM, Aug 31
  • Self-sizing table view cells were introduced in iOS 8 in 2014. No need to truncate lines of text! Took a few years for them to work well. I wrote some practical tips in 2018. Obviously this is the expectation with SwiftUI.

    Apple Mail in 2023: One line for the subject should be all they need. 😐

    → 5:19 PM, Aug 30
  • Auto-correction with a hardware keyboard on iPad doesn’t seem better on iOS 17. Still need to manually accept suggestions for obvious typos, and as far as I can tell you still can’t accept suggestions with a keyboard. You can at least do it with a mouse now; previously only possible with a finger.

    Typed text “improvment” with suggestion “improvement”.
    → 10:09 AM, Aug 30
  • Wow Xcode 15 beta 8. I don’t recall there being an 8 before. Looking in Xcodes, I see Xcode 11 went up to beta 7.

    → 9:25 AM, Aug 30
  • Updated KeyboardKit to support iOS 17 and Xcode 15. Xcode 14 is still works too. No functionality changes.

    → 9:20 AM, Aug 30
  • Good turnaround on documentation Feedback I sent to Apple. They added the bold text to clarify CKRecord.encryptedValues:

    When you enable Advanced Data Protection, the encryption keys are available exclusively to the record’s owner and, if the user shares the record, that share’s participants.

    → 9:19 AM, Aug 26
  • Since Apple removed the device support files that everyone used, did anyone find a way run an app linked with the iOS 16 SDK on an iOS 17 device? (Other than TestFlight, which is a very slow iteration loop.)

    Edit: Using defaults write com.apple.dt.Xcode DVTEnableCoreDevice enabled as suggeted further down that thread worked for me. Presumably there’s a reason this isn’t enabled by default though.

    → 3:57 PM, Aug 24
  • If an Apple Bluetooth Magic Mouse/Trackpad/Keyboard normally paired to an iPad is paired to a device you no longer have access to, you can pair it back to the iPad like this:

    1. Plug the peripheral into a Mac
    2. Forget the peripheral from the Mac
    3. The peripheral will now be discoverable for the iPad
    → 9:18 AM, Aug 17
  • My first time managing to crash RealityEnvironment in the Vision Simulator. The world fades to black, and it makes a sad noise.

    → 12:36 PM, Aug 15
  • The new .inspector modifier for trailing sidebars is not available on visionOS 😢

    Hard to get a sense at this stage how “desktop-class” Vision apps should be.

    → 7:24 PM, Aug 10
  • That narrows things down.

    The following API for accessing user defaults requires reasons for use. […]

    • UserDefaults

    From Describing use of required reason API

    → 2:54 PM, Jul 28
  • I thought I heard it was possible to upload Vision apps to TestFlight (even though not many people would be able to install app yet) but it doesn’t seem to be allowed for me.

    Screenshot from Xcode: Upload failed with errors: Asset validation failed: Unsupported Xcode or SDK Version. Your app was built with a version of Xcode or SDK that is not yet supported for upload to App Store Connect. For more information about supported versions of Xcode and SDK for Testflight or App Store submissions, view the App Store Connect What's New page (https://developer.apple.com/app-store-connect/whats-new/). (ID: 39f7753-0fc9-4cf4-bd61-ae610194f17f)
    → 5:10 PM, Jul 26
  • visionOS is quite strict. “Spatial presentations are not permitted from popovers.” 🧑‍🏫

    → 3:40 PM, Jul 26
  • visionOS “upcoming events, testing opportunities, and other programs” are still “Available in July”. Are we there yet? developer.apple.com/visionos/…

    → 12:12 PM, Jul 12
  • Mac quarantine seems a bit eager. Shows these scary alerts when opening files with the quarantine flag that are set to open with anything except the default app (the com.apple.quarantine and com.apple.LaunchServices.OpenWith extended attributes). This is macOS 13.4.1.

    Mac alert: "1979-12-MVC.pdf" cannot be opened because it is from an unidentified developer.
&10;macOS cannot verify that this app is free from malware.
&10;Preview created this file today at 11:05.
&10;OKMac alert: macOS cannot verify the developer of "1979-12-MVC copy.pdf". Are you sure you want to open it?
&10;By opening this app, you will be overriding system security which can expose your computer and personal information to malware that may harm your Mac or compromise your privacy.
&10;This file was downloaded on an unknown date.
&10;Open
&10;Cancel

    → 11:19 AM, Jul 12
  • iOSDevUK ticket booked. Thinking about going hiking in Snowdonia the weekend before. 🏴󠁧󠁢󠁷󠁬󠁳󠁿

    → 10:53 AM, Jun 24
  • I feel I must be missing something, but I can’t find any info saying Apple Volume Purchase Program (VPP) for education and businesses is available for in-app purchases and subscriptions. Are there even any paid-up-front apps anymore?

    → 11:09 AM, Jun 19
  • Not fully understanding the new beta installation flow. I’m signed into my personal account (not my developer account) and given the option to change accounts, but not sure what difference this would make.

    Screenshot of alert in the iPad Settings app: Apple ID for Beta Updates: Signed in as redacted@douglashill.co. You can sign in with a different Apple ID that is enrolled in the Apple Beta Software Programme or Apple Developer Programme. Button options: Use a different Apple ID… Cancel
    → 3:15 PM, Jun 9
  • I noticed this WWDC session (and probably others) never says “Vision”. Always “this platform”. Secrecy at work! developer.apple.com/wwdc23/10…

    → 5:26 PM, Jun 8
  • If the new product line is called  Vision, will AirPods be renamed to  Hearing?

    → 12:47 PM, Jun 6
  • New text selection magnifying glass is bold.

    iOS 17 magnifying glass for selected text, which is larger, has a stronger magnifying factor, and a blue outline. The words “operating system updates” are selected.&10;&10;Full text in screenshot:&10;&10;“Over the last several years, Apple has settled into a consistent cycle with updates to its platforms. The company won’t publicly commit to future plans, but as a software developer on Apple platforms, it’s important to know what to expect to plan your work. Apple doesn’t release all its yearly operating system updates at the same time, so some special considerations are needed for cross-platform apps — which is what this article will explore.”
    → 12:10 AM, Jun 6
  • Looking back at old photo albums, for some reason I have one called “WWDC highlights” containing only these three photos, one each from 2019, 2018 and 2017. Because of course the vegetarian boxed lunches were… the highlight of the week?

    Screenshot of iPad Photos app showing an album titled “WWDC highlights” containing three photos: a boxed lunch with a green burrito and a brownie not really filling a plastic box, a large room with long wooden-topped tables busy with people looking at MacBooks, and a bottle of Odwalla 100% juice smoothie.
    → 5:39 PM, Jun 3
  • We have a few spaces left at our NSLondon WWDC keynote viewing party at Deloitte Digital in London. This Monday from 17:30.

    → 8:50 AM, Jun 3
  • The readability problems with forms in Ventura are also a problem at narrower widths with iOS menus aligning the images away from the text. Less severe, but still harder to scan. blog.viditb.com/redesigni…

    → 8:55 PM, Jun 1
  • My top wish for WWDC: Spotlight on iPad to be as fast as it was on iOS 14. (Ideally as fast as Alfred was a decade ago on slower hardware.)

    → 8:13 PM, Jun 1
  • Around we go again. Today is my 8th PSPDFBirthday. 🎂

    → 5:28 PM, Jun 1
  • Registration is now open for our server-side Swift NSLondon event at AWS during WWDC week.

    → 12:06 PM, May 25
  • Really excited to have two NSLondon events during WWDC week:

    • Mon: Keynote viewing party at Deloitte Digital
    • Thu: Server-side Swift special at AWS
    → 7:04 PM, May 24
  • Stage Manager on the Mac never sounded interesting to me so I never tried it. Then yesterday I stumbled across this setting, and thought I’d take a look. I think I really like it! It makes the Mac more iPad-like and fits how my brain works.

    → 4:20 PM, May 18
  • Fantastic to see the Text Size setting on Mac. Hope at WWDC we see this extended automatically to Catalyst and iOS apps on Mac (this feature has been on iOS for 9 years). SwiftUI/AppKit API support would be extra cool.

    → 2:02 PM, May 16
  • Mac Dictionary app is having trouble parsing the Wikipedia page on strikethrough, resulting in most of the article being crossed out.

    → 3:12 PM, May 15
  • I’m looking for ways to remove inactive TestFlight testers because we’ve hit our 10000 people limit for PDF Viewer. Can’t see install info exposed by the App Store Connect API. There’s this fastlane plugin, but it’s giving me ASC API errors.

    → 12:08 PM, May 15
  • If Apple allowed iOS apps to use payment methods other than App Store IAP, the UX could be improved by using Apple Pay to prevent sometimes needing to approve payments in your bank app (with 3-D Secure).

    → 7:50 PM, May 13
  • Following up on my post yesterday about iOS version usage stats, here’s data aggregated from three of Mixpanel’s graphs:

    • iOS 16: 84.52%
    • iOS 15: 11.87%
    • iOS 14: 2.49%
    • iOS 13: 0.22%
    • iOS 12: 0.88%
    • iOS 11: 0.00%
    → 5:06 PM, May 9
  • Wonder if the Unsubscribe link in TestFlight email notifications will ever, you know, just unsubscribe them, rather than sending an email to the developer asking us to remove them, which requires at least App Manager role. (Users can already self-unsubscribe in the TF app.)

    → 4:29 PM, May 9
  • If we were only making an app, we could use the metrics on iOS version usage from our app on App Store Connect, but we make an SDK and don’t collect device analytics from our SDK customers.

    → 11:28 AM, May 8
  • What’s the best resource these days for checking iOS version usage stats? Apple’s numbers aren’t updated often and don’t say the percentage on iOS 14, which would be the most useful value for deciding when to drop iOS 14.

    → 11:24 AM, May 8
  • How best to handle “pencilling in” on a calendar? I end the event name with ? if the date is uncertain and/or wrap the name with () if my attendance is uncertain.

    → 8:53 PM, May 7
  • We’re hiring for an experienced iOS engineer on my team at PSPDFKit. Our iOS team is 5 engineers making an SDK, so expect varied tasks including public API design that will affect hundreds of apps. Fully remote. ➡️ More info and how to apply

    → 4:10 PM, May 5
  • I just found out you can press Q while using the iPad cmd-tab app switch to remove an app from the switcher, but it doesn’t terminate the app. Could be useful to clean up before a demo, but otherwise I’m not sure why you’d do this.

    → 8:39 AM, Apr 24
  • I didn’t receive the UK government test emergency alert because at home my iPhone is always in airplane mode, but I suppose a life-threatening event the government could warn me about is more likely to happen outside of home.

    → 8:24 PM, Apr 23
  • Busy week for iOS in London with NSCoder Night tonight and NSLondon tomorrow.

    → 6:22 PM, Apr 18
  • Is it just us, or were app status change email notifications not sent by App Store Connect in the last couple of days? Notifications are enabled. Nothing in spam.

    → 9:49 AM, Apr 14
  • Quick Look has been broken on my Mac for a while, but today I realised it works fine from Alfred, and was actually a Finder-specific problem. Amazingly, quitting and relaunching Finder fixed it. It’s like updating to Mac OS X 10.5 Leopard all over again! Such a great feature.

    → 12:00 PM, Mar 29
  • Managed to leave Handoff turned on for 1 hour before the constant shifting of the Mac dock was too much. It’s strange that Universal Clipboard requires Handoff, and Universal Control says it requires Handoff but actually sometimes works when Handoff is off.

    → 8:50 AM, Mar 28
  • Innsbruck 🚆 Vienna

    → 9:11 AM, Mar 23
  • The use of the terms parent and child for hierarchies isn’t that good a metaphor given the principle (for hierarchies) that parents always outlive their children.

    → 7:18 PM, Mar 14
  • We track downloads with Progress (NSProgress) and add that as a child of the Progress shown in the UI. Trouble is, Progress can only be added a child once, but the user can pop and push UI many times while downloading. Wondering if this is just not appropriate use of addChild.

    → 7:05 PM, Mar 14
  • I would have let my Tweetbot subscription renew in early February. I guess it was removed from sale, but weirdly Apple shows the wrong error: payment method declined. The payment method is fine (other stuff has gone through since).

    Screenshot of App Store subscriptions:  Tweetbot for Twitter Tweetbot Yearly Your payment method was declined. To avoid interruptions to your subscriptions and purchases, update your payment method. Update Payment Method Cancel Subscription If you cancel, you will immediately lose access to your subscription.
    → 8:09 AM, Mar 2
  • I set up a basic help page for my reading app, linked from the top-level nav in the app. It’s odd having an app that displays webpages and then jumping to the browser, but I want to be able to update this easily. douglashill.co/reading-a…

    → 9:25 AM, Feb 16
  • An annoying little thing since Xcode 14 is sometimes the editor loses keyboard focus when jumping between files. The insertion point can end up in the find navigator search field. I’m getting good at instinctively pressing cmd-J to re-focus the editor.

    → 11:33 AM, Feb 15
  • Fantastical subscription just renewed after a 54% price increase. It’s a terrific app (one of the best) but to be honest I wouldn’t mind splitting this with someone. 😅

    Screenshot of iOS notification from Monzo that reads: £59.99 at Apple; Want to split this with someone?
    → 5:15 PM, Feb 13
  • Switch over to ActivityPub/Mastodon name @douglas@pub.douglashill.co is complete. I want to write more about the new setup soon, but now it’s time to hit the slopes. ⛷

    → 8:55 AM, Feb 12
  • I’ll switch my ActivityPub (Mastodon) address from @_@blog.douglashill.co to @douglas@pub.douglashill.co in ~8 hours. Not changing host; just a better name. The new name won’t work until I switch, and then the old name will disappear. Couldn’t think of a better way.

    → 12:33 AM, Feb 12
  • Spent a bit of time updating my reading app’s lists to use more standard UI. Cut the code down by 300 lines. Had in mind to rewrite lists in SwiftUI to dramatically trim the code so I could focus more on the core reading experience, but so many details weren’t right in my POC.

    Screenshot of reading app showing a narrower sidebar with a bright blue highlight.Screenshot of reading app showing a wider sidebar with a grey highlight.

    → 7:02 PM, Feb 11
  • We have a review of PDF Viewer for Android comparing the precise temperature their phone gets when running our app vs. a competing app. I appreciate learning new ways to see the world.

    → 1:27 PM, Feb 10
  • In around 48 hours, I’ll change my ActivityPub (Mastodon) address from @_@blog.douglashill.co to @douglas@pub.douglashill.co. Unfortunately the transfer won’t be automatic so if you’re following already you’ll need to follow again.

    → 8:16 AM, Feb 10
  • Rotating an iPad home screen without widgets is the worst of both worlds: icon spacing is uneven AND the number of icons per row changes. Adding a widget magically fixes the first problem, and by strategically positioning widgets, you can fix the second problem too.

    Screenshot of iPad home screen in landscape showing first row: Messages, Photos, Maps, 1Password, Unread, Mail; and second row Fantatical, Settings.Screenshot of iPad home screen in portrait showing first row: Messages, Photos, Maps, 1Password, Unread; and second row: Mail, Fantatical, Settings.Screenshot of iPad home screen in landscape showing first row: Carrot Weather widget, Messages, Photos, Maps, 1Password; and second row: Carrot Weather widget, Unread, Mail, Fantatical, Settings.Screenshot of iPad home screen in portrait showing first row: two Carrot Weather widgets; second row: Messages, Photos, Maps, 1Password; and third row: Unread, Mail, Fantatical, Settings.

    → 8:10 AM, Feb 10
  • Naming an ActivityPub server (mostly Mastodon) with “social” in the domain name is missing a trick by not going for “pub” instead:

    • Pub for ActivityPub
    • Pub is a place to socialise 🍻
    → 6:22 PM, Feb 9
  • Switching my Safari search engine from Ecosia back to DuckDuckGo. Number and size of ads with Ecosia reached the point where I often don’t see any results without scrolling.

    → 7:17 PM, Feb 5
  • I’m intrigued how Pages on iOS displays localised font styles. I guess it might have an adjective parser (e.g. to know that “Ultra Light Italic” is two terms) and a long list of translations for common adjectives (regular, book, roman, italic, oblique, etc).

    Screenshot of Pages font style picker in Japanese.Screenshot of Pages font style picker in German.Screenshot of Pages font style picker in English.

    → 10:42 PM, Feb 1
  • An update to my reading app is out that adds Shortcuts actions to automate and integrate with other apps. You can filter/sort based on many properties, including word count. There are also new lists for “Short Articles” and “Long Articles”.

    Screenshot of Shortcuts app. Left side of screen shows a shortcut with these actions: Find All Articles where All of the following are true: Author is Douglas Hill and Date Saved is in the last 1 month and Title contains JavaScript. Sort by: Word Count. Order: Biggest First. Limit: Off. Choose from Articles. Open Chosen Item. Right side of screen shows all available actions for the Reading app: Add Articles, Delete Articles, Find Articles, Get Body of Article, and Open Article.
    → 9:09 AM, Jan 30
  • Ostensibly proving I’m not a robot, but actually practising my French vocab.

    Screenshot from website login.orange.fr showing:  Avant de vous identifier… Cliquez sur les photos dans l’ordre indiqué pour confirmer que vous n’êtes pas un robot.  Follows by a grid of photos of a dog, a flower, a plane, an elephant and so on.
    → 12:48 PM, Jan 29
  • A bit icy but otherwise great conditions in Ischgl/Samnaun today. AKA Expensive Swiss Lunch Day.

    Photo looking down an uncrowded ski run with snowy mountains in the background. Blue skies. Clouds hanging lower down in the valley.
    → 7:48 PM, Jan 28
  • Realised a couple of recent articles showed up on Micro.blog and Twitter but not in feeds. For the record:

    NSPredicate: an old API with new surprises

    Using JavaScript in a Swift app

    → 8:17 PM, Jan 27
  • I didn’t notice this Reload Organizer command before. You can use to force Xcode to fetch new crash reports etc. from App Store Connect.

    Screenshot of the Mac menu bar for Xcode with the View menu open and “Reload Organizer” highlighted. It has the keyboard shortcut control + R.
    → 9:57 AM, Jan 26
  • We have a PDF Viewer app user who updates their 1 star review after most updates to express disappointment we don’t translate our release notes into German. It’s amazing having such dedicated users.

    → 3:54 PM, Jan 23
  • There’s something up with the language model in iOS dictation that resulted in it transcribing “strawberry moose” instead of “strawberry mousse”. I guess homophone resolution is still tricky. 🍓🦌

    → 6:13 PM, Jan 22
  • Mixed conditions in the Zillertal to start my ski season. I understand it’s been dry until recently so this a huge improvement.

    Photo of valley between mountains. Snow covered slopes and trees. Some sunshine with layers of clouds around the mountains.Snowy mountain peak peeking out of a layer of cloud. Ski slope in the foreground.

    → 3:37 PM, Jan 22
  • App Store ads are still keeping it classy. (To be fair, “meetup” could be interpreted this way, but the difference in tone is jarring between the ad and Meetup, the event management platform I’m looking for.)

    Screenshot of App Store app on iPhone showing search for “meetup” with most of the screen taken up by an ad for “PURE Hookup” “Casual Chat” Screenshots for this app say “DATING SHOULDN’T BE BORING” “ALL DESIRES SHOULD BE SPOKEN ALOUD” “LET YOUR IMAGINATION RUN WILD”. Below is the half-visible app for the service called Meetup.
    → 5:43 PM, Jan 21
  • I just found iOS 16 added viewing/copying the password of a known Wi-Fi network. Go to Settings > Wi-Fi > tap the (i) by the network > Password > auth with Face/Touch ID.

    I used to use Keychain Access on my Mac to copy a password to Nintendo Switch. Much nicer from iOS.

    → 10:15 AM, Jan 21
  • ⚡️🚙 London ➡️ Innsbruck, over two days. It’s time for mountains and skiing.

    → 12:12 PM, Jan 19
  • Just testing my micro blog. Here‘s some recent baking.

    Photo of Linzer Augen cookies with stars cut out the middle, and some mince pices on the right
    → 10:05 AM, Jan 11