Craig Siemens

@craigsiemens
37 Followers
129 Following
59 Posts
iOS Developer | 🇹🇩
Twitterhttps://twitter.com/craigsiemens
Githubhttps://github.com/CraigSiemens

Kai and I are running Core Coffee on the road and will host a meetup in Calgary this weekend!

For anyone around, we'd love to catch up and chat about building and shipping things for iOS & macOS, and anything remotely related! đŸ‘©â€đŸ’»â˜•ïž

More details here 👇
https://lu.ma/lyv7m331

Core Coffee – Calgary Edition đŸ€  · Luma

This time, we're on the road! We'll have an in-person meetup in Calgary, AB to catch up and chat about everything related to iOS, macOS and Apple platform


@siracusa @atpfm The options could be
- one time purchase per computer.
- subscription for a single computer at a time, migrate-able to a new computer, priced to be a better deal then one time assuming a 3-5 year computer update cycle.
- subscription allowing running on multiple computers, assuming the majority of users only have one.

@siracusa @atpfm A pricing option for HyperSpace I didn’t hear mentioned is tying the purchase to the computer.

The first time it’s run on the computer it gives the largest benefit and each following run is just maintenance. When the user gets a new computer, they’ll probably want to run again for the full benefit unless Apple starts doing this during migration.

This talk from Bruce Waggoner of @NASA on saving Voyager 1 is absolutely extraordinary -- and surely humanity's greatest single act of debugging?

https://www.youtube.com/watch?v=dF_9YcehCZo

Saving Voyager 1! - Bruce Waggoner at !!Con 2024

YouTube
When I see someone get important details wrong, I don’t think “eh that probably won’t matter” but “what other details are they missing” đŸ€”
@overcastfm I found a small bug. When toggling “Always use dark theme” it causes the settings and theme modal to dismiss and the settings button doesn’t work until the app is relaunched.
This is huge. If you're a Canadian on Mastodon, sign this parliamentary petition to ask the government to use Mastodon. https://www.ourcommons.ca/petitions/en/Petition/Details?Petition=e-4769
Petition e-4769 - Petitions

That's new. It’s too cold here so the low temperature is being truncated on my watch. It should show -23. đŸ„¶

@twostraws Thanks for 100 Days of SwiftUI!

I just wanted to share some questions in the final I found a little confusing.

"All paths are also shapes”
I put true because Path conforms to the Shape protocol but I guess it wasn’t referring to the types since they're lowercase.

"rotation3DEffect() can rotate around more than one axis”
I put false since it can only be passed one axis. Maybe it was referring to the coordinate system axes instead of the axis of rotation?

@mortengregersen Hey! Have you ever seen Bagbutik-Models take a long time to build in a release configuration?

We're seeing ~0:14 for debug and ~1:45 for release builds for that target alone.

The compiler seems to spend most of the time just using one core then uses them all towards the end. Debug uses all the cores from the start.