Lucien
banner
lucien.bsky.social
Lucien
@lucien.bsky.social
Father to two teenage daughters. Apple tech developer.
This is a really cool idea for very simple gardening.. I will try this in the upcoming year:

youtu.be/0jqKK3IP7…
What Happens When You Plant a WHOLE GARDEN in Just ONE BAG of Soil?
youtu.be
November 9, 2025 at 1:48 AM
I’ve been meaning to write a little note about this blog post:[ menial.co.uk/blog/2025…](Retrospective on making Base 3)

Some really sage advice about rewriting software from a blank slate.
Retrospective on making Base 3
The first version of Base was released in late 2008. It grew into a v2 by early 2011 and kept going until the last feature release in 2020 (with a few bugfix releases after). On the 4th July 2020, I started a new branch for Base v3.
menial.co.uk
October 31, 2025 at 1:47 AM
A few days ago I subscribed to @pointfreeco@hachyderm.io ’s site, and just watched: www.pointfree.co/episodes/… - it seems incredible still, but the logs don’t lie - pretty amazing stuff.

Really looking forward to watching the others in the series.
Micro.blog - @pointfreeco@hachyderm.io
micro.blog
October 30, 2025 at 4:06 AM
100% a bubble.. all this reminds me of the time I was like “how is pets.com” worth so much, it’s just a website selling pet stuff.
October 30, 2025 at 2:20 AM
This is a fun little review of how dithering works: Dithering Part 1
Dithering - Part 1
Understanding how dithering works, visually.
visualrambling.space
October 29, 2025 at 10:44 PM
inessential: Why NetNewsWire Is Not a Web App

This is a great post, worth your time to read.
October 4, 2025 at 8:13 PM
I went an picked up a new iPhone at the local Apple Store. I held in my hand the iPhone Air.

That thing is amazing. Feels so nice in your hand. Like the perfect fit. Now I’m wondering if I should have switched to it. 🤣
September 27, 2025 at 7:49 PM
September 20, 2025 at 4:30 AM
Everything but the Code
INITIAL CHAPTERS NOW AVAILABLE! This pre-launch price will go up once the book is complete.You don’t need more Swift tutorials. You need a plan, and that's where my new book comes in. It's called Everything but the Code, and it's designed to provide everything you need to go from Xcode to App Store – from coming up with killer ideas, to launch strategy, to breakout success.You already have the skills, and you already have the ambition. This is the roadmap: Find app ideas with potential Test, refine, and validate ideas Stand out in a sea of sameness Write App Store copy that converts Create screenshots that pop Design high-impact purchase screens Make your launch unforgettable Grow without spending a penny on ads And ultimately, how to turn your indie apps into a career.How this book helpsHonestly, some of these things I'm not great at – I would say I'm a 5/10 on design, I'm a 7/10 on App Store optimization, I'm a 6/10 on pricing strategies. But you know what I do have? A lot of friends who are experts in these things.So that's why I've been talking to as many people as I can, sourcing their top tips for creators. You’ll hear how the best apps got made – and what they’d do differently today. This stuff isn’t theory. It’s battle-tested advice from people who’ve been there. You'll get design advice from the Apple Design Award winning team behind Halide. You'll get advice on building an audience from the Apple Design Award winning creator of CARROT Weather. You'll get advice on creating apps that stand out in a crowded marketplace from the Apple Design Award winning creator of Crouton. You'll get advice on generating long-term growth from the Apple Design Award winning creator of Slopes. You'll get advice on monetization strategies from the Apple Design Award winning team behind Blackbox. You'll get advice on user testing from Shainiel Deo, the Apple Design Award-winning creator of Jetpack Joyride and Fruit Ninja. You'll get advice on creating beautifully polished apps from the Apple Design Award winning team behind Flighty. You'll get advice on creating impactful apps that last from Werner Jainek, creator of the Apple Design Award-winning app Things. You'll get advice on making app development a full-time job from the newly minted Apple Design Award winning creator of The Art of Fauna. How about getting monetization advice straight from RevenueCat and Superwall? Or getting App Store optimization advice straight from the creators of AppFigures and Astro?How about getting analytics tips from the creators of TelemetryDeck? How about getting design advice from ex-Apple designers? How about getting press tips from John Voorhees of MacStories? How about getting Adam Lyttle's top tips for App Store optimization?All these and many more are in the book.I have been talking to so many people I admire to get their advice for you – to boil down the key lessons they learned, the mistakes they made, and the tips they have to help indie developers like you succeed.Code got you started. This book gets you paid.This book is designed to be your cofounder – to help you think like a designer, a marketer, a storyteller, and a CEO. It’s the difference between shipping and succeeding.My goal is for every reader of the book to have all the tools they need to create their own hit app, because the difference between having an app and having an indie career is Everything but the Code.Initial chapters available now!The initial chapters are available to read now, with subsequent chapters coming in the following weeks. Once the entire book is available I'll be following up with a ton of bonus videos, plus checklists so you have quick reference cheatsheets for key tasks.It's going to be a gigantic book once it's complete – a truly unmissable guide for every indie app developer.BUT: The launch price of $80 is only available until the book is complete. Once all the chapters are available, the price will be going up.
twostraws.gumroad.com
July 16, 2025 at 3:50 AM
These groups labs at #wwdc are fantastic.. at least the first one I just attended was! :)

I'd recommend signing up for as many as seem interesting and just listen in:

developer.apple.com/wwdc25/sessi...
Sessions & Labs - WWDC25 - Apple Developer
Learn about WWDC25 sessions, group labs, and one-on-one labs.
developer.apple.com
June 10, 2025 at 5:08 PM
Reposted by Lucien
New for WWDC25 — online group labs! Register now to join Apple engineers online to ask questions, get advice, and follow the discussion about the week’s biggest announcements in real time, Tuesday, June 10 through Friday, June 13! apple.co/wwdc25-gr…
May 23, 2025 at 3:01 AM
I probably shouldn’t have watched Season 2, Episode 2 of #theLastOfUs tonight. But wow. I guess I’m glad I haven’t played the games yet.
April 21, 2025 at 5:08 AM
Reposted by Lucien
I’ve just released an update for my book Swift Gems, featuring a fresh collection of tips on optionals, key paths, noncopyable types, async programming, error handling, and more — including techniques based on features introduced in Swift 6 and 6.1! #SwiftLang
books.nilcoalescing.com/swift-gems
Swift Gems
100+ tips to take your Swift code to the next level
books.nilcoalescing.com
April 8, 2025 at 7:40 AM
Reposted by Lucien
When we need to compare arrays based on custom criteria in #SwiftLang, we can use the elementsEqual(_:by:) method. It gives us more flexibility than using the == operator with arrays of Equatable elements:
nilcoalescing.com/blog/Compare...
Compare arrays based on custom criteria
When we need to compare arrays based on custom criteria in Swift, we can use elementsEqual(_:by:) method. It allows us to define custom comparison logic with a closure, offering more flexibility than ...
nilcoalescing.com
April 6, 2025 at 9:45 AM
Reposted by Lucien
Learn how to adjust size, color, rendering modes, variable values, and design variants of SF Symbols in SwiftUI apps:
nilcoalescing.com/blog/Customi...
#iOSDev #SwiftUI
Customizing the appearance of symbol images in SwiftUI
Learn how to adjust size, color, rendering modes, variable values, and design variants of SF Symbols in SwiftUI apps.
nilcoalescing.com
March 28, 2025 at 7:38 PM
Reposted by Lucien
Want a cleaner, more maintainable TabView in SwiftUI?
In this video, I’ll show you how to power your tabs with enums that conform to View for a more efficient & scalable approach!
#iOSDev
youtu.be/dTSe9Ip1u14
Mastering Enum-Driven Tab Views in SwiftUI: A Smarter Approach
YouTube video by Stewart Lynch
youtu.be
March 9, 2025 at 2:06 PM
This scares me to no end.. wow..
I miss DEI
February 25, 2025 at 11:41 PM
Reposted by Lucien
I released a new book 🎉

SwiftUI Fundamentals combines my knowledge and experience from using SwiftUI since its release and working on its source code at Apple to give you a solid understanding of the most important aspects of the framework: books.nilcoalescing.com/swiftui-fund...

#SwiftUI #iOSDev
SwiftUI Fundamentals
The essential guide to SwiftUI core concepts and APIs
books.nilcoalescing.com
February 18, 2025 at 7:10 AM
Reposted by Lucien
I think I might have hurt my YouTube channel by creating my free Channel Listing app where you can get updates and watch my videos in the app. New subscriptions are way down on a monthly basis. Gone from 500/month to < 300. If you like, please subscribe. youtube.com/@StewartLynch
February 19, 2025 at 3:35 AM
Reposted by Lucien
Hello world 🖖
February 15, 2025 at 4:10 PM
Reposted by Lucien
I didn’t enjoy Amazon Prime’s video player, though. Seeking backward/forward is a hassle. I’ve said it before and I’ll say it again: don’t build custom video players. It should be a crime. They rarely match the reliability or UX of standard players and break user muscle memory.
December 26, 2024 at 10:09 PM
Reposted by Lucien
If you are writing something about concurrency and want some feedback, send it my way. Draft, published, whatever, I'd be happy to look it over!
December 22, 2024 at 12:24 PM
Goals!
December 13, 2024 at 7:56 PM
Reposted by Lucien
It's already Saturday here in Australia, but macOS by Tutorials is on sale for the whole weekend. Use this link to get a 30% discount:
https://sarahreichelt.gumroad.com/l/oximx/4xfw8q6

To read more about the book and to access a free sample, check out […]

[Original post on mastodon.social]
macOS by Tutorials
If you're an iOS developer who wants to branch out into creating native macOS apps, this is the book for you!
sarahreichelt.gumroad.com
November 29, 2024 at 11:34 PM