Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mockery
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
mockery
3y ago
Can someone shed light on these two steps in the approximation? * since cos(x+y) ~ cos(x) - sin(x)*y * ~ cos(x) - x*y, For the first, maybe it's an approximate identity I'd never heard of? F
2.
▲
by
mockery
4y ago
SongTable won’t compile (on any modern compiler) because the number of initializers (36) doesn’t match the declaration (32)
3.
▲
by
mockery
4y ago
In addition to the sibling comments, one simple opportunity available to a JIT and not AOT is 100% confidence about the target hardware and its capabilities. For example AOT compilation often has to account for the possibility that the targ
4.
▲
by
mockery
4y ago
Thanks, those are specific requirements I could definitely see WASM struggling to meet. In my experience in a large+mature enough codebase (particularly one that is already multi-platform, like Postgres appears to be) many of those requirem
5.
▲
by
mockery
4y ago
The first thing to point out is that our implementation isn't pure WASM. We attempted to compile Postgres for WASM directly from source, but it was more complicated that we anticipated. Crunchy's HN post provided some hints abo
6.
▲
by
mockery
4y ago
The word expert is not being used in the colloquial sense, but in the technical sense of an "Expert System": https://en.wikipedia.org/wiki/Expert_system
7.
▲
by
mockery
4y ago
So if I make a new, identical copy of a GPL'ed codebase - should I feel free to use it for whatever purpose I want and ignore the GPL?
8.
▲
by
mockery
5y ago
The full game isn't playable on that page. I believe all three sets of assets (HLDM, Uplink, Hazard Course) are from demos or free products. Making the full game playable would probably be less OK.
9.
▲
by
mockery
5y ago
It's totally reasonable to lament duplicated effort, but it's worth pointing out that this particular attempt is from a company[0] whose business is Qt consulting - so it's easy to imagine that they might succeed (due to expe
10.
▲
by
mockery
5y ago
I think GP is reacting to the word "obligation" (I certainly did.) I'd claim there are actions that may be "morally justifiable" yet not raise to a level that creates a "moral obligation." The word "o
11.
▲
by
mockery
5y ago
Not GP, but the code in the article passes 'unsigned int mutex' by-value, and then operates on its address (which will potentially be at a different stack address on each invocation, and will certainly be different for different t
12.
▲
by
mockery
5y ago
Perhaps confusingly, the term "immediate mode GUI" usually describes an API style. NOT an implementation detail. It suggests a particular implementation, but in practice most nontrivial "immediate mode" GUI libraries (in
13.
▲
by
mockery
5y ago
It seems like the brownout should be publicized on the front page of github.com - or at least githubstatus.com ? (Although I'm not an active git/github user, so maybe there's an even more more obvious place a naive user havin
14.
▲
by
mockery
5y ago
> Education is insanely overfunded Can you cite a source for that claim? Genuinely curious, because I don't know if I've ever heard someone suggest it. (Conversely, the idea that education is substantially underfunded is genera
15.
▲
by
mockery
5y ago
Variations on the Bridson paper you linked are commonly implemented in games and graphics circles under the name "Curl Noise" - for example Houdini[1] or Unity[2] Google that term for many examples, but [3] looks like a good start
16.
▲
by
mockery
6y ago
Perhaps, but it's quite convenient for any software that wants to ingest PSD files without the (nigh-intractable) challenge of reimplementing the entirety of Photoshop's parser and rendering systems!
17.
▲
by
mockery
6y ago
Most* PSD files contain a "preview" copy of the fully-flattened document (which is compressed.) Flat white image compresses far better, so that portion of the file doesn't take as much space. Depending on what your layers loo
18.
▲
by
mockery
6y ago
Seems to me like you're tacitly agreeing with GP here - you're just making a claim about which currency system you trust more! (And attempting to convince others of the same position.)
19.
▲
by
mockery
6y ago
Using GP's definition: "custom" engines -- i.e. engines that are not provided commercially by third parties it's pretty easy to argue Fortnite also uses a "custom" engine. (And that's not pedantry - th
20.
▲
by
mockery
6y ago
Yes! The 010 Editor's templating language is a nearly unique (in my experience) hybrid between C-like declarations and imperative flow that's exactly what I want for parsing arbitrary binary files. The template executes like a scr
21.
▲
by
mockery
6y ago
I've always seen it called "justified" alignment, which appears to be the common term: https://en.wikipedia.org/wiki/Typographic_alignment#Justifie...
22.
▲
by
mockery
6y ago
It's important to remember that "beyond a reasonable doubt" means exactly that: no "reasonable" person would doubt it. (The definition of reasonable is left to the jury.) Some people seem to think "beyond a rea
23.
▲
by
mockery
7y ago
Where on Wikipedia did you see 1 in 50 for Spanish Flu? I'm seeing a much higher number: "an estimated 10% to 20% of those who were infected died' [1] [1] https://en.wikipedia.org/wiki/Spanish_flu#Around_
24.
▲
by
mockery
7y ago
I didn't read the parent post as using it that way - I believe they're saying that any claim that "supply chain security" (of videos) will combat deep fakes* isn't necessarily a credible model of security considerin
25.
▲
by
mockery
8y ago
None of the audio samples play for me (In neither Chrome nor Edge... Other sites play just fine.) Makes it very hard to evaluate claims of codec quality, which seems like the primary purpose of the blog post. :(
26.
▲
by
mockery
9y ago
A mispredicted branch is incredibly likely to perform operations that would normally fault (consider misprediction of a null pointer check, for example...) I don't think it's feasible to have a (useful) version of speculative exec
27.
▲
by
mockery
9y ago
"With the new AWS Secret Region, we are bringing the same tools and workflows that are already available for Top Secret workloads to customers with Secret datasets and workloads." Does this mean they already had an AWS "To
28.
▲
by
mockery
9y ago
Tangent: What's an XFN? (Google and Wikipedia don't seem to provide plausible answers, and I'm pretty sure you don't mean "XHTML Friends Network"...)
29.
▲
by
mockery
9y ago
But GPUs aren't SIMD. (In some sense they're almost the opposite.)
30.
▲
by
mockery
9y ago
By 'optical flow calculations' do you mean a linear extrapolation of the projected 'image-space' position of the ball? If so, that seems like it would be insufficient since a thrown object doesn't move linearly, let
More ›