Viewing profile — antrion
antrion
HN member- Joined
- Sat, Jan 09, 2016, 11:19 AM UTC
- HN karma
- 14
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About antrion
No profile information was provided.
Recent public activity
- story
- story
- story
-
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 -…
-
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…
-
comment
Comment #12862806
This is a really cool feature! Is there a similar extension for Atom / Sublime?
-
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…
-
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…
-
comment
Comment #11857343
And is it also that hard to loop twice in said languages?
-
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…
-
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…
- story
-
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?
-
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!
-
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…
- story