The "analyze" feature works pretty well. My comments underindex on "this" - because I have drilled into my communication style never to use pronouns without clear one-word antecedents, meaning I use "this" less frequently that I would otherwise. They also underindex on "should" - a word I have drilled OUT of my communication style, since it is judgy and triggers a defensive reaction in others when used. (If required,…
I think “should” and “ought to” end up being equivalent. I prefer to avoid such absolutes and portray causality instead. For example, in place of “you should not do drugs at work” I prefer “if you take drugs at work you’ll get in trouble”.
Reproducing Hacker News writing style fingerprinting
111–120 of 168 posts
Re: Reproducing Hacker News writing style fingerprinting
#112Re: Reproducing Hacker News writing style fingerprinting
#113> Well, the first problem I had, in order to do something like that, was to find an archive with Hacker News comments. Luckily there was one with apparently everything posted on HN from the start to 2023, for a huge 10GB of total data. This is actually super easy. The data is available in BigQuery.[0] It's up to date, too. I tried the following query, and the latest comment was from yesterday. SELECT id, text, `by` A…
For example:
SELECT * FROM hackernews_history ORDER BY time DESC LIMIT 10;
https://gh-api.clickhouse.tech/play?user=play#U0VMRUNUICogRl...I subscribe to this issue to keep up with updates:
https://github.com/ClickHouse/ClickHouse/issues/29693#issuec...
And ofc, for those that don't know, the official API https://github.com/HackerNews/API
Re: Reproducing Hacker News writing style fingerprinting
#114I wonder how much curly quote usage influences things. I type things like curly quotes with my Compose key, and so do most of my top similars; and four or five words with straight quotes show up among the bottom ten in our analyses. (Also etc, because I like to write &c. ) I’m not going to try comparing it with normalising apostrophes, but I’d be interested how much of a difference it made. It could easily be just th…
Curly vs. straight quotes is mainly a mobile vs. desktop thing AFAIK. Not sure what Mac does by default, but Windows and Linux users almost exclusively use plain straight quotes everywhere.
Re: Reproducing Hacker News writing style fingerprinting
#115The "analyze" feature works pretty well. My comments underindex on "this" - because I have drilled into my communication style never to use pronouns without clear one-word antecedents, meaning I use "this" less frequently that I would otherwise. They also underindex on "should" - a word I have drilled OUT of my communication style, since it is judgy and triggers a defensive reaction in others when used. (If required,…
I think “should” and “ought to” end up being equivalent. I prefer to avoid such absolutes and portray causality instead. For example, in place of “you should not do drugs at work” I prefer “if you take drugs at work you’ll get in trouble”.
Re: Reproducing Hacker News writing style fingerprinting
#116Earlier quoted context omitted.
Didn't catch my original account when I tried it, not anywhere in top 100. But, if I do the reverse (search using my original account), this one shows up as #2. The main difference between the accounts is this one has a lot more posts, and my original account was actively posting ~11 years ago.
I never knew A can be like B without B being like A.
A B: 80%
A C: 90%
B C: 70%
When you search for A the best match will be C, but if you start with B it will be A. If one of the accounts has a smaller sample set as in GP's case, the gap could be quite big.Re: Reproducing Hacker News writing style fingerprinting
#117Have you tried to analyze whether there is a correlation between "closeness" according to this metric and how often users chat in the same thread? I recognize some usernames that are reported as being similar to me, I wonder if there's some kind of self-selection at play.
Re: Reproducing Hacker News writing style fingerprinting
#118Re: Reproducing Hacker News writing style fingerprinting
#119Earlier quoted context omitted.
Are you saying there's a connection between "ought" and "owe"? All I see is "I don't want to hear any criticism".
Yes, "ought" is the past tense of "owe". At some point, the second alternative spelling "owed" was introduced to better separate the two meanings (literal and figurative), but it's still the same word; a similar thing happened with "flower" and "flour", those used to be interchangeable spellings of the same word but then somebody decided that the two meanings of that word should be separated and given specific spelli…
“You should” has a much more generic and less persuasive sentiment. “Why should I?” is a common and easy response which now leaves the suggester having to defend their suggestion to a skeptical audience.
Re: Reproducing Hacker News writing style fingerprinting
#120Earlier quoted context omitted.
I think “should” and “ought to” end up being equivalent. I prefer to avoid such absolutes and portray causality instead. For example, in place of “you should not do drugs at work” I prefer “if you take drugs at work you’ll get in trouble”.
Nothing wrong with implying that people ought to behave according to mainstream social norms.
I think this mentality is also where the term 'sheeple' comes from.