Hacker News new | ask | show | jobs
by SteveNuts 266 days ago
Yes, they’ll use bots to detect the bots. I guarantee it’s not hard to detect outliers (bots) via many different heuristics at this point. It’s going to turn into a perpetual game of whack a mole just like SEO and ad blocking.
1 comments

I'm going to modify my keyboard to generate em-dash when I input "-"...
Option+shift+dash, on a default English Mac keyboard. Easy to remember—"modify [option] the dash [dash] to make the biggest common form of it [shift]", or else you can think of it as modifying the underscore (shift + dash) to sit higher on the line (with option).
That works well until the following doesn't compile

int x = 1 — 2;

  #define — -
fixes that issue for C.