On pages that reader mode supports, you should see the icon on the right side of the address bar. Here’s an example from one of my tabs:
Sarcastic bitch with a wine problem
On pages that reader mode supports, you should see the icon on the right side of the address bar. Here’s an example from one of my tabs:
Oh yeah they definitely have uses, but there’s a real tendency for people to go a bit crazy with them. Complex regexen aren’t exactly readable, there’s all kinds of fun performance gotchas, there’s sometimes other tools/algorithms that are more suitable for the task, and sometimes people try to use them to eg. parse HTML because they don’t know that it is literally impossible to use regular expressions to parse languages that aren’t regular
Some people, when confronted with a problem, think “I know, I’ll use regular expressions.” Now they have two problems.
I think that’s just IT jobs in general. I noped out after 15 years, no fucking clue what I’ll do but I can tell you it’ll be anything but IT
Oh yeah, extensions which make them non-regular definitely can make it possible, but just because it’s now somewhat possible with some regex engines doesn’t mean it’s a good idea