Brad Howes

@__BRH__
20 Followers
173 Following
187 Posts
American coder in Paris. C++/Python by day, Swift by night.
Githubhttps://github.com/bradhowes
LinkedInhttps://linkedin.com/in/bradhowes
Bloghttps://keystrokecountdown.com
Very cool! As a long-time user/fan of iStat Menus I had no idea Bjango was in the audio plugin space. Well done!
Given Xcode’s persistent difficulty accurately displaying unit test status in the Test Navigator, I’m starting to think not a lot of testing goes on in Apple…
Just realized that in Xcode 26.1.1 the menu option to show/hide the “code review” view is reversed.
I just blew away my home directory on my laptop in hopes of being able to use Apple Pay once again. Finished restoring files and settings I'm actively using. So far so good. #macOS
My phone says 5G. Who is telling the truth? My bet is on the phone since my Mac often asks if I want do stop using the iPhone because it has low power when it clearly does not. #macOS
I still miss that metallic ching when changing tracks. Respooling an errant one was a major pain though.

Ron DeSantis has told Florida universities that they shouldn’t hire foreign workers but instead only Americans.

Why hire the best from around the world to educate your kids when you can embrace xenophobia instead?

https://www.nbcmiami.com/news/local/gov-desantis-directs-florida-universities-to-stop-using-h-1b-visas/3713807/?_osource=SocialFlowFB_MIBrand&fbclid=IwY2xjawNwQkZleHRuA2FlbQIxMQBicmlkETFQdEpVODlSbkN4eGxzV3F6AR4GMU3kyFoOdTjStm43l41VU-DOKGpDobZA0_HrFnLnqxFCbxukOF76t4uJFg_aem_uKSii2m6SxxkgyiGfNIiSw

On TGV to house in Brittany. Listening to Kraftwerk’s “Europe Endless”. For now, the world is ok.

It is a small bit but when I see stuff like this in my Swift build it makes me sad.

-lc++ -Wl,-no_warn_duplicate_libraries -lc++ -Wl,-no_warn_duplicate_libraries -lc++ -Wl,-no_warn_duplicate_libraries -lc++ -Wl,-no_warn_duplicate_libraries -lc++ -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries …

Fixed the only big break in my music app on iOS 26: a SpatialEventGesture was no longer working to slide the keyboard in the app. It was actually a mistake on my part, attaching it to the content of the ScrollView instead the ScrollView itself. Once moved, all was good.