BLACK FRIDAY: Save 30% on Point-Free
We’re offering a 30% discount for the first year of a new Point-Free subscription! Get instant access to all past 303 episodes instantly, as well as access to everything we have planned for 2026.
Topics for 2026:
• The Composable Architecture, 2.0
• Basic to basics: Concurrency
• Modern dependencies
• Back to basics: Generics
• Cross-platform: Android
• and more!
Subscribe today to get 30% off the next year of your subscription: www.pointfree.co/blog/posts/1...
20.11.2025 05:27 — 👍 3 🔁 1 💬 0 📌 0
swift-structured-queries Documentation – Swift Package Index
This is just a lovely api, turning swift strongly typed APIs into safe SQL queries:
swiftpackageindex.com/pointfreeco/...
23.09.2025 18:22 — 👍 21 🔁 3 💬 0 📌 0
Nice, good you got unblocked! If you found success with that project I’d recommend having a wee look at The Composable Architecture by PointFree too 👌
18.09.2025 12:11 — 👍 0 🔁 0 💬 0 📌 0
Hey! Good to hear from you mate, sorry I'm so slow at replying. Don't check this much. Did you figure this out in the end? I wouldn't say that it's a singleton, more a difference in how SwiftUI treats sources of truth. I've not found much success in contorting SwiftUI to work with MVVM personally.
18.09.2025 09:55 — 👍 0 🔁 0 💬 1 📌 0
Similar experience here. On a 16 Pro, and the whole OS feels sluggish and janky in places. Hoping it gets better in future releases. The only reason I upgraded from my 12 Mini was for the battery life.
18.09.2025 09:53 — 👍 1 🔁 0 💬 0 📌 0
The best part of our SQLite + CloudKit synchronization tools is that they work seamlessly behind the scenes without you having to think about it.
But, we don't hide the CloudKit metadata from you. It is possible to query for your CKRecords and CKShares directly from SQL!
07.08.2025 12:32 — 👍 3 🔁 1 💬 1 📌 0
Now that our SQLite + CloudKit public beta is out we can explain why we spent 4 weeks diving deep into SQL triggers.
They are the primary tool we use to implement synchronization. They allow us to listen to everything happening in your database so that we can replay those changes to CloudKit.
07.08.2025 15:57 — 👍 3 🔁 1 💬 1 📌 0
It may seem too good to be true, but with just these few lines of code you will be able to generate an iCloud link that can be shared with others for collaboration on a record (and its associations).
So, sharing a reminders list also shares all of its associated reminders. 🤯
06.08.2025 15:35 — 👍 3 🔁 1 💬 1 📌 0
This is wild. How is it able to do it in real time when flagship LLMs take several seconds to generate text? I assume not LLMs (world generation isn’t really language), but then why are LLMs so (relatively) slow?
05.08.2025 22:15 — 👍 1 🔁 0 💬 0 📌 0
Why did the React Native developer cross the road?
To prove they could run on both sides!
31.07.2025 16:09 — 👍 0 🔁 1 💬 0 📌 0
Next week we will push things even *further* by calling Swift code *from* SQLite! We will use these database callbacks to improve the ergonomics of our rewrite of Apple’s Reminders app.
See you then!
25.07.2025 18:29 — 👍 4 🔁 1 💬 0 📌 0
SVG filters provide a basic lighting system you can sync with a little JavaScript and use in your web apps 💡
... not as powerful as MacOS implementation but pretty cool
08.07.2025 20:46 — 👍 535 🔁 48 💬 13 📌 10
Senior Product Engineer, Monetization
ABOUT US:
RevenueCat makes building, analyzing, and growing mobile subscriptions easy. We launched as part of Y Combinator's summer 2018 batch and today are handling more than $8B of in-app purchases...
✨ New Senior Product Engineer role at @revenuecat.com
I’m hiring TWO on the Monetization team
✅ 5+ years full stack experience
✅ Restful APIs and SQL
✅ Loves shipping good products
Bonus points 👉 Python, Postgres, mobile dev, used RevenueCat
jobs.ashbyhq.com/revenuecat/1...
27.06.2025 21:18 — 👍 6 🔁 2 💬 0 📌 0
This week we finished our popular “modern persistence” series. This gives you a deep understanding how to model your domains, migrate SQL databases, run complex queries, insert/update/delete data, and write tests!
And this sets up for more advanced topics we have coming soon 👀
20.06.2025 17:11 — 👍 3 🔁 1 💬 2 📌 0
iPad got some _serious_ love this year!
09.06.2025 18:25 — 👍 2 🔁 0 💬 0 📌 0
Tabs in the Photos app are back. This might be the greatest thing Apple have ever done. Up there with giving us a physical escape key back.
09.06.2025 17:19 — 👍 0 🔁 0 💬 0 📌 0
Happy WWDC keynote day to all who celebrate! Wasn’t sure how I’d feel on the day, but so far it’s mainly been excitement 🤩
09.06.2025 08:13 — 👍 0 🔁 0 💬 0 📌 0
Another recommendation for face pulls here - just generally a great move for upper back.
06.06.2025 14:19 — 👍 1 🔁 0 💬 0 📌 0
Swift.org redesigned
Redesigned Swift.org is now live!
www.swift.org/blog/redesig...
Thank you to the website workgroup and community members for contributing to these improvements.
04.06.2025 19:21 — 👍 34 🔁 5 💬 1 📌 1
04.06.2025 07:43 — 👍 0 🔁 0 💬 0 📌 0
A partially obscured screenshot giving a sneak peek of how our SharingGRDB library will eventually work with CloudKit for cloud syncing.
We've had a major breakthrough in the most requested feature of our SwiftData alternative: SharingGRDB.
More details coming soon... 👀
21.05.2025 16:07 — 👍 17 🔁 3 💬 1 📌 1
Did you know that the BBC serves almost all of its web traffic using @elixirlang.bsky.social ?
#elixirlang
16.05.2025 08:23 — 👍 81 🔁 22 💬 1 📌 2
Let’s recap:
BBC uses custom Elixir DSLs to serve
📈 600m+ monthly unique views
💻 12 servers (down from 100
🧑💻 7 #elixirlang engineers!
Mind blowing! 🤯
16.05.2025 09:02 — 👍 93 🔁 36 💬 3 📌 2
SwiftUI View Model Ownership — Chris Eidhof
How to correctly initialize a view model in SwiftUI: chris.eidhof.nl/post/swiftui... (for when the view needs ownership of the view model).
06.05.2025 11:15 — 👍 25 🔁 7 💬 2 📌 0
Do yoga and lift heavy weights. Most of the pain in your body will come from the sheer length of inactivity you have accrued. When you were 18 you simply didn’t have time to sit in an office chair for 15 years, but now you have done so.
11.05.2025 16:40 — 👍 7 🔁 1 💬 1 📌 0
Swift & SwiftUI enthusiast | Tech blogger
Blog: http://fatbobman.com
Newsletter: http://weekly.fatbobman.com
@fatbobman at X
@fatbobman@mastodon.social
https://www.linkedin.com/in/fatbobman/
Menswear writer. Editor at Put This On. Words at The New York Times, The Washington Post, The Financial Times, Esquire, and Mr. Porter.
If you have a style question, search:
https://dieworkwear.com/ | https://putthison.com/start-here/
"the maintainer is a legitimate communist. i will not be supporting this language"
- some yt guy, 2024
I made @gleam.run and I do gymnastics (badly)
they/them or he/him. end fossil fuels. genocide is bad. ride a bike.
App Developer for iOS and macOS
I make the apps that come on your phone
Sponsor Gleam development and support the project!: https://gleam.run/sponsor/
A podcast by Marco Arment, Casey Liss, and John Siracusa. https://atp.fm
Also at https://mastodon.social/@atpfm
Programmer, tech writer, and co-host of Accidental Tech Podcast, Reconcilable Differences, and Robot or Not. https://hypercritical.co
Kodeco • Apparent Software • aspiring indie dev
Apple fangirl going way, way back
📍Las Vegas, NV
📍Salem, OR
Engineer, geek, triathlete. @vapor.codes core team. Founder @brokenhands.io. Server-side Swift. Organiser @serversideswift.info @nsmanchester.org He/him
Programmer, tech writer, and co-host of Accidental Tech Podcast, Reconcilable Differences, and Robot or Not.
🌉 bridged from ⁂ https://mastodon.social/@siracusa, follow @ap.brid.gy to interact
App developer & mini painter. I make apps and break things.
UIKit. Swift. Gaming. Warhammer. Generative AI. Husband. 🏳️🌈 He/him.
🌉 bridged from ⁂ https://mastodon.social/@stroughtonsmith, follow @ap.brid.gy to interact
Swift developer // SSWG member // Founder @ Binary Birds // swiftonserver.com // theswiftdev.com
Physicist & iOS Dev. Swift Concurrency is cool. IgM is my favorite immunoglobulin.
Apple user - 🏳️🌈
Father of 4. Author of JacobZivanDesign.com. Not a social media person, so I'll get back to you later :D
https://linktr.ee/JacobZivanDesign
Hobbyist sloth artist looking for the next big slothy thing.
@slothdude@mastodon.online
https://slothdude.neocities.org
Engineer building apps and tools at Apple in Austin. Formerly Evernote, Skitch, Scannable, Nokia, CodeWarrior. I fly an M20E at KHYI.
Aussie software developer & uni student; Rock climber; Loves Swift, Rust and Svelte; Creator of SwiftCrossUI, Swift Bundler and Delta Client.
https://stackotter.dev
https://mastodon.social/@stackotter