iOS Dev Weekly - iOS Dev Weekly - Issue 631

What sits in between "everything on one machine" and talking via HTTP APIs? Distributed actors! šŸŽ­
 

iOS Dev Weekly

 
View on the Web    Archives

ISSUE 631  October 13th 2023

 
Comment

  Comment  

 

Appleā€™s swift-distributed-actors library is an interesting one. Itā€™s an ambitious project with great potential, but while you can adopt async/await, tasks, and other areas of Swift concurrency incrementally, building a server app on top of distributed actors is a much bigger decision, especially while the library is still in beta.

What would help tremendously with making a decision like that is an example app. There are some samples in the repository and more awaiting merging, but wouldnā€™t it be great to have something a little more substantial? Thatā€™s Jaleel Akbashevā€™s plan with his swift-chat project that he posted to the Swift Community Showcase yesterday.

Itā€™s so great to see projects like this pop up within the community, and what Jaleel is building could turn into a great demo of an end-to-end Swift app. Yes, it covers advanced concurrency through distributed actors, but it also takes advantage of hummingbird, postgres-nio, and client technologies like swift-composable-architecture and swift-dependencies.

Iā€™m curious about what technologies like distributed actors will be used for. It sits somewhere in between ā€œeverything happens on this machineā€ and something totally distributed, like two apps that communicate via HTTP APIsĀ¹. Chat apps, like the one in this repository, seem like a good fit, but Iā€™m looking forward to seeing other uses appear over time and as we see the library hit a 1.0 release.

Jaleel is looking for feedback and has been clear that this is a work in progress, so please be gentle if you head over there. I love that heā€™s putting this project out there and want to celebrate efforts like this, though, so please do check it out.


Ā¹ I found these two articles helpful in taking my knowledge on this subject from ā€œzeroā€ to ā€œdangerously uninformedā€. šŸ˜‚

Dave Verwer  Permalink

 
 

  Sponsored Link  

 

Mobile releases are a silent killer, but not with Runway

Bouncing back and forth between tools, chasing down marketing for copy and stakeholders for sign-offs, clicking around gingerly in App Store Connect and Play Consoleā€¦ productivity, happiness, and general sanity suffer. Learn what makes mobile releases a silent killer and how Runway can help.

runway.team  Permalink

 
 
 

  Tools  

 

Configuring VSCode

Yes, this isnā€™t Xcode-related, but I bet many of you also use Visual Studio Code for editing JSON, YAML, HTML, CSS, or Swift! I especially liked what Bryan Braun wrote about the built-in terminal panelā€™s usefulness. Iā€™d love Xcode to include something along these lines at some point.

bryanbraun.com  Permalink

 
 

  Code  

 

CustomAnimation

Having a set of animation APIs that are as easy to use as the ones that come with SwiftUI is wonderful, but what happens when you need a little more? Javier Nigro has some great examples of when you might consider using a CustomAnimation. šŸ‘

swiftui-lab.com  Permalink

 

Sensory feedback in SwiftUI

Stop for a second, sit still, relax and clear your mind. Do you feel that? Let it come to you naturally. Can you feel the unique vibrations of the universe? Or, is your phone doing a little vibration dance where you left it on your desk, telling you that Majid Jabrayilov wrote a blog post with some great advice on adding haptic feedback to your SwiftUI app?

swiftwithmajid.com  Permalink

 

Grape

Iā€™ve seen many implementations of this visualisation in JavaScript and other languages, but I canā€™t remember ever seeing a native Swift implementation like this one from Zhen Li. Itā€™s so much better than an embedded web view!

swiftpackageindex.com  Permalink

 

Adding an Info.plist file to a Swift executable

What a helpful thing to know, courtesy of Pol Piella and this forum thread.

polpiella.dev  Permalink

 
 

  macOS Development  

 

The Care and Feeding of Developer ID

I hadnā€™t seen this post from Quinn ā€œThe Eskimo!ā€ until he updated it this week, but what a tremendously useful thing it is! If youā€™re considering distributing outside the Mac App Store for the first time, this will save you so much time in silly mistakes. But Iā€™ll bet youā€™ll still get something from it, even if youā€™ve used a Developer ID for years.

apple.com  Permalink

 
 

  Videos  

 

Videos from NSSpain 2023

NSSpain is a wonderful conference in a beautiful location, but if you couldnā€™t attend this yearā€™s event in person, that doesnā€™t mean you need to miss out on the presentations! Hereā€™s the complete set for you to dig into over the weekend.

vimeo.com  Permalink

 
 

  Jobs  

 

Mobile DevRel Engineer @ Embrace ā€“ Embrace helps mobile engineers build better experiences. We're building a mobile developer community. Our goal is to win the trust of mobile developers and builders by meeting them where they are and by providing the right technical education, tools, and resources to enable their success. ā€“ Remote (within US timezones) or on-site (United States in CA)

Senior iOS Developer @ Linearity GmbH ā€“ Weā€™re an award-winning design software suite that simplifies the asset creation process. Linearity Curve creates precision vector assets & Linearity Move is an animation software that crafts breathtaking animations in seconds. Weā€™re crafting together a new iOS team, reach out if you're Interested! ā€“ Remote (within European timezones)

 Permalink

 

Is your company hiring? Donā€™t forget to promote any open Swift or Apple platform positions over on iOS Dev Jobs!

 Permalink

 
 

  And finally...  

 

Well, it is in silicon valley! šŸ˜

(this installation made an appearance in the recent Apple event, too)

 Permalink

 
You received this email because you subscribed via the iOS Dev Weekly site.
We'll be sorry to see you go but you can unsubscribe instantly.
 
Shiny Development Ltd. Daresbury Innovation Centre Keckwick Lane Daresbury Cheshire WA4 4FS United Kingdom
 
 

 
 

RSS

 
Ā©2023 iOS Dev Weekly | Privacy Policy | Mastodon | Twitter | Suggest a Link
 
Published with Curated

Older messages

iOS Dev Weekly - Issue 632

Friday, October 20, 2023

Did your push notification get delivered? Now you can know for sure! 🎉 View on the Web Archives ISSUE 632 October 20th 2023 Comment During the Meet Push Notifications Console session at this year's

iOS Dev Weekly - Issue 630

Friday, October 6, 2023

Did you know that DocC could create interactive tutorials? Let's showcase some. 🎭 View on the Web Archives ISSUE 630 October 6th 2023 Comment When Apple unveiled DocC two years ago, I don't

iOS Dev Weekly - Issue 629

Friday, September 29, 2023

Should we be wishing for more custom UI in Settings.app? ⚙️ View on the Web Archives ISSUE 629 September 29th 2023 Comment I was chatting with a friend yesterday, and he asked what I thought of the new

iOS Dev Weekly - Issue 628

Friday, September 22, 2023

What does the future of testing in Swift look like? Find out, and give feedback! 📚 View on the Web Archives ISSUE 628 September 22nd 2023 Comment Happy new device day! Thanks also for all of the kind

iOS Dev Weekly - Issue 627

Sunday, September 17, 2023

No commentary today, but plenty of links! 🔗🔗🔗 View on the Web Archives ISSUE 627 September 15th 2023 Comment I hope you'll forgive me for skipping my commentary in today's issue. I've been

You Might Also Like

➡️ Why Your Phone Doesn't Want You to Sideload Apps — Setting the Default Gateway in Linux

Friday, November 22, 2024

Also: Hey Apple, It's Time to Upgrade the Macs Storage, and More! How-To Geek Logo November 22, 2024 Did You Know Fantasy author JRR Tolkien is credited with inventing the main concept of orcs and

JSK Daily for Nov 22, 2024

Friday, November 22, 2024

JSK Daily for Nov 22, 2024 View this email in your browser A community curated daily e-mail of JavaScript news React E-Commerce App for Digital Products: Part 4 (Creating the Home Page) This component

Spyglass Dispatch: The Fate of Chrome • Amazon Tops Up Anthropic • Pros Quit Xitter • Brave Powers AI Search • Apple's Lazy AI River • RIP Enrique Allen

Friday, November 22, 2024

The Fate of Chrome • Amazon Tops Up Anthropic • Pros Quit Xitter • Brave Powers AI Search • Apple's Lazy AI River • RIP Enrique Allen The Spyglass Dispatch is a free newsletter sent out daily on

Charted | How the Global Distribution of Wealth Has Changed (2000-2023) 💰

Friday, November 22, 2024

This graphic illustrates the shifts in global wealth distribution between 2000 and 2023. View Online | Subscribe | Download Our App Presented by: MSCI >> Get the Free Investor Guide Now FEATURED

Daily Coding Problem: Problem #1616 [Easy]

Friday, November 22, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Alibaba. Given an even number (greater than 2), return two prime numbers whose sum will

The problem to solve

Friday, November 22, 2024

​ Use problem framing to define the problem to solve This week, Tom Parson and Krishna Raha share tools and frameworks to identify and address challenges effectively, while Voltage Control highlights

Issue #568: Random mazes, train clock, and ReKill

Friday, November 22, 2024

View this email in your browser Issue #568 - November 22nd 2024 Weekly newsletter about Web Game Development. If you have anything you want to share with our community please let me know by replying to

Whats Next for AI: Interpreting Anthropic CEOs Vision

Friday, November 22, 2024

Top Tech Content sent at Noon! How the world collects web data Read this email in your browser How are you, @newsletterest1? 🪐 What's happening in tech today, November 22, 2024? The HackerNoon

iOS Cocoa Treats

Friday, November 22, 2024

View in browser Hello, you're reading Infinum iOS Cocoa Treats, bringing you the latest iOS related news straight to your inbox every week. Using the SwiftUI ImageRenderer The SwiftUI ImageRenderer

iOS Dev Weekly - Issue 688

Friday, November 22, 2024

How do you get an app featured on the App Store? There's a new process, and it's great! 📝 View on the Web Archives ISSUE 688 November 22nd 2024 Comment Every developer, from solo indie devs to