Live data from Hacker News

Viewing profile — nope_42

nope_42

HN member
Joined
Wed, May 28, 2014, 1:01 PM UTC
HN karma
61
Public activity
12 items

About nope_42

No profile information was provided.

Recent public activity

  1. comment
    Comment #30409988

    The null hypothesis is that things aren't concious until there is evidence that they are.

  2. comment
    Comment #30409923

    The burden of proof is on the person claiming something is true.

  3. comment
    Comment #27722871

    Yes you can. https://umap-learn.readthedocs.io/en/latest/transform.html

  4. comment
    Comment #25075431

    > Much as I hate it, docker solves this. Failing that poetry or if you must venv. (if you're being "clever" statically compile everything and ship the whole environment, including …

  5. comment
    Comment #14981297

    Link to study?

  6. comment
    Comment #14709578

    Can this session replay deal with secured fields like credit cards? e.g. during the replay don't record the credit card field I'm just wondering how any technology like this would …

  7. comment
    Comment #13288693

    Having read some of the comments in here I'm surprised to see that no one has mentioned how the co-workers reporting their time are lying and this developer isn't. If you worked on…

  8. comment
    Comment #13080140

    I believe so. I suppose I'm asking for an abstraction that makes maintaining the sequence number simple and fails safely in the presence of errors. I'd basically like to be able to…

  9. comment
    Comment #13079877

    So if I have a subscriber that simply publishes a transformed message onto another topic I can have a guarantee that if the publish fails it wont move on to the next message in the…

  10. comment
    Comment #13079278

    I'm looking for something like kafka with an at least once guarantee. I believe this can be achieved with the kafka java client (not sure on that) but librdkafka (C++ client) doesn…

  11. comment
    Comment #8122018

    Should have just used dotPeek instead of ilspy and writing IL code by hand. Recompiling would have certainly been easier. http://www.jetbrains.com/decompiler/

  12. comment
    Comment #7809658

    I had a random idea the other day to create a program that monitors/logs system level calls and lets you replay them for a program. This would effectively let you use your program …