Live data from Hacker News

Viewing profile — cyorir

cyorir

HN member
Joined
Mon, Jul 07, 2014, 10:27 PM UTC
HN karma
332
Public activity
199 items

About cyorir

Take a look at my HackerRank profile here:

https://www.hackerrank.com/cyorir

Recent public activity

  1. 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…

  2. comment
    Comment #23331267

    Susie Greene: You sick fuck, Larry David! What do you think you're doing, sending invites straight to spam folders?

  3. 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…

  4. 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 …

  5. 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…

  6. comment
    Comment #22369490

    PureScript already has the Haskell -> Javascript niche covered: https://en.wikipedia.org/wiki/PureScript

  7. 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…

  8. 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…

  9. 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…

  10. 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…

  11. 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…

  12. comment
    Comment #22165086

    How many problems do you have available?

  13. comment
    Comment #22162639

    Not so much faulty as incomplete. There is still value in a partial picture.

  14. comment
    Comment #22130816

    Note that on the extreme end of consumer GPUs, there is the 2080 Ti which comes with 11GB.

  15. 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…

  16. 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…

  17. 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…

  18. 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…

  19. 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?

  20. 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…

  21. 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)…

  22. 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…

  23. 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…

  24. 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 …

  25. 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…