I was at WWDC for the Vision Pro launch and asked someone a technical question about tvOS. He said, 'ah, [Jim] could answer that, but he isn't here today'. When I asked if anyone else from tvOS was here the reply was, '[Jim] is the only person on tvOS' and I am pretty sure he was serious.
I’ve heard this kind of thing about Apple fairly regularly (the iTunes Remote app comes to mind). While there are issues to large teams, I feel like there is a middle ground that doesn’t result in a single point of failure. What happens when Jim wins the lottery?
It seems like Apple could very easily turn the AppleTV into a proper game console, but not with only one person on it. I guess it’s still just a “hobby” for them.
> It seems like Apple could very easily turn the AppleTV into a proper game console
Apple could turn the Mac, iPad or Vision Pro into a proper gaming console, too. It's just not something they are willing to do, no matter how well-positioned they are for it.
Apple wants you to buy your games through the App Store, so they can take the 30%, which means competing with Steam. Which means getting licensed games on the App Store.
Apple already fought one such license war over music and won. They're currently doing Apple TV as well.
However, for the gaming industry they're complete strangers. Unlike music (which is mostly made on Mac) and TV/Movies (which are often made on Mac, at least partly), gamedev is very much Windows focused.
Pushing for ports and licenses is an uphill battle, and probably not one Apple wants to take on. They have plenty of other profitable ventures.
Especially in the last few years, preservation has been a big topic. Gamers want their purchases to keep working in the future, not being broken by an OS update as it often happens with macOS (compared to Windows)
I think you’re responding to “gaming” and thinking of AAA titles which are flashy and splashy but are a smaller market than mobile games. I guess gp might have been thinking of mobile or casual where Apple does have a significant stake and interest but no appreciable focus.
I'm thinking of gaming as in Steam, including indies, AA and AAA.
Of course Apple is doing perfectly fine for mobile gaming, and is giving more than enough tools to developers to implement mobile games perfectly well.
I am talking about PC gaming, and more specifically modern DXVK/Wine support. There's no need for ports, as the Steam Deck showed.
Apple Silicon GPUs are all capable of supporting Vulkan 1.3 and translating DirectX code. Proton 11 supports ARM/FEX natively, which would make Apple Silicon a first-class citizen if you use Asahi drivers. macOS users will be stuck with Game Porting Toolkit and it's lackluster support; iPad/AppleTV/iPhone users have no options whatsoever, presumably to redirect their attention to the App Store that Apple profits from so handsomely.
This is entirely a misleading point. DXVK, Wine and Proton are full of patches that exist to support individual games.
It is not just a translation layer, as much as a great effort of the open source community to force-port every game in existence to Linux. The effort also includes stuff like ntsync that gives the Linux kernel Windows-y APIs for performance.
I doubt Apple has any interest in any of that. I don't really blame them.
And purely in principle, why are we all going through so much effort to save game devs from writing good OS-independent arch-independent code?
That is the point. Valve is maintaining the patches; Apple has to do nothing besides support compliant Vulkan 1.2+ drivers (which their community already does).
Apple doesn't need to implement ntsync to support Proton or DXVK, either. macOS' synchronization primitives do the job just as well as esync or fsync does.
> why are we all going through so much effort to save game devs from writing good OS-independent arch-independent code?
Because Apple doesn't support OS-independent APIs. They also don't support old runtimes, so users will inevitably have to run the Windows version once the native code breaks.
Valve ported several of their games natively to macOS, and almost every single one of them is broken on modern Macs. Valve didn't change the game tech, it's all runtime breakage.
From what I understand you're saying that Apple should provide 2 things: (1) Vulkan drivers and (2) backwards compatibility forever.
I don't really know enough about graphics to discuss point (1). From what I understand, Apple GPUs don't really fit the Vulkan model too cleanly, and the Asahi Vulkan drivers are significantly less performant than Metal (how much of that is due to beta/community status vs. architectural bottleneck I have no idea).
But let's say they provide (1).
Providing (2) would simply be a big mistake. It is a huge mistake of Windows, of the C++ programming language and of the x86 ISA (none of which are very good). Linux distros do not provide this either, beyond the core kernel syscalls and glibc. It is certainly a very big ask and not something trivial.
I'm only asking for (1); Apple can keep breaking APIs forever as long as they support the libraries that enable Proton.
(2) is precisely the reason why nobody can port games to macOS anymore, and largely why ARM is a second-class citizen in PC gaming too. You cannot depreciate things like AVX or 32-bit library execution modes, and then demand native builds get made to 20-year-old games. Apple Silicon's ISA extensions like AMX are not a replacement for x86's SIMD extensions, it's not standardized through Arm or supported in Asahi either. Native Mac games need to incorporate Apple's proprietary and unstable tech like Metal and the Apple Silicon microarchitecture, which makes their games unstable and difficult to support in the long term. Translation is Apple Silicon's only choice for game preservation and mainstream game support.
> Apple GPUs don't really fit the Vulkan model too cleanly
This is a misconception that stems from Metal's preference for tile-based deferred rendering pipelines. Vulkan 1.3 is fully viable on the M1 onward, which is enough to support DirectX 12 translation in Proton. The performance of Asahi's drivers are not any worse than the official Vulkan drivers that Arm provides for TBDR-optimized GPUs like the Mali line.
Games should simply not be written for a particular architecture. The rendering part of the game engine should already be abstracted away from the particular rendering API (there are other significant platforms which do not support Vulkan: PS5 and Xbox, which your game should be capable of targeting). And the math library should have fallbacks to standard C (or standard C++ etc.) and then specialized implementations for AVX, NEON, SVE, etc.
Nothing else needs to be architecture specific.
Now, sure, NEON is slower than AVX-256/512. But backending to NEON or even standard C is certainly going to be faster than running stuff over an x86-to-ARM translation layer.
Sooner or later the Steam Deck 2 will release, probably on an ARM platform (if the Steam Frame compatibility layers go well), and millions upon millions upon millions of dollars of electricity will simply be wasted running x86-to-ARM, Win32-to-Linux and Direct3D-to-Vulkan dynamic compatibility layers when, if the games were well written in the first place, they could simply be trivially recompiled.
> 32-bit library execution modes
If your application assumes pointers are 32-bits, or any particular size, or even any set of particular sizes, it's completely broken.
As for (1), if Asahi Vulkan drivers are really good, that just goes to show why Apple isn't supporting Vulkan. Metal applications seem to be faster, and Apple wants to push devs to make their apps for the faster API.
You're welcome to disagree with me about (2), I don't care what macOS picks in this regard. It's not going to help games get ported to macOS or Apple Silicon any faster. There are hundreds of thousands of video games that will never be updated again, macOS will never support these games without translation. Your ideal world where programmers support and recompile games 3 decades after release does not exist in reality. This is why efforts like WoW64 and FEX exist in the first place; you will never recompile the majority of Windows games. Ever.
(1) is just common sense. Go ask your favorite LLM; does hardware-level TBDR optimization degrade basic Vulkan support? No, it doesn't, and we have dozens of mobile GPUs that support Vulkan to prove it. Metal is not "faster" and it's architecture does not preclude high-performance Vulkan drivers in any way. If you don't believe me, ask anyone else.
> millions upon millions upon millions of dollars of electricity will simply be wasted running x86-to-ARM, Win32-to-Linux and Direct3D-to-Vulkan dynamic compatibility layers when
x86-to-ARM doesn't have to be slow. Accelerators like Apple's AMX can leverage autovectorization during translation, which is significantly faster than NEON and potentially more efficient than x86 SIMD.
D3D-to-Vulkan and Win32-to-Linux is almost always more power-efficient for most GPUs/games. Wine is much thinner than a full-fat Windows runtime, and DXVK can translate DirectX code into batched calls with a shader cache even if the game itself doesn't support it. Do you think the Steam Deck runs games better on Windows, somehow?
For casual kids gaming, Apple TV and Apple Arcade is a fantastic combo. It's been plenty enough to keep my kid occupied, using hardware I already owned.
so DeBeers just buys up all the labs that grow them and still have a monopoly. Lower the price competition appears and raise the price when competition goes bankrupt. Sort of like Amazon.
The process to make diamonds is open to anyone and has a lot of industrial uses apart from jewelry so not possible for Debeers to monopolize the market they can crash the prices but increasing prices won't be possible.
Well, they have at least one way to extend their market's lifespan at this point. They can double down on the provenance and openly claim the flag "product of artisanal slavery".
I'm sure there are enough hard-right wingers who will happily flaunt their wealth and disdain for other human beings.
Honestly it seems like they knew this would happen, but they managed to really make the most of it. If anything it is an example of how important marketing is in influencing culture and choices
POKE 1,0 would mess up the bank switching of addresses above $A000 and switch on the Datasette motor. Probably not what you wanted. I guess you meant POKE 646,1 (white text on black screen).
Isn’t wild how our mind remembers these things? It has probably been 2+ decades since that command was in the front of my dome and yet, when I wanted it, it was there instantly
I’ll never forget seeing Second Life for the first time at a conference, in Flagstaff I think. You guys had a single folding table booth (as we all did) and computer running Second Life. Our team thought it was pretty cool and we talked about it quite a bit back at the office later. It was either 2002 or 2003.
We were with Evolution Robotics and were showing off the ER1, a new hobbyist robot.
Thanks for this… great trip down memory lane. I also worked at Babbages during the 1993 academic year. I probably spent my whole paycheck there! I definitely considered myself lucky, I didn’t find a wife but it sure beat McDonald’s!
I like your thought process around the ‘empty’ case. While the opposite of a filter is no filter, to your point, that is probably not really the desire when it comes to data retrieval. We might have to revisit that ourselves.
reply