while(true){💩};

  • 1 Post
  • 15 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle


  • I’m not sure if i’m missing a joke here, so:

    In case you’re making a joke: The people who don’t type JSON are using controllers.

    In case you’re asking a serious question: the people who don’t type JSON are the people in OP’s image. They are technically using types, but that type is literally always string. They don’t use integers, they don’t use booleans. This is functional but may not be the best choice, depending on what kinds of data their system is supposed to handle.


  • JSON has types.

    Many API developers may choose not to use them, but they are absolutely there.

    You specify the type by including or excluding quotation marks, and then for the types without quotation marks, you either include or exclude a decimal point to specify float or integer, and for boolean you use characters (specifically true or false). Arrays are wrapped in [] and objects are wrapped in {}.

    JSON data as a whole is passed as one giant string because the REST protocol demands it. But once it’s been pulled in and properly interpreted, there are absolutely types in the data.


  • This is in large part due to the EU forcing Valve to allow refunds. I think it was a good change but it is the source of the boring sales.

    Before the refunds, Valve used to encourage developers to do flash sales (hour or day long surprise sales) of upwards of 90% off, and similar events. You’d also frequently see that much during the major seasonal sales like the summer sales. There was no risk really for either party because you spent very little on a game and if you didn’t like it then oh well, you only spent a few dollars/pounds/euros/chuck-e-cheese tokens on a game so who cares. Conversely, Valve and the game developer had guaranteed income the moment you bought it.

    I do miss the pre-refund days as a “patient gamer” because of the insane sales, but refunds have protected us against a lot of things like the cyberpunk 2077 launch, the helldivers controversy, and several other major problems.