Viewing profile — cyorir
cyorir
HN member- Joined
- Mon, Jul 07, 2014, 10:27 PM UTC
- HN karma
- 332
- Public activity
- 199 items
- HN profile
- View on Hacker News ↗
About cyorir
https://www.hackerrank.com/cyorir
Recent public activity
-
comment
Comment #23383332
My guess is the parent poster means residents are leaving. I know people who live in an apartment in Manhattan. The only way they can afford it is by renting out a room through Air…
-
comment
Comment #23331267
Susie Greene: You sick fuck, Larry David! What do you think you're doing, sending invites straight to spam folders?
-
comment
Comment #22528970
Any "Twitter is a _ propaganda channel" seems a bit odd when you consider that users choose who to follow, who to block, what topics to follow, what keywords to mute, whether or no…
-
comment
Comment #22370148
According to the creator of PureScript: "Solutions at the time included various attempts to compile Haskell to JavaScript while preserving its semantics (Fay, Haste, GHCJS), but I …
-
comment
Comment #22369794
> Edit: at least point out why you're downvoting me, this is a straightforward answer to the question. > which for me is a litmus test as to whether you are a "crazy leftist" Imply…
-
comment
Comment #22369490
PureScript already has the Haskell -> Javascript niche covered: https://en.wikipedia.org/wiki/PureScript
-
comment
Comment #22369450
Nothing comes to mind. Most attempts to introduce static typing into Python only do that, and not much more. Seq is an example: https://github.com/seq-lang/seq I think you might be…
-
comment
Comment #22332751
I don't find that surprising at all. When I looked through Upwork job postings during a period of unemployment, I saw a post from a restaurant asking for a coder. The job was to cr…
-
comment
Comment #22312523
That's essentially technocracy. I think some amount of technocratic decision-making is good in a government, but at the end of the day you still need that government to be informed…
-
comment
Comment #22174164
Good question. I think they probably meant "publicly available," not "public domain." Maybe one could make an educated guess about which platforms they took data from, based on the…
-
comment
Comment #22174064
To my knowledge, you can't talk to it. It looks like so far they've released sample conversations with Meena[0], and not much else. They've given a rough description of the model a…
-
comment
Comment #22165086
How many problems do you have available?
-
comment
Comment #22162639
Not so much faulty as incomplete. There is still value in a partial picture.
-
comment
Comment #22130816
Note that on the extreme end of consumer GPUs, there is the 2080 Ti which comes with 11GB.
-
comment
Comment #22112365
> I challenge you to find a single journalist who isn't "lying by omission". If we're issuing challenges, then I challenge you to prove that every single journalist IS lying by omi…
-
comment
Comment #22112195
And it's not the only one! modelzoo.co is good for finding the best/most-used models but remains far from being a complete zoo and lacks a sufficient list of models for certain tas…
-
comment
Comment #22110984
My guess is that eval and query have the worst performance, since they need to be interpreted first. As for the other methods, I'm not too sure how they rank. Personally, for style…
-
comment
Comment #22110459
Along these lines, I worked on a team project in a university course to create an automated Q&A system making use of IBM Watson. We chose to focus on a Q&A system for business regu…
-
comment
Comment #22110108
Sure. But you can still be lying by omission. Does the phrase "speaking truth to power" still apply if you are also lying by omission?
-
comment
Comment #22103652
Anecdotally, it seems like the Bay Area LGBT community has lower overall cohesion than the communities in other urban areas I've lived in (Denver, Chicago areas). Maybe the communi…
-
comment
Comment #22103582
I think the quality of your experience with dating apps for any given dating app will depend on 1) where you live (are you in an area with a high or low LGBT population density) 2)…
-
comment
Comment #22102564
The "if" is key. The parent post does not indicate that their voting residence is in Massachusetts - they could have maintained a voting residence in Pennsylvania instead of switch…
-
comment
Comment #22102098
> What rapid changes have we seen lately? Well change in support/recognition of transgender issues has been very rapid over the past 5-10 years. "More than six in ten (62%) America…
-
comment
Comment #22070970
You are probably looking for an aggregator like AllSides.com . You can get articles from "left" "center" and "right" related to a given topic, like "campaign finance." However, if …
-
comment
Comment #22068011
Gradient descent should have no issues with a function like exp(-x^2). Actually, softmax (softmax(x_i) = exp(x_i)/sum_j(exp(x_j))) is sometimes used as an activation function. It c…