I too want this
Everything that I feel about AI is being said in this. I m kinda liking the idea shared within this plugin that is being build here.
youtu.be/ws9zR-UzwTE?...
Apparently, there is no Global Leaderboard this time and that means, no real competition I guess.
So I was reading through the FAQ of #adventofcode 2025, came across this blog on completing faster kevinyap.ca/2019/12/goin...
It was a good read, but I really felt last year some completions were within seconds, that was very sus, that many use AI to solve and submit in AOD.
So, finally was able to complete the blog on Keychains. It ain't that detailed, but I have went through the basics of using keychain to store API token. Check them out here:
docs.zeyrie.blog/basic_workin...
Do you use keychains in your app for storing secrets and find it harder before implementing?
Was working with Share extension on my app and decided to write a blog alongside for future reference.
It ain't that hard. But I am up for a challenge, I don't like the full screen presentation, hence I am looking for ways to have a transparent background.
docs.zeyrie.blog/ios/share-ex...
#iOS
Was working with Share extension on my app and decided to write a blog alongside for future reference.
It ain't that hard. But I am up for a challenge, I don't like the full screen presentation, hence I am looking for ways to have a transparent background.
docs.zeyrie.blog/ios/share-ex...
#iOS
FYI: Use Jump To Definition on Swift functions or classes or over anything because documentations usually hold a sample code for better understanding which gives you same information as the web documentation but accessible right from your project
#Xcode #iOS #swiftUI #UIKit
Do note that the data that is passed into the presenting parameter shouldn't be changed after presenting the alert. Presentation of the alert is decided by isPresented & presenting parameter.
Present an alert using the .alert(:_, isPresented:, presenting:, actions: ) modifier.
With this modifier you could pass a value associated with the alert for initiating confirmation/decisive actions such as before deleting a model as shown in the image.
#iOS #Xcode #swift #swiftUI
Spent way too much time getting locked out of my own servers because of SSH misconfigurations
Finally wrote down everything I learned about securing SSH properly. Covers the basics-advanced stuff hope it helps someone avoid my mistakes.
blog.zeyrie.dev/posts/server...
#SSH #Linux #SysAdmin #VPS
I really felt I couldnβt actually search for apps in my Mac. Now I have to scroll through all sections and click on show more and then hunt for app. I could only search if I know the name of the app that I installed( note I forget some apps that I install and forget)
Notes for UI Framework Group sessions WWDC25. I also able to find some notes on frameworks discussion. Mostly advices on older iOS targets, adaptability of new design systems
blog.zeyrie.dev/series/wwdc/...
#wwdc #wwdc25 #liquidglass #iOS #macOS #uikit #swiftui
Updated the link to post
blog.zeyrie.dev/series/wwdc/...
clearly this year, they provided videos to adapt the new design for UIKit, and nothing more. But in terms of SwiftUI, they didn't have any new API's except WebView, but other than that, nothing much.
blog.zeyrie.dev/series/wwdc/...
Notes for WWDC Group sessions 2025. I get to attend some of the group sessions related to SwiftUI and Foundation Model and I am sharing some responses from apple developers regarding best practices,...
#wwdc25 #iOS #wwdc #swiftUI #foundationmodel #UIKit
A added security layer to the OAuth 2.0 JWT-based Authentication
Source: auth0.com/blog/refresh...
#security #RESTAPI #OAuth
Wish you luck that this time they will accept the submission
the image that I drew - a yellow flower and a bud
Learning to draw, always wanted to try digital art, but couldn't do anything good though, hence just started with tracing and coloring with krita. Kinda love this.
#krita #digitalart
by the way my first blog π
Maybe this was common knowledge, but I learned something new today that could cause this issue, and I wrote a blog on how to fix it.
Maybe take a look at it.
Caddy: Too many redirection error blog.zeyrie.dev/posts/debug/...
#cloudflare #reverseproxy #caddy
βΆ SSL mode β Flexible & Server enforces http β https redirection.
βΆ SSL mode β Full/Full(Strict) & Server enforces https β http redirection.
βΆ Always Use HTTPS enabled in Cloudflare & Server enforces https β http redirection.
ERR_TOO_MANY_REDIRECTS
Cloudflare's SSL configuration and the server's redirection combined misconfiguration behavior can easily create redirection loops. I have commented some avoidable patterns below, if you also have such experiences do share.
#domain #ssl #cloudflare #caddy
Some books to improve essay writing skills:
- How to Write Better Essays - Bryan Greetham
- 100 Ways to Improve Your Writing - Gary Provost
- The Basics of Essay Writing - Nigel Warburton
- Essential Study Skills - Tom Burns
#literature #writing