iOS Developer with impostor syndrome. Made in πŸ‡ͺπŸ‡Έ. Learning Chinese on my free time πŸ‡¨πŸ‡³

Joined February 2017
135 Photos and videos
Advanced a bit on the GeoJsonUtils library development. Now all loading is done asynchronously and using lazy vars to improve speed on heavy conversion tasks. You can check it out here: github.com/codingmanu/GeoJso…
1
4
Any opinions on subdomain vs subdirectory for multiple rest API’s? And versioning? example.com/api/v0/ vs api.example.com/v0/ for example.

1
Life Pro Tip: Get your laptop cleaned inside every couple of years or do it yourself. My 2016 MBP was getting throttled just by watching YouTube with kernel_task at 400%. I cleaned it myself last night and now it’s just as fast as new again!
1
Anyone else having this issue with #Xcode13? App Clip seems to be around 7MB for all variants but App Store connect says it’s 11.3
1
Update: Seems to be an issue with #xcode13. We uploaded with 12.5.1 and it worked just fine!
One would think that hospitals in the most diverse city in the world would not have this unreasonable requirement when trying to pay a bill. πŸ€¦β€β™‚οΈ
Is there any way to report iOS apps that abuse the push notification system for spamming offers? Apps like @UberEats keep sending me notifications to bring me back to the app. If I just deactivate the notifications completely for those apps, then I can’t get updates on my orders.
1
1
Anybody knows if we need to use ATTrackingManager on iOS 14.5 just by having a few SDK’s embedded in the app? Mainly Firebase (Login & Analytics), FB (Login) and Branch io (Deep linking). We don’t intentionally track any user data.
1
Manuel Gomez πŸ‘¨πŸΌβ€πŸ’» retweeted
imo any progress bar that lasts longer than 5 seconds should come with hold music
73
1,145
5,914
Anyone having issues with Xcode 12.5 in Big Sur? I can’t run or attach to any apps on my devices or simulators. I’ve already tried cleaning and reinstalling Xcode :(
3
2
Two weeks before changing insurance policies I’m hit with a $800 deductible that won’t count towards the new policy’s deductible. Damn πŸ€¦β€β™‚οΈ
1
How would you handle having to download the same image to be used in two places, one for a small 100x100 icon and one for full screen on a mobile device? Having two separate optimized images hosted as two separate files?
2
Maybe download the large image once on the mobile app and do some client side processing to create to UIImages, one 100x100 one and one for full screen?
2
We have an image that’s shown as a small icon on a collection view and then full screen on another screen, with the same asset file online, and since it’s like 2500x1500px the collectionView is a bit slow when scrolling…
I miss the MUG (Mac User Group) Keynote parties I used to go to back in Spain around 2006-2010. It was like a whole day event with food and all, great times!
1
Day after a big migration that requires users making configuration changes on their machines… I don’t know how customer facing sysadmins don’t become psychopaths… πŸ€¦β€β™‚οΈ
1
Has anyone used a git submodule to hold common mock data files to make tests for an iOS app? I’m looking for a way to automatically add/remove/update whatever files are there into Xcode so the test cases can see them. Is there a better way to do this?
My last Mac lasted me almost 9 years, but I never used it as a work machine, so it was always good enough. My current one is around 4.5 and I can feel its age already since I use it for work. Really want those M1X/M2 machines to come out soon :D
1
Is this normal for @Zoom in macOS Big Sur? It’s been completely hugging my CPU the past few weeks, anything I have open other than zoom will just be almost frozen. Top of the line 2016 MacBook Pro 15”. What are those β€œidle wake ups”?
1
Hi @sinosplice, Looks like one of the breakthrough level books I bought (Zhou Haisheng) has most of the Chinese text in a "bolder" font version that the other book I bought (Hua Ma). Can you let me know if that's intentional or some issue with iBooks? Happens with all fonts.
1
Anyone experienced with migrating PostgreSQL database structure changes from a development to a production instance without affecting the data? Stopping the production DB is fine, I just don’t want to apply the changes manually.