Viewing profile — akrasuski1
akrasuski1
HN member- Joined
- Wed, Jun 14, 2017, 5:03 PM UTC
- HN karma
- 75
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About akrasuski1
No profile information was provided.
Recent public activity
- story
-
comment
Comment #20211406
That is not enough, since you may still get stuck in a loop.
- story
-
comment
Comment #19046581
40 microwatts of power, to be precise. Compared to, say, 5V*1A=5W of typical phone charger, this is impractical by a large margin.
-
comment
Comment #17990329
Another nice site aggregating many clever tiny x86 programs: https://www.xorpd.net/pages/xchg_rax/snip_00.html
-
comment
Comment #17883237
This could actually be caused by disk caching effects. Have you tried running cloc second time afterwards?
-
comment
Comment #17826518
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 pri…
-
comment
Comment #17544501
And thus you used a throwaway account...
-
comment
Comment #17282950
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"). Mos…
-
comment
Comment #17259805
Looks like jewellery is popular in language namimng: we've got Ruby, Crystal, now Emerald...
-
comment
Comment #17193989
It's done so that the bits will compare the same way whether treated as float or int. (modulo NaNs and stuff)
-
comment
Comment #17190704
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.
-
comment
Comment #17115220
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…
-
comment
Comment #17069128
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…
-
comment
Comment #16996386
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…
-
comment
Comment #16990989
It is possible to generate a lower bound, so it can be compared with usual numbers, like g_64 etc.
-
comment
Comment #16937413
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 …
-
comment
Comment #16830503
Uhmm... screenshot the mail; self-destruction circumvented.
-
comment
Comment #16768862
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.
-
comment
Comment #16766582
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 …
-
comment
Comment #16753269
Also see https://holeybeep.ninja/
-
comment
Comment #16278919
That is honestly a great idea for safe-ish deprecation in uninformed environment!
-
comment
Comment #16278887
Presumably the stackexchange answer is what OP meant by it being an idiom.
-
comment
Comment #15931442
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 c…
-
comment
Comment #15913864
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 r…