193 Matching Annotations
  1. Jul 2025
  2. Jun 2024
  3. Jan 2024
  4. Nov 2023
  5. Oct 2023
  6. Sep 2023
  7. Aug 2023
  8. Jul 2023
  9. Jun 2023
  10. May 2023
    1. My (Entirely-Unsolicited) Thoughts on the most Casual Crue™'s 10th:

      Ya know, my memory isn't so great anymore, but I remember my then best friend and most respected music authority resting pretty confidently in an argument about this sound, and those who peretuated it: that it was by nature/declaration substanceless, and therefore, those invested in it were either just superficial or.. idek anymore. Ingenuine, maybe?

      I don't think I was even placating with him when I mostly went along with it - it did seem important to invest in more abrasive (read: edgy bs) pursuits. I thought I was resisting "nostalgia" and even invested most of my twenties trying to start an online culture/electronic music magazine in direct editorial opposition to regurgitation. Imo, though, any actual exposure to self-described "vaporwave" makes it very plain how utterly useless it is to cry nostalgia because - crucially - whatever form of it that may or may not be an established marker of this voice is completely devoid of the illness that has absolutely pervaded, destructively, throughout all manner of expression and exploitation in the past 10 years.

      It is just not a constraining or negative force, here. I would propose, even, that it's been made, here, into the most powerful form of critique there possibly could be.

      And the grief!!! and the mania!! In any sort of ... worldly-participatory context, it should not be some gargantuan leap for even the most cynical, repressed, bitter 50-something white music writer army to make the connections, here. Our tears are fucking digital, idiot.

      ...ANYway, sorry. I don't actually have any business talking about music, but I can express my big, soppy as hell appreciation for the nigh-inconceivable amount of quantitive life force for which this milestone is a handy opportunity to reflect.

  11. Apr 2023
  12. Mar 2023
  13. Nov 2022
  14. Oct 2022
  15. Jun 2022
  16. Feb 2022
  17. Jan 2022
    1. Next, let’s say that your ticket is correct (so you made through security just fine!) and the gate number in your ticket says “Gate 24” but you walk to Gate 27. The attendant cannot authorize you to go through that gate because it’s not the right gate for your ticket.

      They have these mixed up! (Which is understandable, because 401 is misnamed "Unauthorized but should be named "Unauthenticated")

      Checking if authenticated (which, if it fails the check, should return 401 for authentication error) comes first,

      and then checking if authorized (which, if it fails the check, should return 403 for authorization error)

      See https://hyp.is/wRF7wHopEeynafOqKj81vw/stackoverflow.com/questions/3297048/403-forbidden-vs-401-unauthorized-http-responses

    2. In other words, an “incorrect ticket” is similar to messing up your credentials: wrong username and/or password and you receive back a 403 Forbidden. Using the correct credentials but trying to access a resource that is not allowed for those credentials returns you a 401 Unauthorized.

      They have these mixed up! (Which is understandable, because 401 is misnamed "Unauthorized but should be named "Unauthenticated")

      Checking if authenticated (which, if it fails the check, should return 401 for authentication error) comes first,

      and then checking if authorized (which, if it fails the check, should return 403 for authorization error)

      See for example https://www.loggly.com/blog/http-status-code-diagram/

    3. You can also think that 403 happens before 401, despite the natural number order: you will not receive a 401 until you resolve a 403.

      They have these mixed up! (Which is understandable, because 401 is misnamed "Unauthorized but should be named "Unauthenticated")

      Checking if authenticated (which, if it fails the check, should return 401 for authentication error) comes first,

      and then checking if authorized (which, if it fails the check, should return 403 for authorization error)

      See for example https://www.loggly.com/blog/http-status-code-diagram/

  18. Oct 2021
  19. Sep 2021
    1. Notice that the plugin is placed in the resolve.plugins section of the configuration. tsconfig-paths-webpack-plugin is a resolve plugin and should only be placed in this part of the configuration. Don't confuse this with the plugins array at the root of the webpack configuration object.
  20. Apr 2021
    1. In many computing contexts, "TTY" has become the name for any text terminal, such as an external console device, a user dialing into the system on a modem on a serial port device, a printing or graphical computer terminal on a computer's serial port or the RS-232 port on a USB-to-RS-232 converter attached to a computer's USB port, or even a terminal emulator application in the window system using a pseudoterminal device.

      It's still confusing, but this at least helps/tries to clarify.

  21. Mar 2021
    1. Not to be confused with tree (graph theory), a specific type of mathematical object.

      Confusing: https://en.wikipedia.org/wiki/Tree_(data_structure) says

      Not to be confused with tree (graph theory) "Tree (graph theory)"), a specific type of mathematical object. but https://en.wikipedia.org/wiki/Tree_(graph_theory) redirects to https://en.wikipedia.org/wiki/Tree_structure and https://en.wikipedia.org/wiki/Tree_structure is in category Trees (data structures) So is one a subtype/hyponym of the other ... or what?? How are they related? Skimming the articles a bit, esp. the first paragraph which clearly states as much ( :) ), I believe the answer is: a tree (data structure) is an implementation (in a programming language) of / or a "type that simulates" a hierarchical tree structure. a tree (data structure) is the computer science analogue/dual to tree structure in mathematics

    1. An equation is any expression with an equals sign, so your example is by definition an equation. Equations appear frequently in mathematics because mathematicians love to use equal signs. A formula is a set of instructions for creating a desired result. Non-mathematical examples include such things as chemical formulas (two H and one O make H2O), or the formula for Coca-Cola (which is just a list of ingredients). You can argue that these examples are not equations, in the sense that hydrogen and oxygen are not "equal" to water, yet you can use them to make water.
  22. Dec 2020
  23. developer.mozilla.org developer.mozilla.org
  24. Nov 2020
  25. Oct 2020
  26. Sep 2020
  27. Aug 2020
  28. Apr 2020