Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
O3marchnative
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
O3marchnative
21d ago
I've been considering upgrading from 1 Gbps to 5 Gbps. Have you noticed any significant benefits for any particular use cases?
2.
▲
by
O3marchnative
1mo ago
The author mentions Rust's portable SIMD library [0]. The only issue with portable SIMD is it's only available on nightly. I used it in my FFT crate, but we had to switch to the fearless_simd crate in order to get a portable SIMD
3.
▲
by
O3marchnative
1mo ago
This argument usually depends on how you quantify defense spending, no? [0] In terms of PPP, the U.S. is falling behind. To be perfectly clear, that doesn't somehow absolve the size of U.S. defense spending. If anything, it's damn
4.
▲
by
O3marchnative
1mo ago
Going back to Clausewitz, war is a continuation of politics through other means. Moreover, victory is achieved by using force to compel one's opponent to carry out one's will. > intact and combat capable On its own, this claim
5.
▲
by
O3marchnative
2mo ago
I always remember it as the opposite of what I think is typically called the granny knot. In the case of the square knot, it's just right over left, then left over right.
6.
▲
by
O3marchnative
2mo ago
Have you taken a look at Iran's targeting capabilities and the assets they were able to destroy? More importantly, have you considered who facilitated those targeting capabilities? https://www.hudson.org/national-securi
7.
▲
by
O3marchnative
2mo ago
This one and the square knot are indispensable
8.
▲
by
O3marchnative
4mo ago
> This is a foundational principle of computer science How exactly is this a foundational principle of computer science?
9.
▲
by
O3marchnative
4mo ago
Wow. I was not expecting that topic when I clicked on the link you provided. When I went through such a selection process years ago, we took all sorts of tests before and even after the selection process. Towards the end, the head instructo
10.
▲
by
O3marchnative
5mo ago
> There were engineering questions around how to purify uranium and how to actually construct the weapon etc. But the phenomenon was known. FWIW, constructing a weapon with highly enriched uranium is, relatively, simple. At the time, the
11.
▲
by
O3marchnative
6mo ago
The Royal United Services Institute (RUSI) has an updated tally on defensive and offensive munition expenditures. It's likely not 100% accurate due to the sensitive nature of those figures. > 11,294 munitions in the first 16 days of
12.
▲
by
O3marchnative
6mo ago
Author here. The $75M is specifically for Ground Based Interceptors (GBIs). This is the U.S.'s ICBM mid-course interceptor. There are other interceptor types in the current U.S. arsenal: Patriot PAC-3 (~$4M): Nations burnt through 600-
13.
▲
by
O3marchnative
6mo ago
The recently announced "Golden Dome" project intends to get around this issue by putting a vast constellation of satellites into orbit. Each satellite would likely need a serious source of power in order to use its laser. Assuming
14.
▲
by
O3marchnative
6mo ago
> For ICBMs, one idea was to use orbital, nuclear powered lasers to hit the missile on the boost phase. Author here. Thank you for your insight. I took some time to read about the recently proposed "Golden Dome" defense system,
15.
▲
Missile defense is NP-complete
(smu160.github.io)
382 points
by
O3marchnative
6mo ago
|
427 comments
16.
▲
by
O3marchnative
6mo ago
That's also great for letting the compiler unlock auto-vectorization opportunities without delving into the world of manual SIMD. Even storing something simple such as an array of complex numbers as a structure of arrays (SoA) rather t
17.
▲
SIMD-itertools: vectorized iterators for "find", "filter", "contains", etc.
(github.com)
2 points
by
O3marchnative
2y ago
|
0 comments
18.
▲
by
O3marchnative
2y ago
Hi, One of the authors of PhastFT here. Thank you for your interest. We went out of our way to configure FFTW for AVX-512. The Rust bindings don't do it, but the FFTW itself in the benchmark does. It's worth noting that with FFTW