Zach Waugh
banner
zachwaugh.com
Zach Waugh
@zachwaugh.com
Engineer @ Loom, previously Rewatch, Basecamp/37signals. Building @artifacts.app on the side. https://zachwaugh.com. Location: Baltimore, MD
Thanks!
March 27, 2025 at 2:49 PM
Would be an obvious place to use an LLM, especially for images, and I wish Apple provided a local model we could use to keep it all on the device
February 13, 2025 at 4:38 PM
And also wasn’t modal and blocking, at least should be able to continue in the background
February 3, 2025 at 3:08 PM
Having that mental model helps a lot, I wasn't really sure when to reach for it before. Are you using it for iOS and are you using Cursor or something else?
January 9, 2025 at 5:16 PM
Treating LLMs as “a junior developer that you give tedious tasks to and can easily review" seems like it might be a sweet spot.
January 9, 2025 at 4:59 PM
👋 oh cool, I didn’t realize you were in Baltimore also, nice to get some snow!
January 6, 2025 at 8:32 PM
Oh nice, I never heard of that but looks great, thanks!
December 28, 2024 at 10:45 PM
Based on the responses so far, I think I’m gonna try Godot, now I just need an idea
December 28, 2024 at 8:12 PM
I’m jealous, this seems like such a fun project to work on, glad it has been successful!
December 26, 2024 at 4:20 PM
NSScreen.visibleFrame reflects whether the dock is hidden or shown, so maybe could observe that with KVO or if it doesn’t support KVO, I guess just poll it?
December 22, 2024 at 12:34 PM
Thanks for letting me know! I’ll get in touch with @buttondown.com and see what’s going on
December 11, 2024 at 9:01 PM
Ha, the main app and navigation stack is SwiftUI, but really need a UICollectionView for this screen. The cells are SwiftUI though
December 11, 2024 at 5:14 PM
Sure! This is a UICollectionView with the drag interaction/delegate methods implemented
December 11, 2024 at 4:52 PM
Not here, this is a UICollectionView with the drag interaction/delegate methods implemented
December 11, 2024 at 4:52 PM
A few people asked, this is a UICollectionView, so just need to implement the two main UICollectionViewDragDelegate methods that return the drag items
December 11, 2024 at 4:50 PM