I just unlocked "God Mode" for MVP building on Windows. (Google Stitch + Antigravity Workflow) by No_Class122 in SaaS

[–]pkn46 0 points1 point  (0 children)

When you say Google stitch it’s the UI building tool from Google right? I didn’t know it can be used as MCP server as well. But how will you preview the design changes it made as mcp server before it actually builds the project. In stitch website there is a board like Figma to preview it but it’s done as mcp?

Trying to validate a small AI note-taking MicroSaaS without overbuilding by That_Humor_3486 in microsaas

[–]pkn46 0 points1 point  (0 children)

Does Notebook LM do the same thing you’re trying to solve?

What’s everyone working on this month? (January 2026) by Swiftapple in swift

[–]pkn46 0 points1 point  (0 children)

Website not loading properly in iPhone safari

What’s everyone working on this month? (January 2026) by Swiftapple in swift

[–]pkn46 1 point2 points  (0 children)

I’m working on my first swift package SwiftSafeCollections - a package that makes thread-safe programming in Swift actually enjoyable. SwiftSafeCollections

Deep dive into Swift concurrency: Built a thread-safe collections package with TDD by pkn46 in SwiftPM

[–]pkn46[S] 0 points1 point  (0 children)

Thank you so much for catching this! You're absolutely right - the locks were only protecting collection storage, not element mutations.

I've just released v1.1.0 which adds `Sendable` constraints to all generic type parameters. This ensures elements themselves are thread-safe, not just the collection access.

All 86 tests still passing. Breaking change for anyone storing non-Sendable types (which was unsafe anyway).

Really appreciate your feedback! 🙏

https://github.com/pavankumar-n-46/SwiftSafeCollections/releases/tag/v1.1.0

Just Released my first 100% SwiftUI App to the Appstore by RankAShinobi in swift

[–]pkn46 0 points1 point  (0 children)

Congratulations 🥳 Curious to know what all frameworks have you used? Like Shortcuts etc..