This seems like an unnecessarily unkind response. The post you're replying to is sharing their opinion and asking what people who are in the industry think about it.
FaceID was just one example they gave (which is probably faster and more energy efficient now).
Image recognition, OCR, AR and more are applications of the NPU that didn’t exist at all on older iPhones because they have would be too intensive for the chips and batteries.
That's false. Face ID is in fact a complex form of image recognition, so image recognition was definitely possible on older NPUs. OCR is the simplest form of image recognition (OCR was literally the first application of LeCun's CNN), so this was definitely possible as well. "AR" is an extremely vague term. If you refer to Snapchat style video overlays, those have been possible for a long time as well.
And when people assume bad faith, they needlessly produce unkind responses, which is what happened here.
EDIT: Nope, I checked his comments, every single one is "you clearly know nothing about <blank>" and the next one is "you clearly know nothing about <something else>". Total Hacker News Redditization happening before our eyes.
But games like Quake are not "open source". They have been open-sourced, specifically the executable parts were, without the assets. This is usually spelled out clearly as the process happen.
In terms of functional role, if we're to compare the models to open-sourced games, then all that's been open-sourced is the trivial[0] bit of code that does the inference.
Maybe a more adequate comparison would be a SoC running a Linux kernel with a big NVidia or Qualcomm binary blob in the middle of it? Sure, the Linux kernel is open source, but we wouldn't call the SoC "open source", because all that makes it what it is (software-side) is hidden in a proprietary binary.
--
[0] - In the sense that there's not much of it, and it's possible to reproduce from papers.
> Telnet has not been installed on any OS (including Linux) for years now.
FreeBSD has it out the box.
> And this is the Right Thing(TM) to do.
Why? Telnet is just a application, client. A telnet-like server, I could understand. The telnet client does lots of things and handy ones too. It's a raw protocol allowing you to send whatever data you desire.
Checking if the web server is responding correctly, sometimes you need to troubleshoot HTML headers and telnet is perfect for that as well as checking ports too to name a few.
I do think people will have certain expectations when they hear "Mac app", though. Though at the same time, Electron is a bad word on HN. The ideal situation for marketing would be additional support for Windows/Linux so that it can be called a cross-platform app.
Your reply feels unkind. They just said they lived in Sweden for a time. I don’t think it implies luxury or that they’re a wealthy jet-setting cosmopolitan. It could be for one of many reasons.
I also don’t know what’s wrong with hearing the opinion of a jet-setting cosmopolitan anyhow.
Maybe some sort of cube mapping on the toasters to give them a reflective metallic look will make them blend with the environment more, situating them in the space and harkening to the original
(The APIs don’t let you use the actual environment for reflections, right?)
Thank you for the recommendation! I applied a "Physically Based" material to the toasters, setting the "metallic" attribute to its maximum value. The app preview/screenshots might not fully showcase the potential metallic appearance, which depends on the lighting conditions and the selection of the right emissive color. I'll experiment some more to enhance its reflectiveness under a broader range of conditions.
| (The APIs don’t let you use the actual environment for reflections, right?)
That's a good point..I don't know the answer to your question but maybe I just need to add a light source in the virtual world.