• 6 Posts
  • 155 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
    1 day 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)





  • with another OS nix is not going to be “in control” so it’s probably more limited. I’m not sure how common using nix is outside of nixos.

    also I’ll point out that many other linux distros I think recommend doing a full system backup even immediately after installation, the “grep history” thing is not very stable as eg. apt installing a package today will default to the newest version, which didn’t exist 1 year ago when you last executed that same command.