Live data from Hacker News

Viewing profile — throwasehasdwi

throwasehasdwi

HN member
Joined
Thu, Mar 23, 2017, 4:02 PM UTC
HN karma
546
Public activity
112 items

About throwasehasdwi

No profile information was provided.

Recent public activity

  1. comment
    Comment #15067246

    You don't get reliable wall clock time unless you're working in RTOS. In a threaded OS everything in userland is async to an extent. In this school of thought, having to specify th…

  2. comment
    Comment #15066430

    await/promises/etc mostly exist to solve the problem that JavaScript doesn't have threads so it can't wait for callbacks. About JavaScript, many other languages have had async/awai…

  3. comment
    Comment #15065381

    It's insane that we're still using systems without ECC RAM. As memory shrinks bit errors get progressively more common. The more memory you have the better chance of corruption as …

  4. comment
    Comment #15039668

    Probably not but I was thinking either ML or VR could help

  5. comment
    Comment #15037458

    Eh, most developers I know are lazy and won't even measure the performance of the thing they're building if it's "good enough". I can't remember the last time any of us fired up a …

  6. comment
    Comment #15012471

    > undermining the success of the CEO search Travis legally has control of the company just like an owner would. Nobody can "force" him to leave on run his company as certain way. B…

  7. comment
    Comment #14963582

    They have nukes and working ICBM's... It's not that hard to put the two together. Submarine launch is harder and the warheads must be smaller, but ICMB's are already considered uns…

  8. comment
    Comment #14960341

    Well, North korea has been working on nukes for like 40 years and there hasn't been a war yet so I don't think the US is as eager as you think. You don't see anything wrong with a …

  9. comment
    Comment #14959340

    Whoever authorized the operation decided it was worth the many millions of damage it could do to Juniper.

  10. comment
    Comment #14847240

    add/remove is a better UX than the Windows Store even though it's barely been touched for 20 years :)

  11. comment
    Comment #14842408

    They are a current feature but not the baseline which means in practice implementations are buggy or non existent. I've had a few nicer routers where I could turn the options on bu…

  12. comment
    Comment #14842343

    I'm not a crypto expert and I'm sure even if I was it would be difficult to explain. Wiki page on SRP has a good description though: Like all PAKE protocols, an eavesdropper or man…

  13. comment
  14. comment
    Comment #14842154

    You can't brute force a nonce offline when you don't know if you answer is right unless you ask the AP. Different protocols than sending hashes where you can tell if your hash is c…

  15. comment
    Comment #14841800

    It doesn't give you a hash to crack. It reduces your speed of guessing passwords from "how quick can you hash X", which is millions of times per second, to "how many times can I at…

  16. comment
    Comment #14841631

    Yes, this is still a major problem with WPA. Also the fact that certain control packets aren't authenticated is nearly unforgivable. If correctly designed the only reasonable attac…

  17. comment
    Comment #14841490

    Wifi password cracking is only around 1000X slower than a SHA256 brute-force if I remember right. So your password needs to be secure enough that if a hash of it was leaked it woul…

  18. comment
    Comment #14841336

    I'm not sure why this is amazing enough to make the first page but W/E it's HN :). Just so less informed are aware, this has been feasible for maybe 7 years (since GPU calculation …

  19. comment
    Comment #14756385

    this is sick

  20. comment
    Comment #14756383

    this is sick

  21. comment
    Comment #14663337

    This does NOT bode well for the future of humanity. It seems that war is only war when people on your side are dying. Once everything is sufficiently automated it will be possible …

  22. comment
    Comment #14658923

    Did you read the rest? I appreciate a reply from the core team but you must understand your potential audience of Rust users is a highly gender/racial biased cohort. If Rust become…

  23. comment
    Comment #14658857

    Are you implying that Rust should be the first programming language of these minority groups? Given the complexity of low level programming that doesn't sound like a good idea. If …

  24. comment
    Comment #14648542

    The beginning of the end for Intel. Microsoft is clearly going to pivot win10 into the mobile market and leave Intel in the dust.

  25. comment
    Comment #14648529

    In this case I would say the lack of details is a good thing. It must work so well that they can keep it a secret from major vendors. If it wasn't near native speed or had bad x86/…