Building a fluent Network Manager in Swift with clean method chaining like `network.request(.users).withAuth(token).fetch()`. Spent 2 weeks on & off planning & implementing ~75% of essentials. Used GLM, Kimi, MiMo to brainstorm & build. Now will code review for 2 weeks!! #Swift #iOSDev #Networking
Posts by Zeyrie
It is interesting how codex/gpt-5.3 starts to test its implementation and tries to correct itself each time. Something that Opus 4.6 never does!
How does LLM mess up your code?
There were lot of times where I just add an id of a datatype to the equatable conformance and move on, but never really thought if that would cause a problem. Sure enough it can cause so many silent bugs.
zeyrie.blog/posts/ios/sw...
Waiting for the release, excited to rewrite my init.
I was searching for this option thanks for sharing
The icon has a unique touch anyway, especially the color, something that definitely not used by other todo apps.
If I say that in Swift not including all the fields of a struct or a class in Equatable conformance is a disaster waiting around the corner, will you be surprised?
I didn't know Swift #Playground Mac app went through all these changes. I can understand what they did with it. But it is full of bugs, I can't use even the basic functionalities that were possible in #Xcode over here, on top of that it do not recognize my files.
While apple never explicitly favored an architecture, with SwiftUI and SwiftData, the cleared wanted the view to handle all the data querying and other actions. SQLiteData handled it much better.
Quite surprised how much the point-free-skills are useful, and the difference in migrating from SwiftData to SQLiteData is just very easy, short, and clear.
youtu.be/mx3g7XoPVNQ?...
These are the type of videos why I m going to YouTube and following prime
Maybe buy a lottery ticket too
First time trying OpenCode, even though I know it is the best CLI for coding out there. Transition from #ClaudeCode to #OpenCode is like watching Northern Lights
I m planning to leave codex and Claude and just use opencode with openrouter.ai. I m not sure if it’s cost effective. But it really feels like worth trying out!!
Why should Duolingo block other apps?
An open source resume builder rxresu.me which is absolutely free and lets me export a beautiful minimal resume is quite rare to find, at least harder to spot from thousands of paid/junk resume builders from web.
Really enjoyed the experience here
Learning and acquiring knowledge will always be handy even if LLMs get better tomorrow
zeyrie.blog/posts/techno...
This one is definitely a rough one!?
I m also learning through drawabox
Really clean and native looking app. Love the UI
Pointed out that this might be what is causing the issue. It immediately found the issue. Sometimes, LLM's look only within the box. Taking a step back could have saved me 20 mins of my time.
At some point, I just thought, don't I have another container group within docker, which also have pg setup and running. I assumed the port for these two are the same and causing the trouble, which sometimes the password is correct, other times it just fails. My hunch was correct.
LLM trying to solve a issue within docker container.
So I have been running Claude code to find why, sometimes pg within docker container says the wrong password. Claude ran for 20+ mins, trying to query into the user tables, roles and everything to figure out what is wrong. I had a hunch, and I was correct. **LLM's look only within the box**