HackerTrans
トップ新着トレンドコメント過去質問紹介求人

inertiatic

no profile record

コメント

inertiatic
·4 か月前·議論
It's clear it means that there's a large overlap in titles and they are available in better quality on the PC platform?
inertiatic
·4 か月前·議論
>We now have a tool that can be useful in some narrow domains in some narrow cases.

I get being reserved about where this goes, but saying something like this is quite insane at this point.
inertiatic
·5 か月前·議論
>We are essentially offloading our moral responsibility to a black box that cannot be held accountable.

We already did it with companies, buddy!
inertiatic
·8 か月前·議論
Here you go https://github.com/apache/lucene/pull/656 - no need to do anything from the user side to trigger it as far as I know.
inertiatic
·8 か月前·議論
Lucene and ES implement a shortcut for filters that are restrictive enough. Since it's already optimized for figuring out if something falls into your filter set, you first determine the size of that. You traverse the HNSW normally, then if you have traversed more nodes than your filter set's cardinality, you just switch to brute forcing your filter set distance comparisons. So worst case scenario is you do 2x your filter set size vector distance operations. Quite neat.
inertiatic
·昨年·議論
I use Firefox as my main browser and it's not a viable alternative to Chrome if you have the very common usage pattern of keeping tens of tabs open.
inertiatic
·昨年·議論
>Interacting with this model is just supplying your data over to an adversary with unknown intents

Skynet?