They will have a seriously hard time coming up with something new. The last thing they did was the iPhone and since then their output has stagnated. Yes, M series, yes Metal yes that dumb AR headset. They’re playing catch up to everything everyone else is doing and it’s not going well.
That Liquid Glass thing is an absolute meme. I can’t believe they fell for it. We did it back in mid 2000s mostly because Aero was kitsch as fuck and having all those blend layers in Photoshop was phreaking cool. But 2025 with a whole OS/WM? Get the hell out I can’t believe it’s a thing.
The pace of consumer tech has stagnated so Apple is going to have a very hard time finding something truly new that’s actually useful to put in front of people. Mostly it’s a fashion item right now with people upgrading to latest phones to flex on their friends and cow workers
I think they meant "wouldn't have known." The ensemble cast didn't really give contemporary viewers purchase on who would ultimately be the one to survive by the end of the film. Nowadays, many viewers go into the movie already knowing that Ripley will be the one to make it through, which makes it easy to see her as "the main character."
Ripley being the survivor was a rug pull on the audience's expectations. Tom Skerritt (Dallas) was a well-known actor at the time, and would have been assumed to have been the default lead.
I’ll need someone more into this to break it down for me - how does VPN work on this and why do you need an FPGA version of it? Is this an internal VPN or one for connecting to the internet?
Unless you physically build the FPGA, you still have a black box, but you just shifted the problem (now, I am not saying that this is a bad thing, since if you run Linux on Intel, it's still proprietary and people still run Linux).
"VPN" is just virtual emulated network cables that you would use to connect your laptops to Wi-Fi routers. It's just so happens that a lot of companies use that word for a paid, cloud based Internet-over-Internet service. It's as if taxi companies called themselves "wheels" companies that whether you're referring to the physical object or the service had become ambiguous.
VPNs are normally processed in software, and that processing is usually multi-step. So latency, jitter, processing time per types of packets, etc can vary. This is FPGA based, and FPGA can run some algorithms and programs that can be implemented as chained conditions at fixed latency without relying on function calling in software. Presumably this is faster and more stable than software approaches thanks to that.
Just a guess but I assume that this is (or rather, would be, judging by the README this isn't past the planning stage) for IoT and the like.
If you want your device to connect to a VPN you need something to implement the protocol. Cycles are precious in the embedded world so you don't want to do it in your microcontroller. You might offload it to another uC in your design but at that point it might make sense to just use an FPGA and have this at the hardware(-ish) level.
You can think of this as a "network interface chip" but speaking Wireguard instead of plain IP.
You run the WireGuard app on your computer/phone, tap Connect, and it creates an encrypted tunnel to a small network box (the “FPGA gateway”) at your office or in the cloud. From then on, your apps behave as if you’re on the company network, even if you’re at home or traveling.
Why the FPGA box: Because software implementations are too slow and existing hardware implementations cost too much.
Wireguard is a protocol and program for making point-to-point VPN connections. It's notable because it's simple (compared to alternatives like OpenVPN), so simple it became a kernel module which made it very fast. These guys implemented it in an FPGA because they could.
integration of some of the compute intensive bits into the nic itself. the reason to do it in hardware is to increase efficiency (or sometimes performance, although software/cpu wireguard is already pretty good). this could be baby steps towards lower power / miniaturized / efficient hardware that supports the wireguard protocol.
That Liquid Glass thing is an absolute meme. I can’t believe they fell for it. We did it back in mid 2000s mostly because Aero was kitsch as fuck and having all those blend layers in Photoshop was phreaking cool. But 2025 with a whole OS/WM? Get the hell out I can’t believe it’s a thing.
The pace of consumer tech has stagnated so Apple is going to have a very hard time finding something truly new that’s actually useful to put in front of people. Mostly it’s a fashion item right now with people upgrading to latest phones to flex on their friends and cow workers