Viewing profile — samnardoni
samnardoni
HN member- Joined
- Sun, Feb 05, 2012, 6:54 PM UTC
- HN karma
- 111
- Public activity
- 47 items
- HN profile
- View on Hacker News ↗
About samnardoni
No profile information was provided.
Recent public activity
-
comment
Comment #22216671
This is known as PNS Syndrome.
-
comment
Comment #20212296
sync.Map?
-
comment
Comment #18705920
Well, yes, that's true. But my point was that they aren't going to change the legacy nav data structure.
-
comment
Comment #18700830
Erm, they aren’t going to change the nav data.
-
comment
Comment #18475406
Maybe there’s a reason this is a “not-mentioned” point.
-
comment
Comment #18251519
All GPS satellites are in a geosynchronous orbit.
-
comment
Comment #18251484
Geosynchronous is the word you’re looking for.
-
comment
Comment #18134827
Error in boost/bind.hpp:768
-
comment
Comment #17957632
Having a pointer to a stack variable is fine, as long as the stack variable lives longer than the closure.
-
comment
Comment #17955241
Why should Rust “just compile this” when it’s clearly bad code?
-
comment
Comment #16831606
That animation clearly shows they are geosynchronous?
-
comment
Comment #16550850
clang-fmt?
-
comment
Comment #16299988
So it basically just monomorphises?
-
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…
-
comment
Comment #15964767
The point is that wasm doesn't change this; wasm won't make it 'worse'.
-
comment
Comment #12273953
You can write it both ways. t.method() is the same as T::method(t).
-
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.
-
comment
Comment #8728974
Why not profile and see where the time is actually going? Slow JSON parsing? Slow I/O?
-
comment
Comment #8466571
Same with the UK store.
-
comment
Comment #8409881
I think he/she meant the GC pauses were never longer than 100ms.
-
comment
Comment #8142023
And people don't do this in "real life" too?
-
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…
-
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.
-
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…
-
comment
Comment #7486456
Honest question. Why do people write posts like these?