Vibe-coding SwiftUI: macOS utilities without knowing the language https://sudonull.com/vibe-coding-swiftui-macos-utilities-without-knowing-the-language
Django co-author created traffic and GPU monitors on SwiftUI using Claude in one evening. Code recombination, verification issues. For developers: prototypes without Xcode.
CopyQ 14.0: encryption and stats() scripts https://sudonull.com/copyq-14-0-encryption-and-stats-scripts
New CopyQ 14.0 encrypts tabs with a password, adds playSound() and stats() for metrics. Optimizations for GNOME/X11. Download for Windows/Linux/macOS and set up clipboard.
KMP for AI agents: experience on 4 platforms https://sudonull.com/kmp-for-ai-agents-experience-on-4-platforms
Breakdown of pros and cons of Kotlin Multiplatform for AI agents: release builds macOS, library conflicts, implementation without frameworks. Practical tips for middle/senior dev. Learn the pitfalls.
Port Mac OS X Cheetah to Wii: XNU and device tree https://sudonull.com/port-mac-os-x-cheetah-to-wii-xnu-and-device-tree
Technical details of porting Mac OS X 10.0 to Nintendo Wii: Mach-O, kernel patching, device tree. For middle/senior dev. Study the code and boot steps.
Assembler x86-64 GUI X11 fasmg https://sudonull.com/assembler-x86-64-gui-x11-fasmg
Creating a minimal GUI on x86-64 assembler with X11: syscall macros, vararg printf, mmap structures. Size optimization for Linux. Instructions for developers.