Live data from Hacker News

Viewing profile — akrasuski1

akrasuski1

HN member
Joined
Wed, Jun 14, 2017, 5:03 PM UTC
HN karma
75
Public activity
35 items

About akrasuski1

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #20211406

    That is not enough, since you may still get stuck in a loop.

  3. story
  4. 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.

  5. comment
    Comment #17990329

    Another nice site aggregating many clever tiny x86 programs: https://www.xorpd.net/pages/xchg_rax/snip_00.html

  6. comment
    Comment #17883237

    This could actually be caused by disk caching effects. Have you tried running cloc second time afterwards?

  7. 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…

  8. comment
    Comment #17544501

    And thus you used a throwaway account...

  9. 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…

  10. comment
    Comment #17259805

    Looks like jewellery is popular in language namimng: we've got Ruby, Crystal, now Emerald...

  11. 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)

  12. 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.

  13. 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…

  14. 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…

  15. 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…

  16. comment
    Comment #16990989

    It is possible to generate a lower bound, so it can be compared with usual numbers, like g_64 etc.

  17. 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 …

  18. comment
    Comment #16830503

    Uhmm... screenshot the mail; self-destruction circumvented.

  19. 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.

  20. 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 …

  21. comment
    Comment #16753269

    Also see https://holeybeep.ninja/

  22. comment
    Comment #16278919

    That is honestly a great idea for safe-ish deprecation in uninformed environment!

  23. comment
    Comment #16278887

    Presumably the stackexchange answer is what OP meant by it being an idiom.

  24. 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…

  25. 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…