#BWAY BrainsWay Reports Fourth Quarter and Full Year 2025 Financial Results and Operational Highlights
https://www.stocktitan.net/news/BWAY/brains-way-reports-fourth-quarter-and-full-year-2025-financial-vji8epdy7byx.html
#BWAY BrainsWay Reports Fourth Quarter and Full Year 2025 Financial Results and Operational Highlights
https://www.stocktitan.net/news/BWAY/brains-way-reports-fourth-quarter-and-full-year-2025-financial-vji8epdy7byx.html
This SVG became SwiftUI code on macOS.
Not a screenshot.
Actual SwiftUI.
Would you ship icons this way?
If you have published iOS or Mac apps in appstore, you might not want to miss this. Does a native macOS app store connect client seem appealing to you? Looking for few beta testers whom I can send testflight invites to. DM me if you are interested. Thanks!
#macosdev #iosdev #indiedev #ios #swift
Shoobie is on Peerlist and if you’re on this platform, I would appreciate a little bit of support. 😊
#swift #indieapp
peerlist.io/jeremieberdu...
Our sister team is #hiring! Come join us and work on StoreKit, the framework that powers In-App Purchase and more.
jobs.apple.com/en-us/detail...
Swift has a terminal UI framework now. TuiKit. Declarative, like SwiftUI. Community-built.
tuikit.dev
The iOS Weekly Brief – Issue 50
iosweeklybrief.com/p/the-ios-we...
#TheiOSWeeklyBrief #iOS #Swift #SwiftUI #Xcode #Apple #iOSDeveloper
this used to take teams days if not weeks
pure swiftui canvas with element / canvas drag
Good news from Appalachia specifically the town of Franklin in Western North Carolina the Noquosiyi mound has now been officially returned to our Cherokee kinfolk! It brings me a lot of pride and it fills me with hope as an Appalachian that this has happened.
#LandBack
AI-powered coding platform Bitrig gets a Mac app for building iPhone apps
been using this with claude code for my iOS app — the structured SwiftUI knowledge means it stops generating deprecated .onChange(of:) signatures and actually uses the two-parameter version. huge difference vs raw model output for anything view-lifecycle related.
If all macOS 27 adds is a cap on how much local storage Messages in iCloud is allowed to have, I would be so, so happy. This POS takes up 200GB of ever-growing dead space on my drive since nobody thought to limit it. It's a cancer
Cursor is rolling out a new kind of agentic coding tool techcrunch.com/2026/03/05/c... #genAI #agents #AgentEconomy
SwiftUI provides the Layout protocol allowing us to build super-custom layouts by digging into the layout system without using GeometryReader. Layout protocol brings us the incredible power of building and reusing any layout you can imagine.
swiftwithmajid.com/2022/11/16/b...
1. ATCommonFoundation (for the lowest level stuff + things like the DID Document struct). All members of the ATProtoKit family will use this and it will have zero dependencies whatsoever (outside of Foundation, but I do want to remove that reliance for (eventual) Embedded Swift support.
LLM-generated code is not copyrightable, according to the US Supreme Court.
So a purely LLM-generated file in an OSS project should not have a license header, and is free for anyone to take. No license applies.
Pretty wild. LLM-generated code is now a poison pill for important OSS projects.
So nice to work on a brand new Mac app, Objective-C, not much code yet. Builds and runs practically instantly.
To get rid of the icon clutter in menus introduced in macOS Tahoe:
defaults write -globalDomain NSMenuEnableActionImages -bool NO
Screenshot of the repository
List of agents for OpenClaw
Oh NeXT, if only hypercard had come with you, and you had used something slightly nicer than objective C.
I still dream of the OpenSTEP shell. Its so much nicer than Aqua.
Stop fighting your icon editor.
IconVectors 1.30 for macOS exports SwiftUI icons as real code from SVG.
✅ Palette-matched recolor
🔒 Hierarchy-aware layer locking
⚡ Universal: Intel + Apple Silicon
#SwiftUI #macOS
"Building Wispr with Kiro: A Spec-First Approach to Swift Development" by Sebastien Stormacq
#kiro #swift
The Difference Between EnvironmentObject, StateObject, ObservedObject & Observable
SwiftUI uses a set of property wrappers to handle data changes. @StateObject is a property wrapper that instantiates a class conforming to the `ObservableObject` protocol. @EnvironmentObject is a p…
#hackernews #news
v0.2.6 of mlx_localllm A high-performance local LLM plugin for macOS using Apple's MLX framework. Changelog excerpt: - **Fixed SPM Repository URL**: Corrected the Swift Package Manager reposito...
Origin | Interest | Match
🌦️ 𝐺𝑒𝑡𝑡𝑖𝑛𝑔 𝑆𝑡𝑎𝑟𝑡𝑒𝑑 𝑤𝑖𝑡ℎ 𝑊𝑒𝑎𝑡ℎ𝑒𝑟𝐾𝑖𝑡 𝑖𝑛 𝑆𝑤𝑖𝑓𝑡𝑈𝐼 by Wesley Matlock
Add weather conditions to your app using Apple's WeatherKit API with actors, widgets, and smart refresh strategies.
#SwiftUI #WeatherKit
www.wesleymatlock.com/getting-star...
I revamped my app's UI this Saturday. From my phone. On the couch.
Claude Code's remote control let me connect to my session, develop, and build it - Xcode installed it to the phone in my hand.
The feedback loop for building software is getting absurdly short.
open.substack.com/pub/adrianos...
“Built an app in 3 hours with Claude” videos are creating a new wave of App Store clutter. Fast to build, slow to monetize, quick to abandon. App Store is starting to feel like the dropshipping era - everyone’s shipping apps now, and almost nobody’s making money.
#iOSDev #indiedev #Swift
I’ve run Qwen on Apple Silicon before but only with PyTorch MPS backend. Gotta dig into this and see how much of the ANE findings can be translated back into using this via CoreML in an app-store compatible way
📍 𝐻𝑜𝑤 𝑡𝑜 𝑃𝑜𝑠𝑖𝑡𝑖𝑜𝑛 𝑉𝑖𝑒𝑤𝑠 𝑖𝑛 𝑆𝑤𝑖𝑓𝑡𝑈𝐼 by Wesley de Groot (@0xwdg.bsky.social)
SwiftUI's layout engine can be tricky when placing views at specific coordinates. Understand the 𝑝𝑜𝑠𝑖𝑡𝑖𝑜𝑛 modifier and its caveats.
#SwiftUI #iOSDev
wesleydegroot.nl/blog/how-to-...