8 hours later: eyes like semicolons, spine like a shrimp, brain compiles only with coffee flags. Shipping anyway. #iOSDev #SwiftUI #Linux #DevLife
@stroughtonsmith I’m building #Oliphaunt, a native Mastodon client for the #Mac.
It’s written in #Swift with #Cocoa (and a touch of #SwiftUI), crafted to be a well-behaved citizen Mac app and conforming to the Mac design language with no iOS-centric influence.
Currently available on #TestFlight: https://testflight.apple.com/join/Epq1P3Cw
I hope to publish it quite soon!
#AppKit #MacDev #macOSDev #Showcase25

Figured out how to project a map correctly. Tomorrow, let's trace it and make the icons. See you then!
🔜 Tomorrow’s stream: https://youtube.com/live/vsKpOteItZU
⏮️ Playlist so far: https://www.youtube.com/playlist?list=PLRxjf93xotuofCtaxtGOcWeuxVZYJyY-m
📲 Download Jiiiii: https://apps.apple.com/app/apple-store/id6472801548?pt=14724&ct=MastodonCCStreams&mt=8
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #Swift #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
I'm making a seasonal anime guide app, in the open for all to experience and learn from.
Take two at making region icons, this time with a better projection 😅
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
Come chill with me: https://youtube.com/live/3d2MC4nwvXM
Have a random idea to use https://github.com/twostraws/CodeScanner to write a simple #SwiftUI app to allow scanning a BarCode/QRCode/etc then send over #mqtt or http to my home server to experiment with some inventory tracking 🤔

Effective Communication Between Observable Stores in SwiftUI
https://azamsharp.com/2025/08/17/effective-communication-between-observable-stores.html
🌘 LiquidSky:適用於 iOS 26+ 的 BlueSky 應用程式
➤ 透過 SwiftUI 和最新 iOS 技術打造現代化的去中心化社交體驗
✤ https://github.com/0xatrilla/LiquidSky
LiquidSky 是一款為 iOS 26+ 設計的原生 BlueSky 用戶端應用程式,採用 SwiftUI 和最新的 iOS 26 SDK 功能打造。它強調現代化的用戶介面,利用 iOS 26 的 Liquid Glass 效果,並實現了 AT Protocol 的完整整合,支援安全認證、時間軸瀏覽、發文、進階媒體處理、個人檔案管理和用戶設定等功能。該專案採用模組化架構,並規劃了多帳戶支援、書籤和離線快取等進階功能。
+ 這聽起來很棒!我很期待看到 LiquidSky 在 iOS 上的表現,特別是它對 Liquid Glass 效果的運用。
+ AT Protocol 的整合是關鍵。希望這個專案能順利實現多帳戶支援,這對許多用戶來說會非常實
#社交網路 #iOS 開發 #SwiftUI #AT Protocol #decentralization
Spent the hour tracing North America, but realized the projection wasn't the one I wanted… Tomorrow let's be a bit more methodical when projecting it and try again. See you then!
🔜 Tomorrow’s stream: https://youtube.com/live/3d2MC4nwvXM
⏮️ Playlist so far: https://www.youtube.com/playlist?list=PLRxjf93xotuofCtaxtGOcWeuxVZYJyY-m
📲 Download Jiiiii: https://apps.apple.com/app/apple-store/id6472801548?pt=14724&ct=MastodonCCStreams&mt=8
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #Swift #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
I'm making a seasonal anime guide app, in the open for all to experience and learn from.
Let's make a few more region icons!
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
Come chill with me: https://youtube.com/live/D7orH9VMfeI
I’m still seeing interactive .glassEffect highlights as only capsule-shaped. Is anyone able to overcome this with glass in other shapes? #ios26 #iosdev #swiftui
Slight tweak on that: both the sync and async versions will call a fileinternal synchronous method that does most of the work and returns the result/throws on error. That'll let the visible sync version be compiled only if PREVIEW || DEBUG. #SwiftUI #iOSDev