✕ Clear all filters
10 articles
▶ Videos →

📰 Dev.to · Simple Memo

10 articles · Updated every 3 hours · View all reads

All Articles 137,177Blog Posts 141,223Tech Tutorials 35,577Research Papers 26,956News 19,267 ⚡ AI Lessons
The issue tracker was built for a team I don't have
Dev.to · Simple Memo 3w ago
The issue tracker was built for a team I don't have
This is going to be a rant. I'll earn it before the end. Here is what set me off. Last Tuesday I...
Taking apart the write path into another app's iCloud folder
Dev.to · Simple Memo 3w ago
Taking apart the write path into another app's iCloud folder
I am going to take apart, layer by layer, roughly 90 lines of Swift that let my app write a single...
The prompt is the cheap part. The context is the product.
Dev.to · Simple Memo 🧠 Large Language Models ⚡ AI Lesson 4w ago
The prompt is the cheap part. The context is the product.
Suppose the model forgot you completely between every message. No memory, no history, no idea who you...
iOS 26 SpeechAnalyzer: what I learned wiring it to a mic
Dev.to · Simple Memo 1mo ago
iOS 26 SpeechAnalyzer: what I learned wiring it to a mic
import AVFoundation import Speech @Observable @MainActor final class LiveTranscriber { // Two...
I version every prompt I send to Claude. Here's why.
Dev.to · Simple Memo 🧠 Large Language Models ⚡ AI Lesson 2mo ago
I version every prompt I send to Claude. Here's why.
Nine months of versioning every prompt I send to Claude in a flat text file. The format, the grep-as-RAG trick, and what I'd change if I started today.
I shipped an iOS app with zero third-party dependencies
Dev.to · Simple Memo 2mo ago
I shipped an iOS app with zero third-party dependencies
At 11:47 PM on a Sunday, I deleted the last import Alamofire from my Xcode project. I replaced eight...