Darryl Bayliss
@darrylbayliss.bsky.social
100 followers 79 following 58 posts
📱☁️ A software engineer with a soft spot for mobile & the cloud https://linktr.ee/darrylbayliss
Posts Media Videos Starter Packs
darrylbayliss.bsky.social
Thank you for the share! 🙏
darrylbayliss.bsky.social
Thank you to @androidweekly.bsky.social and @kotlinweekly.bsky.social for including my post on running a RAG powered AI model in your Android app in their latest newsletters!

I look forward to their emails each week. Give them a subscribe if you don't already. 😀

#AndroidDev #Kotlin #GenerativeAI
darrylbayliss.bsky.social
I hope you enjoy, and please feel free to share with your friends and colleagues! 😃 💯

#AndroidDev #GenerativeAI #LLMs
darrylbayliss.bsky.social
It covers:

- What RAG is and the benefits it brings ✅
- How to install AI models on Android devices ⚙️
- How to creating Embeddings for your AI model to use 📚
- How to experiment with parameters to reduce unexpected responses 🧪
- Sample projects and useful docs 🎓

#AndroidDev #GenerativeAI #LLMs
darrylbayliss.bsky.social
Fortunately, it does make for a great blog post! So if you're looking for ways to implement AI models locally into your mobile apps and want to power them with up to date information via RAG, this is the blog post for you! 🙌

#AndroidDev #GenerativeAI #LLMs
darrylbayliss.bsky.social
I gave a talk touching upon this subject a couple of months ago and was pretty happy with the reaction to it. Afterwards I received feedback that people were interested in a live demo, which is a tricky thing to show in a satisfying way in a small amount of time. 🕰️

#AndroidDev #GenerativeAI #LLMs
darrylbayliss.bsky.social
If you're learning about the latest changes to concurrency in Swift 6.2 as part of your WWDC review, why not take the time to refresh the basics via these set of lessons.

I'm proud to see these out in the wild. Check them out, and hope you enjoy! ☺️

#iOS #Swift #WWDC
darrylbayliss.bsky.social
They cover the basics from using Tasks for unstructured concurrency, building up to using TaskGroups, async await, and the concept of Actors. 🎭

Finally, complete your knowledge by learning how to leverage AsyncStreams and AsyncSequences for your own needs. 🔴 ➡️ 🔵 ➡️ 🟢

#iOS #Swift #WWDC
darrylbayliss.bsky.social
Concurrent programming is a technique to allow apps perform multiple actions at once. All while making it appear seamless to the user!📱

To help teach this concept, I have a new set of lessons and videos available @kodeco.com. 🙌

www.kodeco.com/ios/paths/co...

#iOS #Swift #WWDC
Concurrency & Asynchronous Programming in Swift
This module explores concurrency and asynchronous programming in Swift. You’ll learn about structured concurrency, actors, and advanced optimization techniques.
www.kodeco.com
darrylbayliss.bsky.social
With London Tech Week in full swing I'm planning to attend this event about AI and how it can create engaging communities: londontechweek.com/fringe-event...

A little skeptical AI can help here but going with a open mind to see what the future looks like. 😃 🤖 🤝

#LondonTechWeek #AI #Communities
AI future: Communities, Communication and Connectivity
Learn how AI enhances meaningful collaboration and helps transform communities
londontechweek.com
darrylbayliss.bsky.social
Looking for something to help chill out this bank holiday weekend? ☀️

Ocean Chill now supports AppleTV, giving you more ways to enjoy relaxing ocean views from the comfort of your home! 🌊 🐚 📺

Check it out and download here: apps.apple.com/gb/app/ocean...

#AppleVisionPro #AppleTV #AppStore
‎Ocean Chill
‎Love those ocean vibes? With Ocean Chill, you can feel as if you're there - from the comfort of your anywhere! Create your own private wave of calm with relaxing and soothing ocean views and…
apps.apple.com
darrylbayliss.bsky.social
Thank you @kotlinweekly.bsky.social for including my talk about running SLMs on mobile devices in your latest newsletter. Much appreciated! 😀👍 🦾

bsky.app/profile/kotl...

#MobileDev #AI #SLMs
@kotlinweekly.bsky.social
Kotlin Weekly #454 has just been published! - https://mailchi.mp/kotlinweekly/kotlin-weekly-454
bsky.app
darrylbayliss.bsky.social
You can find the slides and resources to continue your SLM journey here: www.canva.com/design/DAGh-...
darrylbayliss.bsky.social
Had a great time discussing Small Language Models and their on-device uses with MediaPipe. Thanks to everyone who joined! 🎤🦾

Special thanks to Londroid for organising and Vonage for sponsoring! 🤩

Watch the talk here: www.youtube.com/watch?v=NPLG...

#Londroid #AndroidDev #AI
How to run Small Language Models in your App using MediaPipe
www.youtube.com
darrylbayliss.bsky.social
Two days to go until I'll be at Vonage talking about running Small Language Models in your apps as part of Londroid! 📱

To prep I updated my Simon Says repo to use Google DeepMind's new Gemma 3 models.

Hope you find it useful! 🙏

github.com/DarrylBaylis...

#Londroid #AndroidDev #AI
GitHub - DarrylBayliss/Simon-Says-Android: An Android App recreating the Simon Says game. Uses MediaPipe to run an LLM on device
An Android App recreating the Simon Says game. Uses MediaPipe to run an LLM on device - DarrylBayliss/Simon-Says-Android
github.com
darrylbayliss.bsky.social
Learn how to build ViewModels in SwiftUI with this course I worked on with Audrey Tam! 🏗️

Explore Observation, Environment property wrappers, and Dependency Injection, providing practical insights and examples for your next app. 🔭

Dive in now on @kodeco.com for subscribers.

#SwiftUI #iOSDev
Building Robust ViewModels
This course is designed for intermediate iOS developers who want to take their SwiftUI skills to the next level by leveraging the power of Model-View-ViewModel (MVVM) architecture. Throughout this…
www.kodeco.com
Reposted by Darryl Bayliss
doesliverpool.com
Apply before midnight on Sunday!
doesliverpool.com
PLEASE SHARE: Great opportunity for people starting out. Free Desk space or Free Workshop space for 6 months.

It’s time to launch the process for the next round of Boost Membership (for April 2025 – September 2025)

doesliverpool.com/co-working/s...

#coworking #workshop #startingout #liverpool
Spring Boost - DoES Liverpool
It’s time to launch the process for the next round of Boost Membership. This would be the cohort that will have their membership from April 2025 – September 2025. If you already know what you’re doing...
doesliverpool.com
darrylbayliss.bsky.social
Anything in particular you would like to know?

#Gemma #Google #AI
darrylbayliss.bsky.social
It's just over a year since attending Google's Gemma Developer Day. I recall learning Gemma was designed as an Open Source model and envisioned to work with developers and researchers on their preferred tech. 🤝 💻

Now with Gemma 3 available I'm thinking of revisiting it. 🤖📱

#Gemma #Google #AI