I write bugs and sometimes features! I’m also @CoderKat@kbin.social.

  • 0 Posts
  • 5 Comments
Joined 1 year ago
cake
Cake day: June 21st, 2023

help-circle

  • There’s a lot of common patterns, but you have to understand how URLs work. You have to recognize which URL parameters are tracking ones or even just might be tracking. And that means you have to know how they work and that takes a moment.

    In brief, URL parameters start after a ? in the URL and are formatted like key1=values&key2=value2. You can’t usually remove all parameters because not all are tracking. To further complicate things, URLs can also have an anchor starting with a # character which will be after the URL parameters. You often don’t want to remove that (though theoretically the anchor could in fact contain tracking details).

    It’s often trial and error to see which parameters you can remove. I do this a lot since I write a lot of technical documentation. Clean URLs make the documentation more compact and less likely to break. It’s not just tracking stuff, but sometimes you need to remove temporal data that makes a page display data from a specific time when you want it to just default to the current time (etc).




  • Bigots are incapable of thinking this way. They only see LGBT+ people as “the other” and themselves as “normal”, so they never realize that they themselves at one point figured out their own identity (including both gender and sexuality). They think it’s only LGBT+ folks having to figure those things out.

    It’s bizarre, especially since society does push cisgendered and heterosexual norms at a very early age. Young boys will get asked if they like any girls and they’ll constantly be pushed with gender roles and stereotypes for their birth gender. It’s so normalized that most folks don’t even seem to realize that it happens until confronted with the existence of any alternative (like LGBT+ folks). A reasonable person would examine their biases and realize stuff like “huh, I guess I knew my gender from a young age”, but bigots have this irrational hatred for LGBT+ people so they’re not willing or capable of this kind of insight. Their brain has to twist logic into justifying the bigotry that they’ve already concluded on.