Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
samnardoni
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
samnardoni
7y ago
This is known as PNS Syndrome.
2.
▲
by
samnardoni
7y ago
sync.Map?
3.
▲
by
samnardoni
8y ago
Well, yes, that's true. But my point was that they aren't going to change the legacy nav data structure.
4.
▲
by
samnardoni
8y ago
Erm, they aren’t going to change the nav data.
5.
▲
by
samnardoni
8y ago
Maybe there’s a reason this is a “not-mentioned” point.
6.
▲
by
samnardoni
8y ago
All GPS satellites are in a geosynchronous orbit.
7.
▲
by
samnardoni
8y ago
Geosynchronous is the word you’re looking for.
8.
▲
by
samnardoni
8y ago
Error in boost/bind.hpp:768
9.
▲
by
samnardoni
8y ago
Having a pointer to a stack variable is fine, as long as the stack variable lives longer than the closure.
10.
▲
by
samnardoni
8y ago
Why should Rust “just compile this” when it’s clearly bad code?
11.
▲
by
samnardoni
8y ago
That animation clearly shows they are geosynchronous?
12.
▲
by
samnardoni
9y ago
clang-fmt?
13.
▲
by
samnardoni
9y ago
So it basically just monomorphises?
14.
▲
by
samnardoni
9y ago
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 later releases) just like JS applications do now.
15.
▲
by
samnardoni
9y ago
The point is that wasm doesn't change this; wasm won't make it 'worse'.
16.
▲
by
samnardoni
10y ago
You can write it both ways. t.method() is the same as T::method(t).
17.
▲
by
samnardoni
12y ago
Rust uses LLVM, which does all the optimisation. Go generates the machine code itself and its optimisation is pretty weak compared to LLVM.
18.
▲
by
samnardoni
12y ago
Why not profile and see where the time is actually going? Slow JSON parsing? Slow I/O?
19.
▲
by
samnardoni
12y ago
Same with the UK store.
20.
▲
by
samnardoni
12y ago
I think he/she meant the GC pauses were never longer than 100ms.
21.
▲
by
samnardoni
12y ago
And people don't do this in "real life" too?
22.
▲
by
samnardoni
12y ago
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 decent product though!
23.
▲
by
samnardoni
12y ago
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.
▲
by
samnardoni
12y ago
> 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've figured out how to write imperative large p
25.
▲
by
samnardoni
12y ago
Honest question. Why do people write posts like these?
26.
▲
by
samnardoni
12y ago
I would never buy anything from an online stored that used this.
27.
▲
by
samnardoni
13y ago
Why? (Genuinely curious...)
28.
▲
by
samnardoni
13y ago
2 threads can't access the same variable in Rust without unsafe{}. I think, anyway...
29.
▲
by
samnardoni
13y ago
If they wanted every language feature, they'd use C++
30.
▲
by
samnardoni
13y ago
Yes.
More ›