HN user

pimanrules

67 karma
Posts0
Comments14
View on HN
No posts found.
MacBook Neo 5 months ago

The left side has two USB-C, a headphone jack, and a speaker. The right side just has a speaker.

It does, at least in theory. It displays the option to enable VR for me on Chrome for Android which pops you into Google Cardboard. I can look around fine but without a controller I don't think there's a way to move.

For Chrome on Windows, I had to enable "WebXR Incubations" (chrome://flags/#webxr-incubations), manually start Steam VR, then restart Chrome. The option to enable VR appears, but then in the headset it's just a white screen. Maybe I'm missing a step or maybe it's just broken.

We faced a similar issue in our application. Our internal Red Team was publishing data with XSS and other injection attack attempts. The attacks themselves didn't work, but the presence of these entries caused our internal admin page to stop loading because our corporate firewall was blocking the network requests with those payloads in them. So an unsuccessful XSS attack became an effective DoS attack instead.

There's also an official app that has some nice features:

- You can generate grids on multiple devices with a seed

- If the phone displaying the grid falls over, it automatically hides the grid.

I don't know if the grids in the app are truly random or if they follow some constraints though.

I forget where I originally heard this idea, but I always explain to people that LLMs are (affectionately) "bullshitters." Terms like "lying" or "hallucinating" imply that it's trying to tell the truth, but actually it doesn't care if what it says is true or not at all save for the fact that true text is slightly more plausible than false text.

it couldn't possibly understand how to spell "platoggle" if it's treating it just as a single, never-before-seen, opaque token

That's not how the tokenizer works. A novel word like "platoggle" is decomposed into three separate tokens, "pl", "at", and "oggle". You can see for yourself how prompts are tokenized: https://platform.openai.com/tokenizer