Viewing profile — nunchuckninja
nunchuckninja
HN member- Joined
- Thu, Sep 05, 2019, 7:28 AM UTC
- HN karma
- 3
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About nunchuckninja
No profile information was provided.
Recent public activity
-
comment
Comment #21363303
So either take perf hit or don't expect isolation at all?
-
comment
Comment #21363291
>federal tax incentive They are still around?
-
comment
Comment #21363148
So I read something succinct a while back - docker et al are distribution platforms not security platforms . They add "0" security against an adversary (think padlocks). How true i…
-
comment
Comment #21067961
Sorry I was wrong it's asm.js for rust. Scala does have an amazing first party backend that I love using
-
comment
Comment #21061619
Scala and rust both compile to JS too I think.
-
comment
Comment #21029912
Isn't he a director of former?
-
comment
Comment #21021447
All I got from the article was that the term pressi-tutes wasn't carved from thin air and people really are like that (blodget, ny post)
-
comment
Comment #20885292
I'll add more details to see if it helps- C: ``` node prime= list.head; while () { node probe = prime.next; while() { if () //condition on prime.data and probe.data { probe.next = …
-
comment
Comment #20884599
Can any rust experts tell me that unsafe rust is powerful and expressive enough to let me do anything? I have a use case where I have two iterators on a linked list in nested loops…