Live data from Hacker News

Viewing profile — nunchuckninja

nunchuckninja

HN member
Joined
Thu, Sep 05, 2019, 7:28 AM UTC
HN karma
3
Public activity
9 items

About nunchuckninja

No profile information was provided.

Recent public activity

  1. comment
    Comment #21363303

    So either take perf hit or don't expect isolation at all?

  2. comment
    Comment #21363291

    >federal tax incentive They are still around?

  3. 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…

  4. 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

  5. comment
    Comment #21061619

    Scala and rust both compile to JS too I think.

  6. comment
    Comment #21029912

    Isn't he a director of former?

  7. 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)

  8. 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 = …

  9. 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…