Kern Jackson
@kernjackson.bsky.social
👋 Hi! I'm an indie/contractor who specializes in Apple platforms. I am currently seeking my next role. I am open to 1099 or W2.
He/Him
https://iosdev.space/@kern
He/Him
https://iosdev.space/@kern
If DOGE (Department of Government Efficiency) is meant to be ironic—implying it's actually inefficient—then CHODE could be something like:
"Committee for Hindering Operations and Departmental Effectiveness."
#doge #chode #musk #uspol #MuskisCHODE
"Committee for Hindering Operations and Departmental Effectiveness."
#doge #chode #musk #uspol #MuskisCHODE
February 28, 2025 at 1:29 AM
If DOGE (Department of Government Efficiency) is meant to be ironic—implying it's actually inefficient—then CHODE could be something like:
"Committee for Hindering Operations and Departmental Effectiveness."
#doge #chode #musk #uspol #MuskisCHODE
"Committee for Hindering Operations and Departmental Effectiveness."
#doge #chode #musk #uspol #MuskisCHODE
This country's obsession with eggs cracks me up. At this point I 💯 prefer a tofu scramble over eggs, and flax eggs for cooking.
Tofu is tastier, healthier, cheaper, safer (UTIs, bird flu), more worker friendly, more environmentally friendly, and less cruel.
#wfpb #vegan #tofu
Tofu is tastier, healthier, cheaper, safer (UTIs, bird flu), more worker friendly, more environmentally friendly, and less cruel.
#wfpb #vegan #tofu
February 2, 2025 at 4:16 PM
I should definitely switch from Comcast to Ziply. What a joke
February 1, 2025 at 2:09 AM
I should definitely switch from Comcast to Ziply. What a joke
January 31, 2025 at 6:49 PM
"SureFire" isn't exactly a confidence inspiring brand name for lithium batteries.
January 30, 2025 at 12:01 AM
"SureFire" isn't exactly a confidence inspiring brand name for lithium batteries.
This book is 🔥 🔥 🔥
January 24, 2025 at 4:47 AM
This book is 🔥 🔥 🔥
Muahahaha, finally I can become an oligarch too!
January 24, 2025 at 3:17 AM
Muahahaha, finally I can become an oligarch too!
January 23, 2025 at 4:05 PM
January 22, 2025 at 6:51 AM
January 22, 2025 at 6:05 AM
In future text book editions they'll have to blur out the male and female flower parts.
January 22, 2025 at 6:01 AM
In future text book editions they'll have to blur out the male and female flower parts.
January 18, 2025 at 6:23 PM
I haven't stepped foot in an office in almost five years.
January 5, 2025 at 6:22 PM
I haven't stepped foot in an office in almost five years.
I don't like the look of that at all. I'm hoping everything is looking better later in the week.
December 26, 2024 at 12:13 AM
I don't like the look of that at all. I'm hoping everything is looking better later in the week.
Introducing Corner Clock, a digital clock for your analog watch.
https://testflight.apple.com/join/
EQ8k9p1B
#watchOS #appleWatch #indiedev #testflight
https://testflight.apple.com/join/
EQ8k9p1B
#watchOS #appleWatch #indiedev #testflight
December 23, 2024 at 4:09 PM
Introducing Corner Clock, a digital clock for your analog watch.
https://testflight.apple.com/join/
EQ8k9p1B
#watchOS #appleWatch #indiedev #testflight
https://testflight.apple.com/join/
EQ8k9p1B
#watchOS #appleWatch #indiedev #testflight
I was finally able to remove Google Chrome (again), and no longer have to see this notifcation pop up 20+ times a day.
https://gist.github.com/kernjackson/9226259e755a30ee145522504430baf5
#macOS
https://gist.github.com/kernjackson/9226259e755a30ee145522504430baf5
#macOS
December 19, 2024 at 4:23 PM
I was finally able to remove Google Chrome (again), and no longer have to see this notifcation pop up 20+ times a day.
https://gist.github.com/kernjackson/9226259e755a30ee145522504430baf5
#macOS
https://gist.github.com/kernjackson/9226259e755a30ee145522504430baf5
#macOS
It's very windy this morning. 27 mph and very frequent gusts of 48 mph or more, and I and the dogs are on edge.
December 18, 2024 at 5:22 PM
It's very windy this morning. 27 mph and very frequent gusts of 48 mph or more, and I and the dogs are on edge.
December 18, 2024 at 5:16 AM
I had to install Google Chrome for a specific task, and was reminded why I uninstalled it back in 2020. At least it's no longer maxing out all the available CPU cores.
#macOS
#macOS
December 17, 2024 at 7:54 PM
I had to install Google Chrome for a specific task, and was reminded why I uninstalled it back in 2020. At least it's no longer maxing out all the available CPU cores.
#macOS
#macOS
We can analyze which specific SwiftUI components are linked against a binary.
I've linked to a Gist with an example binary and output.
https://gist.github.com/kernjackson/845c0cf9c4af6dd5a14b31cb2baecd3d
#iOSDev #Swift #SwiftUI
I've linked to a Gist with an example binary and output.
https://gist.github.com/kernjackson/845c0cf9c4af6dd5a14b31cb2baecd3d
#iOSDev #Swift #SwiftUI
December 17, 2024 at 5:08 PM
We can analyze which specific SwiftUI components are linked against a binary.
I've linked to a Gist with an example binary and output.
https://gist.github.com/kernjackson/845c0cf9c4af6dd5a14b31cb2baecd3d
#iOSDev #Swift #SwiftUI
I've linked to a Gist with an example binary and output.
https://gist.github.com/kernjackson/845c0cf9c4af6dd5a14b31cb2baecd3d
#iOSDev #Swift #SwiftUI
otool is an easy way to see what frameworks an app is using. Here we list all the shared libraries, and then pipe the output through grep.
December 16, 2024 at 9:52 PM
otool is an easy way to see what frameworks an app is using. Here we list all the shared libraries, and then pipe the output through grep.