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β¦
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!
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.
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.
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 :(
Two weeks before changing insurance policies Iβm hit with a $800 deductible that wonβt count towards the new policyβs deductible. Damn π€¦ββοΈ
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?
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?
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!
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β¦ π€¦ββοΈ
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
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β?
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.
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.