Live data from Hacker News

Viewing profile — kuzehanka

kuzehanka

HN member
Joined
Sat, Feb 23, 2019, 3:58 PM UTC
HN karma
1,143
Public activity
227 items

About kuzehanka

No profile information was provided.

Recent public activity

  1. comment
    Comment #20786565

    > Reddit got rid of default subs years ago. The only thing in your entire comment that's not opinion and the only thing worth answering for the rest of the readers. Despite there n…

  2. comment
    Comment #20786482

    I'm sorry you said the inversion is poor so I assumed you had a better one in mind. Please, give me a pair of left/right wing variants of the same general concept that you think ar…

  3. comment
    Comment #20786435

    Reddit is overwhelmingly left-leaning. Take one look at default subs like news, politics, worldnews to confirm. Any time someone posts core right-wing views like anti-abortion sent…

  4. comment
    Comment #20786427

    You're welcome to propose a better inversion and I'll check the output and report back. It does need to be an inversion though, not a complete change of prompt. It's a general them…

  5. comment
    Comment #20786393

    I'll tell you something interesting. Yesterday a replicated version of GPT2 was published to the wild[1]. I've been playing with the model quite a bit since then and found somethin…

  6. comment
    Comment #20786347

    There was a story a few weeks ago of screwup in IVF involving not-father's sperm combined with mother's egg by accident. The resulting child is now unwanted by the couple. Between …

  7. comment
    Comment #20786320

    Anonymous yes, random no, at least not that I have ever heard of. You get a catalogue of various physical and socioeconomic traits from anonymous donors and pick the one that you w…

  8. comment
    Comment #20786317

    Why is DNA testing not a mandatory part of the process? I thought embryonic genetic testing for show-stopping diseases was one of the major selling points of IVF. Would that not im…

  9. comment
    Comment #20785215

    > It seems none of this turn people into peon services at behest of capitalists are really sustainable Like the entire employment sector? At the core of it, all Uber/Airtasker/AirB…

  10. comment
    Comment #20785006

    What were the scandalous bits?

  11. comment
    Comment #20779688

    > I haven't seen clear, unambiguous cases of abuse beyond that. That's the power of these things. Would you know you're reading a social media comment generated by something akin t…

  12. comment
  13. comment
    Comment #20775663

    Where did you get 500k from? They said 50k. In estimated cloud compute costs.

  14. comment
    Comment #20775472

    Yep, that's the one! Thanks for reminding the name.

  15. comment
    Comment #20775400

    I saw a tool that handles JS to a limited extent by capturing and replaying network requests to accommodate said JS. It records your session while you interact with a site, and is …

  16. comment
    Comment #20757202

    > If we are playing anecdotes Anecdotes stop being anecdotes when you're looking at well over a hundred consistently negative experiences from different users across a number of un…

  17. comment
    Comment #20756219

    https://news.ycombinator.com/item?id=18983586 https://hackernoon.com/help-my-azure-site-performance-sucks-... https://news.ycombinator.com/item?id=16099729 https://dvt.name/2018/02…

  18. comment
    Comment #20756080

    Sql server is inferior to postgres. CosmosDB is inferior to postgres or cassandra depending on use case. Azure functions is inferior to lambda/cloud functions. Azure in general is …

  19. comment
    Comment #20756006

    This matches my experience at a large org. We have engineers, and we have .net developers who are a completely separate and herd which is useless if the project doesn't involve a s…

  20. comment
    Comment #20755952

    This is all true. Where jet and other non-uniform maps are useful is in highlighting small fluctuations in the value. It's less about z1 > z2 and more about z1 != z2 across the ima…

  21. comment
  22. comment
    Comment #20731238

    Novel feature engineering? Like this? https://towardsdatascience.com/python-performance-and-gpus-1...

  23. comment
  24. comment
    Comment #20730069

    I must be missing something. Modern data science workloads involve fanning out data and code across dozens to hundreds of nodes. The bottlenecks, in order, are: inter-node comms, g…

  25. comment
    Comment #20729037

    ...But fast.ai is a Python library. Partially written in swift. Validating the original point that nothing will replace python for DL applications any time soon but middleware will…