Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
frjalex
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
frjalex
4y ago
Looking at the "GitHub" prefix in the title, I was half-expecting this to point to a report explaining the outage a week ago... But rest assured, it is a new outage!
2.
▲
by
frjalex
5y ago
One good thing to always keep in mind is that China structurally maintains the status quo of a Leninist state --- IMO, the entire reason they banned crypto is that crypto's goal --- relative anonymity, privacy, and freedom of where to
3.
▲
by
frjalex
5y ago
I'd imagine it'd be hard for MSVC and gcc to fade away --- gcc has some notable architectural differences from llvm (such as having multiple, layered IRs) and on some optimizations gcc is stronger. While for MSVC they target Micro
4.
▲
by
frjalex
5y ago
There's also a Chinese-made equivalent of Shodan: https://www.zoomeye.org/
5.
▲
by
frjalex
5y ago
> It killed a lot of other interesting architectures and gave nothing in return. What sort of architectures (if any) got killed as a direct result of developing IA-64? That aside, though odd and impractical, I found Itanium to be at leas
6.
▲
World Record Domino Robot
(youtube.com)
2 points
by
frjalex
5y ago
|
0 comments
7.
▲
Arecibo telescope that starred in a James Bond film to be demolished
(cnet.com)
3 points
by
frjalex
6y ago
|
0 comments
8.
▲
On the difficulty of proving P=NP in ZFC
(arxiv.org)
1 points
by
frjalex
6y ago
|
0 comments
9.
▲
by
frjalex
6y ago
This is a fair point. To say that personality can be purely characterized in full using a few adjectives is grossly over-generalizing. It seems like a better model of "the four quadrants" would be to add a dimension, the dimension
10.
▲
by
frjalex
6y ago
What a blatantly false statement. There is no sound scientific definition of "half" the antibodies.
11.
▲
by
frjalex
6y ago
After a million years, it is finally out!
12.
▲
by
frjalex
6y ago
Next big idea: Straight2Spam detection.
13.
▲
Zeta: Functional Neural Networks in Ocaml
(github.com)
115 points
by
frjalex
7y ago
|
9 comments
14.
▲
The near crash of Air Canada flight 759
(medium.com)
2 points
by
frjalex
7y ago
|
0 comments
15.
▲
Scribble: Describing Protocols Using Multiparty Session Types
(scribble.org)
1 points
by
frjalex
7y ago
|
0 comments
16.
▲
by
frjalex
7y ago
libcurl is open source, I would imagine it'd not be difficult to make it "lie."
17.
▲
Multivariable Recurrence Relations
(kylem.net)
2 points
by
frjalex
8y ago
|
0 comments
18.
▲
When Airliners Vanish (2014)
(airspacemag.com)
3 points
by
frjalex
8y ago
|
0 comments
19.
▲
List of Literature on Dynamic Programming Speedup
(cs.ust.hk)
3 points
by
frjalex
8y ago
|
0 comments
20.
▲
IBM Card Sorter
(en.wikipedia.org)
2 points
by
frjalex
8y ago
|
0 comments
21.
▲
Stanford Encyclopedia of Philosophy: Interpretations of Probability
(plato.stanford.edu)
2 points
by
frjalex
8y ago
|
0 comments
22.
▲
Jack Edmonds: A Glimpse of Heaven [pdf]
(ise.ncsu.edu)
2 points
by
frjalex
8y ago
|
0 comments
23.
▲
The Y Combinator Explained with JavaScript
(kestas.kuliukas.com)
4 points
by
frjalex
9y ago
|
1 comments
24.
▲
JNI by Examples for Beginners
(github.com)
3 points
by
frjalex
10y ago
|
0 comments
25.
▲
by
frjalex
10y ago
Note that the JIT mechanism mentioned in the paper meant basically JIT from a program code to the bytecode executed in the VM, and directly executing it (very much like PHP), not necessarily directly to machine assembly.
26.
▲
by
frjalex
10y ago
Interesting.... the paper referenced you if you're the correct Anton Ertl :)
27.
▲
by
frjalex
10y ago
That's fascinating. Would love to see what performance such thing can actually perform.
28.
▲
by
frjalex
10y ago
There's a specific issue in implementing / caching the top of the stack with registers. (I'm assuming that you're talking about stuffs related to C's `register` keyword here) CPU registers don't have memory add
29.
▲
by
frjalex
10y ago
I can only partially agree with this - having a stack exposed to modification would virtually make it not a stack.
30.
▲
Register-based VMs have a higher performance than stack-based VMs
(arxiv.org)
119 points
by
frjalex
10y ago
|
70 comments
More ›