Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kirillkh
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
kirillkh
5y ago
Replace "New York" with "Tel Aviv", and nothing else needs to change.
2.
▲
by
kirillkh
9y ago
> There is a dissertation in psychoanalytics just waiting to be written. Just don't wear a Hawaiian shirt while giving interview about it on TV.
3.
▲
by
kirillkh
9y ago
I used to be like that when I was younger and in earlier stages of my career. As time passed, the pride of achieving the status worn off, as did the novelty of problems I was solving. Many problems turned out to be reoccurring, so I moved o
4.
▲
by
kirillkh
9y ago
From my experience as a programmer, while some level of communication is certainly important, most of my time and effort is spent concentrating alone at the task at hand. That's the central part of the job, communication only supports
5.
▲
by
kirillkh
9y ago
> There's no evidence supporting the supposition that there is an innate ability gap. First, this is a straw man argument: I never argued for "innate ability gap". I argued for "innate affinity", which I understa
6.
▲
by
kirillkh
9y ago
It's when you talk about young men in kinder gardens that you realize how ridiculous this whole discussion truly is. There will never be 50:50 young men to young women in kinder gardens. Not even 20:80. That much is obvious. Most young
7.
▲
by
kirillkh
9y ago
Addressing your main points. > why we have any reason to believe that programming is a “masculine” profession By exclusion: we have checked everything else we could think of and found no other logical explanation for the disparity of sex
8.
▲
by
kirillkh
9y ago
Not sure how from > those fields are cognitively more demanding than commercial software development or, for that matter, undergraduate computer science ... you arrive at > No cognitive ability or innate affinity explains the degree o
9.
▲
by
kirillkh
9y ago
Not sure what all of this has to do with the linked article, which discusses purely the scientific merit of claims of bias in STEM.
10.
▲
by
kirillkh
9y ago
Score: 5, Funny
11.
▲
by
kirillkh
9y ago
Soderbergh's Schizopolis has a lot of scenes with fake or, better yet, subtext language. One of my favorites: https://www.youtube.com/watch?v=9eOLEdTG7Gc
12.
▲
by
kirillkh
9y ago
How about the moral imperative "we should treat men and women the same", as opposed to "women are heavily oppressed, we must discriminate in their favor"? Would that imperative be justified by stating a difference?
13.
▲
by
kirillkh
9y ago
Perhaps it's better to set it to 2 years, then. A clock that's counting time towards its own death. There is some grim poetry in that.
14.
▲
by
kirillkh
9y ago
Do you just use development boards with these? And which ones?
15.
▲
by
kirillkh
9y ago
Can any of these be programmed with Rust?
16.
▲
by
kirillkh
9y ago
Ah, you're right, word2vec assigns one vector to each word, as opposed to one vector to each meaning. Then the problem remains: we can't differentiate between homonyms. But it seems it's been solved, too: https://g
17.
▲
by
kirillkh
9y ago
> Finally, conceptual search can also help with precision - by matching across all concepts within a document, you can help disambiguate its meaning, when you have words that have multiple meanings Thanks! I've written up something
18.
▲
by
kirillkh
9y ago
Actually, I have an idea, albeit not without some doubts. Let x1 be the number of vectors matching A, x2 the number of vectors matching B, etc, till xn. Let c1..cn be a particular selection of vectors. Now my main assumption here is that in
19.
▲
by
kirillkh
9y ago
Also, this makes me wonder what other things you can do with vectors. If you compute dot product between a verb or a noun with vector "singular"-"plural", will it give a positive value for plurals and a negative for sing
20.
▲
by
kirillkh
9y ago
Thanks! That paper is extremely helpful. Still, there is one thing missing to complete the picture for me right now. At the input, I have a list of words that I want to index or query. When indexing, they usually form a sentence, when query
21.
▲
by
kirillkh
9y ago
Thanks, I know about HebMorph. Its authors don't want it to be used for commercial purposes (at least for free), so that limits its usability beyond simple experiments. As to your second link, it confirms my suspicions that lemmatizing
22.
▲
by
kirillkh
9y ago
Please forgive me attempting to milk as much as possible from this discussion - I just don't have many opportunities to get useful advice on this subject, and I've been mulling over it for a long time. > But maybe lemmatization
23.
▲
by
kirillkh
9y ago
4) But recall that the language in question is such that stemming is hard. If you expand every form of every word in Hebrew, you obtain something like 600,000 words. And many of them have completely different meanings due to syntactic coinc
24.
▲
by
kirillkh
9y ago
Some clarifying questions: 1) Do words in a generic corpus (such as Wikipedia) actually form well-separated clusters? 2) Is it correct that you find word clusters in the corpus as a preprocessing step (as opposed to at indexing or query tim
25.
▲
by
kirillkh
9y ago
Thank you! This sounds exactly what I was imagining. Very exciting!
26.
▲
by
kirillkh
9y ago
If I understand correctly, this forgoes Lucene entirely. I would really like something that can be integrated into Lucene/Solr due to the availability of all the infrastructure build around it. > works faster than grep I didn't
27.
▲
by
kirillkh
9y ago
How can this be used for full-text search, e.g. with Lucene? The first step in indexing a document for full-text search is reducing each word to its base form, and similarly for a search string. While it's not a difficult problem in En
28.
▲
by
kirillkh
9y ago
Then we have no hope of ever engineering Mars to have enough air for us to breath?
29.
▲
by
kirillkh
9y ago
Asking as someone who barely has any clue in this field: is there a way to use this for full-text search, e.g. Lucene? I know from experience that for some languages (e.g. Herew) there are no good stemmers available out of the box, so can y
30.
▲
by
kirillkh
9y ago
Other people gave you enough arguments against censorship above. I'll just add that "Inciting violence, threats to ones well being or insults towards a group" are all quite vague and thus contradict the goal of having a clear
More ›