Live data from Hacker News

Viewing profile — arunsupe

arunsupe

HN member
Joined
Fri, Mar 20, 2015, 3:02 AM UTC
HN karma
134
Public activity
31 items

About arunsupe

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. comment
    Comment #43705486

    Very interesting list of deceptive influences. Thanks for sharing.

  6. comment
    Comment #43705475

    Thanks for your comments. I am finding myself getting sucked into the decisiveness and click baiting nowadays. Want to implement some of these counter measures. Here are my thought…

  7. story
    Ask HN: Where are we vulnerable to exploitation online these days?

    I'm usually curious about various topics, but lately, I've noticed that external, exploitative influences—primarily from advertisements—are nudging me toward interests I wouldn't h…

  8. story
    Show HN: Zip-sizer – A tool to estimate the compressed size of large archives

    Introducing zip-sizer, a small CLI, to estimate compressed sizes of directories. It works by choosing a representative sample of the data, compressing it in memory and forming an e…

  9. story
  10. comment
    Comment #42129436

    Hehe. You are right. There are many leftist media outlets. But my point was not to be partisan; just to note that there will be lots of news to cover. Trump is a controversial figu…

  11. comment
    Comment #42122224

    Not sure why. Criticizing the republican (especially Trump) government will be hugely profitable - just under 50% of the US population (175M people) is looking for such criticism, …

  12. comment
    Comment #42048716

    My question was tongue-in-cheek. I feel the Nobel committee, like every other organization, is also trying to stay relevant and topical. Hard to do this by giving out prizes to old…

  13. comment
  14. story
    Ask HN: How long until a social media influencer wins a Nobel Prize?

    The Nobel Committee has shown a tendency to award prizes not just for meaningful technical contributions, but also for work with just contemporary relevance. This could be seen as …

  15. story
  16. comment
    Comment #41597655

    Seems intuitive, but is there any evidence to support it?

  17. comment
    Comment #41305201

    Great post. It's nice that these rules can be trivially demonstrated by simulation. The simulation (and visuals) helps validate the concepts.

  18. story
  19. comment
    Comment #41126469

    Added support for multiple languages, using fasttext's embeddings

  20. comment
  21. comment
    Comment #41096489

    I assumed you meant computer languages :-) If you mean human languages, yes Google publishes word2vec embeddings in many different human languages. Not sure though how easy it is t…

  22. comment
    Comment #41092569

    This implementation does not because the query has to be a word. One way to extend it to phrases is to average the vectors of each word in the phrase. Another way is to have a word…

  23. comment
    Comment #41092395

    I would think translation to other languages would be trivial. The model is just a map of word to vector. Every word is converted to it's vector representation; then the query word…

  24. comment
    Comment #41091727

    The model in Google drive is the official model from Google and will work. Haven't tried the huggingface model, but, looks very different. Unlikely to work.

  25. comment
    Comment #41088967

    Oh.Please explain. The example was entirely arbitrary. Should I change it?