Live data from Hacker News

Viewing profile — samnardoni

samnardoni

HN member
Joined
Sun, Feb 05, 2012, 6:54 PM UTC
HN karma
111
Public activity
47 items

About samnardoni

No profile information was provided.

Recent public activity

  1. comment
    Comment #22216671

    This is known as PNS Syndrome.

  2. comment
    Comment #20212296

    sync.Map?

  3. comment
    Comment #18705920

    Well, yes, that's true. But my point was that they aren't going to change the legacy nav data structure.

  4. comment
    Comment #18700830

    Erm, they aren’t going to change the nav data.

  5. comment
    Comment #18475406

    Maybe there’s a reason this is a “not-mentioned” point.

  6. comment
    Comment #18251519

    All GPS satellites are in a geosynchronous orbit.

  7. comment
    Comment #18251484

    Geosynchronous is the word you’re looking for.

  8. comment
    Comment #18134827

    Error in boost/bind.hpp:768

  9. comment
    Comment #17957632

    Having a pointer to a stack variable is fine, as long as the stack variable lives longer than the closure.

  10. comment
    Comment #17955241

    Why should Rust “just compile this” when it’s clearly bad code?

  11. comment
    Comment #16831606

    That animation clearly shows they are geosynchronous?

  12. comment
    Comment #16550850

    clang-fmt?

  13. comment
    Comment #16299988

    So it basically just monomorphises?

  14. comment
    Comment #15964794

    You can do all that with JS too. Wasm adds nothing extra. It's perfectly sensible to imagine wasm applications targeting the DOM (which it can do via JS, and will do natively in la…

  15. comment
    Comment #15964767

    The point is that wasm doesn't change this; wasm won't make it 'worse'.

  16. comment
    Comment #12273953

    You can write it both ways. t.method() is the same as T::method(t).

  17. comment
    Comment #8790843

    Rust uses LLVM, which does all the optimisation. Go generates the machine code itself and its optimisation is pretty weak compared to LLVM.

  18. comment
    Comment #8728974

    Why not profile and see where the time is actually going? Slow JSON parsing? Slow I/O?

  19. comment
    Comment #8466571

    Same with the UK store.

  20. comment
    Comment #8409881

    I think he/she meant the GC pauses were never longer than 100ms.

  21. comment
    Comment #8142023

    And people don't do this in "real life" too?

  22. comment
    Comment #7949006

    Awful video. I could barely hear what the guy was saying. And the few hundred panning shots with peeling bananas and spreading cream cheese on bread was bizarre. It might be a dece…

  23. comment
    Comment #7858955

    It doesn't have to be binary. Just use it less if you don't want to. Use it more if you want to.

  24. comment
    Comment #7711625

    > Maybe that just says something about my intelligence, or maybe the functional camp hasn't yet figured out how to write large programs in a readable way. You make it sound like we…

  25. comment
    Comment #7486456

    Honest question. Why do people write posts like these?