6d ago · 3 min read · Most health AI is built on population data. Your symptoms are averaged against thousands of other people, and you get a generalised prediction that fits nobody perfectly. I took a different approach with Menopause Intelligence — an iOS app I've been ...
Join discussion6d ago · 6 min read · Back to notes I built RightLayout because every keyboard-layout corrector I tried for macOS broke on names, code, and typos. It was a small bet: train a CoreML model from scratch, three layouts, on-device. It worked. Then the maintenance bill came du...
Join discussion6d ago · 2 min read · Why fidgeting deserved an app Levine's NEAT (Non-Exercise Activity Thermogenesis) research makes a striking claim: people who fidget habitually can burn around 350 kcal more per day than those who sit still — not from structured exercise, just from u...
Join discussionMay 8 · 2 min read · Why we built it Braille appears constantly in urban Japan — train station handrails, elevator buttons, medication packaging. It's designed to be read, but the vast majority of people can't read it. We wanted to close that gap with the simplest possib...
Join discussionMay 7 · 7 min read · Did you know that 73% of iOS developers are planning to integrate on-device AI into their apps by 2027? With Apple's Foundation Models framework in iOS 26, we're witnessing the biggest shift in mobile AI since CoreML's debut. Let's dive into how we c...
Join discussionMay 6 · 3 min read · I built a livestock counting app for smallholders. No internet required, no subscription, no server. You take a photo of your chickens, sheep, or cattle, and it counts them — entirely on-device. Here's how it actually works. The Problem Smallholders ...
Join discussionMay 6 · 2 min read · Originally published on PEAKIQ Source: https://www.peakiq.in/blog/deep-linking-in-react-native-using-appdelegate-swift 1️⃣ Setting Up Deep Linking in AppDelegate.swift First, update your AppDelegate.swift to handle incoming URLs: import UIKit import...
Join discussion
May 2 · 7 min read · You've built a clean feed feature. The RemoteFeedRepository fetches items from the network, the LoadFeedUseCase runs the business logic, and the ViewModel drives the view. Everything is tested and wor
Join discussion