Viewing profile — fireflies_
fireflies_
HN member- Joined
- Tue, Dec 26, 2017, 5:59 AM UTC
- HN karma
- 191
- Public activity
- 33 items
- HN profile
- View on Hacker News ↗
About fireflies_
No profile information was provided.
Recent public activity
-
comment
Comment #47201319
This is where I started getting that feeling: > The curse of dimensionality is not theoretical — it’s painfully practical. In high dimensions, naive distance metrics degrade quickl…
-
comment
Comment #46367812
Arguably XSLT
-
comment
Comment #44016871
This is "relative color" syntax, it works with a range of color spaces/color functions. The key is the "from" at the front. Here's the MDN documentation: https://developer.mozilla.…
-
comment
Comment #42427130
> In one case, we ran a simple a/b test as a proof of concept on whether to pursue the idea further and it added an extra million bucks a year in revenue. I'm with the people who d…
-
comment
Comment #41540465
> Not sure if there is some way to iterate given online feedback. There have been a some novels and novel-length works written a chapter at a time in public. The Martian by Andy We…
-
comment
Comment #41021692
> I just don't understand how they still have users. Because this post is here and not somewhere else. Strong network effects.
-
comment
Comment #39719572
This application of "base rates thinking" was helpful for me - a bit out of left field, I'm aware of the concept and use it sometimes but wouldn't have thought to do so here. Thank…
-
comment
Comment #39581540
Thanks for sharing. I've used megaparsec a little but never looked at ReadP. Your tutorial is concise and helpful, I'd have ended up with better intuition faster if I started there…
-
comment
Comment #38669921
It's a shame that these aren't parallel. Why couldn't it be "insular gigantism" or "island dwarfism"? (But not both!)
- story
-
comment
Comment #29974877
Would you be equally happy if you were sick enough to be hospitalized as you are when you're healthy? If not, that's a cost. I doubt the out-of-pocket medical costs are the most im…
-
comment
Comment #27496348
This doesn't address all of your comment but specifically with patient confidentiality – Israel agreed to share more data with vaccine manufacturers in order to get quicker access …
-
comment
Comment #27057315
In some ways the argument against Excel is like the argument against Electron: if you're comparing it to an elegant, purpose-built and well-tested application, yes... it falls woef…
- story
-
comment
Comment #26715954
You're being downvoted, but I think this sentiment is right and if you take it seriously, it's an argument for the SAT. Pretty much _everything_ in the USA is pay to win, not just …
-
comment
Comment #26148867
Yes, you can can replace that with the magic number 49 if you want, ord('1') == 49 because ord returns the unicode code point for a character. Documentation is here for the curious…
-
comment
Comment #25352724
Sounds like this only works if people who listen to smaller bands/indie music listen to fewer songs on average. I'm not sure if this is true. People who find themselves exploring n…
-
comment
Comment #24621887
I'm a bit surprised to hear it put this way. Aren't physics students usually welcome in finance as quants?
-
comment
Comment #24375241
A probability has to lie between 0 and 1 but not every value between 0 and 1 is a probability.
-
comment
Comment #23784876
It has, Safford Unified School District v. Redding is probably the canonical case here. https://en.wikipedia.org/wiki/Safford_Unified_School_Distric...
- story
- story
-
comment
Comment #21999931
It isn't thrown away, though. If your district picks a third party, you send a third party representative to Congress. You'll have different choices in district-specific and state-…
-
comment
Comment #21918711
But all the prior blocks are static, that's the point. If you can break the cipher used at some time t, anything that people had "stored securely" by encrypting it and putting it o…
-
comment
Comment #21483539
You probably wouldn't see it in "natural" use but it's a potential attack vector if you ever deserialize arbitrary JSON (e.g. JSON bodies in API requests). Of course you should hav…