Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
otherjason
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
otherjason
7d ago
Apple events are full of these meaningless statements, which always drive me crazy. Of course it's the "best iPhone Apple has ever made." If it wasn't, then wouldn't I be better off buying an older model?
2.
▲
by
otherjason
27d ago
The cynical way to look at this is that the purpose of the system (the privacy nutrition label) is to support Apple's carefully-crafted and -marketed image as the most privacy-focused of the tech giants. Actually having enforcement o
3.
▲
by
otherjason
2mo ago
They are probably not going to be implemented using long put positions, but a product with a similar return profile to what you're looking for is a buffered ETF . Basically, over a defined period, you agree to a maximum possible downs
4.
▲
by
otherjason
2mo ago
Indeed, I was referring to the parent comment.
5.
▲
by
otherjason
2mo ago
This reads as pretty clearly AI-generated text, which is against HN guidelines.
6.
▲
A $40M Gold Heist Risks Exposing CIA's Top-Secret Spy Programs
(wsj.com)
7 points
by
otherjason
3mo ago
|
2 comments
7.
▲
by
otherjason
4mo ago
Almost every Intel CPU released since 2013 has AVX2 support. Some Atom SKUs were longer holdouts, but the fraction of x86 CPUs shipped in the last decade that have AVX2 support is very high.
8.
▲
by
otherjason
4mo ago
The statistics reported by GitLab for the x264 repo ( https://code.videolan.org/videolan/x264 ) report that the project is 13.5% assembly; common utilities used in the inner loops of the codec have optimized assembly imp
9.
▲
by
otherjason
7mo ago
See this correct comment above: https://news.ycombinator.com/item?id=47061696 AVX512 leading to thermal throttling is a common myth that from what I can tell traces its origins to a blog post about clock throttling on a par
10.
▲
by
otherjason
7mo ago
The only CPU I've encountered that supports SVE is the Cortex-X925/A725 that is used in the NVIDIA DGX Spark platform. The vector width is still only 128 bits, but you do get access to the other enhancements the SVE instructions g
11.
▲
by
otherjason
8mo ago
What makes you think that RAII- and arena-based strategies are in tension with one another? RAII and smart pointers are more related to the ownership and resource management model. Allocating items in bulk or from arenas is more about where
12.
▲
by
otherjason
9mo ago
The parking spaces in question aren’t free; the city sold the long-term rights to operate the parking facilities to the private sector in a bid to balance one year’s budget.
13.
▲
by
otherjason
10mo ago
Overprovisioning is much less aggressive than this in practice. A read-oriented SSD with 15.36 TB of storage typically has 16.384 TiB of flash. The same hardware can be used to implement a 12.8 TB mixed-use SSD (3 DWPD or more).
14.
▲
by
otherjason
11mo ago
https://www.solidigm.com/products/data-center/d5/p5336.html
15.
▲
by
otherjason
11mo ago
But, if model development stalls, and everyone else is stalled as well, then what happens to turn the current wildly-unprofitable industry into something that "it makes sense to keep spending billions" on?
16.
▲
by
otherjason
1y ago
I think they were trying to say “radix sort is a more important application of prefix sum than extraction of values from a sparse matrix/vector is.”
17.
▲
by
otherjason
1y ago
Where did you get the pricing for vast.ai here? Looking at their pricing page, I don't see any 8xH200 options for less than $21.65 an hour (and most are more than that).
18.
▲
by
otherjason
1y ago
The last few generations of GPU architectures have been increasingly optimized for massive throughput of low-precision integer arithmetic operations, though, which are not useful for any of those other applications.
19.
▲
by
otherjason
1y ago
This is the common argument from proponents of compiler autovectorization. An example like what you have is very simple, so modern compilers would turn it into SIMD code without a problem. In practice, though, the cases that compilers can s
20.
▲
by
otherjason
1y ago
It doesn’t sound like they are referring to newborns needing to be physically present to get a SSN. Instead, it seems to refer to persons who are registering to start receiving their Social Security benefits (or existing recipients who want
21.
▲
by
otherjason
2y ago
And "our best iPhone ever." If it weren't your best iPhone ever, then I would be better off buying one of your older models.
22.
▲
by
otherjason
2y ago
If you or anyone else are interested, his newsletter is available by email for free!
23.
▲
by
otherjason
2y ago
If your roboadvisor is buying the individual stocks that make up the index in my personal account for me, do you have data that compares the slippage (bid/ask spread) paid across all of these transactions versus a single purchase of ve
24.
▲
by
otherjason
2y ago
For devices with compute capability of 7.0 or greater (anything from the Volta series on), a single thread block can address up to the entire shared memory size of the SM; the 48 kB limit that older hardware had is no more. Most contemporar
25.
▲
by
otherjason
2y ago
Protecting the main branch is definitely a good practice, but the other potential hazard is: - Having a developer on your team that rebases their own feature branch - Then tries to "git push", only for it to be rejected since a fo
26.
▲
by
otherjason
2y ago
Difftastic is a useful tool, but in my experience, it's far too slow to be suitable as the default selection for a ubiquitous tool like git.
27.
▲
by
otherjason
3y ago
Whether the technique described here will actually be faster is pretty application-dependent. The problem is that, on x86, shuffle instructions are the bottleneck for many algorithms (at least the type that I often work with). Storing const
28.
▲
by
otherjason
3y ago
I have had good luck with fpm, which makes it easy to make packages of all different kinds, including deb and rpm: https://github.com/jordansissel/fpm
29.
▲
by
otherjason
3y ago
From a quick look at Lima, I don't think it's exactly the same thing. Tart allows running macOS and Linux VMs, while Lima seems focused on Linux VMs only. I don't use Tart, but having infrastructure-as-code-like tooling that
30.
▲
by
otherjason
3y ago
This looks very nice. One bug (?) I noticed was that if you drag the Clouds slider all the way to 1.0, then the clouds disappear altogether.
More ›