underisk [none/use name]

  • 6 Posts
  • 66 Comments
Joined 4 years ago
cake
Cake day: July 26th, 2020

help-circle




  • i dont think there’s any value in continuing to communicate with that person. but if you must i would just tell him if he want’s to talk about china he’s more than welcome to fuck off and find someone else who wants to argue about it with him. you don’t have to defend any point you’re not making, and if you try they’ll just bring up some other bullshit gotcha they can use to justify to themselves that you’re still somehow wrong despite being factually correct.

















  • ? Is the part of the url that marks the start of the parameters section, which is a list of key=value pairs separated by &.

    Some URLs require those to properly link to the resource you’re trying to share, they’re not entirely tracking data except on certain parts of sites like Twitter and apparently TikTok. For example YouTube uses the parameter “t” when you link to a specific timestamp in a video.

    Edit: also do not use regex to parse a URL. Plenty of library code out there to do that without going down that dark path.