clojure-europe

For people in Europe... or elsewhere... UGT https://indieweb.org/Universal_Greeting_Time
orestis 2020-12-06T08:43:44.053600Z

Thanks @paul.legato. What I was thinking is more like “hash tagging” to let people write in the topic of their post.

2020-12-07T18:05:21.097400Z

Unless they’re highly motivated to do so, most people won’t bother even with hash tagging, in my experience.

orestis 2020-12-06T08:45:31.055900Z

An interesting thing that I saw: Power BI is one term, but PowerBI is also a term and they are the exact same term. Obviously Elasticsearch doesn’t pick that up and I’m not sure ngrams will work there, without a custom glossary of terms...

2020-12-07T18:05:02.097200Z

Yes, there’s a huge rabbit hole of such optimizations that can be done. Your stemmer step might take care of making those things identical, or you could use some sort of string distance comparison like Levenshtein distance instead of strict equality when deciding whether the term matches some other term.

orestis 2020-12-06T08:46:06.057Z

(How many more examples are there that I don’t even know? Hence why I think users are best placed to highlight terms on their own)

2020-12-07T18:05:42.097600Z

They certainly are best placed to do so. The problem is rather that most users don’t care.

2020-12-07T18:06:54.097800Z

They view the machine as a black box into which they dump random information and magically get useful results out. Every extra step you introduce into that process cuts compliance by half, unless they’re highly motivated (e.g. their boss orders them to do it.)

2020-12-07T18:07:58.098Z

If you can’t force them to do the tagging out-of-band like that, it’s probably a non-starter unless the process you are building delivers 100x value over the next-best solution / whatever they’re doing now. 2x or 10x likely isn’t enough.

2020-12-07T18:09:30.098200Z

Many shops fake it with humans on staff paid to do the tagging, so customers don’t have to.

slipset 2020-12-06T09:05:11.057200Z

Morning!

2020-12-06T11:17:56.057400Z

Morning

borkdude 2020-12-06T11:19:19.057600Z

Morning!

orestis 2020-12-06T12:10:01.057800Z

Morning!

slipset 2020-12-06T21:24:29.058600Z

@raymcdermott https://www.amazon.com/Culture-Code-Secrets-Highly-Successful/dp/0525492461 contains examples from not only SEAL teams.