Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
stianan
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
stianan
13y ago
Nope. Not possible. You are entirely your brain. Nothing more, nothing less. You cannot reasonably claim to know this. Of course, your parent comment cannot know that "no arrangement of physical parts has come close to qualitatively
2.
▲
by
stianan
13y ago
It's a theorem that starts off with some assumptions, and gives you some implications. It does not say anything as general as "some things are unknowable in mathematics".
3.
▲
by
stianan
13y ago
I appreciate your point, but I think invoking Gödel's incompletness theorems in this context is taking them far out of their scope.
4.
▲
by
stianan
13y ago
Is that article written by Mochizuki? Can you make sense of it?
5.
▲
by
stianan
14y ago
You're absolutely right. In my native language, the relative key is called the parallel key. Sorry for causing confusion. So, to clarify, I'm not claiming there is a III in the original key, I'm referring to the III chord of the relative
6.
▲
by
stianan
14y ago
Right, the key III is the parallel major. I'm shifting the base of the notation for this passage. When I say III ends the build up, I mean III in the parallel major key, i.e. V(7) in the original key.
7.
▲
by
stianan
14y ago
Your build up progression is exactly the same as mine, only I interpret it as based on the major key III. I agree we're not talking about modulation in the usual sense, but I think it makes sense to think of it as a key change. It reminds m
8.
▲
by
stianan
14y ago
I think I have to a disagree with your analysis. The verse is in a minor key judging by the looping riff. This is interrupted once in a while by a iv-v-i cadence, and then the verse continues. Then the build-up, which happens in the paralle
9.
▲
by
stianan
14y ago
It would be interesting to read the proof that de Jong's function has an attractor. Do you know where I could find it?
10.
▲
by
stianan
14y ago
So an attractor is the image of a recursively defined function?
11.
▲
by
stianan
14y ago
Could someone explain what an attractor is? I looked it up on Wikipedia, but I don't understand how these shapes benefit from the definition given there.
12.
▲
NaNs Just Don't Get No Respect
(drdobbs.com)
40 points
by
stianan
14y ago
|
35 comments
13.
▲
by
stianan
14y ago
My impression is that it has to do with the perceived commerciality of the entity doing/facilitating the copying.
14.
▲
by
stianan
14y ago
Out of curiosity, are you unlikely to use the code because it's C++ or because it comes from Facebook?
15.
▲
by
stianan
15y ago
Perhaps they use some kind of right-to-left fastcall convention. Or maybe they are just unconventional, putting "this" at the end of the parameter list, hence ending up in different registers or the stack depending on the number of argumen
16.
▲
by
stianan
15y ago
I don't immediately see why it would be putting arbitrary data in front of the vtable unless it's done by a person. Do you have any ideas?
17.
▲
by
stianan
15y ago
The inconsistent placement of the "this" argument in function calls seems to support this being C. The vtable moving around would indicate that each class layout is hand-written, though.
18.
▲
by
stianan
15y ago
At 28:35 he says: "This is a 100% match with what you see here. The most telling evidence are the missing dots here and here. These are your missing dots". Which dots is he referring to? There are two prominent missing dots on the computer
19.
▲
by
stianan
15y ago
I don't understand how warping the extra dimension will make particles appear to move faster. Is it possible that it is everything else that is moving linearly along a fifth dimension, thus slowing us down, and these neutrinos were moving c
20.
▲
by
stianan
15y ago
I really don't appreciate the argument that "it doesn't matter what the constant is". Of course it doesn't matter if you are only interested in the result of a calculation, but like you say, it does matter when you're trying to understand w
21.
▲
by
stianan
15y ago
I get your point. However, this isn't a fix, it is, according to the article, a volunerability that allows "remote execution of malicious code". People who know WebGL better than I do would probably know more about what specific exploits it
22.
▲
by
stianan
15y ago
Could this have anything to do with VUPEN's recent Chrome exploit?
23.
▲
by
stianan
15y ago
Why bother removing it when it will always be available elsewhere? I honestly don't understand.
24.
▲
by
stianan
15y ago
How come they have so much content then? Is it because the copyright holders can't send them sufficiently detailed take-down notices fast enough?
25.
▲
by
stianan
15y ago
I'd argue that it's a good thing to use an algorithm that is efficient in and of itself. (And perhaps a language which invites the use of such an algorithm.)
26.
▲
by
stianan
15y ago
Not only is it not proper quicksort, it's very memory inefficient.
27.
▲
by
stianan
15y ago
Right you are, good sir. Right you are.
28.
▲
Is Browser Stealth Mode Stupid?
(browserstealthmode.pen.io)
4 points
by
stianan
15y ago
|
2 comments
29.
▲
by
stianan
16y ago
wladimir: Up-sample/filter/down-sample is the standard way of doing it, and any other way will just be an optimization of that transformation.
30.
▲
by
stianan
16y ago
I don't understand why getting anti-aliasing right is so hard. Just render text a few times bigger, use some kind of low-pass filter (box filter will do) and down-sample it. It's what every graphics program does. That would put an end to us
More ›