The only JavaScript offering from Oracle that I know of is GraalVM[0]. It's funny though - they use "JavaScript" and "ECMAScript" interchangeably in their docs. They call it "A high-performance embeddable JavaScript runtime for Java" but then tout it as "ECMAScript Compliant", basically acknowledging that JavaScript is defined by ECMAScript specs and the terms mean the same thing.
Them calling it ECMAScript in some instances means that it follows the actual ECMA spec for ECMAScript (what everyone calls JavaScript historically). Them calling it JavaScript implies it could be their flavor, or something like Node and not necessarily strictly ECMAScript, at least that'd be the reason I'd use it interchangeably.
The page contains simply an image stretched to 100% width. The only text in the page is the title in the <title> element at the top and a footer fixed at the bottom right corner. The main content is just one image.
This reminds me of the old prank where you replace the desktop of someones's PC with a screenshot so they think the computer is broken. Seems like this also works nicely on the web :)
It's a Jpeg, and there's no active scripts, it's mainly meant for the video, but they went through the hassle of getting a domain name and uploading this, nice.
Even when passing the array as a borrow instead of a clone[1], map still auto-vectorizes and performs the new allocation in one go, avoiding the bounds check and possible calls to grow_one
I would assume Google search is using a cheaper, flakier model. But it could also be that some contractor spent 30 minutes teaching Gemini that Kenya starts with a K. This specific example is a well-known LLM mistake and it seems plausible that Gemini would specifically be trained to avoid it.
The basic problem with commercial LLMs from Big Tech is that they have the resources to "patch over" errors in reasoning with human refinement, making it seem like the reasoning error is fixed when it is only fixed for a narrow category of questions. If Gemini knows about Africa and K, does it know Asia and O? (Oman) Or some other simple variation.
I live in Perú, and I have 400Mbps internet FTTH with no data cap, and the price is 37 USD [1], the competition of the internet providers is incredibly good for the consumers.
The lowest plan that mi ISP offers is 100Mbps and is at 21 USD.
It's running on many e-Passports and e-ID cards, i can't find the documentation from my e-ID card which runs on Java, but the chips are quite common
like in
Visa became the first large payment company to license JavaCard. Visa mandated JavaCard for all of Visa’s smartcard payment cards. Later, MasterCard acquired Mondex, and Peter Hill joined as their CTO, licensed JavaCard, and ported the Mondex payment platform to JavaCard.
[0] https://www.graalvm.org/javascript/
(Not a lawyer, just a nerd observing terminology)