Live data from Hacker News

Viewing profile — antrion

antrion

HN member
Joined
Sat, Jan 09, 2016, 11:19 AM UTC
HN karma
14
Public activity
16 items

About antrion

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. comment
    Comment #14626854

    Really great tool! Thanks for the hard work. It would also be really nice to specify custom units, such as ≫ U = 1e-6/60 * kat U = 1.66667e-8 kat Because now it does this ≫ 1 kat -…

  5. comment
    Comment #13257731

    I don't know what your knowledge of quantum computing is, but I'm a complete beginner and I found this article [0] a very good read to begin with. [0]: http://twistedoakstudios.com…

  6. comment
    Comment #12862806

    This is a really cool feature! Is there a similar extension for Atom / Sublime?

  7. comment
    Comment #11857450

    How would you copy it then? I have tried the npm deep-copy library, but that didn't work (Symbol.Iterator isn't enumerable for example) edit: I just thought, I could make a functio…

  8. comment
    Comment #11857442

    My specific use case was working with 'infinite lists', so the first options is ruled out. The second option could be a solution, but the specific case was reusing a variable `cons…

  9. comment
    Comment #11857343

    And is it also that hard to loop twice in said languages?

  10. comment
    Comment #11857317

    I know that as per the iterator spec this is normal behaviour. It just seems to me that the behaviour that follows from this is really quite strange. When I want to be able to loop…

  11. story
    Ask HN: JS's for-of loop conceptually flawed, or is it just me?

    When working with generators, two identical for-of loops don't show the same behaviour. Specifically, the first one will behave as expected, whereas the second one will terminate i…

  12. story
  13. comment
    Comment #10882832

    Well this is scary. How am I to trust a password manager if something as obvious as this is allowed to be shipped to the end user?

  14. comment
    Comment #10875121

    Brudgers, I took your advice to heart: I have opened a Github repo and made a readme file. Thank you for your constructive comment!

  15. comment
    Comment #10870876

    When me and my friends were participating in a contest, half of the program's chrashes were because of wrongly passing arguments to another function. Reversing their order for exam…

  16. story