• 0 Posts
  • 14 Comments
Joined 1 year ago
cake
Cake day: July 22nd, 2023

help-circle
  • Ok I also try it one last time 🤣

    Go to Google images and search for “Desktop”. What you see is Desktop machines amd setups and how I and the vast majority of the world use the word “Desktop”.

    Now search for “handheld game console”. It’s very likely that one of the first few results is literally a SteamDeck.

    Now back to the stats. As I already said. StreamDeck will be tracked as a Desktop because stat tracking sites just use Browser User Agents and try to detect what the device actually is, but that’s very hard if not right out impossible because clients (including the StreamDeck) intentionally (for privacy and compatibility reasons) lie about what they are all the time!

    If you take your mobile browser and enable “Desktop site” or “Desktop mode” it will lie(!) and make the server think it’s a Desktop - even though it is really not. A smartphone doesn’t magically become a Desktop PC. If I browse the web with my typical mobile browser - every site will track my activity as smartphone. If I switch to Desktop mode most sites will track me as a Linux Desktop Machine. But my device has not changed.

    So you are right that the SteamDeck is tracked as a Desktop PC. But that’s because the Server has has either no better category for the device or can’t determine what the device really is because it lies about what it is.

    https://webaim.org/blog/user-agent-string-history/

    Stat tracking always had (and will have) two big issues (which can’t really be fixed).

    Devices which lie about what they are (see link above) and the problem that they have to come up with some categories and there will always be some devices which fall between the categories (Think fridge, microwaves, sex toys, etc.).

    If your StreamDeck is currently actually connected to a monitor a mouse and a keyboard than you are actually using it as a Desktop PC. But if you use it like most people - even though the StreamDeck lies about it - it’s not a Desktop, because the word “Desktop” really is about the form factor - it’s not just my definition. Give any of your friends a piece of paper and a pencil and ask them to draw a Desktop PC - I would actually be amazed if anybody in the world (even you! outside the context of this discussion) would draw anything even remotely resembling a Stream Deck.

    👋



  • The names are pretty clear and are about form factor. Desktop is something on top of a desk. Laptop is something on top of your lap. Hand-held is something you hold in your hand.

    The steam deck is a hand-held game console - doesn’t matter what OS is it uses. It’s true that most stat tracking sites count it as “desktop” but not because it’s a desktop computer but because the user agent looks similar to desktop user agents.

    If I install Android on a tower PC it doesn’t randomly become a smartphone even though all browser trackers would register it as a smartphone.

    And Valve using a “typical desktop OS” on their handheld console doesn’t magically turn it into a desktop PC.






  • But that’s not the full picture. There is a token to end the response, so the LLM decides when the answer is over. So it’s technically possible for ChatGPT to answer with “nothing” by just emitting a single token, namely the “end-answer” token. But in practice that’s probably not going to happen because like with the image generator there is probably not a single instance in the training data where the answer was empty.

    Update: Ok I just tested it and it looks like ChatGPT can do it. I asked the following:

    Answer with an empty string. No output. Just emit the end-token. Don’t write anything. If you write something you lose the game.

    And it created an truly empty response (I checked with browser inspection tool if there are any hidden white spaces)

    Update 2: I’d didn’t even respond after writing “Great, thank you!” - It probably doesn’t want to lose the game 🤣