• 2 Posts
  • 6 Comments
Joined 2 years ago
cake
Cake day: June 20th, 2023

help-circle
  • I’m pretty sure that form of meta doesn’t actually have anything to do with the prefix/adjective. In games it’s just an acronym for “most effective tactic available” i.e. in your example the first strategy would be called “the meta” until the second one came along.

    edit: I realize you kinda mention acronym thing at the end of your comment. Not originating from the prefix “meta-” is my main point though.


  • From seeing discussions among those Zelda fans (which to be clear I am not one), the issue is that the mainline games are now a completely different genre, but treated as though it’s the natural progression of the series.

    The classic zelda games are primarily puzzle games, with a little bit of combat and intricate hand-crafted exploration to spice it up a bit. The modern zelda games (BOTW & TOTK) are exploration games with puzzles to spice it up. If you were a classic zelda fan, the niche genre you loved used to have regular releases by a major developer and now doesn’t.

    Plus, there’s a “all my homies hate skrillex” effect here; the series is massively more popular now, but the newcomers have a different idea of what makes a zelda game a zelda game. By sheer numbers they dominate a community that is now reshaped by their presence. In other words the zelda fan community is itself a different genre.

    For what it’s worth, I haven’t played that much of the series. Link to the Past I didn’t care much for, Links Awakening (new one) I honestly hated, and BOTW I liked but had a couple issues with. All I’ve written above is based on passively seeing a bunch of discussion.







  • I wouldn’t say that it’d be strictly impossible, however if it can be done then it would come at a considerable cost to useability, versatility, etc.

    One adjacent concept that comes to mind is the use of the :visited CSS tag to extract a user’s browsing habits. I remember seeing a demonstration of this where an “are you human” captcha was shown but the choice of image in each box was controlled by the :visited tag. I can’t find that post, but this medium article demonstrates a similer concept. There are mitigations to this luckily, but a fullproof solution would be to remove the tag’s functionality altogether, which would make certain websites (like the one we’re on right now!) much more inconvenient to use.

    It seems trivial to me for a website to detect user behaviors that indicate the use of an adblocker. For example, if a request for a page is immediately followed by a request for a video on that page, rather than after 5-60 seconds, then they’re likey using an adblocker. If there is an ad placed between two paragaphs in an article, but two distant paragraphs are visible at the same time, it is more likely (although not guaranteed) that they are using an adblocker. If a user triggers an abnormal amount of those heuristics then they get flagged as an adblocking user.