iOS Dev Weekly - iOS Dev Weekly - Issue 639

Did Apple just unlock a speed upgrade for on-device AI with Apple Silicon? šŸ¢
 

iOS Dev Weekly

 
View on the Web    Archives

ISSUE 639  December 8th 2023

 
Comment

  Comment  

 

Youā€™ll almost certainly have seen links to the new mlx repository during this week. Itā€™s a new project from a machine learning research group inside Apple, so it makes sense that the repository description is ā€œAn array framework for Apple siliconā€. Thatā€™s certainly a description written by a research group rather than a marketing department, especially when you look into what it does.

The examples repository shows more of what itā€™s capable of, with samples covering transformer language models, LLaMA, LoRA, Stable Diffusion, and OpenAIā€™s Whisper. Thereā€™s also a quick start guide and more documentation if you want to explore further.

Why is this significant? We have all those things already, right? We do, but think about how and where Apple likes to do most of its AI processing: On-device.

This library is optimised for Apple Silicon chips, and speeding up AI models on the devices we have in our pockets, on our wrists, in our ears, on our desks, and coming soon to our faces is essential if Apple wants to continue processing most data locally. It isnā€™t how other companies approach AI, but it makes perfect sense that it would be how Apple looks at it, given their history and marketing around privacy.

I know nothing about Appleā€™s plans, but it makes a lot of sense that whatever they do will be primarily (or entirely) on-device, and this repository is one clue that this remains important to them. šŸ•µļø

Dave Verwer  Permalink

 
 

  Sponsored Link  

 

Find and Fix Vulnerabilities in your iOS apps

AppSweep by Guardsquare helps developers automate the mobile app security testing process with fast, free scans. By using AppSweepā€™s actionable recommendations, developers can improve the security posture of their apps in accordance with security standards like OWASP. Get started now.

guardsquare.com  Permalink

 
 
 

  News  

 

Xcode Cloud remaining free for 25 hours/month

When Xcode Cloud first launched, Apple promised 25 hours per month of free usage until the end of 2023. Itā€™s December, so you might have been expecting a bill or started making alternative arrangements, but thereā€™s no need for either! What started as an introductory offer is now the free tier for Xcode Cloud. Thatā€™s good news by anyoneā€™s standards!

apple.com  Permalink

 
 

  Tools  

 

Marin's Side Project Tools from 2023

Want to play with a new developer tool? Marin Todorov has a round-up of all the side projects he has worked on this year. Unfortunately, my favourite idea on the list, MarkPlayground, doesnā€™t seem to be available anywhere, which is a shame as it solves a problem I occasionally have. I also like the idea of Breadcrumbs, and that's available, as are most of the others!

trycombine.com  Permalink

 
 

  Code  

 

How to customize the macOS About Panel in SwiftUI

Itā€™s nice that Mac apps have a standard ā€œAboutā€ box that automatically picks up the version, build number, app name, and icon. But if you want to do more (no, not this much), do you need to start from scratch? Daniel Saidi shows us how to customise rather than replace.

danielsaidi.com  Permalink

 

Exploring accessibility regulations and guidelines

We can all agree itā€™s a good idea to make your apps accessible, but are you doing enough to meet the requirements of the countries you are selling your apps in? Domenico De Luca and Pasquale Vittoriosi look at some of the regulations around the world and how you can check your compliance with them.

createwithswift.com  Permalink

 

AsyncStream in the real world

Iā€™ve said it many times, but I love a blog post thatā€™s so clearly drawn from real-world experience as this one from Damian Mehers is. Itā€™s a short post covering how he used Atomics and ManagedAtomic from swift-atomics to tame PhotoKit.

damian.fyi  Permalink

 
 

  Design  

 

The power of the 8-Point Grid Guide

Nested views that all have rounded corners can be tricky to get right, but is there an easy solution to determine how rounded the inner views should be? Of course there is! David Yang explains.

y4ng.fr  Permalink

 
 

  Videos  

 

Discover the Journaling Suggestions API

Appleā€™s new journalling app is almost in the hands of millions of people. Is your app going to suggest things they could write about? Thereā€™s an API for that, as RenĆ© Aguirre Ramos from Apple explains in this new Tech Talk.

apple.com  Permalink

 
 

  Jobs  

 

iOS Developer @ Nos.social ā€“ Nos social is our attempt to build healthier social media by flipping the power dynamics of social media on their head. It's part of an emerging social ecosystem built on the Nostr protocol. Weā€™re a fully remote, iOS first, open source, small team working together to build something great. Join us! ā€“ Remote (within US timezones) with some on-site work (United States)

Founder/CTO @ XLIO ā€“ An opportunity to lead the development of a greenfield project requiring deep macOS integration (this is not "just another" Swift app) which will be installed on hundreds of thousands of devices worldwide. ā€“ Remote (within US timezones) with some on-site work (United States)

 Permalink

 

iOS Dev Jobs is finally posting open positions to Mastodon! Follow @iosdevjobs@iosdev.space for updates on new available positions, and if your company is hiring, you can post jobs for free.

 Permalink

 
 

  And finally...  

 

I got my Xcode wrapped! ā›„

 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 | Suggest a Link
 
Published with Curated

Older messages

iOS Dev Weekly - Issue 638

Friday, December 1, 2023

Taking a look at this year's App Store Award winners, and something that all the apps have in common. 🏆 View on the Web Archives ISSUE 638 December 1st 2023 Comment It's thrilling for any app

iOS Dev Weekly - Issue 637

Friday, November 24, 2023

I'll keep using 🥽 to represent the Vision Pro until Unicode adds a VR/AR headset emoji, and there's nothing any of you can do to stop me! View on the Web Archives ISSUE 637 November 24th 2023

iOS Dev Weekly - Issue 636

Friday, November 17, 2023

I, for one, welcome our new CoPilot overlords. 🤖 View on the Web Archives ISSUE 636 November 17th 2023 Comment Did you watch the GitHub Universe keynote earlier this week? Or should I say, the GitHub

iOS Dev Weekly - Issue 635

Friday, November 10, 2023

The Swift Mentorship Program and package score transparency on the Swift Package Index. 🎉 View on the Web Archives ISSUE 635 November 10th 2023 Comment This year's Swift Mentorship Program just

iOS Dev Weekly - Issue 634

Friday, November 3, 2023

Content improvements and package metadata on Swift.org 🫨 View on the Web Archives ISSUE 634 November 3rd 2023 Comment You might have noticed a couple of changes to the Swift website recently. First, a

You Might Also Like

See what Apple did to the iPads

Tuesday, May 7, 2024

Plus: A sperm whale alphabet and Oyo wants some discounted funding View this email online in your browser By Christine Hall Tuesday, May 7, 2024 Hello, and welcome back to TechCrunch PM. Today's

🍿 5 Things to Do With Your Old TVs — Ditching Google Search for Perplexity AI

Tuesday, May 7, 2024

Also: How to Turn Off Vanish Mode on Instagram, and More! How-To Geek Logo May 7, 2024 Did You Know The lens of your eye casts everything it sees upside down onto your retina; only when the image

JSK Daily for May 7, 2024

Tuesday, May 7, 2024

JSK Daily for May 7, 2024 View this email in your browser A community curated daily e-mail of JavaScript news Building Large Scale Web Apps | A React Field Guide I had the privilege to work with Addy

Random Web App Ports, unittest, TypeIs vs TypeGuard, and More

Tuesday, May 7, 2024

`TypeIs` Does What I Thought `TypeGuard` Would Do in Python #628 – MAY 7, 2024 VIEW IN BROWSER The PyCoder's Weekly Logo TypeIs Does What I Thought TypeGuard Would Do in Python In this post,

Daily Coding Problem: Problem #1434 [Medium]

Tuesday, May 7, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Airbnb. You are given a huge list of airline ticket prices between different cities

Chaos, Coyotes & Palm Trees 🌴

Tuesday, May 7, 2024

John Mulaney helps Netflix nail its final comedic frontier. Here's a version for your browser. Hunting for the end of the long tail • May 07, 2024 Chaos, Coyotes & Palm Trees John Mulaney's

Issue 155

Tuesday, May 7, 2024

🧑‍🚀🚀 Humanity has entered the 3rd space age. Professional fraud fighter goes undercover at a “Yahoo Boy School.” The AI music app that actually makes good music. ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

A very random issue

Tuesday, May 7, 2024

Plus a new language that compiles to Go, charts for the terminal, and some Go books from Packt. | #​506 — May 7, 2024 Unsub | Web Version Together with Ardan Labs Go Weekly Evolving the Go Standard

Chart | The Growth of a $1,000 Investment, by Stock Market Index 📈

Tuesday, May 7, 2024

In this graphic, we've visualized stock market growth by country over the past five years using major indices. View Online | Subscribe Presented by: Discover the motivations and behaviors of

⚙️ A new LLM for Microsoft

Tuesday, May 7, 2024

Plus: A revenue beat for Palantir & a new partnership for OpenAI ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌