Live data from Hacker News

Viewing profile — kirillkh

kirillkh

HN member
Joined
Tue, May 03, 2016, 11:29 AM UTC
HN karma
117
Public activity
108 items

About kirillkh

No profile information was provided.

Recent public activity

  1. comment
    Comment #29102878

    Replace "New York" with "Tel Aviv", and nothing else needs to change.

  2. comment
    Comment #16435424

    > 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. comment
    Comment #16405569

    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 solvi…

  4. comment
    Comment #16389317

    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 th…

  5. comment
    Comment #16384403

    > 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 "in…

  6. comment
    Comment #16384300

    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 ga…

  7. comment
    Comment #16384193

    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 fo…

  8. comment
    Comment #16383954

    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 cogn…

  9. comment
    Comment #16382862

    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. comment
    Comment #16258869

    Score: 5, Funny

  11. comment
    Comment #16246064

    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. comment
    Comment #15945443

    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 …

  13. comment
    Comment #15693925

    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. comment
    Comment #15634775

    Do you just use development boards with these? And which ones?

  15. comment
    Comment #15634224

    Can any of these be programmed with Rust?

  16. comment
    Comment #15599887

    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 seem…

  17. comment
    Comment #15597800

    > 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 …

  18. comment
    Comment #15592196

    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 …

  19. comment
    Comment #15591891

    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 v…

  20. comment
  21. comment
    Comment #15591285

    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 qu…

  22. comment
    Comment #15583847

    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 …

  23. comment
    Comment #15582745

    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 ove…

  24. comment
    Comment #15582661

    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 th…

  25. comment
    Comment #15582317

    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 …