HackerTrans
TopNewTrendsCommentsPastAskShowJobs

inertiatic

no profile record

comments

inertiatic
·4 miesiące temu·discuss
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 miesiące temu·discuss
>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 miesięcy temu·discuss
>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 miesięcy temu·discuss
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 miesięcy temu·discuss
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
·w zeszłym roku·discuss
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
·w zeszłym roku·discuss
>Interacting with this model is just supplying your data over to an adversary with unknown intents

Skynet?
inertiatic
·5 lat temu·discuss
As a person who used to take interviews, I thought discussions were the best way to figure out if someone is competent. I mean, when I ended up in a discussion with someone, I felt like I did great. I had a good time and it frequently led to an offer.

As someone who's now interviewing a person or more every week (during a hiring surge), I still don't know of a better way to interview someone, but I'm not convinced this is great. A lot of people, who are unquestionably smart, coming into the interview after long careers in big companies, have a lot of trouble expressing themselves (especially if it's not in their native language), let alone selling themselves. They come in trying to find the correct answer for each question, even if it's open ended questions to trigger discussion. And when asked for a concrete answer to something, they will instead fumble around, only touch upon the answer, and talk about something that distracted them.

We still frequently hire people who interview like that, but it takes a lot of thinking and extrapolating.

I'm still not sure what to do.