Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
akrasuski1
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
No More Speculation: Exploiting CPU Side-Channels for Real
(bughunters.google.com)
2 points
by
akrasuski1
3y ago
|
0 comments
2.
▲
by
akrasuski1
7y ago
That is not enough, since you may still get stuck in a loop.
3.
▲
Adi Shamir not permitted to RSA Conference due to lack of visa
(twitter.com)
17 points
by
akrasuski1
8y ago
|
2 comments
4.
▲
by
akrasuski1
8y ago
40 microwatts of power, to be precise. Compared to, say, 5V*1A=5W of typical phone charger, this is impractical by a large margin.
5.
▲
by
akrasuski1
8y ago
Another nice site aggregating many clever tiny x86 programs: https://www.xorpd.net/pages/xchg_rax/snip_00.html
6.
▲
by
akrasuski1
8y ago
This could actually be caused by disk caching effects. Have you tried running cloc second time afterwards?
7.
▲
by
akrasuski1
8y ago
Well, that's why I always define RED(x) (for reduce modulo) as ((((x) % MOD) + MOD) % MOD). Quite useful in algorithmic competitions, which often ask you for answer modulo some prime.
8.
▲
by
akrasuski1
8y ago
And thus you used a throwaway account...
9.
▲
by
akrasuski1
8y ago
From the listed words only two have immediately obvious Polish connotations (dźjada (grandpa), and dziadek is grandpa in Polish; śpjelik (sparrow), where śpiewać is "to sing"). Most words have German-ish sound to them, somewhat si
10.
▲
by
akrasuski1
8y ago
Looks like jewellery is popular in language namimng: we've got Ruby, Crystal, now Emerald...
11.
▲
by
akrasuski1
8y ago
It's done so that the bits will compare the same way whether treated as float or int. (modulo NaNs and stuff)
12.
▲
by
akrasuski1
8y ago
The decreasing health bar looks like a really weird idea. I don't like to be forced into thinking fast, I prefer to make a clear point even if it takes longer.
13.
▲
by
akrasuski1
8y ago
Hm, if the example written on README is representative for current usage, then it surely changed a lot recently. I remember checking angr out a few months ago, and simply running a binary required a few dozens of, mostly boilerplate, code.
14.
▲
by
akrasuski1
8y ago
I'm pretty sure it doesn't matter whether the eneergy is stored in rotating body, or one moving in a straight line. Kinetic energy of rotation is 0.5 * I * w^2, or for that extreme case of "concrete ring" - 0.5 * m * r^2
15.
▲
by
akrasuski1
8y ago
It's really unrelated - it's more about the hash domain being rather small, i.e. 52. I would think that if you substitute the counting (go to card N+value) to proper hashing (go to card md5(value)%52) you would get the same, if no
16.
▲
by
akrasuski1
8y ago
It is possible to generate a lower bound, so it can be compared with usual numbers, like g_64 etc.
17.
▲
by
akrasuski1
8y ago
Actually, the mentioned GitList exploit hinges on yet another vulnerability: lack of distinction of command-line flags and arguments. Where user expected to put "normal" name (say a-zA-Z0-9), attacker actually supplied --flag=expl
18.
▲
by
akrasuski1
8y ago
Uhmm... screenshot the mail; self-destruction circumvented.
19.
▲
by
akrasuski1
8y ago
I wouldn't be surprised if the future compilers would optimize it away as well, since ffast-math basicly makes NaN's equivalent to undefined behaviour.
20.
▲
by
akrasuski1
8y ago
It would be nice to divide the cooccurence count by counts of respective two headers, to get a sort of correlation. Now it's quite hard to see anything beyond "most popular things are paired with most popular things" which is
21.
▲
by
akrasuski1
8y ago
Also see https://holeybeep.ninja/
22.
▲
by
akrasuski1
9y ago
That is honestly a great idea for safe-ish deprecation in uninformed environment!
23.
▲
by
akrasuski1
9y ago
Presumably the stackexchange answer is what OP meant by it being an idiom.
24.
▲
by
akrasuski1
9y ago
Hmm, I guess someone would have thought of that, but this could probably be used for compressing images by reorienting the color axes so that one of them is perpendicular to this color plane, and then sending less information about that coo
25.
▲
by
akrasuski1
9y ago
There has been some malware that did just that - it was still possible to record the trace of instructions being executed along with the current instruction pointer to be able to reconstruct the binary quite well.
26.
▲
by
akrasuski1
9y ago
Can anyone explain why these two arrangements are not equivalent? They seem to both cause same phase shift and reflections, but the first one causes the photon to pass to the right, and the second - to split. https://imgur.com&#x
27.
▲
by
akrasuski1
9y ago
Vertical and horizontal here seem quite confusing. The absorptive polarizer with vertical lines drawn on it passes through photons passing through PBS, which game calls horizontal. So either the polarizer lines have negative logic (indicati
28.
▲
by
akrasuski1
9y ago
I can recommend one of his older flash games: KOHCTPYKTOP. Awesome, about making silicon-level transistors, gates, eventually chips...
29.
▲
by
akrasuski1
9y ago
Actually, they're not unit. When you type "abcd", then (without exiting insert mode) move left twice and type "xx" (resulting in "abxxcd"), then undoing once will leave you at "abcd".
30.
▲
by
akrasuski1
9y ago
Using fixed-point representation would allow using this compression method.
More ›