Viewing profile — arunsupe
arunsupe
HN member- Joined
- Fri, Mar 20, 2015, 3:02 AM UTC
- HN karma
- 134
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About arunsupe
No profile information was provided.
Recent public activity
- story
- story
- story
- story
-
comment
Comment #43705486
Very interesting list of deceptive influences. Thanks for sharing.
-
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…
-
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…
-
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…
- story
-
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…
-
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, …
-
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…
- comment
-
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 …
- story
-
comment
Comment #41597655
Seems intuitive, but is there any evidence to support it?
-
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.
- story
-
comment
Comment #41126469
Added support for multiple languages, using fasttext's embeddings
-
comment
Comment #41116736
Correct.
-
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…
-
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…
-
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…
-
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.
-
comment
Comment #41088967
Oh.Please explain. The example was entirely arbitrary. Should I change it?