chelgrian
About
- Username
- chelgrian
- Joined
- Visits
- 51
- Last Active
- Roles
- member
- Points
- 301
- Badges
- 1
- Posts
- 55
Reactions
-
Web devs create advocacy group aimed at relaxing iOS browser restrictions
sflocal said:I swear these "developers" have nothing to do but whine. Go over to Android's wild-west OS if it's that important to you.As a developer myself, I'm embarrassed that these children are in the same group. It's Apple's proprietary product. Get over it.
I spend my working life trying to increase computer security then these people come along and demand to be shot in the foot it's extremely depressing. -
Qualcomm promises lossless Bluetooth audio with new chipset
canukstorm said:wwinter86 said:Unfortunately, I don't think Apple will use Qualcomm chips.
There is music out there which is quite similar to line noise and simply doesn't compress. -
M1X MacBook Pro still expected to launch in October
waveparticle said:OutdoorAppDeveloper said:waveparticle said:OutdoorAppDeveloper said:Apple really needs to start building chip fabs all around the world. The situation brewing between Taiwan and China poses an existential threat to Apple and the entire tech industry. It would cost Apple a hundred billion dollars or more but the investment would pay off for decades to come.
Biden isn't trying to change anything he hardly knows what lithography is. What is happening is that a variety of US companies are taking federal money to improve the availability of cutting edge foundry services on American soil. -
Coalition for App Fairness wants iOS app distribution to work like Windows
They simply do not understand what the iOS App Store does and why it can't work 'like macOS' or 'like Widows'.If they get their way either Apple's competitive advantage due to vertical integration is destroyed or you get a lot of unhappy 3rd party party stores when Apple break their stores and their binaries on a yearly basis due to continuing to move the iOS hardware and software platform forwards at the same rate. -
Apple nailed the transition to M1 Apple Silicon. Why are so many Mac developers blowing it...
mcdave said:The issue isn’t purely technical. What Apple are asking for is that cross-platform product managers/owners rethink their product architecture, specifically the forking/segmentation and this is no minor decision.
The product pie can be sliced many ways; mobile vs desktop, ARM vs x86, Windows vs macOS. Apple are asking for a separate AppleOS fork which will take time to sink in, let alone implement.
For almost every thing which does not have a Native M1 port on the list in this article I can point to a technical reason why. For example:
MS Teams - It's based on an ancient out of support version of ElectronJS which doesn't have ARM macOS support. Practically the only thing they need to do is move from Electron 8 to Electron 11.
Skype - Same Electron issues as Teams.
Acrobat - This has an entire JavaScript JIT of adobe's own invention in side it so that needs porting which isn't trivial before the rest of it can be ported.
Spotify - Based on the 'Chrome Embedded Framework'. This only gained initial support for ARM macOS in late December 2020 and it's half baked so far as it can't produce universal binaries.
Various bits of creative cloud - Also using Chrome Embedded Framework thus needs proper support there before it can progress.
The list goes on but I'm bored now.