Viewing profile — andreasvc
andreasvc
HN member- Joined
- Mon, Dec 22, 2008, 10:00 PM UTC
- HN karma
- 1,599
- Public activity
- 1,197 items
- HN profile
- View on Hacker News ↗
About andreasvc
Recent public activity
-
comment
Comment #24932896
Why would we never know? Quoting from the blog post: "The specific reasons given were that [...]" followed by a bullet list. Your guess is unwarranted speculation.
-
comment
Comment #24692675
Ah, I see. That really doesn't deserve to be called an idiom, it's a clever hack. But it's nice to know about it. It seems less ugly than the walrus operator to me, and it doesn't …
-
comment
Comment #24692527
I'm puzzled by this example: sums = [s for s in [0] for x in data for s in [s + x]] Why would you do "for s in" twice? Is that intentional? It would make more sense to me if the va…
-
comment
Comment #24273225
What are the advantages of Re over Re2?
-
comment
Comment #20095895
bollu, multiple people have shown that your claim that the paper doesn't match the code is flat out wrong. I think at this point you should issue a retraction of your wildly inappr…
-
comment
Comment #19429412
It is an extremely thin font which makes it unsuitable for screen reading.
-
comment
Comment #18580075
Why do you think English would be least compressible? Is that based on conjecture or have you investigated this? Why would artificial language be more compressible? That seems comp…
-
comment
Comment #18296465
Yes, in the context of text classification a bag of words model will refer to that, or combined with some other linear model like linear SVM or naive bayes. The queen - woman examp…
-
comment
Comment #18294474
You mention a single counterexample, but is it "definitely not true"? I think there is a strong publication bias: papers will report when they improve on the baseline, but that's l…
-
comment
Comment #18294435
You're right that it is a representation, but also an instance of the vector space model of language. Coupled with a linear model for prediction it is a strong baseline for text cl…
-
comment
Comment #18120099
The article states he's perfectionist. He probably wouldn't be OK with that.
-
comment
Comment #18076195
Yup, that's a downside. The advantage is that it's much simpler and will also work when you're not on your home network.
-
comment
Comment #18075968
The simplest approach is to use a hosts file: https://someonewhocares.org/hosts/
-
comment
Comment #17661499
Regarding that idea for a universal integer set, roaring bitmaps implement that.
-
comment
Comment #16319306
Would love to read more about this. I've read that early programming was thought of like a glorified telephone operator, but that these women had advanced mathematics degrees. I ca…
-
comment
Comment #16298463
To clarify, what I meant is that with TCP, I can set up a two-way communication channel, even if I'm behind a NAT/firewall I don't control. As far as I understand, with UDP this is…
-
comment
Comment #16292878
No. UDP is connectionless, which makes it harder to use with NAT.
-
comment
Comment #16022265
> machines like Parsey McParseFace can now accurately parse human universal grammar. unambiguous parsing was a big feature of lojban, so it's lost a major selling point. Slow down …
-
comment
Comment #15486441
For a better, actual example of this problem, see the leopard sofa: http://rocknrollnerd.github.io/ml/2015/05/27/leopard-sofa.ht...
-
comment
Comment #14182922
Why would one ever prefer a linked list over a dynamic array? I know about the asymptotic performance, but if you take actual memory performance into account (locality, cache, poin…
-
comment
Comment #14161755
My own, https://github.com/andreasvc/vim-256noir
-
comment
Comment #14116942
A fact is a statement corresponding with reality, a stereotype is a belief/generalization deemed harmful/undesirable.
-
comment
Comment #14116705
Again, from humans and from reality is not different. Whether it is desirable to avoid stereotypes depends on your values.
-
comment
Comment #14116541
I think you are making a distinction without a difference. If the word vectors pick up biases from wikipedia text, than for all practical purposes, they are (indirectly) absorbing …
-
comment
Comment #14116479
Again, per the article "bias refers generally to prior information, a necessary prerequisite for intelligent action (4)." This includes a citation to a well-known ML text. This see…