• 6 Posts
  • 157 Comments
Joined 1 year ago
cake
Cake day: July 16th, 2023

help-circle

  • sus@programming.devtoComic Strips@lemmy.worldShorts
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    2 days ago

    pretty simple. [the video site] sees how popular tiktok is and wants to get a slice of that “short format” pie. It incentivizes content creators to make content that fits the format by promoting it on the algorithm. If there is a shortage of content in that format (and for that type of audience), anything semi-decent will do, eg. highlights from longer videos. As the algorithm needs to fill that quota of videos somehow



















  • to be even more pedantic, if we follow the relevant official RFCs for http (formerly 2616, but now 7230-7235 which have relevant changes), a 403 can substitute for a 401, but a 401 has specific requirements:

    The server generating a 401 response MUST send a WWW-Authenticate header field (Section 4.1) containing at least one challenge applicable to the target resource.

    (the old 2616 said 403 must not respond with a request for authentication but the new versions don’t seem to mention that)