WhatsApp Soundly Beaten By Apple’s Stunning New iMessage Update: The issue for WhatsApp is that when you claim security and privacy is in your DNA, you open yourself up to a heightened level of scrutiny. Suddenly, those concerns around WhatsApp metadata collection became more real. Now we could easily see that WhatsApp collects the contacts… Continue reading WhatsApp Soundly Beaten By Apple’s Stunning New iMessage Update
Author: admin
Facebook’s Laughable Campaign Against Apple Is Really Against Users and Small Businesses
Very good write-up by Andrés Arrieta regarding Facebook and their full page add nonsense against Apple’s AppTrackingTransparency feature. Make no mistake: this latest campaign from Facebook is one more direct attackagainst our privacy and, despite its slick packaging, it’s also an attack against other businesses, both large and small. I quit Facebook & Instagram about two… Continue reading Facebook’s Laughable Campaign Against Apple Is Really Against Users and Small Businesses
Full-screen development with Xcode and the Simulator
Big shout out to @twannl for this awesome tip detailing how to use the simulator and Xcode in a single fullscreen. Very helpful. https://www.avanderlee.com/workflow/full-screen-xcode-simulator/
SwiftUI, ready for primetime?
Things have been slow at AlbeBaubles lately so I thought I’d tackle an old client app that hasn’t been updated in ages and rewrite in 100% SwiftUI. Look art how little code is needed to show a grid of vowels glyphs in a grid with the ability to play them. Simple. Yes, SwiftUI is… Continue reading SwiftUI, ready for primetime?
Remembering Frances E. Allen | IBM Research Blog
Rest In Peace and thank you for your contributions. IBM Fellow Fran Allen spent her career advancing the field of computing and inspired generations of technologists. Remembering Frances E. Allen | IBM Research Blog:
Michael Tsai – Blog – Funneling Into Apple News+
This is getting out of hand. Apple is starting to act like Microsoft in the late 90’s. Michael Tsai – Blog – Funneling Into Apple News+: I wonder how many publishers in Apple News+ realize that the new iOS14 and MacOS Big Sur are by default intercepting traffic to their sites and sending it to… Continue reading Michael Tsai – Blog – Funneling Into Apple News+
SF Symbols
I was asking Michael Collins about using .otf fonts in open source projects and he pointed me to SF Symbols. This is the best place to go for text/glyphs/symbols/svgs for your Xcode projects. Symbols supports OpenType, multicolor and supports iOS, iPad OS and macOS Big Sur. Be sure to download the SF Symbols Beta… Continue reading SF Symbols
The big Facebook crash of 2020 and the problem of third-party SDK creep
Great article from Gui Rambo regarding the cost of using 3rd party dependencies in your apps, and how the use of Facebook’s SDK hammered a number of apps this week. The big Facebook crash of 2020 and the problem of third-party SDK creep | Rambo Codes: Cool, there’s a Facebook SDK issue crashing several high-profile… Continue reading The big Facebook crash of 2020 and the problem of third-party SDK creep
Nasty macOS flaw is bricking MacBooks: Don’t install this update | Tom’s Guide
This was my comment. I spent far too much time on the phone with Apple Support trying to resolve this only to be told ‘mail it in’. Nasty macOS flaw is bricking MacBooks: Don’t install this update | Tom’s Guide: “This bricked my 2019 MBP. Not providing power to devices either. Needs an SMC reset… Continue reading Nasty macOS flaw is bricking MacBooks: Don’t install this update | Tom’s Guide
Rhode Island Police to Hunt Down New Yorkers Seeking Refuge
Holy Shit! This seems Draconian. Shouting at people to stay home will solve absolutely nothing. Let’s hope they also drop off masks to everyone as well: https://www.bloomberg.com/news/articles/2020-03-27/rhode-island-police-to-hunt-down-new-yorkers-seeking-refuge
Chandler Jones makes big donation to help food banks during Coronavirus crisis – Revenge of the Birds
Chandler Jones is a treat. Everything I see from him is positive and enlightening. Wish I was as learned at his age. Chandler Jones makes big donation to help food banks during Coronavirus crisis – Revenge of the Birds: “These are really tough times and it is important for me to do my part… Continue reading Chandler Jones makes big donation to help food banks during Coronavirus crisis – Revenge of the Birds
iOS Vulnerability Prevents VPNs From Encrypting All Traffic – MacRumors
iOS Vulnerability Prevents VPNs From Encrypting All Traffic – MacRumors: Until fixed, VPN users can connect to a VPN server, turn on Airplane Mode and then turn off Airplane Mode to kill all existing connections. The mitigation isn’t entirely reliable, however, so iPhone and iPad owners who rely on VPNs should be careful until… Continue reading iOS Vulnerability Prevents VPNs From Encrypting All Traffic – MacRumors
Sonos Backtracks on Recycle Mode That Bricked Devices
I love my Sonos devices — very happy to see them make the right decision here: Sonos Backtracks on Recycle Mode That Bricked Devices:
Spacey McSpaceface: Space Force tries crowdsourcing term for members | Ars Technica
“Guardian,” “vanguard,” “sentinel” already “floating around,” according to Space Force email. Spacey McSpaceface: Space Force tries crowdsourcing term for members | Ars Technica: I vote for ‘Explorer’ or ‘Searcher’
Oscar-winning screenwriter Taika Waititi dunks on Apple’s keyboards | Engadget
Winning an Academy Award makes you feel like you’re ruler of the world, at least for the rest of Oscar night. Taika Waititi, winning a gong for best adapted screenplay, started issuing demands of his favorite technology company shortly after leaving the stage. When asked by reporters about the forthcoming Writers’ Guild of America negotiations,… Continue reading Oscar-winning screenwriter Taika Waititi dunks on Apple’s keyboards | Engadget
Ring doorbell ‘gives Facebook and Google user data’
This is infuriating: “The Electronic Frontier Foundation found the Ring app was “packed” with third-party tracking, sending out customers’ personally identifiable information. Five companies were receiving a range of information, including names, IP addresses and mobile networks, it said.” The five companies identified as receiving information were: Facebook, via its Graph API – each user’s… Continue reading Ring doorbell ‘gives Facebook and Google user data’
Storyboard layout madness
Been working on layouts the last two weeks, making sure baseball renders properly on the 5 different iPad sizes. It’s a challenge as the animation requires the same coordinates, regardless of the size of the iPad….
JetBrains Mono Font -A Typeface for Developers
Checkout the new free font from JetBrains created just for developers. Im using it in Xcode. https://www.jetbrains.com/lp/mono/
Ad block – AlbeBlocksAnnoyances
[UPDATED TO SUPPORT iOS] I quit using Facebook well over a year ago, yet anytime my browser takes me there it shows me logged in. I DO connect to FB on my oculus – no choice. I don’t know how, but it sure seems using the oculus somehow communicates with my Mac and logs me… Continue reading Ad block – AlbeBlocksAnnoyances
How to Create a Safari Content Blocker Extension in Swift – iOS-Blog
Created my first safari content blocker today — incredibly easy and powerful. This is a great intro to follow if you’re interested. How to Create a Safari Content Blocker Extension in Swift – iOS-Blog: