Viewing profile — kuzehanka
kuzehanka
HN member- Joined
- Sat, Feb 23, 2019, 3:58 PM UTC
- HN karma
- 1,143
- Public activity
- 227 items
- HN profile
- View on Hacker News ↗
About kuzehanka
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…
-
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…
-
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…
-
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 …
-
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…
-
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…
-
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…
-
comment
Comment #20785006
What were the scandalous bits?
-
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…
- comment
-
comment
Comment #20775663
Where did you get 500k from? They said 50k. In estimated cloud compute costs.
-
comment
Comment #20775472
Yep, that's the one! Thanks for reminding the name.
-
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 …
-
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…
-
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…
-
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 …
-
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…
-
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…
- comment
-
comment
Comment #20731238
Novel feature engineering? Like this? https://towardsdatascience.com/python-performance-and-gpus-1...
- comment
-
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…
-
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…