The 'fuck you' pattern (2021)
51–60 of 403 posts
Re: The 'fuck you' pattern (2021)
#52Earlier quoted context omitted.
> presumably they'll have some paper menus Increasingly commonly, that's a "nope". If I don't have an internet-connected device capable of dealing with a QR code about my person, eating out is no longer for me. Perhaps it's time to go back to the old people's home, the nurse has been searching for hours.
> If I don't have an internet-connected device capable of dealing with a QR code about my person, eating out is no longer for me. What kind of dystopian city do you live in? QR codes are on the decline again¹, fortunately. 1: https://www.theguardian.com/food/2023/may/23/off-the-menu-wh...
Re: The 'fuck you' pattern (2021)
#53It comes off as extreme and insulting to a regular user, but it is also one of the few methods that scrapers can’t trivially dodge (it’s fairly easy to maintain a roster of IPs, but that is merely easy, while e.g. changing your user agent to pretend to be a different browser is trivial).
Re: The 'fuck you' pattern (2021)
#54The reason for this (unjustified IMO) is bot/scraping prevention. On most VPNs you cannot browse profiles unless you're logged in. TikTok has a much more elegant solution to this problem (while still being a nightmare for bots/scrapers), with ByteDacne moving bot checks to the client with a mixture of proof of work and fingerprinting.
probably bots have a way to bypass this.
Re: The 'fuck you' pattern (2021)
#55The Pinterest::Google interaction is the most annoying of these; it seems impossible to find an image result from Google on the page Pinterest shows you.
Re: The 'fuck you' pattern (2021)
#56I mean, it is fine to complain, but I get where the company is coming from. They don’t make any money off those of us who block all their stuff. So, why do they want to do business with us?
Re: The 'fuck you' pattern (2021)
#57Earlier quoted context omitted.
It was how restaurants worked for a long time. Of course, if you prefer the predictability of seeing the menu before you get there, that’s your preference, fair enough. But I wonder if you might miss out on some places run by cooks who put all their talent into cooking, and none into technology. Could be some good stuff…
Talent isn’t a zero sum game. It takes next to no effort to throw your menu as a photo on google maps for example.
Re: The 'fuck you' pattern (2021)
#58Earlier quoted context omitted.
You can still go to the restaurant to eat presumably they'll have some paper menus in there, or QR's or whatever
> presumably they'll have some paper menus Increasingly commonly, that's a "nope". If I don't have an internet-connected device capable of dealing with a QR code about my person, eating out is no longer for me. Perhaps it's time to go back to the old people's home, the nurse has been searching for hours.
I'm an old guy with bad eyes I'm not going to try to read your menu on a 5" phone screen in a dim restaurant.
Re: The 'fuck you' pattern (2021)
#59Earlier quoted context omitted.
> presumably they'll have some paper menus Increasingly commonly, that's a "nope". If I don't have an internet-connected device capable of dealing with a QR code about my person, eating out is no longer for me. Perhaps it's time to go back to the old people's home, the nurse has been searching for hours.
Or, I have no idea how these QR providers work, I wouldn’t be at all surprised if this was the sort of low-effort service that restaurants don’t want to pay for. So, maybe ad/tracking funded. It is annoying when a transaction that for ages has been all-paper gets bumped into the panopticon.
Re: The 'fuck you' pattern (2021)
#60Usually when sites show a modal they also set CSS on the html / body element to disable overflow scrolling, so you'd have to find and remove that too.