Live data from Hacker News

Viewing profile — marius_k

marius_k

HN member
Joined
Sun, Aug 20, 2017, 8:21 AM UTC
HN karma
140
Public activity
110 items

About marius_k

https://mrsk.lt

a61b9639b415876e15aeff4533b8cc37a1b0faa4cbc73cfc2bc513506b3b9688

Recent public activity

  1. comment
    Comment #43722141

    These days I go to https://news.ycombinator.com/active And search for [flagged] items first.

  2. comment
    Comment #43487314

    Does this explain Atlantic reporter invitation?

  3. comment
    Comment #40718376

    I did not expect RISC-V to be ahead of ARM for framework. Is this is because of freedoms RISC-V brings for manufacturers?

  4. comment
    Comment #40163479

    Wait, isn't it the old way of thinking? That browser is a medium rather than a compute node. (I like both old and new ways)

  5. comment
    Comment #39877678

    Sometimes I wonder what would be the smallest program to generate humans DNA. How many operations would it take and how would it compare to real world iterations of total evolution…

  6. comment
    Comment #38487025

    I failed at first try but I found a hint by looking at the example character by character.

  7. comment
    Comment #38414379

    Using xss one might target login form and steal username/password instead of a token. So I do not see argument here against jwt. Sure the xss will have to be more sofisticated(?)

  8. comment
    Comment #37782961

    I don't find these figures regarding casualties in the article.

  9. comment
    Comment #37549645

    From now on you are not doing the real data science. But you can hire me to tell how the real data science is done.

  10. comment
    Comment #37153081

    Could it find some equilibrium environment to be able to suck as much matter as it radiates. So it could last longer (?)

  11. comment
    Comment #34471815

    If there would be such right, it should be expresed in terms of error probabilities rather than a specific features like ECC.

  12. comment
    Comment #34446103

    https://quantum.country/ it has built-in spaced repetition cards

  13. comment
    Comment #34291901

    My flow/boilerplate for apps: ./scripts/create-venv.sh # create venv using specific python version, update pip, wheel, setuptools, install requirements.txt ./scripts/freeze-require…

  14. comment
    Comment #34131186

    Is there an elegant way to import type hints without circular imports?

  15. comment
    Comment #33784016

    That is why I choose to have zero friends.

  16. comment
    Comment #33698972

    We should not call it verification IMHO. The malicious user can create random website and add the rel=me. The "green" link makes impression that the user is "verified". (I would pr…

  17. comment
    Comment #32375174

    AI should have elaborated more on what could be done better on Ukraine side. A few points for the context: - Ruzzians block evacuation routes of civilians when they have a chance. …

  18. comment
    Comment #32197669

    By "not a big problem" I mean it would be worse to still have pandemic of original polio and maybe with additional mutations. I am a layman in this field so I could be wrong.

  19. comment
    Comment #32196976

    Are you saying the problem is that we can't stop vaccinating for polio even if this normal type polio is gone? Because if we do stop vaccinating there is a risk of subtype 2 spread…

  20. comment
    Comment #31684994

    I guess these traces should depend on users network (location/latency/throughput/tor-enabled) and CPU. Did you use these as additional features for your model? Or was it a single c…

  21. comment
    Comment #31684508

    Could this be mitigated by disabling/suspending js in background tabs?

  22. comment
    Comment #31551967

    what would you recommend for power efficient hdds (when idle)? I have recently built a truenas box with 2x4TB ssd's. But I think I will want to expand it. Currently it runs at 14W …

  23. comment
    Comment #31345978

    nvidia, fuck you no more!

  24. comment
    Comment #31298436

    Non visual UI used by other computers or programs.

  25. comment
    Comment #31278583

    > and lack of a lock file Is it possible to solve your problem using pip freeze?