Live data from Hacker News

Viewing profile — ardel95

ardel95

HN member
Joined
Mon, Oct 11, 2021, 4:24 AM UTC
HN karma
441
Public activity
77 items

About ardel95

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #45638961

    Demoiselle crane flies over Himalayas and over Everest during its yearly migration, so it'd be flying at least 30k feet high. I only know that from Planet Earth documentary, which …

  3. comment
    Comment #45569375

    Unless I screwed up the math, they would be quarter of a light year apart. Plenty of space for each black hole to form its own accretion disk.

  4. comment
    Comment #45569349

    Kepler’s laws should still provide a pretty good estimate, at least until black holes get much closer. I did a quick back of the envelope calculation, and looks like they’ll be rou…

  5. comment
    Comment #43693182

    1604. One could say we are overdue. I’m not sure about dust or other obstacles blocking it, but based on brightness alone a supernova in our galaxy should be visible with naked eye…

  6. story
  7. story
  8. comment
  9. story
  10. comment
    Comment #41936220

    It would be. Which is why any pair of orbiting bodies will eventually collide. It’s just that for black holes this effect is insignificant (a merger would take much longer than the…

  11. comment
    Comment #41931829

    The potential to detect Supermassive Black Hole mergers is one of the reasons I'm really excited about the LISA project [1], and hope it actually gets funded and doesn't delay too …

  12. comment
    Comment #40428599

    In quantum mechanics, bosons are (often massless) force carrying particles like photons or gluons. Fermions are the massive matter particles, such as electrons or quarks. So, while…

  13. comment
    Comment #39917908

    So that xkcd “daylight savings time” meme was an actual movie?

  14. comment
    Comment #39886014

    The article didn’t mention this, but don’t u128s get mapped to SSE2 registers on most modern x86_64 processors, and not regular 64-bit ones?

  15. story
  16. comment
    Comment #39811624

    That’s a pretty pedantic interpretation of the word application. In the context of software owned by most teams, that they may decide to run on single vs multiple hosts most applic…

  17. comment
    Comment #39810965

    Totally. But most applications are not stateful.

  18. comment
    Comment #39809986

    If you have the ability to spin up a new machine when the old one fails, and deploy your app onto it in one minute, it’s not a big leap to also run your app on two machines and avo…

  19. story
  20. comment
    Comment #39415274

    Almost every modern router in a multipath network peeks at the next layer to implement flow hashing correctly.

  21. comment
    Comment #39411988

    One of the biggest misses with IP fragmentation was not requiring each fragment to carry the higher protocol header. Or at least do that for UDP. That decision alone would’ve made …

  22. comment
    Comment #39349687

    That would effectively kill software patents. Which is a fine outcome.

  23. comment
  24. comment
    Comment #39196698

    The absolute performance isn't very important for the stock price. What matters way more is the performance vis-a-vis market expectations. So in this case, the market was expecting…

  25. comment
    Comment #39051866

    This is a good example of the type of challenges you face as an author of widely used library. I can see a lot of scenarios where an optimization like this would bring benefits. Bu…